<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Base Styles
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  color: #4F636C;
  font-style: normal; }

html, body, .content-wrap, .outter {
  height: 100%;
  overflow: hidden;
  width: 100%; }

* {
  outline: none !important; }

img {
  image-orientation: from-image; }

.outter {
  position: relative; }

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* Typography
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
h1, h2, h3, h4, h5, h6 {
  color: #4F636C;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Lora", serif; }

h1 {
  font-size: 2.5rem;
  line-height: 1.25; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2; }

h3 {
  font-size: 1.8rem;
  line-height: 1.2; }

h4 {
  font-size: 1.6rem;
  line-height: 1.2; }

h5 {
  font-size: 1.5rem;
  line-height: 1.2; }

h6 {
  font-size: 1.4rem;
  line-height: 1.6; }

@media (min-width: 550px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2.5rem; }

  h4 {
    font-size: 2.4rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.5rem; } }
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2rem; }

.content p &gt; a {
  color: #4F636C; }

.content p &gt; a:hover {
  background-color: rgba(79, 99, 108, 0.1); }

.intro-text {
  font-size: 1.9rem;
  margin-bottom: 20px; }

/*========== BTNS ==========*/
.btn {
  border-radius: 0;
  transition-duration: 300ms;
  border: 1px solid;
  text-transform: uppercase;
  color: #000; }

.btn-black {
  background-color: transparent;
  color: #000; }

.btn-black:hover {
  background-color: transparent;
  color: #000; }

.btn-white {
  background-color: transparent;
  color: #fff; }

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

.btn-grey {
  background-color: transparent;
  color: #545252;
  border-color: #545252; }

.btn-grey:hover {
  background-color: rgba(84, 82, 82, 0.1);
  color: #545252; }

/*========== FORMS ==========*/
.form-control {
  box-shadow: none !important;
  border-radius: 0; }

.form-control-inline {
  min-width: 0;
  width: auto; }

.control-label {
  font-weight: 400; }

/*========== HELPERS ==========*/
.t {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .t .td {
    display: table-cell;
    vertical-align: middle; }

.row.hg {
  margin-left: -8px;
  margin-right: -8px; }
  .row.hg [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }

hr.hr-5 {
  margin: 5px 0; }

nav ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0; }

.mob-block {
  display: block;
  width: 100%; }

.xs-spacer {
  display: inline-block;
  padding: 15px 0;
  width: 100%; }

.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

.p-0 {
  padding: 0; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.m-t {
  margin-top: 30px; }

.m-b {
  margin-bottom: 30px; }

.text-lg {
  font-size: 120%; }

.g-recaptcha {
  margin-bottom: 0px;
  -webkit-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0; }

.g-recaptcha.sml {
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
  margin-bottom: -10px; }

/*========== GLOBAL TEXT STYLES ==========*/
a {
  color: #4F636C;
  text-decoration: none !important; }

a:hover {
  color: #616161; }

.large {
  font-size: 170%; }

/*========== GLOBAL CONTAINERS ==========*/
.container {
  position: relative; }

.ctn {
  padding: 30px 0; }

/*========== SYRUP LOGIN ==========*/
#login, .login-page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

#email-message, #password-message {
  position: absolute;
  left: 300px;
  white-space: nowrap; }

.login-page {
  background: #f8f8f8; }

#login {
  margin: auto;
  padding: 80px 0 0;
  width: 320px; }

#login img {
  margin: 0 12px 30px; }

#login form {
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background: #F1840A;
  margin-bottom: 15px; }

#login .form-control {
  box-shadow: none !important;
  border-color: #fff !important; }

#login .btn-orange {
  background-color: #E67E22;
  color: #fff;
  border: 2px solid #fff; }

#login .btn-orange:hover {
  background-color: #f38b2f;
  color: #fff; }

#login form p {
  margin: 0 0 20px;
  font-size: 13px; }

#login a {
  border-bottom: 1px dotted #ccc; }

#email-message:empty, #password-message:empty {
  opacity: 0;
  transition: all 0s ease 0s; }

#email-message {
  top: 30px; }

#password-message {
  top: 6px; }

.warning {
  background-color: #e74c3c;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  opacity: 1;
  padding: 4px 8px;
  transition-duration: .5s; }

#login .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: none;
  letter-spacing: 0; }

/*========== SYRUP ADMIN BAR ==========*/
.admin-navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #106489;
  z-index: 999; }

