@charset "UTF-8";
/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/*******************************************/
/*
    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
*/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
    @include typi(whatever-map-youve-defined)
  }
  
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #291902;
  color: white; }
::-moz-selection, ::selection {
  background: #291902;
  color: white; }

::-moz-selection {
  background: #291902;
  color: white; }

::selection {
  background: #291902;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

.icon-arrow-circle-down:before {
  content: "\e92a"; }

.icon-arrow-circle-left:before {
  content: "\e92b"; }

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

.icon-arrow-circle-right:before {
  content: "\e930"; }

.icon-arrow-circle-up:before {
  content: "\e931"; }

.icon-bars:before {
  content: "\e932"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check2:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-envelope-o:before {
  content: "\e93d"; }

.icon-facebook:before {
  content: "\e93f"; }

.icon-facebook-square:before {
  content: "\e93e"; }

.icon-file:before {
  content: "\e940"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-google-plus:before {
  content: "\e942"; }

.icon-google-plus2:before {
  content: "\f0d5"; }

.icon-google-plus-square:before {
  content: "\e941"; }

.icon-google-plus-square2:before {
  content: "\f0d4"; }

.icon-info-circle:before {
  content: "\e943"; }

.icon-instagram:before {
  content: "\e944"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map3:before {
  content: "\f279"; }

.icon-map-marker:before {
  content: "\e947"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-minus-circle:before {
  content: "\e948"; }

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest2:before {
  content: "\e94b"; }

.icon-pinterest-square:before {
  content: "\e94a"; }

.icon-pinterest-square2:before {
  content: "\f0d3"; }

.icon-play:before {
  content: "\e94c"; }

.icon-plus-circle:before {
  content: "\e94d"; }

.icon-question-circle:before {
  content: "\e94e"; }

.icon-safari:before {
  content: "\f267"; }

.icon-search:before {
  content: "\e950"; }

.icon-search-plus:before {
  content: "\e94f"; }

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-tags:before {
  content: "\e953"; }

.icon-times2:before {
  content: "\e954"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr2:before {
  content: "\e957"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-tumblr-square2:before {
  content: "\e956"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter2:before {
  content: "\e959"; }

.icon-twitter-square:before {
  content: "\e958"; }

.icon-twitter-square2:before {
  content: "\f081"; }

.icon-user:before {
  content: "\e95a"; }

.icon-vimeo-square:before {
  content: "\e95b"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-youtube:before {
  content: "\e95e"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-youtube-play2:before {
  content: "\e95c"; }

.icon-youtube-square:before {
  content: "\e95d"; }

.icon-home:before {
  content: "\e900"; }

.icon-newspaper:before {
  content: "\e901"; }

.icon-image:before {
  content: "\e902"; }

.icon-file-empty:before {
  content: "\e903"; }

.icon-file-text2:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-pin:before {
  content: "\e955"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-alarm:before {
  content: "\e90f"; }

.icon-bell:before {
  content: "\e910"; }

.icon-stopwatch:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

.icon-tv:before {
  content: "\e915"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-thin-search:before {
  content: "\e921";
  color: #5c6770; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-ico-cart-secure:before {
  content: "\e96f"; }

.icon-ico-cart-edit:before {
  content: "\e970"; }

.icon-ico-arrow-down:before {
  content: "\e973";
  color: #000; }

.icon-ico-arrow-left:before {
  content: "\e974";
  color: #000; }

.icon-ico-arrow-right:before {
  content: "\e975";
  color: #000; }

.icon-ico-arrow-up:before {
  content: "\e976";
  color: #000; }

.icon-ico-calendar:before {
  content: "\e977";
  color: #4c4c4c; }

.icon-ico-chev-down:before {
  content: "\e978";
  color: #000; }

.icon-ico-chev-left:before {
  content: "\e979";
  color: #000; }

.icon-ico-chev-right:before {
  content: "\e97a";
  color: #000; }

.icon-ico-chev-up:before {
  content: "\e97b";
  color: #000; }

.icon-ico-dairy:before {
  content: "\e9a0";
  color: #fff; }

.icon-ico-other:before {
  content: "\e9a1";
  color: #fff; }

.icon-ico-bull:before {
  content: "\e99f";
  color: #d8d8d8; }

.icon-ico-circle-beef:before {
  content: "\e97c"; }

.icon-ico-circle-dairy:before {
  content: "\e97d"; }

.icon-ico-circle-other:before {
  content: "\e97e"; }

.icon-ico-circle-pig:before {
  content: "\e97f"; }

.icon-ico-circle-poultry:before {
  content: "\e980"; }

.icon-ico-circle-sheep:before {
  content: "\e981"; }

.icon-ico-clear-beef:before {
  content: "\e982";
  color: #3d9221; }

.icon-ico-clear-dairy:before {
  content: "\e983";
  color: #3d9221; }

.icon-ico-clear-other:before {
  content: "\e984";
  color: #3d9221; }

.icon-ico-clear-pig:before {
  content: "\e985";
  color: #3d9221; }

.icon-ico-clear-poultry:before {
  content: "\e986";
  color: #3d9221; }

.icon-ico-clear-sheep:before {
  content: "\e987";
  color: #3d9221; }

.icon-ico-close-nav:before {
  content: "\e988";
  color: #000; }

.icon-ico-close:before {
  content: "\e989";
  color: #000; }

.icon-ico-nav:before {
  content: "\e98a";
  color: #fff; }

.icon-ico-news:before {
  content: "\e98b";
  color: #5fba46; }

.icon-ico-plus:before {
  content: "\e98c";
  color: #000; }

.icon-ico-search:before {
  content: "\e98d";
  color: #4c4c4c; }

.icon-magnify:before {
  content: "\e95f";
  color: #4d4d4d; }

.icon-mob:before {
  content: "\e960";
  color: #4d4d4d; }

.icon-mail:before {
  content: "\e961";
  color: #4d4d4d; }

.icon-check:before {
  content: "\e962";
  color: #4d4d4d; }

.icon-angle-down2:before {
  content: "\e963";
  color: #000; }

.icon-bookmark:before {
  content: "\e964";
  color: #4d4d4d; }

.icon-chat:before {
  content: "\e965";
  color: #4d4d4d; }

.icon-calendar3:before {
  content: "\e966";
  color: #4d4d4d; }

.icon-checklist2:before {
  content: "\e967";
  color: #4d4d4d; }

.icon-circle-down-round:before {
  content: "\e968";
  color: #000; }

.icon-circle-down:before {
  content: "\e969";
  color: #000; }

.icon-circle-ex:before {
  content: "\e96a";
  color: #000; }

.icon-close:before {
  content: "\e96b";
  color: #000; }

.icon-long-right:before {
  content: "\e96c";
  color: #000; }

.icon-locaiton-fat:before {
  content: "\e96d";
  color: #4d4d4d; }

.icon-location3:before {
  content: "\e96e";
  color: #4d4d4d; }

.icon-lock:before {
  content: "\e971";
  color: #4d4d4d; }

.icon-download:before {
  content: "\e972";
  color: #4d4d4d; }

.icon-news:before {
  content: "\e98e";
  color: #4d4d4d; }

.icon-v:before {
  content: "\e98f";
  color: #4d4d4d; }

.icon-v2:before {
  content: "\e990";
  color: #4d4d4d; }

.icon-v3:before {
  content: "\e991";
  color: #000; }

.icon-v4 .path1:before {
  content: "\e992";
  color: none; }

.icon-v4 .path2:before {
  content: "\e993";
  margin-left: -1.1455078125em;
  color: white; }

.icon-v4 .path3:before {
  content: "\e994";
  margin-left: -1.1455078125em;
  color: #1e120d; }

.icon-tank:before {
  content: "\e995";
  color: #4d4d4d; }

.icon-needle-black:before {
  content: "\e996"; }

.icon-needle:before {
  content: "\e997";
  color: #4d4d4d; }

.icon-needles:before {
  content: "\e998"; }

.icon-chicken:before {
  content: "\e999";
  color: #4d4d4d; }

.icon-pig:before {
  content: "\e99a";
  color: #4d4d4d; }

.icon-cow:before {
  content: "\e99b";
  color: #4d4d4d; }

.icon-cow2:before {
  content: "\e99c";
  color: #4d4d4d; }

.icon-deer:before {
  content: "\e99d";
  color: #4d4d4d; }

.icon-sheep:before {
  content: "\e99e";
  color: #4d4d4d; }

/*********************************************
:: Typography
********************************************/
html {
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400; }

h1, h2, legend, h3, h4, h5, h6 {
  margin-bottom: 25px;
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: black; }

h1 {
  font-size: 46px;
  line-height: 40px; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 56px;
      line-height: 50px; } }

h2, legend {
  font-size: 26px;
  line-height: 28px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 36px;
      line-height: 38px; } }

h3 {
  font-size: 22px;
  line-height: 26px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 27px;
      line-height: 30px; } }
  @media all and (min-width: 90em) {
    h3 {
      font-size: 27px; } }

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 16px; } }

/*******************************************/
p, li, td, th, mark, time, dl, label, address {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  margin-bottom: 25px; }
  @media all and (min-width: 64em) {
    p, li, td, th, mark, time, dl, label, address {
      font-size: 16px; } }
  @media all and (min-width: 90em) {
    p, li, td, th, mark, time, dl, label, address {
      font-size: 14px;
      line-height: 22px; } }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #291902;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: black; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul {
  margin-bottom: 20px; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px;
  margin-bottom: 5px; }

ul.special li {
  list-style-type: none !important;
  margin-left: 20px; }
  ul.special li:before {
    content: "\e91c";
    width: 13px;
    height: 13px;
    font-family: "icomoon";
    font-size: 12px;
    font-weight: 300;
    color: #576652;
    position: absolute;
    left: -20px;
    top: 2px;
    display: block; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: block;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #576652;
  position: relative;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%; }
  @media all and (min-width: 64em) {
    blockquote {
      font-size: 25px;
      line-height: 35px;
      padding: 40px 10% 40px 10%; } }

/*******************************************/
.wysiwyg {
  text-align: left; }
  .wysiwyg p {
    font-weight: 300; }
    @media all and (min-width: 90em) {
      .wysiwyg p {
        font-size: 14.5px;
        line-height: 21px;
        margin-bottom: 22px; } }
  .wysiwyg a {
    text-decoration: underline; }
  .wysiwyg img {
    margin: 0 auto 15px auto;
    display: block; }
  .wysiwyg ul li {
    list-style-type: disc; }

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: black; }
  @media all and (min-width: 64em) {
    .leadcopy {
      font-size: 17px;
      line-height: 1.33; } }

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

/*******************************************/
.button {
  height: auto;
  display: inline-block;
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  color: #291902;
  background: transparent;
  padding: 0px 12px; }
  .button:hover, .button:focus, .button:active {
    color: #291902; }

/*******************************************/
.button-white {
  width: auto;
  height: 50px;
  display: inline-block;
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  color: #63bc4b;
  background: white;
  border: 1px solid #63bc4b;
  border-radius: 50px;
  padding: 0 40px; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active {
      background: black;
      color: white;
      border-color: black; } }
  @media all and (min-width: 90em) {
    .button-white {
      padding: 0 100px; } }

/*******************************************/
.button-green {
  width: auto;
  height: 50px;
  display: inline-block;
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  color: white;
  background: #63bc4b;
  border-radius: 50px;
  padding: 0 40px; }
  @media all and (min-width: 48em) {
    .button-green:hover, .button-green:focus, .button-green:active {
      background: black;
      color: white; } }
  @media all and (min-width: 90em) {
    .button-green {
      padding: 0 100px;
      height: 45px;
      line-height: 46px; } }

/*******************************************/
a.button-round, button.button-round {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #63bc4b;
  border-radius: 50%; }
  a.button-round span, button.button-round span {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    color: white; }

/*******************************************/
.links a.button-animal {
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
.links a.button-animal:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.links a.button-animal:last-child{
  margin-right: 0; }
.links a.button-animal:nth-child(2n){
  margin-right: 0;
  float: right; }
.links a.button-animal:nth-child(2n + 1){
  clear: left; }
  @media all and (min-width: 37.5em) {
    .links a.button-animal {
      width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
    .links a.button-animal:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .links a.button-animal:last-child{
    margin-right: 0; }
    .links a.button-animal:nth-child(3n){
    margin-right: 0;
    float: right; }
    .links a.button-animal:nth-child(3n + 1){
    clear: left; } }
  @media all and (min-width: 64em) {
    .links a.button-animal {
      width: calc(99.99% * 1/6 - (10px - 10px * 1/6)); }
    .links a.button-animal:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .links a.button-animal:last-child{
    margin-right: 0; }
    .links a.button-animal:nth-child(6n){
    margin-right: 0;
    float: right; }
    .links a.button-animal:nth-child(6n + 1){
    clear: left; } }

.button-animal, a.button-animal {
  width: 100%;
  height: 42px;
  display: inline-block;
  line-height: 40px;
  text-align: left;
  color: #63bc4b;
  position: relative;
  border: 2px solid #63bc4b;
  border-radius: 120px;
  margin-bottom: 6px;
  padding-left: 55px; }
  @media all and (min-width: 48em) {
    .button-animal:hover, .button-animal:focus, .button-animal:active, a.button-animal:hover, a.button-animal:focus, a.button-animal:active {
      background: black;
      color: white; }
      .button-animal:hover span, .button-animal:focus span, .button-animal:active span, a.button-animal:hover span, a.button-animal:focus span, a.button-animal:active span {
        color: black; } }
  @media all and (min-width: 90em) {
    .button-animal, a.button-animal {
      height: 38px;
      line-height: 33px; } }
  .button-animal span, a.button-animal span {
    content: "\e97c";
    width: 34px;
    height: 34px;
    font-family: "icomoon";
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #429429;
    position: absolute;
    top: 2px;
    left: 4px;
    background: #63bc4b;
    border-radius: 50%; }
    @media all and (min-width: 90em) {
      .button-animal span, a.button-animal span {
        top: 1px;
        left: 2px;
        width: 33px;
        height: 32px;
        font-size: 23px;
        line-height: 32px; } }
  .button-animal.active, a.button-animal.active {
    color: white;
    background: #63bc4b; }
    .button-animal.active span, a.button-animal.active span {
      background: #429429;
      color: white; }

.button-animal.beef span:before {
  content: "\e983"; }

.button-animal.sheep span:before {
  content: "\e987"; }

.button-animal.pig span:before {
  content: "\e985"; }

.button-animal.dairy span:before {
  content: "\e99c";
  top: -2px;
  position: relative;
  font-size: 19px; }

.button-animal.poultry span:before {
  content: "\e986"; }

.button-animal.other span:before {
  content: "\e99d"; }

/*******************************************/
.button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active {
      background: #291902;
      border-color: #291902;
      color: #fff; } }

/*******************************************/
.button-underline {
  display: inline-block;
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #63bc4b;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .button-underline:after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    background: #63bc4b; }

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #CCC; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table tr:nth-of-type(even) {
    background: #CCC; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 155px);
  padding-top: 100px; }
  @media all and (max-width: 63.9375em) {
    .main {
      min-height: calc(100vh - 100px);
      padding-top: 60px; } }
  @media all and (min-width: 90em) {
    .main {
      min-height: calc(100vh - 100px);
      padding-top: 90px; } }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.content-max-width {
  width: 100%;
  padding: 0 3%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-max-width {
      max-width: 1024px;
      margin: 0 auto; } }
  @media all and (min-width: 90em) {
    .content-max-width {
      max-width: 1371px;
      padding: 0; } }

.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 1024px;
      margin: 0 auto;
      padding: 0px; } }
  @media all and (min-width: 90em) {
    .content-slider-width {
      max-width: 1430px; } }

/*******************************************/
.content-narrow-width {
  width: 100%;
  padding: 0 3%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-narrow-width {
      max-width: 740px;
      margin: 0 auto;
      padding: 0; } }
  @media all and (min-width: 90em) {
    .content-narrow-width {
      max-width: 1062px; } }

/*******************************************/
.breadcrumbs {
  text-align: center; }
  @media all and (min-width: 64em) {
    .breadcrumbs {
      text-align: left; } }
  .breadcrumbs a, .breadcrumbs p {
    width: auto;
    display: inline-block;
    color: #a49d84;
    margin-bottom: 17px; }
    @media all and (min-width: 90em) {
      .breadcrumbs a, .breadcrumbs p {
        margin-bottom: 14px; } }
  .breadcrumbs p {
    font-weight: 700; }

/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none; } }

@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none; } }

/*******************************************/
/*********************************************
:: Forms
********************************************/
form {
  width: 100%; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  width: 100%;
  height: 36px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  padding: 0px 10px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: #f1f1f1;
    border: 1px solid #63bc4b; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #291902; }
*:-ms-input-placeholder {
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #291902; }
*::placeholder {
  font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #291902; }

textarea, select[multiple] {
  height: 157px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  width: auto;
  float: left;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
  padding: 0px 0px 5px 0px; }
  .form-field .custom-checkbox-radio input {
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  width: 100%;
  float: left;
  padding: 0 0 15px 0; }
  .form-field > label {
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  text-align: center; }
  .button-field .form-note {
    float: none;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-top: 11px; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        margin-bottom: 0px;
        width: auto;
        float: left; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 30px;
    float: none;
    font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: white;
    background: #291902;
    border-radius: 4px;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }
    .button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
      color: white; }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      background: #63bc4b; }

/*******************************************/
.form-fields-stack {
  *zoom: 1; }
.form-fields-stack:before{
  content: '';
  display: table; }
.form-fields-stack:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #291902; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC; }

label.error, label.error-SumoSelect-label, .php-error li {
  color: #291902 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  width: 100%;
  height: 60px;
  background: #432f1d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media all and (min-width: 64em) {
    .site-header {
      height: 100px; } }
  @media all and (min-width: 90em) {
    .site-header {
      height: 90px;
      padding: 0 5%; } }
  @media all and (min-width: 90em) {
    .site-header .content-max-width {
      max-width: 1304px; } }
  @media all and (min-width: 120em) {
    .site-header .content-max-width {
      max-width: 82%; } }
  .site-header.dark-menu {
    background: black !important; }
  .site-header .logo {
    width: 130px;
    height: 31px;
    background-image: url("/images/logo-white.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 3%;
    bottom: 5px;
    -webkit-transition: none;
    transition: none; }
    @media all and (min-width: 64em) {
      .site-header .logo {
        top: 33px;
        left: 2%; } }
    @media all and (min-width: 90em) {
      .site-header .logo {
        width: 204px;
        height: 45px;
        top: 23.2px;
        left: 9.5px; } }
  .site-header nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9; }
    @media all and (max-width: 63.9375em) {
      .site-header nav {
        display: none; } }
    @media all and (min-width: 90em) {
      .site-header nav {
        top: 28px; } }
    .site-header nav ul {
      margin-top: 1px; }
    .site-header nav li {
      display: inline-block;
      position: relative;
      margin-right: 15px;
      cursor: pointer; }
      @media all and (min-width: 90em) {
        .site-header nav li {
          margin-right: 32px; } }
      .site-header nav li a {
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 15.6px;
        font-weight: 500;
        color: white;
        display: inline-block;
        -webkit-transition: .25s all;
        transition: .25s all; }
        @media all and (min-width: 90em) {
          .site-header nav li a {
            font-size: 14.2px; } }
        .site-header nav li a span {
          font-weight: 600;
          color: white; }
          .site-header nav li a span.icon-chevron-down {
            padding: 2px;
            margin-left: 5px;
            vertical-align: middle;
            border: 2px solid white;
            border-radius: 50%;
            font-size: 0.62em; }
          .site-header nav li a span.title-bar {
            font-weight: 100;
            font-size: 11px; }
          .site-header nav li a span.selected {
            color: #429429;
            border-color: #429429; }
        .site-header nav li a:hover {
          opacity: 0.8; }
        .site-header nav li a:active {
          -webkit-transition: 0s all;
          transition: 0s all;
          opacity: 0.5; }
        .site-header nav li a.selected {
          color: #429429;
          position: relative; }
    .site-header nav li.js-toggle-search {
      position: relative;
      top: -1px;
      margin-right: 5px; }
      @media all and (min-width: 90em) {
        .site-header nav li.js-toggle-search {
          margin-right: 9px; } }
      @media all and (min-width: 64em) {
        .site-header nav li.js-toggle-search:after {
          content: '';
          width: 100%;
          height: 1px;
          background: white;
          position: absolute;
          top: 38px;
          left: 0; } }
      @media all and (min-width: 90em) {
        .site-header nav li.js-toggle-search:after {
          top: 34px; } }
      .site-header nav li.js-toggle-search a:before {
        background: none; }
      .site-header nav li.js-toggle-search.active:after {
        background: transparent; }
      .site-header nav li.js-toggle-search.active a:before {
        background: transparent; }
      .site-header nav li.js-toggle-search.active .icon-magnify:before {
        color: transparent; }
      .site-header nav li.js-toggle-search a {
        margin-right: 0; }
        @media all and (min-width: 64em) {
          .site-header nav li.js-toggle-search a {
            width: 119px; } }
        @media all and (min-width: 90em) {
          .site-header nav li.js-toggle-search a {
            width: 107px; } }
        .site-header nav li.js-toggle-search a .icon-magnify {
          font-size: 1.76em; }
  .site-header .hamburger, .site-header .search {
    width: 26px;
    height: 23px;
    position: absolute;
    top: 20px;
    right: 15%;
    border: none; }
    .site-header .hamburger span, .site-header .search span {
      font-size: 22px;
      color: white; }
    .site-header .hamburger:focus, .site-header .search:focus {
      outline: none; }
  .site-header .search {
    right: 4px;
    top: 34px; }
    @media all and (max-width: 63.9375em) {
      .site-header .search {
        right: 3%;
        top: 22px; } }
    .site-header .search span {
      font-size: 18px;
      font-weight: 600; }
  .site-header .icon-magnify:before {
    color: white; }

/********************************************/
/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  width: 100%;
  min-height: 100px;
  background: white;
  position: relative;
  font-size: 0; }
  @media all and (min-width: 64em) {
    .site-footer {
      min-height: 155px; } }
  .site-footer .footer-contact {
    width: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg");
    padding: 25px 0 60px; }
    @media all and (min-width: 64em) {
      .site-footer .footer-contact {
        padding: 90px 0;
        min-height: 322px; } }
    @media all and (min-width: 90em) {
      .site-footer .footer-contact {
        padding: 82px 0;
        min-height: 290px; }
        .site-footer .footer-contact .content-max-width {
          max-width: 1057px; } }
    @media all and (min-width: 120em) {
      .site-footer .footer-contact .content-max-width {
        max-width: 67%; } }
    @media all and (min-width: 48em) {
      .site-footer .footer-contact .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .site-footer .footer-contact .col {
      width: 100%;
      text-align: center;
      margin-top: 36px; }
      @media all and (min-width: 48em) {
        .site-footer .footer-contact .col {
          width: 50%;
          text-align: left;
          margin-top: 0; }
          .site-footer .footer-contact .col:first-of-type {
            margin-top: 7px !important;
            margin-bottom: 40px; } }
      .site-footer .footer-contact .col img {
        max-width: 67%;
        margin-bottom: 10px; }
        @media all and (min-width: 48em) {
          .site-footer .footer-contact .col img {
            max-width: 162px;
            display: block;
            margin-bottom: 10px; } }
      @media all and (min-width: 64em) {
        .site-footer .footer-contact .col {
          width: 33.33%;
          text-align: left;
          margin-top: 0px; }
          .site-footer .footer-contact .col:first-of-type {
            margin-bottom: 0px; }
          .site-footer .footer-contact .col:last-of-type {
            margin-top: 7px !important; } }
      @media all and (min-width: 90em) {
        .site-footer .footer-contact .col {
          margin-top: 12px; }
          .site-footer .footer-contact .col:first-of-type, .site-footer .footer-contact .col:last-of-type {
            margin-top: 0; } }
      .site-footer .footer-contact .col .copyright {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        color: white;
        text-align: center;
        margin: 26px 0; }
        @media all and (min-width: 48em) {
          .site-footer .footer-contact .col .copyright {
            text-align: left; } }
        @media all and (min-width: 64em) {
          .site-footer .footer-contact .col .copyright {
            width: auto;
            margin: 66px 0 0;
            font-size: 12px; } }
        @media all and (min-width: 90em) {
          .site-footer .footer-contact .col .copyright {
            margin: 15px 0 0; } }
      .site-footer .footer-contact .col a.call {
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: white;
        text-align: center; }
        @media all and (min-width: 48em) {
          .site-footer .footer-contact .col a.call {
            float: right;
            text-align: right;
            margin-right: 55px; } }
        @media all and (min-width: 64em) {
          .site-footer .footer-contact .col a.call {
            margin-top: 25px; } }
        @media all and (min-width: 90em) {
          .site-footer .footer-contact .col a.call {
            font-size: 33px;
            margin-right: 19px; } }
      .site-footer .footer-contact .col .button-green {
        width: 267px;
        padding: 0 10px;
        margin: auto;
        margin-bottom: 22px;
        display: block;
        text-align: center; }
        @media all and (min-width: 48em) {
          .site-footer .footer-contact .col .button-green {
            float: right;
            width: 240px;
            margin: 0;
            margin-bottom: 20px; } }
    @media all and (min-width: 48em) {
      .site-footer .footer-contact .col.middle {
        padding: 0px 0 0 40px; } }
    @media all and (min-width: 64em) {
      .site-footer .footer-contact .col.middle {
        padding: 0px 0 0 60px; } }
    .site-footer .footer-contact h3 {
      color: #63bc4b;
      margin-bottom: 18px; }
      @media all and (min-width: 90em) {
        .site-footer .footer-contact h3 {
          margin-bottom: 13px; } }
    .site-footer .footer-contact p, .site-footer .footer-contact a {
      font-size: 16px;
      color: white;
      margin: 0; }
      @media all and (min-width: 120em) {
        .site-footer .footer-contact p, .site-footer .footer-contact a {
          font-size: 16px; } }
  .site-footer .footer-legal {
    width: 100%;
    float: none;
    padding: 50px 0;
    text-align: center; }
    @media all and (min-width: 64em) {
      .site-footer .footer-legal {
        padding: 80px 0; } }
    .site-footer .footer-legal img {
      width: 225px;
      display: block;
      text-align: center;
      margin: 0 auto; }
      @media all and (min-width: 64em) {
        .site-footer .footer-legal img {
          display: inline-block;
          float: left; } }

/*********************************************
  :: Main Menu Toggle                            
********************************************/
body.open-menu #mobile-menu {
  right: 0; }

body.open-menu .site-header {
  background: black; }

#mobile-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -100%;
  z-index: 999;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 1024px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .menu-close-icon {
    width: 52px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #291902;
    background-image: url("../images/icons/menu-close.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none; }
  #mobile-menu .menu-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    width: 100%;
    display: inline-block;
    font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: white; }
    #mobile-menu a .icon {
      position: absolute;
      top: 15px;
      right: 0px; }
  #mobile-menu ul {
    padding: 70px 4% 0 4%; }
  #mobile-menu li {
    border-bottom: 1px solid #63bc4b;
    margin: 0;
    padding: 0; }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0px 0px 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .success, .signup-module .error {
    width: 100%;
    text-align: center; }
  .signup-module .success {
    color: green; }
  .signup-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #291902;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: #63bc4b;
      color: #291902;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #291902;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/********************************************/
/*********************************************
:: Title Module                    
********************************************/
.title-module {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .title-module {
      padding-bottom: 50px; } }
  .title-module h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    letter-spacing: 3px;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 0 0; }
    @media (max-width: 1024px) {
      .title-module h1 {
        padding: 40px 0 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 21px;
        letter-spacing: 2px;
        color: #000000; } }
    .title-module h1 span {
      text-transform: initial; }
    .title-module h1:after {
      content: '';
      height: 3px;
      width: 60px;
      background: #291902;
      display: block;
      margin: 15px auto; }

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .pagination-module {
      background: white; } }
  .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: 0;
    margin: 6px;
    text-align: center;
    background: #63bc4b;
    border-radius: 17px; }
    @media all and (min-width: 64em) {
      .pagination-module ul {
        margin: 0px; } }
    .pagination-module ul li {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin: 3px; }
      .pagination-module ul li a {
        margin-bottom: 0px !important;
        line-height: 10px;
        text-align: center;
        color: #291902;
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 1.25em;
        border: none !important; }
        .pagination-module ul li a span.icon-angle-right {
          top: -9px;
          right: 10px; }
        .pagination-module ul li a span.icon-angle-left {
          top: -9px;
          left: -5px; }
      .pagination-module ul li span {
        position: relative;
        color: #291902;
        vertical-align: sub;
        font-size: 26px; }
      .pagination-module ul li.active {
        border-radius: 50%; }
        .pagination-module ul li.active a {
          color: white; }

/********************************************/
/*********************************************
:: Dropdown Module
********************************************/
.dropdown-module {
  width: 100%;
  display: none;
  background: #429429;
  position: absolute;
  top: 60px; }
  @media all and (min-width: 64em) {
    .dropdown-module {
      padding-bottom: 0;
      text-align: center;
      top: 100px; } }
  @media all and (min-width: 90em) {
    .dropdown-module {
      top: 90px;
      left: 0; } }
  .dropdown-module .links {
    width: 100%;
    max-width: 1072px;
    display: inline-block;
    font-size: 0;
    background: #429429;
    position: relative;
    margin: 0 auto;
    padding: 17px 0; }
    @media all and (min-width: 64em) {
      .dropdown-module .links {
        padding: 28px 0; } }
    @media all and (min-width: 90em) {
      .dropdown-module .links {
        padding: 25px 0;
        max-width: 1072px; }
        .dropdown-module .links .content-max-width {
          max-width: 90%; } }
    .dropdown-module .links .icon {
      position: absolute;
      top: 2px;
      right: 4%;
      z-index: 999;
      cursor: pointer; }
      .dropdown-module .links .icon span {
        font-size: 16px;
        color: white; }
        .dropdown-module .links .icon span:before {
          color: white; }
    .dropdown-module .links a {
      color: #63bc4b;
      font-size: 14px; }
      .dropdown-module .links a:hover {
        color: white; }
    .dropdown-module .links a.active {
      color: white !important; }
    .dropdown-module .links .top {
      width: 100%;
      display: inline-block;
      font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: black;
      margin-bottom: 0px; }
      @media all and (min-width: 90em) {
        .dropdown-module .links .top {
          margin-bottom: 25px; } }
      @media all and (min-width: 90em) {
        .dropdown-module .links .top {
          width: auto;
          position: absolute;
          top: 37px;
          left: -135px;
          font-size: 14.5px; } }
  .dropdown-module .tabs {
    width: 100%;
    float: left;
    text-align: left;
    background: #63bc4b;
    padding: 21px 0; }
    @media all and (min-width: 64em) {
      .dropdown-module .tabs {
        padding: 60px 0; } }
    @media all and (min-width: 90em) {
      .dropdown-module .tabs.three-col {
        padding: 53px 0 52.5px 14px; } }
    @media all and (max-width: 89.9375em) {
      .dropdown-module .tabs .content-max-width {
        max-width: 100%; } }
    @media all and (min-width: 120em) {
      .dropdown-module .tabs .content-max-width {
        max-width: 69%; } }
    @media all and (min-width: 160em) {
      .dropdown-module .tabs .content-max-width {
        max-width: 1323px; } }
    .dropdown-module .tabs.three-col .tab-content li:last-of-type {
      margin-right: 0; }
    @media all and (min-width: 48em) and (max-width: 63.9375em) {
      .dropdown-module .tabs.three-col .tab-content li {
        width: 49%; } }
    @media all and (min-width: 64em) {
      .dropdown-module .tabs.three-col .tab-content li {
        width: 33%; } }
    @media all and (min-width: 90em) {
      .dropdown-module .tabs.three-col .tab-content li a {
        font-size: 14.5px; } }
    .dropdown-module .tabs.three-col .tab-content li a.button-animal {
      margin-bottom: 10px;
      padding-left: 7%;
      font-size: 14px;
      border: 2px solid #429429;
      opacity: 0.6;
      height: auto;
      line-height: 40px; }
      @media all and (min-width: 64em) {
        .dropdown-module .tabs.three-col .tab-content li a.button-animal {
          line-height: 35px;
          height: auto; } }
      .dropdown-module .tabs.three-col .tab-content li a.button-animal:hover {
        color: white;
        border: 2px solid black;
        opacity: 1; }
    @media all and (min-width: 64em) {
      .dropdown-module .tabs.four-col .tab-content li {
        width: 24%; } }
  .dropdown-module .tab-content {
    width: 100%;
    float: left;
    display: none; }
    @media all and (min-width: 90em) {
      .dropdown-module .tab-content {
        padding: 0 3%; } }
    .dropdown-module .tab-content.active {
      display: block; }
    .dropdown-module .tab-content ul li {
      width: 100%;
      display: inline-block;
      line-height: 18px;
      vertical-align: top;
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .dropdown-module .tab-content ul li {
          width: auto;
          margin-bottom: 20px;
          padding: 0 50px 0 0; } }
      .dropdown-module .tab-content ul li a {
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 30px;
        color: white; }
        @media all and (min-width: 64em) {
          .dropdown-module .tab-content ul li a {
            line-height: 18px; } }
        .dropdown-module .tab-content ul li a:hover, .dropdown-module .tab-content ul li a:focus, .dropdown-module .tab-content ul li a:active {
          color: black; }

/********************************************/
/*********************************************
:: Search Module
********************************************/
.search-module {
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media all and (min-width: 64em) {
    .search-module {
      padding-bottom: 0px; } }
  .search-module .recipes-search {
    width: 100%;
    float: left;
    margin: 60px 0 0 0; }
    @media all and (min-width: 64em) {
      .search-module .recipes-search {
        margin: 140px 0 0;
        padding: 0 20%; } }
    .search-module .recipes-search form {
      padding: 60px 0 0;
      position: relative; }
      @media all and (min-width: 90em) {
        .search-module .recipes-search form {
          max-width: 641px;
          margin: auto;
          margin-bottom: 17%;
          padding: 32px 0 0; } }
      @media all and (min-width: 120em) {
        .search-module .recipes-search form {
          max-width: inherit; } }
      .search-module .recipes-search form:before {
        content: "\e95f";
        font-family: "icomoon";
        font-size: 28px;
        font-weight: 700;
        color: #63bc4b;
        position: absolute;
        top: 70px;
        right: 5px; }
        @media all and (min-width: 64em) {
          .search-module .recipes-search form:before {
            font-size: 56px;
            top: 65px;
            font-weight: 100; } }
        @media all and (min-width: 90em) {
          .search-module .recipes-search form:before {
            font-size: 51px;
            top: 43px; } }
    .search-module .recipes-search input {
      height: 65px;
      font-size: 40px;
      font-weight: 600;
      line-height: 40px;
      color: white;
      background: transparent;
      border: none;
      border-bottom: 1px solid #63bc4b;
      padding: 5px 40px 20px 0;
      border-radius: 0; }
      @media all and (min-width: 64em) {
        .search-module .recipes-search input {
          font-size: 50px;
          height: 80px; } }
      @media all and (min-width: 90em) {
        .search-module .recipes-search input {
          padding-bottom: 0px; } }
    .search-module .recipes-search h4 {
      font-size: 22px;
      font-weight: 500;
      line-height: 40px;
      color: #63bc4b; }
      @media all and (min-width: 64em) {
        .search-module .recipes-search h4 {
          font-size: 28px; } }
    .search-module .recipes-search #output {
      width: 100%;
      float: left;
      margin: 10px 0 30px 0; }
      @media all and (min-width: 64em) {
        .search-module .recipes-search #output {
          margin: 10px 0 100px 0; } }
      .search-module .recipes-search #output p a {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        line-height: 40px;
        color: #9d9d9d;
        margin-bottom: 4px; }
        @media all and (min-width: 64em) {
          .search-module .recipes-search #output p a {
            font-size: 30px; } }
    .search-module .recipes-search .suggestions {
      width: 100%;
      float: left;
      margin-bottom: 32px; }
      @media all and (min-width: 64em) {
        .search-module .recipes-search .suggestions {
          width: 40%;
          max-width: 420px; } }
      .search-module .recipes-search .suggestions a {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        color: white; }
    .search-module .recipes-search .filter {
      width: 100%;
      float: right; }
      @media all and (min-width: 64em) {
        .search-module .recipes-search .filter {
          width: 60%;
          max-width: 520px; } }
      .search-module .recipes-search .filter a.button-animal {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .search-module .recipes-search .filter a.button-animal:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
      .search-module .recipes-search .filter a.button-animal:last-child{
  margin-right: 0; }
      .search-module .recipes-search .filter a.button-animal:nth-child(2n){
  margin-right: 0;
  float: right; }
      .search-module .recipes-search .filter a.button-animal:nth-child(2n + 1){
  clear: left; }
        @media all and (min-width: 37.5em) {
          .search-module .recipes-search .filter a.button-animal {
            width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
          .search-module .recipes-search .filter a.button-animal:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
          .search-module .recipes-search .filter a.button-animal:last-child{
    margin-right: 0; }
          .search-module .recipes-search .filter a.button-animal:nth-child(3n){
    margin-right: 0;
    float: right; }
          .search-module .recipes-search .filter a.button-animal:nth-child(3n + 1){
    clear: left; } }
        @media all and (min-width: 64em) {
          .search-module .recipes-search .filter a.button-animal {
            width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
          .search-module .recipes-search .filter a.button-animal:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
          .search-module .recipes-search .filter a.button-animal:last-child{
    margin-right: 0; }
          .search-module .recipes-search .filter a.button-animal:nth-child(3n){
    margin-right: 0;
    float: right; }
          .search-module .recipes-search .filter a.button-animal:nth-child(3n + 1){
    clear: left; } }

/********************************************/
.autocomplete-suggestions {
  width: 100%;
  background: rgba(99, 188, 75, 0.7);
  padding: 10px;
  overflow-y: scroll; }
  .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 40px;
    color: white;
    margin-bottom: 4px; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: #429429; }

/*********************************************
:: Category Layout                    
********************************************/
.category-layout .col1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: -100%;
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03);
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03); }
  @media all and (min-width: 64em) {
    .category-layout .col1 {
      width: 25%;
      float: left;
      position: relative;
      left: auto;
      padding: 0 35px 0 0; } }
  .category-layout .col1.open-menu {
    left: 0%; }

.category-layout .col2 {
  width: 100%;
  float: left; }
  @media all and (min-width: 64em) {
    .category-layout .col2 {
      width: 70%; } }

.category-layout .intro {
  margin: 0 0 40px;
  text-align: center; }
  @media all and (min-width: 64em) {
    .category-layout .intro {
      text-align: left;
      margin: 0 0 60px;
      max-width: 100%;
      padding: 0;
      padding-left: 10px; } }
  .category-layout .intro p {
    color: #a49d84;
    font-size: 15px;
    line-height: 26px; }

/********************************************/
/*********************************************
:: Filter Module                    
********************************************/
.filter-menu {
  width: 100%;
  display: inline-block;
  background: #63bc4b;
  text-align: left;
  position: relative;
  margin: 0 auto;
  padding: 0; }
  @media all and (min-width: 64em) {
    .filter-menu {
      background: white;
      padding: 20px 0; } }
  .filter-menu .slide-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: white;
    background: black;
    position: relative;
    cursor: pointer; }
    .filter-menu .slide-title span {
      font-size: 16px;
      color: white;
      position: absolute;
      top: 10px;
      left: 3%; }
  .filter-menu h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: black;
    background: #429429;
    margin: 0;
    padding: 0 3% 15px; }
    @media all and (min-width: 64em) {
      .filter-menu h3 {
        background: white;
        padding: 0 0 15px; } }
    @media all and (min-width: 90em) {
      .filter-menu h3 {
        font-size: 14.5px; } }
  .filter-menu .species {
    width: 100%;
    display: inline-block;
    padding: 0px 3% 20px;
    background: #429429; }
    @media all and (min-width: 64em) {
      .filter-menu .species {
        max-width: 190px;
        background: white;
        padding: 0 0 20px 0; } }
    @media all and (min-width: 90em) {
      .filter-menu .species {
        max-width: 167px; } }
    .filter-menu .species .button-animal {
      width: calc(99.99% * 1/2 - (12px - 12px * 1/2));
      font-size: 16px; }
    .filter-menu .species .button-animal:nth-child(1n){
  float: left;
  margin-right: 12px;
  clear: none; }
    .filter-menu .species .button-animal:last-child{
  margin-right: 0; }
    .filter-menu .species .button-animal:nth-child(2n){
  margin-right: 0;
  float: right; }
    .filter-menu .species .button-animal:nth-child(2n + 1){
  clear: left; }
      @media all and (min-width: 64em) {
        .filter-menu .species .button-animal {
          width: calc(99.99% * 1/1 - (0px - 0px * 1/1)); }
        .filter-menu .species .button-animal:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
        .filter-menu .species .button-animal:last-child{
    margin-right: 0; }
        .filter-menu .species .button-animal:nth-child(1n){
    margin-right: 0;
    float: right; }
        .filter-menu .species .button-animal:nth-child(1n + 1){
    clear: left; } }
      @media all and (min-width: 90em) {
        .filter-menu .species .button-animal {
          line-height: 31px;
          margin-bottom: 8px;
          padding-left: 44px; } }
  .filter-menu .categories {
    width: 100%;
    display: inline-block;
    background: #63bc4b;
    position: relative;
    padding: 0 3%; }
    @media all and (min-width: 64em) {
      .filter-menu .categories {
        background: white;
        padding: 20px 0; } }
    .filter-menu .categories:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #ECECEC;
      position: absolute;
      top: 0px;
      left: -70%; }
      @media all and (max-width: 63.9375em) {
        .filter-menu .categories:before {
          display: none; } }
    .filter-menu .categories a {
      display: block;
      font-size: 16px;
      color: white;
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .filter-menu .categories a {
          color: #63bc4b;
          margin-bottom: 15px; } }
      .filter-menu .categories a.active {
        font-weight: 700;
        color: black; }

/********************************************/
/*********************************************
:: News Module
********************************************/
.news-module {
  width: 100%;
  position: relative;
  padding: 0 3%; }
  @media all and (min-width: 48em) {
    .news-module {
      padding: 0; } }
  @media all and (min-width: 90em) {
    .news-module .content-max-width {
      max-width: 1286px; } }
  @media all and (min-width: 120em) {
    .news-module .content-max-width {
      max-width: 75%; } }
  .news-module .title-icon {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 33px 0; }
    @media all and (min-width: 64em) {
      .news-module .title-icon {
        margin: 100px 0 70px 0; } }
    @media all and (min-width: 90em) {
      .news-module .title-icon {
        margin: 90px 0 64px 0; } }
    .news-module .title-icon span {
      display: inline-block;
      font-size: 40px;
      margin-right: 18px;
      color: #63bc4b;
      vertical-align: top; }
      @media all and (min-width: 64em) {
        .news-module .title-icon span {
          margin-right: 30px;
          font-size: 55px; } }
      @media all and (min-width: 90em) {
        .news-module .title-icon span {
          font-size: 49.5px;
          margin-right: 27px; } }
    .news-module .title-icon p {
      width: auto;
      max-width: 71%;
      display: inline-block;
      font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      color: black;
      margin: 0; }
      @media all and (min-width: 48em) {
        .news-module .title-icon p {
          max-width: 80%; } }
      @media all and (min-width: 90em) {
        .news-module .title-icon p {
          max-width: 60%;
          font-size: 49.5px;
          line-height: 51px; } }
    .news-module .title-icon .button-white {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media all and (min-width: 90em) {
        .news-module .title-icon .button-white {
          font-size: 14.5px;
          height: 45px;
          line-height: 44px;
          padding: 0 89px;
          top: 7px; } }
  .news-module .news {
    width: 100%;
    display: inline-block; }
  .news-module article {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    @media all and (min-width: 37.5em) {
      .news-module article {
        width: calc(99.99% * 1/2 - (24px - 24px * 1/2)); }
      .news-module article:nth-child(1n){
    float: left;
    margin-right: 24px;
    clear: none; }
      .news-module article:last-child{
    margin-right: 0; }
      .news-module article:nth-child(2n){
    margin-right: 0;
    float: right; }
      .news-module article:nth-child(2n + 1){
    clear: left; } }
    @media all and (min-width: 58.75em) {
      .news-module article {
        width: calc(99.99% * 1/3 - (24px - 24px * 1/3)); }
      .news-module article:nth-child(1n){
    float: left;
    margin-right: 24px;
    clear: none; }
      .news-module article:last-child{
    margin-right: 0; }
      .news-module article:nth-child(3n){
    margin-right: 0;
    float: right; }
      .news-module article:nth-child(3n + 1){
    clear: left; } }
    .news-module article .image {
      width: 100%;
      height: 282px;
      display: inline-block;
      position: relative;
      background-position: center;
      background-size: cover;
      background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
      @media all and (min-width: 37.5em) {
        .news-module article .image {
          height: 300px; } }
      @media all and (min-width: 90em) {
        .news-module article .image {
          height: 350px; } }
      .news-module article .image:before {
        content: '';
        width: 100%;
        height: 100%;
        background: black;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        z-index: 2; }
    .news-module article h3 {
      text-align: left;
      margin-bottom: 20px; }
      @media all and (min-width: 90em) {
        .news-module article h3 {
          font-size: 27px;
          margin-bottom: 17px; } }
    .news-module article .date {
      font-weight: 600;
      text-align: left;
      color: #576652;
      margin: 10px 0 20px 0; }
      @media all and (min-width: 90em) {
        .news-module article .date {
          margin: 6px 0 16px 0;
          font-size: 14px; } }
      .news-module article .date span {
        font-size: 18px;
        font-weight: 300;
        vertical-align: text-top;
        margin-right: 10px; }
        @media all and (min-width: 90em) {
          .news-module article .date span {
            font-size: 17px; } }
    .news-module article .content {
      width: 100%;
      float: left;
      text-align: left; }
      @media all and (min-width: 37.5em) {
        .news-module article .content {
          width: calc(100% - 100px); } }
    .news-module article .button-round {
      margin: 0 auto; }
      @media all and (min-width: 37.5em) {
        .news-module article .button-round {
          position: absolute;
          bottom: 20px;
          right: 0; } }
      @media all and (min-width: 90em) {
        .news-module article .button-round {
          width: 57px;
          height: 57px; }
          .news-module article .button-round span {
            line-height: 59px; } }
  .news-module article:hover .image:before {
    opacity: 0.4; }
  .news-module .buttons {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 60px 0; }

/********************************************/
/*********************************************
:: Views
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/ }
  .page-home .hero-container {
    width: 100%;
    position: relative; }
    .page-home .hero-container .slide {
      width: 100%;
      position: relative;
      min-height: 420px;
      background-position: center;
      background-size: cover;
      background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg");
      background-position: bottom center !important; }
      @media (min-width: 1024px) {
        .page-home .hero-container .slide {
          min-height: 763px; } }
      @media all and (min-width: 100em) {
        .page-home .hero-container .slide {
          min-height: 763px;
          background-position: center 41% !important; } }
    .page-home .hero-container .slide-text {
      max-width: 580px;
      text-align: center;
      position: absolute;
      top: 110px;
      left: 0;
      right: 0;
      margin: auto;
      width: 85%; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .slide-text {
          text-align: left;
          position: absolute;
          top: 37%;
          left: 13.2%;
          right: auto;
          width: 100%; } }
      @media all and (min-width: 90em) {
        .page-home .hero-container .slide-text {
          top: 40%; } }
      @media all and (min-width: 120em) {
        .page-home .hero-container .slide-text {
          top: 40%;
          max-width: 652px; } }
      .page-home .hero-container .slide-text h1, .page-home .hero-container .slide-text h2, .page-home .hero-container .slide-text legend {
        font-size: 46px;
        line-height: 40px;
        color: white;
        margin-bottom: 30px; }
        @media all and (min-width: 64em) {
          .page-home .hero-container .slide-text h1, .page-home .hero-container .slide-text h2, .page-home .hero-container .slide-text legend {
            font-size: 59px;
            line-height: 54px;
            letter-spacing: -1px;
            margin-bottom: 40px; } }
        @media all and (min-width: 90em) {
          .page-home .hero-container .slide-text h1, .page-home .hero-container .slide-text h2, .page-home .hero-container .slide-text legend {
            font-size: 53px;
            line-height: 48px;
            margin-bottom: 36px; } }
        @media all and (min-width: 120em) {
          .page-home .hero-container .slide-text h1, .page-home .hero-container .slide-text h2, .page-home .hero-container .slide-text legend {
            max-width: 90%; } }
      .page-home .hero-container .slide-text .wysiwyg h1, .page-home .hero-container .slide-text .wysiwyg h2, .page-home .hero-container .slide-text .wysiwyg legend, .page-home .hero-container .slide-text .wysiwyg h3, .page-home .hero-container .slide-text .wysiwyg h4, .page-home .hero-container .slide-text .wysiwyg p, .page-home .hero-container .slide-text .wysiwyg span {
        color: white;
        margin-bottom: 20px; }
        @media all and (min-width: 90em) {
          .page-home .hero-container .slide-text .wysiwyg h1, .page-home .hero-container .slide-text .wysiwyg h2, .page-home .hero-container .slide-text .wysiwyg legend, .page-home .hero-container .slide-text .wysiwyg h3, .page-home .hero-container .slide-text .wysiwyg h4, .page-home .hero-container .slide-text .wysiwyg p, .page-home .hero-container .slide-text .wysiwyg span {
            margin-bottom: 18px; } }
        @media all and (min-width: 120em) {
          .page-home .hero-container .slide-text .wysiwyg h1, .page-home .hero-container .slide-text .wysiwyg h2, .page-home .hero-container .slide-text .wysiwyg legend, .page-home .hero-container .slide-text .wysiwyg h3, .page-home .hero-container .slide-text .wysiwyg h4, .page-home .hero-container .slide-text .wysiwyg p, .page-home .hero-container .slide-text .wysiwyg span {
            font-size: 18.5px;
            line-height: 28px; } }
      @media all and (min-width: 64em) {
        .page-home .hero-container .slide-text .button-green {
          margin-top: 20px; } }
      @media all and (min-width: 90em) {
        .page-home .hero-container .slide-text .button-green {
          margin-top: 16px;
          height: 45px;
          padding: 0 89px;
          font-size: 14.5px;
          line-height: 46px; } }
  .page-home .hero-container.v2 {
    margin-top: -5px; }
    @media all and (min-width: 64em) {
      .page-home .hero-container.v2 .slide-text {
        top: 330px; } }
    @media all and (min-width: 90em) {
      .page-home .hero-container.v2 .slide-text {
        top: 296px; } }
  .page-home .links-container {
    width: 100%;
    display: inline-block;
    position: relative; }
    .page-home .links-container .col {
      width: 100%;
      height: 350px;
      float: left;
      position: relative;
      background-image: url(/images/home-panel-2.jpg);
      background-size: cover;
      background-position: top center;
      background-color: rgba(0, 0, 0, 0.5);
      background-blend-mode: multiply;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      margin-top: -1px; }
      @media all and (min-width: 48em) {
        .page-home .links-container .col {
          width: 33.33%;
          height: 804px;
          background-position: center; } }
      @media all and (min-width: 90em) {
        .page-home .links-container .col {
          background-position: top; } }
      .page-home .links-container .col .title {
        width: 80%;
        text-align: center;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media all and (min-width: 48em) {
          .page-home .links-container .col .title {
            top: 400px; } }
        .page-home .links-container .col .title h3 {
          min-height: 50px;
          font-size: 32px;
          line-height: 32px;
          color: white;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          margin-bottom: 23px; }
          @media all and (min-width: 48em) {
            .page-home .links-container .col .title h3 {
              min-height: 100px;
              font-size: 40px;
              line-height: 44px;
              margin-bottom: 40px; } }
        .page-home .links-container .col .title a.button-round {
          width: 60px;
          height: 60px;
          display: inline-block;
          background: #63bc4b;
          border-radius: 50%; }
          .page-home .links-container .col .title a.button-round span {
            display: inline-block;
            font-size: 30px;
            line-height: 60px;
            color: white; }
      .page-home .links-container .col .links {
        width: 100%;
        position: absolute;
        top: 155px;
        left: 0; }
        @media all and (min-width: 48em) {
          .page-home .links-container .col .links {
            top: 220px; } }
        .page-home .links-container .col .links a {
          width: 33%;
          float: left;
          font-size: 16px;
          text-align: center;
          color: white;
          margin-bottom: 24px;
          -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
          opacity: 0;
          display: none; }
          @media all and (min-width: 48em) {
            .page-home .links-container .col .links a {
              width: 50%; } }
          .page-home .links-container .col .links a span {
            display: block;
            font-size: 42px;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            margin-bottom: 10px; }
            .page-home .links-container .col .links a span:before {
              color: rgba(255, 255, 255, 0.5); }
            @media all and (min-width: 48em) {
              .page-home .links-container .col .links a span {
                font-size: 136px; } }
        .page-home .links-container .col .links a:hover {
          color: #63bc4b; }
          .page-home .links-container .col .links a:hover span {
            color: #63bc4b; }
            .page-home .links-container .col .links a:hover span:before {
              color: #63bc4b; }
        .page-home .links-container .col .links .all {
          position: absolute;
          top: -40px;
          left: 0;
          right: 0;
          width: auto;
          margin: auto;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
          @media all and (min-width: 48em) {
            .page-home .links-container .col .links .all {
              top: -50px; } }
          .page-home .links-container .col .links .all span {
            display: none;
            font-size: 30px; }
            .page-home .links-container .col .links .all span.icon-arrow-pointing-to-right {
              display: inline-block;
              width: 25px;
              height: 25px;
              margin: 0 0 0 5px;
              font-size: 14px;
              line-height: 25px;
              color: white;
              background: #63bc4b;
              border-radius: 50%;
              text-shadow: none; }
              .page-home .links-container .col .links .all span.icon-arrow-pointing-to-right:before {
                color: white; }
        .page-home .links-container .col .links a.all:hover {
          color: #63bc4b; }
          .page-home .links-container .col .links a.all:hover span {
            color: white; }
            .page-home .links-container .col .links a.all:hover span:before {
              color: white; }
    @media all and (min-width: 48em) {
      .page-home .links-container .col:hover {
        background-blend-mode: normal; }
        .page-home .links-container .col:hover .links a {
          display: block;
          opacity: 1; }
        .page-home .links-container .col:hover .title {
          top: 40px; } }
    @media all and (min-width: 48em) and (min-width: 48em) {
      .page-home .links-container .col:hover .title {
        top: 68px; } }
    @media all and (min-width: 48em) {
          .page-home .links-container .col:hover .title a {
            display: none; } }
    @media all and (max-width: 47.9375em) {
      .page-home .links-container .col.mob-hover {
        background-blend-mode: normal; }
        .page-home .links-container .col.mob-hover .links a {
          display: block;
          opacity: 1; }
        .page-home .links-container .col.mob-hover .title {
          top: 40px; } }
    @media all and (max-width: 47.9375em) and (min-width: 48em) {
      .page-home .links-container .col.mob-hover .title {
        top: 68px; } }
    @media all and (max-width: 47.9375em) {
          .page-home .links-container .col.mob-hover .title a {
            display: none; } }

/*******************************************/
/*********************************************
:: About Page
********************************************/
.page-about {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/ }
  .page-about .slide {
    position: relative;
    float: left;
    width: 100%;
    min-height: 360px;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% -34px;
    z-index: 9; }
    @media (1024px) {
      .page-about .slide {
        min-height: 820px;
        background-position: center;
        background-size: cover;
        background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); } }
    @media all and (min-width: 90em) {
      .page-about .slide {
        min-height: 738px; } }
    .page-about .slide:after {
      content: '';
      position: absolute;
      height: 248px;
      width: 100%;
      background-image: -webkit-linear-gradient(270deg, transparent 0%, #000000 100%);
      background-image: linear-gradient(180deg, transparent 0%, #000000 100%);
      bottom: 0; }
  .page-about h1, .page-about h2, .page-about legend {
    font-size: 40px;
    line-height: 40px;
    color: white;
    margin-bottom: 15px; }
    @media all and (min-width: 64em) {
      .page-about h1, .page-about h2, .page-about legend {
        font-size: 46.5px;
        line-height: 50px; } }
    @media all and (min-width: 90em) {
      .page-about h1, .page-about h2, .page-about legend {
        font-size: 46.5px; } }
  @media all and (min-width: 90em) {
    .page-about h1 {
      width: 89%; } }
  .page-about h2, .page-about legend {
    margin-bottom: 30px; }
    @media all and (min-width: 90em) {
      .page-about h2, .page-about legend {
        max-width: 95%; } }
  .page-about .wysiwyg h1, .page-about .wysiwyg h2, .page-about .wysiwyg legend, .page-about .wysiwyg h3, .page-about .wysiwyg h4, .page-about .wysiwyg p, .page-about .wysiwyg span, .page-about .wysiwyg li {
    color: white; }
  @media all and (min-width: 21.875em) and (max-width: 37.4375em) {
    .page-about .button-green {
      font-size: 13px;
      padding: 0 25px;
      margin: auto;
      display: block;
      text-align: center; } }
  @media all and (min-width: 48em) {
    .page-about .button-green {
      display: inline-block; } }
  .page-about ul.special li:before {
    color: #63bc4b; }
  .page-about .hero-container {
    float: left;
    width: 100%;
    position: relative;
    background: black; }
    .page-about .hero-container .slide-text {
      position: relative;
      top: -136px;
      max-width: 620px;
      padding: 136px 5% 10%;
      text-align: center;
      z-index: 9; }
      @media all and (min-width: 48em) {
        .page-about .hero-container .slide-text {
          text-align: left;
          padding-bottom: 6%; } }
      @media all and (min-width: 64em) {
        .page-about .hero-container .slide-text {
          top: 0;
          padding: 230px 0 0 0;
          margin-left: 12%; } }
      @media all and (min-width: 90em) {
        .page-about .hero-container .slide-text {
          padding: 192px 0 100px 0;
          margin-left: 13%; } }
    .page-about .hero-container .title {
      width: auto;
      background: rgba(99, 188, 75, 0.8);
      position: absolute;
      bottom: 80px;
      right: 0;
      padding: 20px 150px 20px 20px; }
      .page-about .hero-container .title p {
        color: white;
        margin: 0; }
  .page-about .hero-containerv2 {
    float: left;
    width: 100%;
    margin-top: -4px;
    background-color: black; }
    .page-about .hero-containerv2 .slide-text {
      position: relative;
      top: -136px;
      float: right;
      padding: 136px 5% 10%;
      max-width: 720px;
      text-align: center;
      z-index: 9; }
      @media all and (min-width: 48em) {
        .page-about .hero-containerv2 .slide-text {
          padding-bottom: 6%;
          text-align: left; } }
      @media all and (min-width: 64em) {
        .page-about .hero-containerv2 .slide-text {
          position: relative;
          top: 0;
          padding: 230px 12% 100px 0;
          margin-right: 5%; } }
      @media all and (min-width: 90em) {
        .page-about .hero-containerv2 .slide-text {
          padding: 211px 12% 100px 0; } }
      @media all and (min-width: 64em) {
        .page-about .hero-containerv2 .slide-text h1, .page-about .hero-containerv2 .slide-text h2, .page-about .hero-containerv2 .slide-text legend {
          font-size: 46.5px;
          line-height: 50px;
          text-align: right;
          max-width: 100%; } }
      .page-about .hero-containerv2 .slide-text .wysiwyg {
        max-width: 490px; }
        @media all and (min-width: 64em) {
          .page-about .hero-containerv2 .slide-text .wysiwyg {
            float: right; } }
        .page-about .hero-containerv2 .slide-text .wysiwyg h1, .page-about .hero-containerv2 .slide-text .wysiwyg h2, .page-about .hero-containerv2 .slide-text .wysiwyg legend, .page-about .hero-containerv2 .slide-text .wysiwyg h3, .page-about .hero-containerv2 .slide-text .wysiwyg h4, .page-about .hero-containerv2 .slide-text .wysiwyg p, .page-about .hero-containerv2 .slide-text .wysiwyg span {
          text-align: left; }
          @media all and (min-width: 64em) {
            .page-about .hero-containerv2 .slide-text .wysiwyg h1, .page-about .hero-containerv2 .slide-text .wysiwyg h2, .page-about .hero-containerv2 .slide-text .wysiwyg legend, .page-about .hero-containerv2 .slide-text .wysiwyg h3, .page-about .hero-containerv2 .slide-text .wysiwyg h4, .page-about .hero-containerv2 .slide-text .wysiwyg p, .page-about .hero-containerv2 .slide-text .wysiwyg span {
              text-align: right; } }
  .page-about .hero-container.first .slide {
    background-position: 80% -34px; }
    @media (min-width: 1024px) {
      .page-about .hero-container.first .slide {
        min-height: 758px;
        background-position: center;
        background-size: cover;
        background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
        .page-about .hero-container.first .slide:after {
          display: none; } }
    @media all and (min-width: 90em) {
      .page-about .hero-container.first .slide {
        min-height: 687px; } }
  .page-about .hero-container.first .slide-text h1, .page-about .hero-container.first .slide-text h2, .page-about .hero-container.first .slide-text legend {
    font-size: 32px;
    text-align: left; }
    @media all and (min-width: 64em) {
      .page-about .hero-container.first .slide-text h1, .page-about .hero-container.first .slide-text h2, .page-about .hero-container.first .slide-text legend {
        font-size: 56px; } }
    @media all and (min-width: 90em) {
      .page-about .hero-container.first .slide-text h1, .page-about .hero-container.first .slide-text h2, .page-about .hero-container.first .slide-text legend {
        font-size: 52.5px; } }
  .page-about .hero-container.first .sliding {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 140px;
    margin: auto;
    text-align: center;
    z-index: 9999;
    cursor: pointer; }
    .page-about .hero-container.first .sliding p {
      margin: 0;
      font-size: 12px;
      color: white; }
    .page-about .hero-container.first .sliding span {
      font-size: 30px;
      color: white; }
  @media all and (min-width: 64em) {
    .page-about .hero-container.last .slide-text {
      padding: 108px 0 100px 0; } }
  @media all and (min-width: 90em) {
    .page-about .hero-container.last .slide-text .wysiwyg {
      max-width: 86%; } }
  @media all and (min-width: 90em) {
    .page-about .hero-container.last .slide-text a.button-green {
      padding: 0 83px;
      font-size: 12px;
      font-weight: 400; } }
  .page-about .people-container {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 3%; }
    @media all and (min-width: 64em) {
      .page-about .people-container {
        padding: 88px 12%; } }
    @media all and (min-width: 90em) {
      .page-about .people-container {
        padding: 85px 13% 60px; } }
    .page-about .people-container h1, .page-about .people-container h2, .page-about .people-container legend {
      font-size: 40px;
      line-height: 40px;
      color: black;
      margin-bottom: 15px; }
      @media all and (min-width: 64em) {
        .page-about .people-container h1, .page-about .people-container h2, .page-about .people-container legend {
          font-size: 56px;
          line-height: 50px; } }
    .page-about .people-container h2, .page-about .people-container legend {
      margin-bottom: 30px; }
    .page-about .people-container .intro {
      max-width: 830px;
      margin-bottom: 78px; }
      @media all and (min-width: 90em) {
        .page-about .people-container .intro {
          margin-bottom: 66px; }
          .page-about .people-container .intro h2, .page-about .people-container .intro legend {
            letter-spacing: -1.4px;
            font-size: 54px; } }
    @media all and (min-width: 90em) {
      .page-about .people-container .people {
        padding: 0 25px; } }
    .page-about .people-container article {
      width: 100%;
      float: left;
      margin-bottom: 58px; }
      @media all and (min-width: 37.5em) {
        .page-about .people-container article {
          text-align: left;
          width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
          margin: 0 auto 58px; }
        .page-about .people-container article:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
        .page-about .people-container article:last-child{
    margin-right: 0; }
        .page-about .people-container article:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-about .people-container article:nth-child(3n + 1){
    clear: left; } }
      @media all and (min-width: 64em) {
        .page-about .people-container article {
          width: calc(99.99% * 1/5 - (70px - 70px * 1/5)); }
        .page-about .people-container article:nth-child(1n){
    float: left;
    margin-right: 70px;
    clear: none; }
        .page-about .people-container article:last-child{
    margin-right: 0; }
        .page-about .people-container article:nth-child(5n){
    margin-right: 0;
    float: right; }
        .page-about .people-container article:nth-child(5n + 1){
    clear: left; } }
      .page-about .people-container article .image {
        width: 145px;
        height: 145px;
        margin: 0 auto 29px;
        display: inline-block;
        position: relative;
        border: 2px solid #63bc4b;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
        @media all and (min-width: 48em) {
          .page-about .people-container article .image {
            width: 160px;
            height: 160px; } }
        @media all and (min-width: 90em) {
          .page-about .people-container article .image {
            width: 140px;
            height: 140px;
            margin-bottom: 20px; } }
        .page-about .people-container article .image div {
          position: absolute;
          right: -12%;
          bottom: 0;
          width: 55px;
          height: 55px;
          background: #63bc4b;
          border-radius: 50%;
          z-index: 9; }
          @media all and (min-width: 48em) {
            .page-about .people-container article .image div {
              right: -20px; } }
          @media all and (min-width: 90em) {
            .page-about .people-container article .image div {
              width: 50px;
              height: 50px;
              right: -14px; } }
          .page-about .people-container article .image div span {
            display: block;
            font-size: 20px;
            font-weight: 700;
            color: white;
            text-align: center;
            line-height: 55px; }
            @media all and (min-width: 90em) {
              .page-about .people-container article .image div span {
                padding-left: 2px;
                font-size: 17px;
                color: white;
                line-height: 51px; } }
      .page-about .people-container article .content {
        vertical-align: top;
        text-align: center;
        display: block;
        padding: 0;
        max-width: 100%; }
        @media all and (min-width: 21.875em) {
          .page-about .people-container article .content {
            display: inline-block;
            padding: 8% 0 2% 7%;
            max-width: 57%;
            text-align: left; } }
        @media all and (min-width: 48em) {
          .page-about .people-container article .content {
            padding: 0;
            width: 100%;
            max-width: 100%;
            text-align: center; } }
        .page-about .people-container article .content h3 {
          font-size: 16px;
          color: #4c4c4c;
          margin: 0; }
          @media all and (min-width: 90em) {
            .page-about .people-container article .content h3 {
              font-size: 13px;
              line-height: 15px; } }
        .page-about .people-container article .content .degree {
          font-size: 12px;
          font-weight: 300;
          color: #4c4c4c;
          margin: 0; }
        .page-about .people-container article .content .job {
          font-weight: 300;
          color: #4c4c4c;
          margin: 0 0 5px; }
          @media all and (min-width: 90em) {
            .page-about .people-container article .content .job {
              margin: 0;
              font-weight: 400; } }
        .page-about .people-container article .content .email, .page-about .people-container article .content .tel {
          display: none;
          font-size: 14px;
          font-style: italic;
          color: #63bc4b;
          margin: 0;
          clear: both; }
          @media all and (min-width: 48em) {
            .page-about .people-container article .content .email, .page-about .people-container article .content .tel {
              display: block; } }
          @media all and (min-width: 90em) {
            .page-about .people-container article .content .email, .page-about .people-container article .content .tel {
              font-size: 12px;
              line-height: 18px;
              letter-spacing: 0.2px; } }
  .page-about .iframe-container {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #dddad3;
    padding: 40px 5%; }
    @media all and (min-width: 64em) {
      .page-about .iframe-container {
        padding: 106px 12%; } }
    .page-about .iframe-container h1, .page-about .iframe-container h2, .page-about .iframe-container legend {
      font-size: 40px;
      line-height: 40px;
      color: black;
      margin-bottom: 15px; }
      @media all and (min-width: 64em) {
        .page-about .iframe-container h1, .page-about .iframe-container h2, .page-about .iframe-container legend {
          font-size: 56px;
          line-height: 50px; } }
      @media all and (min-width: 90em) {
        .page-about .iframe-container h1, .page-about .iframe-container h2, .page-about .iframe-container legend {
          font-size: 54px;
          line-height: 50px;
          letter-spacing: -1.4px; } }
    .page-about .iframe-container h2, .page-about .iframe-container legend {
      margin-bottom: 30px; }
    .page-about .iframe-container .intro {
      max-width: 690px;
      margin-bottom: 45px; }
    .page-about .iframe-container .wysiwyg {
      max-width: 570px; }
      @media all and (min-width: 90em) {
        .page-about .iframe-container .wysiwyg {
          max-width: 503px; } }
    .page-about .iframe-container .iframe-area {
      min-height: 147px;
      background: #63bc4b; }
      .page-about .iframe-container .iframe-area iframe {
        width: 100%; }
  .page-about .news-module {
    background: #dddad3; }
    .page-about .news-module .button-white {
      background: #dddad3; }

/*******************************************/
/*********************************************
:: Products Page                   
********************************************/
.page-products {
  /********************************************/ }
  .page-products .detail-container {
    width: 100%;
    display: inline-block;
    padding: 24px 0 0; }
    @media all and (min-width: 48em) {
      .page-products .detail-container {
        padding: 80px 0 0; } }
    @media all and (min-width: 90em) {
      .page-products .detail-container {
        padding: 70px 76px 30px; } }
    .page-products .detail-container .col2 .buttons {
      text-align: center; }
      .page-products .detail-container .col2 .buttons .button-white {
        margin: 0 auto 30px auto; }
    .page-products .detail-container .col2 .products {
      width: 100%;
      display: inline-block; }
      @media all and (min-width: 48em) {
        .page-products .detail-container .col2 .products {
          margin-top: -20px; } }
      @media all and (min-width: 90em) {
        .page-products .detail-container .col2 .products {
          margin-top: -17px; } }
      .page-products .detail-container .col2 .products a {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px;
        border: 3px solid white;
        -webkit-transition: none;
        transition: none; }
        @media all and (min-width: 48em) {
          .page-products .detail-container .col2 .products a {
            width: calc(99.99% * 1/2 - (60px - 60px * 1/2));
            margin-bottom: 40px; }
          .page-products .detail-container .col2 .products a:nth-child(1n){
    float: left;
    margin-right: 60px;
    clear: none; }
          .page-products .detail-container .col2 .products a:last-child{
    margin-right: 0; }
          .page-products .detail-container .col2 .products a:nth-child(2n){
    margin-right: 0;
    float: right; }
          .page-products .detail-container .col2 .products a:nth-child(2n + 1){
    clear: left; } }
        @media all and (min-width: 64em) {
          .page-products .detail-container .col2 .products a {
            min-height: 463px; } }
        .page-products .detail-container .col2 .products a h3 {
          text-align: left; }
          @media all and (min-width: 48em) {
            .page-products .detail-container .col2 .products a h3 {
              font-size: 24px;
              min-height: 60px; } }
          @media all and (min-width: 90em) {
            .page-products .detail-container .col2 .products a h3 {
              font-size: 22px;
              margin-bottom: 22px; } }
        .page-products .detail-container .col2 .products a img {
          width: 100%;
          max-width: 360px;
          margin: 0 auto; }
          @media all and (min-width: 90em) {
            .page-products .detail-container .col2 .products a img {
              max-width: 324px; } }
        @media all and (min-width: 48em) {
          .page-products .detail-container .col2 .products a .content {
            text-align: left; } }
        .page-products .detail-container .col2 .products a .content p {
          font-size: 16px;
          color: #4b4b4b; }
          @media all and (min-width: 90em) {
            .page-products .detail-container .col2 .products a .content p {
              line-height: 21px;
              font-size: 14.5px; } }
      .page-products .detail-container .col2 .products a:hover {
        border: 3px solid #63bc4b; }

/*******************************************/
/*********************************************
:: Product Detail Page                   
********************************************/
.page-product-detail {
  /********************************************/
  /********************************************/
  /********************************************/ }
  .page-product-detail .detail-container {
    width: 100%;
    display: inline-block;
    padding: 24px 0; }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container {
        padding: 60px 0 60px; } }
    @media all and (min-width: 90em) {
      .page-product-detail .detail-container {
        padding: 53px 0 60px; } }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container .breadcrumbs {
        margin-bottom: 50px; } }
    @media all and (min-width: 90em) {
      .page-product-detail .detail-container .breadcrumbs {
        margin-bottom: 41px; } }
    .page-product-detail .detail-container .col1 {
      width: 100%;
      float: left;
      text-align: center;
      position: relative; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 {
          width: 40%;
          float: right;
          margin: 0 0 0 0; } }
      @media all and (min-width: 90em) {
        .page-product-detail .detail-container .col1 {
          width: 36%; } }
      .page-product-detail .detail-container .col1 img {
        margin: 0 auto; }
      .page-product-detail .detail-container .col1 .badge {
        position: absolute;
        top: 20px;
        left: 25px;
        z-index: 1; }
        @media all and (min-width: 90em) {
          .page-product-detail .detail-container .col1 .badge {
            top: 18px;
            left: -9px;
            z-index: 1;
            max-width: 66px; } }
    .page-product-detail .detail-container .col2 {
      width: 100%;
      float: left;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 {
          width: 60%;
          text-align: left; } }
      .page-product-detail .detail-container .col2 h1 {
        font-size: 20px;
        margin-bottom: 10px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 h1 {
            font-size: 36px;
            margin-bottom: 30px; } }
        @media all and (min-width: 90em) {
          .page-product-detail .detail-container .col2 h1 {
            font-size: 33px; } }
      .page-product-detail .detail-container .col2 .content {
        width: 100%;
        max-width: 580px;
        display: inline-block;
        margin: 0 auto 30px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .content {
            margin: 0 0 30px; } }
        @media all and (min-width: 90em) {
          .page-product-detail .detail-container .col2 .content {
            padding-right: 55px; } }
      .page-product-detail .detail-container .col2 .special li p {
        margin-bottom: 0px; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 .features {
          margin-right: 6%; } }
      .page-product-detail .detail-container .col2 .features, .page-product-detail .detail-container .col2 .benefits {
        width: 100%;
        float: left;
        text-align: left; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .features, .page-product-detail .detail-container .col2 .benefits {
            width: 44%; } }
        .page-product-detail .detail-container .col2 .features h3, .page-product-detail .detail-container .col2 .benefits h3 {
          color: #63bc4b; }
  .page-product-detail .tab-container {
    width: 100%;
    display: inline-block;
    background: #dcdad3;
    padding: 0px 0 30px; }
    @media all and (min-width: 64em) {
      .page-product-detail .tab-container {
        padding: 80px 0 130px; } }
    .page-product-detail .tab-container .links {
      width: 100%;
      float: left;
      margin: 0 0 26px 0; }
      .page-product-detail .tab-container .links a {
        width: 50%;
        height: 55px;
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 55px;
        text-align: center;
        color: black;
        background: white;
        float: left; }
        @media all and (min-width: 37.5em) {
          .page-product-detail .tab-container .links a {
            font-size: 16px; } }
      .page-product-detail .tab-container .links a.active {
        background: #dcdad3; }
    .page-product-detail .tab-container h3 {
      font-size: 18px;
      font-weight: 600;
      color: #576652;
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .page-product-detail .tab-container h3 {
          font-size: 24px;
          margin-bottom: 15px; } }
      .page-product-detail .tab-container h3 a {
        font-weight: 600;
        color: #576652; }
    .page-product-detail .tab-container .col1 {
      width: 100%;
      float: left;
      display: inline-block; }
      @media all and (min-width: 64em) {
        .page-product-detail .tab-container .col1 {
          width: 66.6%;
          display: inline-block !important;
          padding: 0 40px 0 0; } }
      .page-product-detail .tab-container .col1 p a {
        font-weight: bold;
        text-decoration: underline; }
    .page-product-detail .tab-container .col2 {
      width: 100%;
      float: left;
      display: none; }
      @media all and (min-width: 64em) {
        .page-product-detail .tab-container .col2 {
          width: 33.4%;
          display: inline-block !important; } }
      .page-product-detail .tab-container .col2 .program {
        margin-bottom: 80px; }

/*******************************************/
/*********************************************
:: News Page                   
********************************************/
.page-news {
  /********************************************/
  /********************************************/ }
  @media all and (min-width: 64em) {
    .page-news .news-module .title-icon {
      margin-top: 80px; } }
  @media all and (min-width: 90em) {
    .page-news .news-module .title-icon {
      margin-top: 73px; } }

/*******************************************/
/*********************************************
:: News Detail Page                   
********************************************/
.page-news-detail {
  /********************************************/
  /********************************************/ }
  .page-news-detail .detail-container {
    width: 100%;
    display: inline-block;
    padding: 24px 0; }
    @media all and (min-width: 64em) {
      .page-news-detail .detail-container {
        padding: 70px 0 110px; } }
    @media all and (min-width: 90em) {
      .page-news-detail .detail-container {
        padding: 61px 0 110px; } }
    .page-news-detail .detail-container .col1 {
      width: 100%;
      float: left;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-news-detail .detail-container .col1 {
          width: 66%;
          text-align: left;
          padding-right: 130px; } }
      @media all and (min-width: 90em) {
        .page-news-detail .detail-container .col1 {
          padding-left: 46px; } }
      .page-news-detail .detail-container .col1 .back {
        font-family: "Poppins", "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        color: #63bc4b;
        margin-bottom: 10px; }
        @media all and (min-width: 90em) {
          .page-news-detail .detail-container .col1 .back {
            font-size: 14.5px; } }
        .page-news-detail .detail-container .col1 .back span {
          color: #63bc4b; }
      .page-news-detail .detail-container .col1 h1 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 17px; }
        @media all and (min-width: 64em) {
          .page-news-detail .detail-container .col1 h1 {
            font-size: 55px;
            line-height: 60px;
            margin: 0 0 16px; } }
        @media all and (min-width: 90em) {
          .page-news-detail .detail-container .col1 h1 {
            font-size: 49px; } }
      .page-news-detail .detail-container .col1 img {
        margin-bottom: 39px; }
      .page-news-detail .detail-container .col1 .date {
        font-weight: 600;
        color: #576652;
        margin: 10px 0 13px 0; }
        @media all and (min-width: 64em) {
          .page-news-detail .detail-container .col1 .date {
            margin: 0 0 30px 0; } }
        .page-news-detail .detail-container .col1 .date span {
          font-size: 18px;
          font-weight: 300;
          vertical-align: text-top;
          margin-right: 10px; }
    .page-news-detail .detail-container .col2 {
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-news-detail .detail-container .col2 {
          width: 34%;
          float: right;
          margin-top: 40px; } }
      .page-news-detail .detail-container .col2 h4 {
        font-size: 22px;
        color: #63bc4b;
        text-align: center; }
        @media all and (min-width: 64em) {
          .page-news-detail .detail-container .col2 h4 {
            text-align: left; } }
      @media all and (min-width: 64em) {
        .page-news-detail .detail-container .col2 article {
          width: calc(99.99% * 1/1 - (24px - 24px * 1/1)); }
        .page-news-detail .detail-container .col2 article:nth-child(1n){
    float: left;
    margin-right: 24px;
    clear: none; }
        .page-news-detail .detail-container .col2 article:last-child{
    margin-right: 0; }
        .page-news-detail .detail-container .col2 article:nth-child(1n){
    margin-right: 0;
    float: right; }
        .page-news-detail .detail-container .col2 article:nth-child(1n + 1){
    clear: left; } }
      .page-news-detail .detail-container .col2 article .content {
        width: calc(100% - 70px); }
      .page-news-detail .detail-container .col2 article .button-round {
        width: 56px;
        height: 56px;
        line-height: 56px; }

/*******************************************/
/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/ }
  .page-contact .contact-container {
    width: 100%;
    display: inline-block; }
    .page-contact .contact-container h3 {
      width: 100%;
      font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      color: black;
      padding: 0 0 6px 0;
      border-bottom: 1px solid #CCC; }
    .page-contact .contact-container .col1 {
      width: 100%;
      float: left;
      margin-bottom: 35px; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col1 {
          width: 50%;
          max-width: 420px; } }
      .page-contact .contact-container .col1 h3 {
        max-width: 323px;
        padding: 30px 0 4px 0; }
      .page-contact .contact-container .col1 .intro {
        display: none; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .intro {
            display: inline-block;
            font-size: 16px;
            margin: 0px 0 30px 0; } }
      .page-contact .contact-container .col1 p {
        font-size: 14px;
        line-height: 24px;
        margin: 0px 0 4px 0; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 p {
            margin: 0px 0 8px 0; } }
      .page-contact .contact-container .col1 a {
        display: block; }
      .page-contact .contact-container .col1 .phone {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        color: #291902;
        margin: 0px; }
      .page-contact .contact-container .col1 .email {
        font-size: 16px;
        line-height: 20px;
        color: #333; }
    .page-contact .contact-container .col2 {
      width: 100%;
      float: left;
      padding: 20px 0% 0 0%; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col2 {
          width: 50%;
          float: right;
          padding: 0px; } }
    .page-contact .contact-container .map-area {
      width: 100%;
      float: left;
      margin: 30px 0;
      display: inline-block; }
      .page-contact .contact-container .map-area .map {
        width: 100%;
        float: left;
        height: 300px;
        margin: auto; }

/*******************************************/
/*********************************************
:: JS Plugins
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #D8D8D8;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #D8D8D8;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*********************************************
:: JS Plugins Overrides
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }
  .SumoSelect .CaptionCont {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    color: #291902 !important;
    padding: 6px 10px 6px 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 0.938em;
    line-height: 1.7; }
    .SumoSelect .CaptionCont span {
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-align: left; }
  .SumoSelect .CaptionCont label i {
    width: auto;
    height: auto;
    opacity: 1;
    font-style: normal;
    text-align: center; }
    .SumoSelect .CaptionCont label i:before {
      content: "\e915";
      font-family: "icomoon";
      display: inline-block;
      width: 100%;
      margin: auto;
      font-size: 20px;
      vertical-align: top;
      line-height: 41px;
      color: #291902; }
  .SumoSelect ul.options li label {
    margin-bottom: 0px; }

.SumoSelect:focus .CaptionCont, .SumoSelect:hover .CaptionCont {
  border-color: #429429;
  box-shadow: none; }

.error-SumoSelect > .CaptionCont {
  border: 1px solid #291902; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #291902; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #291902; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #291902; }

.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 695px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }

a:focus {
  outline: none; }

.lightbox-popup {
  max-width: 780px;
  display: inline-block;
  background: white;
  margin: 0 auto;
  padding: 50px 8%; }
  .lightbox-popup .col1 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .lightbox-popup .col1 {
        width: 33.33%; } }
    .lightbox-popup .col1 img {
      max-width: 160px;
      margin: 0 0 20px 0;
      border-radius: 50%; }
      @media all and (min-width: 64em) {
        .lightbox-popup .col1 img {
          width: 260px;
          margin: 0; } }
  .lightbox-popup .col2 {
    width: 100%;
    float: left;
    padding: 0 0 0 0px;
    text-align: left; }
    @media all and (min-width: 64em) {
      .lightbox-popup .col2 {
        width: 66.66%;
        padding: 0 0 0 30px; } }
    .lightbox-popup .col2 h3 {
      font-size: 16px;
      color: #4c4c4c;
      margin: 0; }
    .lightbox-popup .col2 .degree {
      font-size: 12px;
      font-weight: 300;
      color: #4c4c4c;
      margin: 0; }
    .lightbox-popup .col2 .job {
      font-weight: 300;
      color: #4c4c4c;
      margin: 0 0 5px; }
    .lightbox-popup .col2 .email, .lightbox-popup .col2 .tel {
      display: block;
      font-size: 14px;
      font-style: italic;
      color: #63bc4b;
      margin: 0;
      clear: both; }
    .lightbox-popup .col2 .tel {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
      @media all and (min-width: 48em) {
        .lightbox-popup .col2 .tel {
          border-bottom: 1px solid #63bc4b;
          padding-bottom: 20px; } }
  .lightbox-popup .popup-content {
    width: 100%;
    float: left;
    background: white;
    border-top: 1px solid #63bc4b;
    padding: 20px 0 0 0; }
    @media all and (min-width: 64em) {
      .lightbox-popup .popup-content {
        border-top: none;
        padding: 0px 0 0 0; } }
    .lightbox-popup .popup-content p {
      text-align: left; }
      .lightbox-popup .popup-content p:first-of-type {
        font-size: 16px;
        line-height: 20px;
        color: #333333; }
    .lightbox-popup .popup-content .error {
      color: red; }
    .lightbox-popup .popup-content .success {
      color: green; }