.admin-navbar .navbar-brand {
  background-color: #106489;
  width: 220px;
  font-size: 14px;
  border-left: 4px solid #e67e22;
  padding: 8px; }

.admin-navbar a:hover {
  color: #e67e22; }

.admin-navbar a {
  color: #fff; }

.admin-navbar .icon-bar {
  background-color: #fff; }

.admin-navbar .nav .open &gt; a, .admin-navbar .nav .open &gt; a:focus, .admin-navbar .nav .open &gt; a:hover {
  background-color: #207499;
  border-color: #fff;
  color: #fff; }

.admin-navbar .nav &gt; li &gt; a:focus, .admin-navbar .nav &gt; li &gt; a:hover {
  background-color: inherit;
  color: #ff7d34; }

.admin-navbar .dropdown-menu {
  background-color: #207499;
  border: none;
  border-radius: 0; }

.admin-navbar .dropdown-menu &gt; li &gt; a {
  color: #fff; }

.admin-navbar .dropdown-menu &gt; li &gt; a:hover {
  background-color: #106489;
  color: #fff; }

.admin-navbar .syrup-sml {
  background-image: url(http://icandydesign.com/syrup-assets/sprites.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  height: 34px;
  padding: 0 0 0 80px; }

#contact-message {
  display: none; }

/*========== COOKIE NOTICE ==========*/
#cookie-notice-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #12A89D;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  z-index: 5; }

#cookie-notice-container p {
  margin-bottom: 0; }

#cookie-notice-container a {
  color: #fff;
  text-decoration: underline !important; }

#cookie-notice-container .btn {
  display: block !important;
  margin-top: 5px;
  width: 100%;
  border-radius: 0;
  background-color: #12A89D;
  border: none;
  opacity: 0.2; }

#cookie-notice-container .btn:hover {
  color: #fff;
  border: none;
  opacity: 0.3; }

/*========== OUTDATED BROWSER NOTICE ==========*/
#browser-notice-container {
  width: 100%;
  background-color: #175caa;
  padding: 10px 0;
  z-index: 9;
  color: #fff; }

#browser-notice-container p {
  width: 990px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff; }

#browser-notice-container a {
  color: #fff;
  text-decoration: underline; }

#browser-notice-container button {
  margin: 0 10px;
  color: #fff; }

#browser-notice-container i {
  margin-right: 5px; }

/*========== HEADER ==========*/
.topHeader {
  font-size: 2.3rem;
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #12A89D;
  background-color: #545252; }
  .topHeader .container {
    padding: 0; }
  .topHeader .headLeft {
    position: absolute; }
  .topHeader .headRight {
    position: relative;
    margin-left: 135px;
    height: 60px;
    float: right;
    width: 160px; }
    .topHeader .headRight .t {
      height: 100%;
      table-layout: auto;
      width: 100px;
      float: right; }
  .topHeader .logo {
    background-image: url("/images/site/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 45px;
    margin: 8px;
    position: relative;
    width: 130px; }
    .topHeader .logo a {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .topHeader .headSearch {
    padding-right: 30px;
    font-weight: 300; }
    .topHeader .headSearch .btn {
      padding: 6px; }
  .topHeader .headBtn {
    height: 100%;
    text-align: center;
    font-size: 2rem;
    position: inherit;
    padding: 0 15px 0 0;
    color: #fff; }
    .topHeader .headBtn a {
      position: relative; }
    .topHeader .headBtn.callBack, .topHeader .headBtn.tel {
      font-size: 2.3rem;
      padding: 0; }
      .topHeader .headBtn.callBack a, .topHeader .headBtn.tel a {
        cursor: pointer; }
        .topHeader .headBtn.callBack a i, .topHeader .headBtn.tel a i {
          color: #fff; }
    .topHeader .headBtn.menu a {
      cursor: pointer; }
    .topHeader .headBtn.socialIcons a {
      color: #545252;
      transition-duration: 200ms; }
      .topHeader .headBtn.socialIcons a:hover {
        color: #000; }

/*========== SLIDE MENU ==========*/
.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 300px;
  height: 100%;
  right: 0;
  background: #12A89D;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding: 50px 15px;
  font-size: 1.5rem; }

.menu-button {
  color: #fff;
  font-size: 2.4rem; }
  .menu-button:hover {
    color: #12A89D; }

.show-menu .menu-button {
  color: #12A89D; }

/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent; }

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #15c8bb; }

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu,
.icon-list {
  height: 100%; }

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.icon-list a {
  display: block;
  padding: 5px 10px;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1rem;
  position: relative;
  font-family: "Lora", serif;
  font-size: 1.8rem; }

.icon-list,
.icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-last-child(4)::before {
  background: #15c8bb;
  content: "";
  display: block;
  height: 1px;
  margin: 5px 0 20px;
  width: 100%; }

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*========== FOOTER ==========*/
footer {
  border-top: 4px solid #12A89D;
  background-color: #545252;
  position: relative;
  overflow: hidden; }
  footer a {
    color: #fff; }
  footer .footerCTA {
    text-align: center;
    background-color: #12A89D;
    padding: 50px 0; }
    footer .footerCTA p {
      display: block;
      font-size: 2rem;
      color: #fff;
      font-family: "Lora", serif;
      text-transform: uppercase;
      font-size: 2.4rem;
      margin: 0 0 30px; }
    footer .footerCTA .btn {
      font-size: 2rem;
      text-transform: uppercase;
      border-width: 2px; }
  footer .footerMenu {
    float: right; }
    footer .footerMenu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footerMenu ul li {
        display: block;
        text-align: left; }
        footer .footerMenu ul li a {
          padding: 5px 10px;
          font-family: "Lora", serif;
          font-size: 1.8rem;
          text-transform: uppercase;
          transition-duration: 300ms; }
          footer .footerMenu ul li a:hover {
            color: #12A89D; }
        footer .footerMenu ul li:last-child a {
          padding-right: 0; }
  footer .footerTop {
    padding: 30px 0;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 1.3rem; }
  footer .footerLogo {
    width: 50px; }
  footer .footerTel {
    margin: 15px 0; }
  footer .footerCopyright {
    font-size: 1.3rem; }
  footer .ftr-signature {
    border-top: 1px solid #5f5d5d;
    font-size: 1.4rem;
    padding: 12px 0;
    color: #fff; }
    footer .ftr-signature a {
      color: #fff; }
    footer .ftr-signature .syrup-text, footer .ftr-signature .icd-text {
      position: relative;
      margin: 0 auto;
      display: table; }
    footer .ftr-signature .icd-text {
      padding-left: 40px; }
    footer .ftr-signature .syrup-text {
      padding-left: 60px; }
    footer .ftr-signature .ftr-icon {
      position: absolute;
      display: block;
      background: url("/images/site/sprites.png") no-repeat; }
    footer .ftr-signature .ftr-icon.syrup {
      background-position: 0 -27px;
      height: 25px;
      left: 0;
      top: -4px;
      width: 54px; }
    footer .ftr-signature .ftr-icon.icd {
      background-position: 0 0;
      width: 40px;
      height: 18px;
      left: 10px;
      top: -2px;
      background-size: 100% auto; }

/*========== ITEM ==========*/
.fullWidthItem {
  height: 250px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .fullWidthItem .fullWidthItem--img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    text-align: center;
    width: 100%; }
  .fullWidthItem .fullWidthItem--title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: rgba(84, 82, 82, 0.95);
    border-bottom: 3px solid #12A89D;
    padding: 30px; }
    .fullWidthItem .fullWidthItem--title h2 {
      color: #fff;
      margin: 0; }

.i {
  margin: 0 0 30px;
  text-align: center; }
  .i .i-content {
    background-color: #fff;
    padding: 10px;
    border-bottom: 3px solid #12A89D; }
  .i .i-title {
    margin: 0;
    letter-spacing: 0.2rem;
    color: #545252; }
    .i .i-title a {
      color: #545252; }
  .i p {
    margin-top: 10px; }

/*========== HOME ==========*/
.homeSlider {
  display: inline-block;
  width: 100%;
  margin-bottom: -6px; }

.featSlider {
  width: 100%;
  float: left; }
  .featSlider .slick-track {
    height: 100%; }
  .featSlider .image {
    background-size: cover;
    background-position: center center;
    height: 100%; }

.featSliderNav {
  width: 100%;
  float: left; }
  .featSliderNav .slide {
    padding: 0;
    width: 100%;
    float: left;
    position: relative; }
    .featSliderNav .slide .slide--contentContainer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .featSliderNav .slide .slide--content {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      padding: 0 15px;
      transform: translate(0, -50%);
      text-align: center; }
      .featSliderNav .slide .slide--content .btn {
        margin-top: 15px; }

.mainslider {
  position: relative; }
  .mainslider::after {
    background-image: url("/images/site/footerbg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 227px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    z-index: 99; }

.fi-container {
  display: table;
  width: 100%; }

.fi {
  width: 100%;
  float: left;
  position: relative;
  border-top: 2px solid #12A89D;
  border-bottom: 2px solid #12A89D; }
  .fi .fi--contentContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .fi .fi--content {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center; }
    .fi .fi--content h3 {
      color: #fff;
      margin: 0;
      font-size: 2.5rem; }

.swiper-content h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 3rem; }
.swiper-content p {
  font-size: 2rem;
  color: #fff;
  margin: 0 0 20px; }
.swiper-content .btn {
  margin-top: 15px;
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-size: 2rem;
  font-family: "Lora", serif; }

/*========== CATEGORY ==========*/
/*========== ARTICLE ==========*/
.page-title {
  margin: 30px 0; }

.page-content {
  margin: 30px 0; }

.breadcrumb-container {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: -30px; }

.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0px;
  padding: 0;
  color: #fff; }

.breadcrumb &gt; li {
  color: #ccc !important; }

.breadcrumb &gt; li + li::before {
  color: #ccc;
  content: "&gt; "; }

/*========== CTAS ==========*/
.cta {
  padding: 10px 0;
  text-align: center;
  font-size: 2rem;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
  font-family: "Lora", serif; }
  .cta.cta-green {
    background-color: #12A89D;
    color: #fff;
    border: none; }
    .cta.cta-green a {
      color: #fff; }
  .cta.cta-grey {
    background-color: #545252;
    color: #fff;
    border: none; }
    .cta.cta-grey a {
      color: #fff; }

/*========== SLICES ==========*/
.slice {
  background-size: cover;
  background-position: center center;
  padding: 30px 15px;
  position: relative; }
  .slice .slice--container {
    position: relative;
    overflow: hidden; }
  .slice.hasBg.fullWidth::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(84, 82, 82, 0.95); }
  .slice.hasBg.fullWidth .slice--content {
    background-color: transparent !important; }
  .slice.hasBg .slice--content {
    background-color: rgba(84, 82, 82, 0.95);
    border-left: 3px solid #12A89D;
    border-right: 3px solid #12A89D;
    color: #fff; }
    .slice.hasBg .slice--content h1, .slice.hasBg .slice--content h2, .slice.hasBg .slice--content h3, .slice.hasBg .slice--content h4, .slice.hasBg .slice--content h5, .slice.hasBg .slice--content h6 {
      color: #fff; }
    .slice.hasBg .slice--content .btn {
      color: #fff;
      border-color: #fff; }
  .slice .slice--content {
    padding: 20px;
    position: relative;
    z-index: 2; }
    .slice .slice--content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left; }
      .slice .slice--content ul li {
        padding-bottom: 4px;
        padding-left: 18px;
        position: relative; }
        .slice .slice--content ul li::before {
          height: 8px;
          width: 8px;
          font-size: 0.9rem;
          font-family: 'FontAwesome';
          content: "\f1db";
          position: absolute;
          left: 5px;
          top: 5px; }
    .slice .slice--content .btn {
      margin-top: 15px;
      color: #545252;
      border-color: #545252; }
  .slice .slice--img img {
    padding: 20px; }

/*========== STICKY NAV ==========*/
.stickyNav {
  background-color: #545252;
  border-top: 3px solid #12A89D;
  z-index: 99; }
  .stickyNav.light {
    background-color: #666464;
    border-top: none; }
  .stickyNav ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    table-layout: fixed; }
    .stickyNav ul li {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      transition-duration: 300ms; }
      .stickyNav ul li a {
        display: block;
        width: 100%;
        text-align: center;
        height: 100%;
        color: #fff !important;
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        padding: 25px 15px;
        transition-duration: 100ms;
        font-family: "Lora", serif; }
        .stickyNav ul li a:hover {
          color: #12A89D; }
        .stickyNav ul li a &gt; span {
          display: block;
          text-align: center; }
      .stickyNav ul li.stickLogo {
        width: 0px;
        overflow: hidden;
        opacity: 0;
        text-align: center; }
      .stickyNav ul li.stickMenu {
        width: 0px;
        overflow: hidden;
        opacity: 0;
        cursor: pointer; }
        .stickyNav ul li.stickMenu .stickMenu-btn {
          background-color: #12A89D;
          margin-left: 15px; }

.is-sticky &gt; .stickyNav ul li a {
  padding: 15px 15px 20px; }
.is-sticky &gt; .stickyNav ul li.stickLogo {
  width: 60px;
  opacity: 1; }
.is-sticky &gt; .stickyNav ul li.stickMenu {
  width: 70px;
  opacity: 1; }

.stickyNav a span.lineWrap {
  padding: 8px 0;
  position: relative; }

.stickyNav a span.lineWrap::after {
  background: #12A89D;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%; }

.stickyNav a.active span.lineWrap::after {
  opacity: 1;
  transform: translateY(-3px); }

.stickyNav a:hover span.lineWrap::after, .stickyNav a:focus span.lineWrap::after {
  opacity: 1;
  transform: translateY(-3px); }

/*========== CONTACT PAGE ==========*/
#map-canvas {
  width: 100%;
  height: 250px;
  margin-top: 1px; }

#contact-form textarea {
  resize: vertical; }
#contact-form input.form-control {
  height: 40px; }
#contact-form .form-control {
  border: 1px solid #545252; }
  #contact-form .form-control::-webkit-input-placeholder {
    color: #545252; }
  #contact-form .form-control:-moz-placeholder {
    color: #545252; }
  #contact-form .form-control::-moz-placeholder {
    color: #545252; }
  #contact-form .form-control:-ms-input-placeholder {
    color: #545252; }

.contactFormBtn {
  background-color: #fff;
  color: #12A89D;
  border-color: #12A89D;
  border-width: 2px;
  transition-duration: 300ms; }
  .contactFormBtn:hover {
    color: #fff;
    background-color: #12A89D; }

.galleryMain .slick-prev, .galleryMain .slick-next {
  display: none !important;
  color: #545252 !important;
  bottom: -50px;
  height: 50px;
  top: auto; }
  .galleryMain .slick-prev::before, .galleryMain .slick-next::before {
    font-size: 50px; }
.galleryMain .slick-prev::before, .galleryMain .slick-next::before {
  opacity: 1; }
.galleryMain .slick-slide {
  background-color: #ccc; }

.credit-banner .credit {
  padding: 0 10px; }

.credit-banner2 {
  margin: 0 auto;
  display: table; }
  .credit-banner2 .credit {
    display: inline-block;
    max-width: 20%;
    margin: 0 10px; }

/*home testimonials*/
.testimonial-container {
  text-align: center;
  padding: 45px 0 30px;
  position: relative;
  background-color: #12A89D; }
  .testimonial-container .testimonial-slider {
    position: relative; }
  .testimonial-container .testimonial--title {
    margin: 15px 0 0;
    color: #545252; }
  .testimonial-container .slick-dots li {
    width: 10px; }
  .testimonial-container .slick-dots li button:before {
    background-color: transparent;
    border: 1px solid #4F636C; }
  .testimonial-container .slick-dots li.slick-active button:before {
    background-color: #12A89D;
    border-color: #12A89D; }
  .testimonial-container .testimonial {
    position: relative;
    height: 200px;
    display: table !important;
    width: 100%; }
    .testimonial-container .testimonial .testimonial-in {
      display: table-cell;
      vertical-align: middle; }
    .testimonial-container .testimonial .quote {
      display: block;
      margin: 0 auto;
      font-size: 2rem;
      font-weight: bold;
      max-width: 600px;
      color: #fff;
      font-family: "Lora", serif; }
    .testimonial-container .testimonial .name {
      display: block;
      font-size: 1.4rem;
      margin: 30px 0 0;
      color: #fff; }

.testimonial-nav-container {
  padding: 30px 0 0; }
  .testimonial-nav-container .slick-no-slide .slick-slide {
    float: none;
    display: inline-block; }
  .testimonial-nav-container .slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important; }

.testimonial-nav-slide {
  padding: 0 10px;
  display: table !important;
  height: 200px !important; }
  .testimonial-nav-slide .testimonial-nav-in {
    display: table-cell;
    vertical-align: middle; }
  .testimonial-nav-slide img {
    border-radius: 150px;
    width: 70%; }
  .testimonial-nav-slide.slick-current img {
    width: 100%; }

/* Small Devices, Tablets IPAD*/
@media only screen and (min-width: 768px) {
  html {
    min-height: 100%;
    position: relative; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  .mob-block {
    display: inline-block;
    width: auto; }

  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  .ctn {
    padding: 60px 0; }

  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container p {
    font-size: 14px;
    text-align: center; }

  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  .topHeader .container {
    padding: 0 15px; }
  .topHeader .logo {
    height: 74px;
    margin: 8px 0;
    width: 235px; }
  .topHeader .headRight {
    margin-left: 205px;
    /*height: 85px;*/
    height: 90px;
    width: auto; }
    .topHeader .headRight .t {
      width: 100%;
      float: none; }
    .topHeader .headRight .headBtn {
      font-size: 2rem;
      padding: 0 5px; }
      .topHeader .headRight .headBtn span {
        font-size: 1.4rem; }
      .topHeader .headRight .headBtn.menu {
        padding-left: 10px; }
      .topHeader .headRight .headBtn.tel {
        padding-right: 30px; }
        .topHeader .headRight .headBtn.tel a {
          color: #fff; }
          .topHeader .headRight .headBtn.tel a i {
            color: #12A89D; }
          .topHeader .headRight .headBtn.tel a span {
            font-size: 2.4rem; }

  .callbackDropdown {
    background-color: #12A89D;
    color: #fff;
    position: relative;
    text-align: center;
    display: none;
    padding: 30px 0; }
    .callbackDropdown h5 {
      font-size: 2rem;
      color: #fff; }
    .callbackDropdown .container {
      max-width: 800px; }
    .callbackDropdown .form-control {
      font-weight: 300;
      height: 36px;
      border: none; }
    .callbackDropdown .closeBtn {
      position: absolute;
      top: 10px;
      left: 10px;
      cursor: pointer;
      opacity: 0.1; }

  /*========== SLIDE MENU ==========*/
  .menu-wrap {
    padding: 60px 30px;
    font-size: 2rem; }

  .icon-list a {
    padding: 10px; }

  /*========== FOOTER ==========*/
  footer .footerTop {
    padding: 30px 0; }
  footer .footerLogo {
    margin-bottom: 15px;
    position: relative;
    z-index: 2; }
  footer .footerMenu ul li {
    display: inline-block;
    text-align: center; }
  footer .ftr-signature .syrup-text, footer .ftr-signature .icd-text {
    position: relative;
    margin: 0 auto;
    display: inline; }
  footer .ftr-signature .icd-text {
    padding-left: 30px; }
  footer .ftr-signature .syrup-text {
    padding-left: 60px;
    float: right; }
  footer .ftr-signature .ftr-icon {
    position: absolute;
    display: block;
    background: url("/images/site/sprites.png") no-repeat; }
  footer .ftr-signature .ftr-icon.syrup {
    background-position: 0 -20px;
    height: 21px;
    left: 7px;
    top: -2px;
    background-size: 100% auto;
    width: 42px; }
  footer .ftr-signature .ftr-icon.icd {
    background-position: 0 0;
    width: 40px;
    height: 18px;
    left: 0;
    top: -2px;
    background-size: 100% auto; }

  .credit-banner {
    max-width: 1400px;
    margin: 0 auto !important;
    padding: 0 50px; }
    .credit-banner * {
      outline: none !important; }
    .credit-banner .credit {
      padding: 0 10px;
      text-align: center; }
    .credit-banner .slick-prev::before, .credit-banner .slick-next::before {
      color: #545252; }

  /*========== HOME ==========*/
  .featSliderNav .slide {
    width: 50%; }

  /*========== SLIDER ==========*/
  .swiper-content h4 {
    font-size: 5rem; }
  .swiper-content p {
    font-size: 2.6rem; }

  /*========== ITEM ==========*/
  .fullWidthItem {
    height: 400px; }
    .fullWidthItem .fullWidthItem--img {
      height: 400px; }
    .fullWidthItem .btn {
      opacity: 0;
      transition: all 0.3s ease 0s; }
    .fullWidthItem:hover .btn {
      opacity: 1;
      padding-left: 40px;
      padding-right: 40px; }

  .i-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .i {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .i .i-content {
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0; }
      .i .i-content .i-title {
        margin: 15px 0; }

  /*========== GALLERY ==========*/
  .galleryNav {
    margin: 0 -6px; }
    .galleryNav .galleryNavImg {
      margin-top: 12px;
      padding: 0 6px; }
      .galleryNav .galleryNavImg img {
        border: 1px solid #fff;
        padding: 2px; }
      .galleryNav .galleryNavImg.active img {
        border: 1px solid #545252; }
      .galleryNav .galleryNavImg .i-play {
        font-size: 4rem; }

  .galleryMain {
    margin-bottom: 0px; }
    .galleryMain .slick-prev, .galleryMain .slick-next {
      color: #12A89D !important;
      bottom: 50%;
      top: auto;
      margin: 0 0 -20px; }

  .i-play {
    position: absolute;
    font-size: 6rem;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }

  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  .cta {
    padding: 20px 0;
    font-size: 2rem; }

  /*========== CONTACT PAGE ==========*/
  #map-canvas {
    width: 100%;
    height: 400px; }

  /* Medium Devices, Desktops */ }
@media only screen and (min-width: 992px) {
  /*========== HEADER ==========*/
  .topHeader .headRight .headBtn {
    font-size: 2rem;
    padding: 0 15px; }
    .topHeader .headRight .headBtn span {
      font-size: 1.8rem; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container .btn {
    display: inline-block !important;
    width: auto;
    float: right;
    margin-top: 0;
    font-size: 16px; }

  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  .mainDropdown .linkItemRow {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }

  /*========== STICKY NAV ==========*/
  .stickyNav ul li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    transition-duration: 300ms; }
    .stickyNav ul li a {
      font-size: 2rem; }

  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  .featSlider, .featSliderNav {
    width: 50%; }

  .featSliderNav .slide .slide--contentContainer {
    opacity: 0;
    transition-duration: 300ms;
    background-color: rgba(84, 82, 82, 0.9); }
  .featSliderNav .slide:hover .slide--contentContainer {
    opacity: 1; }
  .featSliderNav .slide .slide--content h3 {
    color: #fff;
    text-shadow: none;
    margin: 0 0 15px; }
  .featSliderNav .slide .slide--content p {
    color: #fff; }

  .fi-container {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .fi {
    display: table-cell;
    position: relative;
    width: auto;
    float: none;
    overflow: hidden; }
    .fi .fi--contentContainer {
      transition-duration: 300ms;
      background-color: rgba(100, 98, 99, 0.5); }
    .fi .fi--content {
      transition-duration: 300ms; }
    .fi:hover .fi--contentContainer {
      height: 25%; }

  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== GALLERY ==========*/
  /*========== SLICES ==========*/
  .slice {
    padding: 0; }
    .slice .slice--container {
      display: table;
      width: 100%;
      table-layout: fixed;
      height: 400px;
      position: relative; }
      .slice .slice--container .slice--content {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 30px; }
      .slice .slice--container .slice--img {
        display: table-cell;
        vertical-align: middle;
        float: none;
        position: relative; }
        .slice .slice--container .slice--img img {
          padding: 0; }
        .slice .slice--container .slice--img.left {
          padding: 60px 30px 60px 0; }
        .slice .slice--container .slice--img.right {
          padding: 60px 0 60px 30px; }

  /*========== ITEM ==========*/
  .fullWidthItem {
    height: 500px; }
    .fullWidthItem .fullWidthItem--img {
      height: 500px; }

  .testimonial-container {
    background-image: url(/images/site/footerbg.png);
    background-position: center;
    background-attachment: fixed;
    background-size: 300px auto;
    background-repeat: no-repeat; }

  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/
  /* Large Devices, Wide Screens */ }
@media only screen and (min-width: 1200px) {
  /*========== HEADER ==========*/
  .topHeader .headRight .headBtn span {
    font-size: 2rem; }

  .container {
    width: 1050px !important; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/
  /*mobile only*/ }
@media only screen and (max-width: 768px) {
  /*anti sticky js for mobile*/
  #checkoutBox {
    position: relative !important; }

  .video-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

/*# sourceMappingURL=base.css.map */
</pre></body></html>