@font-face {
  font-family: 'roboto_slabbold';
  src: url("../fonts/Roboto Slab Bold/RobotoSlab-Bold-webfont.eot");
  src: url("../fonts/Roboto Slab Bold/RobotoSlab-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Slab Bold/RobotoSlab-Bold-webfont.woff") format("woff"), url("../fonts/Roboto Slab Bold/RobotoSlab-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto Slab Bold/RobotoSlab-Bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slabregular';
  src: url("../fonts/Roboto Slab Regular/RobotoSlab-Regular-webfont.eot");
  src: url("../fonts/Roboto Slab Regular/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Slab Regular/RobotoSlab-Regular-webfont.woff") format("woff"), url("../fonts/Roboto Slab Regular/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto Slab Regular/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slablight';
  src: url("../fonts/Roboto Slab Light/RobotoSlab-Light-webfont.eot");
  src: url("../fonts/Roboto Slab Light/RobotoSlab-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto Slab Light/RobotoSlab-Light-webfont.woff") format("woff"), url("../fonts/Roboto Slab Light/RobotoSlab-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto Slab Light/RobotoSlab-Light-webfont.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WanderlustLetters-Regular';
  src: url("../fonts/Wanderlust/2F5936_1_0.eot");
  src: url("../fonts/Wanderlust/2F5936_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Wanderlust/2F5936_1_0.woff2") format("woff2"), url("../fonts/Wanderlust/2F5936_1_0.woff") format("woff"), url("../fonts/Wanderlust/2F5936_1_0.ttf") format("truetype"); }

.max-content-width {
  max-width: 1120px;
  margin: auto;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px; }

.smaller-content-width {
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
  margin: auto; }

@media (max-width: 992px) {
  .max-content-width {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 668px) {
  .max-content-width {
    padding-left: 10px;
    padding-right: 10px; } }

.left {
  float: left; }

.right {
  float: right; }

.side-borders {
  border-color: #592C07;
  border-width: 4px;
  border-left: solid #592C07;
  border-right: solid #592C07; }

.silverstripe-security {
  max-width: 1100px;
  padding: 0 15px;
  margin: 160px auto 50px; }
  @media (max-width: 768px) {
    .silverstripe-security {
      margin-top: 110px; } }
  .silverstripe-security .left,
  .silverstripe-security .right {
    float: none; }

.Form .Actions {
  margin-top: 20px; }

h1 {
  color: #592C07;
  font-size: 74px;
  font-family: 'roboto_slabregular'; }

h2 {
  color: #592C07;
  font-size: 45px;
  font-family: 'roboto_slabbold'; }

h3 {
  color: #544741;
  font-size: 25px;
  font-family: 'roboto_slabbold';
  line-height: 1.3; }

a h3{
	font-size:18px;
}

h4 {
  color: #544741;
  font-family: 'roboto_slabbold'; }

p {
  color: #544741;
  font-size: 15px;
  font-family: 'roboto_slabregular'; }

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: underline; }

a, .link {
  color: #592C07;
  font-family: 'roboto_slabbold';
  cursor: pointer; }

a:hover, .link:hover {
  color: #592C07; }

a:active, .link:active {
  color: #592C07; }

ul, ol {
  color: #592C07;
  font-size: 16px;
  font-family: 'roboto_slabregular';
  text-align: left; }

ul.centred-list, ol.centred-list, li.centred-list {
  text-align: center !important;
  list-style-type: none; }

input[type=password],
input[type=email],
select,
input[type=text] {
  color: #592C07;
  font-size: 16px;
  font-family: 'roboto_slabbold';
  border: none;
  padding: 5px 10px;
  margin: 4px 0;
  outline: none;
  -webkit-box-shadow: inset 3px 3px 3px 0px #dddddd;
  -moz-box-shadow: inset 3px 3px 3px 0px #dddddd;
  box-shadow: inset 3px 3px 3px 0px #dddddd; }

input[type=text]:disabled {
  color: #8c725d; }

input[type=text].invalid {
  -webkit-box-shadow: inset 3px 3px 3px 0px #dd8888;
  -moz-box-shadow: inset 3px 3px 3px 0px #dd8888;
  box-shadow: inset 3px 3px 3px 0px #dd8888; }

input[type=text]::-webkit-input-placeholder {
  color: #592C07; }

input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #592C07; }

input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #592C07; }

input[type=text]:-ms-input-placeholder {
  color: #592C07; }

input[type=text]::-webkit-input-placeholder {
  color: #592C07; }

input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #592C07; }

input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #592C07; }

input[type=text]:-ms-input-placeholder {
  color: #592C07; }

input[type=button], .button, .button a {
  color: #592C07;
  font-size: 78px;
  font-family: 'WanderlustLetters-Regular';
  background: transparent;
  border: none;
  outline: none; }

button.button {
  font-size: 0px;
  white-space: nowrap; }
  button.button div {
    font-size: 78px; }

table {
  background-color: #FDFBF1;
  color: #877873;
  font-size: 20px;
  font-family: 'roboto_slabregular';
  width: 100%;
  padding: 20px;
  border-collapse: separate; }
  table thead td {
    color: #592C07;
    font-size: 19px;
    font-family: 'roboto_slabbold';
    padding: 5px; }
  table tbody td {
    border-top: solid rgba(135, 120, 115, 0.25) 2px;
    padding: 10px 5px; }

hr {
  border-color: #592C07;
  border-width: 3px; }

@media (max-width: 992px) {
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 19px; }
  p {
    font-size: 15px; }
  a {
    font-size: 15px; }
  ul, ol {
    font-size: 19px; }
  input[type=button], .button, .button a {
    font-size: 66px; }
  button.button {
    font-size: 0px; }
    button.button div {
      font-size: 66px; }
  table {
    font-size: 18px; }
    table thead td {
      font-size: 17px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 19px; }
  p {
    font-size: 15px; }
  a {
    font-size: 15px; }
  ul, ol {
    font-size: 19px; }
  input[type=button], .button, .button a {
    font-size: 58px; }
  button.button {
    font-size: 0px; }
    button.button div {
      font-size: 58px; }
  table {
    font-size: 15px; }
    table thead td {
      font-size: 14px; } }

.padding {
  padding: 2rem; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(135, 120, 115, 0.9);
  color: #F9EFD6;
  z-index: 10000; }
  .header .header-shop {
    position: absolute;
    right: 0;
    padding: 6px 20px; }
    .header .header-shop img {
      padding: 2px; }
  .header .centre {
    height: 52px;
    margin: auto;
    padding-top: 15px;
    padding-right: 200px;
    text-align: center;
    transition: height 0.3s;
    background-image: url("../img/main-logo.png");
    background-position: center 52px;
    background-size: auto 40px;
    background-repeat: no-repeat; }
    @media (max-width: 1250px) {
      .header .centre {
        padding-top: 9px; } }
    .header .centre .top-menu {
      color: #F9EFD6;
      padding: 1rem;
      white-space: nowrap;
      font-family: 'roboto_slabbold';
      font-size: 14px;
      text-transform: uppercase; }
    .header .centre .item {
      height: 40px;
      display: inline; }
      .header .centre .item .sub-header {
        background-color: #F9EFD6;
        overflow: hidden;
        min-height: 0px;
        max-height: 0px;
        position: fixed;
        width: 100%;
        top: 52px;
        left: 0;
        text-align: left;
        transition: max-height 0.3s, min-height 0.3s;
        transition-delay: 0.3s; }
        .header .centre .item .sub-header h2 {
          text-transform: uppercase;
          font-size: 23px;
          text-align: right;
          margin-right: 2%; }
        .header .centre .item .sub-header .second {
          padding-bottom: 15px; }
        .header .centre .item .sub-header .second::before {
          background-image: url("../img/vr.png");
          background-size: 100% 100%;
          width: 3px;
          content: " ";
          position: absolute;
          left: 0;
          top: 15px;
          bottom: 20px; }
        .header .centre .item .sub-header .sub-option {
          position: relative; }
          .header .centre .item .sub-header .sub-option h3 {
            margin: 5px 0; }
          .header .centre .item .sub-header .sub-option h3 a {
            text-decoration: none; }
          .header .centre .item .sub-header .sub-option .sub-option-text {
            font-family: 'roboto_slabregular';
            font-size: 16px; }
          .header .centre .item .sub-header .sub-option .sub-option-2 {
            position: absolute;
            z-index: 10001;
            left: 100%;
            top: -7px;
            width: 0%;
            transition: width 0.3s;
            overflow-x: hidden;
            overflow-y: hidden;
            white-space: nowrap; }
            .header .centre .item .sub-header .sub-option .sub-option-2 h3 {
              margin-bottom: 0px; }
            .header .centre .item .sub-header .sub-option .sub-option-2 .sub-option-2-text {
              font-family: 'roboto_slabregular';
              font-size: 16px; }
            .header .centre .item .sub-header .sub-option .sub-option-2 .sub-option-2-text:hover {
              font-family: 'roboto_slabbold'; }
        .header .centre .item .sub-header .sub-option:hover {
          font-family: 'roboto_slabbold';
          cursor: pointer; }
          .header .centre .item .sub-header .sub-option:hover .sub-option-text {
            font-family: 'roboto_slabbold'; }
          .header .centre .item .sub-header .sub-option:hover .sub-option-2 {
            width: 100%; }
        @media (max-width: 992px) {
          .header .centre .item .sub-header .sub-option .sub-option-text {
            font-size: 19px; }
          .header .centre .item .sub-header .sub-option .sub-option-2 .sub-option-2-text {
            font-size: 13px; } }
        .header .centre .item .sub-header .space {
          white-space: nowrap;
          opacity: 0;
          width: 0;
          padding: 0; }
    .header .centre .item:hover .sub-header {
      min-height: 100px;
      max-height: 1000px; }
  .header .centre-logo-link {
    height: 0; }
  .header .centre.logo {
    height: 102px; }
    .header .centre.logo .centre-logo-link {
      position: absolute;
      top: 52px;
      width: 30%;
      height: 50px;
      margin-left: 35%; }

.header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 52px;
  color: #F9EFD6;
  z-index: 10000;
  background-color: rgba(135, 120, 115, 0.9); }
  .header-mobile .header-burger {
    width: 38%;
    height: 47px;
    background-image: url("../img/burger.png");
    background-position: 98%;
    background-repeat: no-repeat;
    display: inline-block; }
  .header-mobile .header-homelink {
    width: 60%;
    height: 0px;
    display: inline-block; }
  .header-mobile .header-burger.header-cross {
    background-image: url("../img/cross.png"); }
  .header-mobile .header-padding {
    padding: 2%; }
  .header-mobile .header-shop {
    text-align: right; }
    .header-mobile .header-shop img {
      margin: 2px; }
  .header-mobile .header-dropdown {
    max-height: 1000px;
    background-color: rgba(135, 120, 115, 0.9);
    overflow-y: auto;
    transition: max-height 0.3s;
    /* img{
			width: 100%;
		} */ }
    .header-mobile .header-dropdown .item-text {
      border-bottom: #F9EFD6 solid 1px;
      padding: 10px 0;
      cursor: pointer; }
      .header-mobile .header-dropdown .item-text h2 {
        color: #F9EFD6;
        display: inline-block;
        margin: 0;
        text-transform: uppercase; }
      .header-mobile .header-dropdown .item-text .item-img {
        float: right;
        padding: 10px; }
      .header-mobile .header-dropdown .item-text .item-img-upsidedown {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }
    .header-mobile .header-dropdown .item .sub-header {
      max-height: 500px;
      overflow: hidden;
      transition: max-height 0.3s; }
      .header-mobile .header-dropdown .item .sub-header h3 {
        color: #F9EFD6;
        margin-left: 20%;
        cursor: pointer;
        font-family: 'roboto_slabregular'; }
    .header-mobile .header-dropdown .item-hidden .sub-header {
      max-height: 0px; }
  .header-mobile .header-dropdown-hidden {
    max-height: 0px !important;
    padding: 0%; }

.header-mobile.logo {
  background-image: url("../img/main-logo.png");
  background-position: 10px center;
  background-size: auto 70%;
  background-repeat: no-repeat; }
  .header-mobile.logo .header-homelink {
    height: 47px; }

@media (max-width: 768px) {
  .header-mobile.logo {
    background-size: auto 50%; } }

#footer {
  background-image: url("../img/paper.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  /* input[type=button]{
		font-size: 59px;
	} */ }
  #footer input[type=text],
  #footer select {
    width: 100%; }
  @media (max-width: 768px) {
    #footer {
      padding: 3rem 2rem; } }
  #footer .middle {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    #footer .middle h2 {
      text-align: left; }
    #footer .middle img {
      position: relative;
      top: -30px;
      width: 100%;
      max-width: 285px; }
    @media (min-width: 768px) {
      #footer .middle img {
        top: 0px; } }
    @media (min-width: 992px) {
      #footer .middle img {
        top: -30px; } }
    #footer .middle .middle-text {
      position: relative;
      top: -100px;
      left: 52%;
      font-size: 13px;
      color: #544741;
      text-align: right;
      width: 48%; }
    @media (max-width: 992px) {
      #footer .middle .middle-text {
        top: -50px;
        font-size: 10px; } }
  #footer .middle::before {
    background-image: url("../img/vr.png");
    width: 3px;
    content: " ";
    position: absolute;
    left: 5px;
    top: 10px;
    height: 307px; }
  #footer .middle::after {
    background-image: url("../img/vr.png");
    width: 3px;
    content: " ";
    position: absolute;
    right: 5px;
    top: 10px;
    height: 307px; }
  #footer h2.title {
    font-size: 26px; }
  #footer h2.phone {
    font-family: 'roboto_slabregular';
    font-size: 35px; }
  #footer h2.email {
    font-size: 19px;
    margin-top: 0; }
  #footer h2.special {
    font-size: 19px; }
  #footer p.special {
    font-size: 13px;
    color: #544741; }
  #footer p.copyright {
    font-family: 'roboto_slabbold';
    color: #592C07;
    padding-top: 2rem; }
  #footer h2.contacts {
    font-size: 19px; }
  @media (max-width: 992px) {
    #footer h2.title {
      font-size: 24px; }
    #footer h2.phone {
      font-size: 31px; }
    #footer h2.email {
      font-size: 16px; } }
  @media (max-width: 768px) {
    #footer .middle::before,
    #footer .middle::after {
      display: none; } }
  @media (min-width: 768px) {
    #footer .middle::before,
    #footer .middle::after {
      display: initial; } }

#interstitial {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(78, 61, 38, 0.7);
  z-index: 20000;
  overflow-y: scroll; }
  #interstitial .interstitial-thankyou,
  #interstitial .interstitial-error,
  #interstitial .interstitial-inner {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 5% auto;
    padding: 3rem;
    padding-bottom: 200px;
    background-image: url("../img/paper.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    #interstitial .interstitial-thankyou .cross,
    #interstitial .interstitial-error .cross,
    #interstitial .interstitial-inner .cross {
      background-image: url("../img/close-button.png");
      background-size: 100%;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      text-align: center;
      cursor: pointer;
      right: 5px;
      top: 5px;
      position: absolute;
      z-index: 1001; }
    #interstitial .interstitial-thankyou h2,
    #interstitial .interstitial-error h2,
    #interstitial .interstitial-inner h2 {
      width: 49%;
      display: inline-block;
      font-size: 24px;
      vertical-align: top; }
    #interstitial .interstitial-thankyou h3,
    #interstitial .interstitial-error h3,
    #interstitial .interstitial-inner h3 {
      color: #592C07; }
    #interstitial .interstitial-thankyou img,
    #interstitial .interstitial-error img,
    #interstitial .interstitial-inner img {
      width: 100%; }
    #interstitial .interstitial-thankyou input[type=text],
    #interstitial .interstitial-thankyou select,
    #interstitial .interstitial-error input[type=text],
    #interstitial .interstitial-error select,
    #interstitial .interstitial-inner input[type=text],
    #interstitial .interstitial-inner select {
      width: 100%; }
    #interstitial .interstitial-thankyou label,
    #interstitial .interstitial-error label,
    #interstitial .interstitial-inner label {
      color: #592C07;
      font-family: "roboto_slabbold"; }
    #interstitial .interstitial-thankyou .button,
    #interstitial .interstitial-error .button,
    #interstitial .interstitial-inner .button {
      color: #94BC45; }
    #interstitial .interstitial-thankyou .disclaimer,
    #interstitial .interstitial-error .disclaimer,
    #interstitial .interstitial-inner .disclaimer {
      color: #544741;
      font-family: "roboto_slabbold";
      font-size: 13px; }
    #interstitial .interstitial-thankyou .checkboxx,
    #interstitial .interstitial-error .checkboxx,
    #interstitial .interstitial-inner .checkboxx {
      /*margin-top: 25px;*/
      margin-right: 15px; }
    #interstitial .interstitial-thankyou .checkboxx input,
    #interstitial .interstitial-error .checkboxx input,
    #interstitial .interstitial-inner .checkboxx input {
      display: none; }
    #interstitial .interstitial-thankyou .checkboxx span,
    #interstitial .interstitial-error .checkboxx span,
    #interstitial .interstitial-inner .checkboxx span {
      width: 33px;
      height: 33px;
      margin: 0 3%;
      display: inline-block;
      background: url("../img/unchecked.png"); }
    #interstitial .interstitial-thankyou .checkboxx input:checked + span,
    #interstitial .interstitial-error .checkboxx input:checked + span,
    #interstitial .interstitial-inner .checkboxx input:checked + span {
      background: url("../img/checked.png"); }
    #interstitial .interstitial-thankyou .checklabel,
    #interstitial .interstitial-error .checklabel,
    #interstitial .interstitial-inner .checklabel {
      font-weight: 400;
      padding-top: 6px;
      vertical-align: top; }
    #interstitial .interstitial-thankyou .pad,
    #interstitial .interstitial-error .pad,
    #interstitial .interstitial-inner .pad {
      padding: 1rem; }
  #interstitial .interstitial-thankyou,
  #interstitial .interstitial-error {
    padding-bottom: 2rem; }

.interstitial-hidden {
  display: none; }

.full-height,
.relative-height {
    min-height: 500px;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center; }
  .hero .logo-container {
    height: 0;
    max-width: 600px;
    margin: auto; }
    .hero .logo-container .logo {
      padding-top: 30%;
      width: 75%;
      max-width: 544px;
      margin-top: 0; }

      .has-promo-links .hero .logo-container .logo {
          padding-top: 15%;
      }

    @media (max-width: 768px) {
      .hero .logo-container .logo {
        width: 90%;
      }
      .has-promo-links .hero .logo-container .logo {
          width: 60%;
          padding-top: 60px;
      }
    }
  .hero .logo {
    padding-top: 5%; }
    @media (max-width: 992px) {
      .hero .logo {
        padding-top: 80px; } }
    .hero .logo img {
      max-height: 400px; }
    @media (max-width: 1100px) {
      .hero .logo .logo {
        max-height: 300px; } }
  .hero .arrow {
    padding: 10px; }
  .hero .homepage-link {
    padding-left: 0;
    padding-right: 0; }
    .hero .homepage-link a {
      text-decoration: none; }
    .hero .homepage-link .background {
      max-width: 218px;
      padding: 2%;
      border-radius: 12px 12px 0 0;
      margin: auto;
      padding-bottom: 50px; }
    .hero .homepage-link .homepage-link-inner {
      width: 100%;
      max-width: 198px;
      margin: auto;
      padding-left: 10px;
      padding-right: 10px;
      max-height: 0px;
      overflow: hidden;
      text-align: left;
      transition: max-height 0.5s; }
      .hero .homepage-link .homepage-link-inner p {
        color: #592C07; }
    .hero .homepage-link .image-outer {
      width: 100%;
      max-width: 198px;
      margin: auto; }
      .hero .homepage-link .image-outer img {
        width: 100%; }
      .hero .homepage-link .image-outer .image-inner {
        position: relative; }
      .hero .homepage-link .image-outer .image-second {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s; }
  @media (min-width: 768px) {
    .hero .homepage-link:hover .background {
      background-color: #F9EFD6; }
    .hero .homepage-link:hover .homepage-link-inner {
      max-height: 200px; }
    .hero .homepage-link:hover .image-outer .image-second {
      opacity: 1; } }
  .hero .hidden-image {
    display: none;
    width: 100%;
    height: auto;
    position: absolute; }
  .hero .hidden-image.small {
    max-height: 0; }
  @media (max-width: 992px) {
    .hero .hidden-image.large {
      max-height: 0; }
    .hero .hidden-image.small {
      max-height: initial; } }
  @media (max-width: 700px) {
    .hero .logo img {
      max-height: 150px; } }

@media (min-width: 992px) {
    .hero.has-relative-promo-links .logo > img {
        width: 340px;
    }
    .hero.has-relative-promo-links .hero-bottom img {
        width: 190px;
    }
}
@media (max-width: 1600px) {
    .hero.has-relative-promo-links .hero-bottom img {
        display: none;
    }
}

.hero-bottom {
  position: absolute;
  bottom: 0rem;
  padding: 0 15px;
  width: 100%; }

  @media (min-width: 992px) {
      .hero.has-promo-links .hero-bottom {
          bottom: 24rem;
      }
  }
  .hero-bottom .row {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .hero-bottom a {
    font-family: 'WanderlustLetters-Regular';
    font-size: 28px; }
  @media (min-width: 768px) {
    .hero-bottom a {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .hero-bottom a {
      font-size: 44px; } }
  .hero-bottom .down-arrow {
    width: 100%;
    position: relative;
    margin: 0 -15px; }
    .hero-bottom .down-arrow a {
      position: absolute;
      bottom: 0;
      left: 49%; }

.hero-promo-tiles__hero-slice,
.hero-promo-tiles__home-page {
    background-image: url(../img/background-boards-sml.jpg);
    width: 100%;
    max-height: 24rem;
    overflow: hidden;
    padding: 1.5rem 0;
}
@media (max-width: 992px){
    .hero-promo-tiles__hero-slice,
    .hero-promo-tiles__home-page {
        padding: 0.5rem 0;
    }
}
.hero-promo-tiles .row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-promo-tiles .promo-tile,
.hero-promo-tiles .promo-tile__logo {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
.hero-promo-tiles a {
    display: block;
}
.hero-promo-tiles .promo-tile img {
    max-height: 160px;
    height: auto;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 992px){
    .hero-promo-tiles .promo-tile img {
        max-height: 100px;
    }
}
.hero-promo-tiles .promo-tile:hover img {
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}

.hero-promo-tiles__home-page .promo-tile--left,
.hero-promo-tiles__hero-slice .promo-tile--left {
    text-align: right;
}
.hero-promo-tiles__home-page .promo-tile--right,
.hero-promo-tiles__hero-slice .promo-tile--right {
    text-align: left;
}
@media (min-width: 992px) {
    .hero-promo-tiles__home-page {
        position: absolute;
        bottom: 0;
    }
    .hero-promo-tiles .promo-tile img {
        width: auto;
    }
}

.generic-hero {
  min-height: 500px;
  text-align: left;
  max-height: 680px; }
  .generic-hero h1 {
    color: #F9EFD6; }
  .generic-hero .hero-bottom {
    padding: 0;
    width: inherit;
    bottom: 5rem;
  }
  @media (max-width: 992px) {
    .generic-hero {
      min-height: 400px;
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 768px) {
    .generic-hero {
      min-height: 300px;
      padding: 2rem; } }

.single-column-text-block {
  text-align: center;
  /*padding: 5rem 0;*/ }
  .single-column-text-block ol, .single-column-text-block ul, .single-column-text-block li {
    text-align: left; }
  .single-column-text-block img {
    margin: 20px 0; }
  .single-column-text-block img + img {
    margin-left: 20px; }
  @media (max-width: 992px) {
    .single-column-text-block {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 768px) {
    .single-column-text-block {
      padding-left: 2rem;
      padding-right: 2rem; } }

/* fullscreen block with paper background */
.discover-block {
  padding: 10rem 0;
  background-image: url("../img/paper.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .discover-block .discover-container {
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .discover-block .discover-container img {
      width: 100%; }
    .discover-block .discover-container .rollover {
      position: absolute;
      width: 20%;
      min-width: 310px;
      overflow: hidden;
      text-align: left;
      transition: all 0.3s; }
      .discover-block .discover-container .rollover .rollover-outer {
        height: 200px;
        transition: height 0.3s; }
      @media (max-width: 992px) {
        .discover-block .discover-container .rollover .rollover-outer {
          height: 0px; } }
      .discover-block .discover-container .rollover .rollover-inner {
        background-color: rgba(253, 251, 241, 0.9);
        overflow: hidden;
        max-height: 0px;
        padding: 0rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border-radius: 12px;
        transition: max-height 0.3s; }
        .discover-block .discover-container .rollover .rollover-inner h3 {
          /*color: #592C07;*/
          margin-top: 0;
          text-transform: uppercase; }
        .discover-block .discover-container .rollover .rollover-inner p {
          /*color: #592C07;*/ }
        .discover-block .discover-container .rollover .rollover-inner a {
          font-family: 'WanderlustLetters-Regular';
          font-size: 35px; }
    .discover-block .discover-container .rollover:hover .rollover-outer {
      height: 0px; }
    .discover-block .discover-container .rollover:hover .rollover-inner {
      max-height: 500px;
      padding: 1.5rem; }
    .rollover-inner:hover {
      max-height: 500px;
      padding: 1.5rem; }
  @media (max-width: 992px) {
    .discover-block {
      padding: 5rem 4rem; }
      .discover-block h2 {
        font-size: 32px; } }
  @media (max-width: 700px) {
    .discover-block {
      padding: 3rem 2rem; }
      .discover-block h2 {
        font-size: 22px; } }

/* flexible content block with paper background and rounded borders */
.highlight-content-holder {
    position: relative;
    background-image: url("../img/paper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 15px;
    padding: 5rem 2rem 2rem;
    margin-bottom: 1rem;
    max-width: 650px;
}
    .highlight-content-holder img.highlight-content-holder__house {
        position: relative;
        top: -1rem;
        left: -2rem;
        margin: -2rem auto;
        width: 172px;
    }
    .highlight-content-holder__title {
        margin-top: -1rem;
    }
    .highlight-content-holder__title-mobile {
        display: none;
    }
    .highlight-content-holder__top,
    .highlight-content-holder__bottom {
        background-repeat: no-repeat;
        min-height: 30px;
        max-width: 652px;
        background-size: contain;
    }
    .highlight-content-holder__top {
        background-image: url("../img/greenlines-top.svg");
    }
    .highlight-content-holder__bottom {
        background-image: url("../img/greenlines-bottom.svg");
        /*background-size: 610px 27px;*/
    }
    .highlight-content-holder__content {
        background-image: url("../img/greenlines-repeat.svg");
        background-repeat: repeat-y;
        background-size: 610px 800px;
        min-height: 605px;
        max-width: 652px;
        padding: 1rem 2rem 1.5rem;
    }

    @media (max-width: 767px) {
        .highlight-content-holder__house,
        .highlight-content-holder__title {
            display: none;
        }
        .highlight-content-holder img.highlight-content-holder__title-mobile {
            display: block;
            position: relative;
            top: -8rem;
            /*margin-top: -8.5rem;*/
            margin-bottom: 1.5rem;
            max-width: 100%;
            height: auto;
        }
        .highlight-content-holder {
            max-width: 414px;
        }
        .highlight-content-holder__top,
        .highlight-content-holder__bottom {
            min-height: 40px;
            background-size: contain;
        }
        .highlight-content-holder__top {
            background-image: url("../img/greenlines-mobile-top.svg");
        }
        .highlight-content-holder__bottom {
            background-image: url("../img/greenlines-mobile-bottom.svg");
        }
        .highlight-content-holder__text {
            margin-top: -8rem; /* only for large mobile image and ie background issue */
        }
        .highlight-content-holder__content {
            position: relative;
            padding-left: 2.2rem;
            padding-right: 2.2rem;
            background-size: contain;
            min-height: 605px;
            background-image: url("../img/greenlines-mobile-repeat.svg");
            background-position: top left;
            background-repeat: repeat-y;
        }
    }
    .highlight-content-holder__content h2 {
        margin: 0;
    }
    .highlight-content-holder__content h4 {
        color: #F58220;
        font-weight: bold;
    }
    .highlight-content-holder__content p {
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
    .highlight-content-holder__content li {
        list-style-image: url("../img/leaf-bullet.png");
    }
    img.highlight-content-holder__little-things-mobile {
        display: none;
    }

    @media (max-width: 600px) {
        img.highlight-content-holder__little-things-desktop {
            display: none;
        }
        img.highlight-content-holder__little-things-mobile {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    }
        .highlight-content-holder__content li.lft {
            list-style-image: url("../img/leaf-bullet-lft.png");
        }
        .highlight-content-holder__content li.rht {
            list-style-image: url("../img/leaf-bullet-rht.png");
        }
    .single-column-text-block img.highlight-content-holder__top {
        margin: 0 0 0.6rem;
    }
    .single-column-text-block img.highlight-content-holder__bottom {
        margin: 0.6rem 0 0;
    }

.promo-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0 5rem 0;
  text-align: center; }
  .promo-block .row a {
    text-decoration: none; }
  .promo-block .row .inner-text p {
    max-width: 188px;
    min-height: 100px;
    width: 100%;
    margin: auto;
    color: #F9EFD6;
    font-family: 'roboto_slabbold';
    text-align: left; }
  .promo-block .row .inner-text p {
    display: block; }
  .promo-block .row .photo-border {
    padding-bottom: 2rem; }
  @media (max-width: 768px) {
    .promo-block .row .inner-text p {
      display: none; }
    .promo-block .row .photo-border {
      padding-bottom: 0; } }
  .promo-block .row img {
    width: 100%;
    max-width: 188px;
    min-height: 110px; }
  @media (max-width: 992px) {
    .promo-block {
      padding: 5rem 4rem 3rem 4rem; }
      .promo-block .row .inner-text p {
        display: block; } }
  @media (max-width: 600px) {
    .promo-block {
      padding: 3rem 2rem 0 2rem; }
      .promo-block .col-xs-6 {
        padding-bottom: 2rem; }
      .promo-block .row .inner-text p {
        display: none; } }

.two-column-news-listing {
  /*padding: 5rem 0;*/ }
  .two-column-news-listing h2 {
    text-align: center; }
  .two-column-news-listing .fb-post {
    margin-bottom: 2rem; }
  .two-column-news-listing img {
    width: 100%;
    margin-top: 20px; }
  .two-column-news-listing .news-item {
    margin-bottom: 4rem; }
  .two-column-news-listing .image-title {
    font-size: 24px; }
  @media (max-width: 992px) {
    .two-column-news-listing {
      /*padding: 4rem 4rem 3rem 4rem;*/ }
      .two-column-news-listing h2 {
        font-size: 32px; } }
  @media (max-width: 768px) {
    .two-column-news-listing {
      /*padding: 2rem 2rem 1rem 2rem;*/ } }

.gallery-lightbox,
.gallery-and-promo-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .gallery-lightbox .frame-outer,
  .gallery-and-promo-block .frame-outer {
    padding: 2rem; }
    .gallery-lightbox .frame-outer .gallery-frame,
    .gallery-and-promo-block .frame-outer .gallery-frame {
      position: relative; }
      .gallery-lightbox .frame-outer .gallery-frame .frame,
      .gallery-and-promo-block .frame-outer .gallery-frame .frame {
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        cursor: pointer; }
      .gallery-lightbox .frame-outer .gallery-frame .frame-hidden,
      .gallery-and-promo-block .frame-outer .gallery-frame .frame-hidden {
        width: 100%;
        opacity: 0; }
      .gallery-lightbox .frame-outer .gallery-frame .gallery-buttons .button,
      .gallery-and-promo-block .frame-outer .gallery-frame .gallery-buttons .button {
        position: absolute;
        z-index: 1000;
        color: #F9EFD6;
        cursor: pointer;
        padding: 0 5%;
        top: 0%;
        height: 100%; }
      .gallery-lightbox .frame-outer .gallery-frame .gallery-buttons .left,
      .gallery-and-promo-block .frame-outer .gallery-frame .gallery-buttons .left {
        left: 6%; }
      .gallery-lightbox .frame-outer .gallery-frame .gallery-buttons .right,
      .gallery-and-promo-block .frame-outer .gallery-frame .gallery-buttons .right {
        right: 6%; }
      .gallery-lightbox .frame-outer .gallery-frame .gallery-photos,
      .gallery-and-promo-block .frame-outer .gallery-frame .gallery-photos {
        position: absolute;
        top: 0;
        z-index: 0;
        width: 100%; }
        .gallery-lightbox .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner,
        .gallery-and-promo-block .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner {
          margin: 10px;
          position: relative;
          width: 100%;
          opacity: 1;
          transition: opacity 0.3s; }
          .gallery-lightbox .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner img,
          .gallery-and-promo-block .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner img {
            position: absolute;
            width: 95%; }
        .gallery-lightbox .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner-hidden,
        .gallery-and-promo-block .frame-outer .gallery-frame .gallery-photos .gallery-photos-inner-hidden {
          opacity: 0; }
    .gallery-lightbox .frame-outer .gallery-captions,
    .gallery-and-promo-block .frame-outer .gallery-captions {
      width: 100%; }
      .gallery-lightbox .frame-outer .gallery-captions .gallery-captions-inner,
      .gallery-and-promo-block .frame-outer .gallery-captions .gallery-captions-inner {
        margin: 10px;
        position: absolute;
        width: 90%;
        min-height: 25px;
        opacity: 1;
        transition: opacity 0.3s; }
        .gallery-lightbox .frame-outer .gallery-captions .gallery-captions-inner h3,
        .gallery-and-promo-block .frame-outer .gallery-captions .gallery-captions-inner h3 {
          position: absolute;
          margin-top: 0px;
          font-family: 'roboto_slabregular';
          font-size: 18px;
          color: #592C07; }
        .gallery-lightbox .frame-outer .gallery-captions .gallery-captions-inner h3.Cream,
        .gallery-and-promo-block .frame-outer .gallery-captions .gallery-captions-inner h3.Cream {
          color: #F9EFD6; }
      .gallery-lightbox .frame-outer .gallery-captions .gallery-captions-inner-hidden,
      .gallery-and-promo-block .frame-outer .gallery-captions .gallery-captions-inner-hidden {
        opacity: 0; }
  .gallery-lightbox h2,
  .gallery-and-promo-block h2 {
    font-size: 26px; }
  @media (max-width: 992px) {
    .gallery-lightbox h2,
    .gallery-and-promo-block h2 {
      font-size: 45px; }
    .gallery-lightbox .frame-outer,
    .gallery-and-promo-block .frame-outer {
      padding-bottom: 100px; } }
  @media (max-width: 768px) {
    .gallery-lightbox h2,
    .gallery-and-promo-block h2 {
      font-size: 45px; } }

.gallery-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background-color: rgba(84, 71, 65, 0.9); }
  .gallery-lightbox .frame-container {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 950px; }
  .gallery-lightbox .frame-outer {
    position: relative;
    left: -50%;
    width: 40%;
    margin: auto;
    max-width: 1200px;
    display: table-cell;
    vertical-align: middle;
    overflow-y: visible; }
    .gallery-lightbox .frame-outer .gallery-frame .frame {
      cursor: default; }
    .gallery-lightbox .frame-outer .gallery-captions .gallery-captions-inner h3 {
      color: #F9EFD6;
      text-align: center;
      width: 100%; }
  .gallery-lightbox .cross {
    background-image: url("../img/close-button.png");
    background-size: 100%;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 1001; }

.gallery-hidden {
  display: none; }

.testimonial-block {
  text-align: center;
  /*padding: 5rem 0 3rem 0;*/ }
  .testimonial-block .testimonial-images {
    position: relative;
    width: 100%;
    margin: 2rem;
    margin-top: 4rem;
    margin-bottom: 0;

     }
    .testimonial-block .testimonial-images img {
      width: 100%;
      max-width: 650px; }
  .testimonial-block .testimonial-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    opacity: 1;
    height: 270px;
    }

    .testimonial-block .testimonial-image h2 {
      font-family: 'WanderlustLetters-Regular';
      font-size: 46.6px;
      overflow: hidden;
       }
    .testimonial-block .testimonial-image h1,
    .testimonial-block .testimonial-image h2,
    .testimonial-block .testimonial-image h3,
    .testimonial-block .testimonial-image h4,
    .testimonial-block .testimonial-image p{
      font-family: 'WanderlustLetters-Regular';}
  .testimonial-block .testimonial-image-hidden {
    opacity: 0; }
  .testimonial-block .testimonial-buttons {
  	position: relative;
  	z-index: 9999;
    padding: 5rem 0 0 0; }
    .testimonial-block .testimonial-buttons div {
      display: inline-block;
      margin: 0.5rem;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-image: url("../img/dot-inactive.png");
      background-repeat: no-repeat;
      outline: none; }
    .testimonial-block .testimonial-buttons div.clicked {
      background-image: url("../img/dot-active.png"); }
  @media (max-width: 768px) {
    .testimonial-block {
      /*padding: 2rem 0 1.5rem 0;*/ } }

.single-column-content {
  text-align: center;
  /*padding: 3rem 0;*/ }
  .single-column-content ol, .single-column-content ul, .single-column-content li {
    text-align: left; }
  .single-column-content .squares a:hover {
    text-decoration: none; }
  .single-column-content .squares .square {
    position: relative;
    height: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px 1rem 75% 1rem; }
    .single-column-content .squares .square p {
      color: #F9EFD6;
      font-family: 'roboto_slabbold';
      font-size: 15px; }
    .single-column-content .squares .square h2 {
      color: #F9EFD6;
      font-family: 'WanderlustLetters-Regular';
      margin: 8px 0 0 0;
      font-size: 47px; }
    .single-column-content .squares .square img {
      width: 80%;
      height: 6px; }
  .single-column-content .squares .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4; }
  @media (min-width: 992px) {
    .single-column-content .squares .square {
      padding: 25px 2rem 100% 2rem; } }
  @media (min-width: 768px) {
    .single-column-content .squares .square {
      padding: 25px 1rem 100% 1rem; } }
  @media (max-width: 992px) {
    .single-column-content {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 768px) {
    .single-column-content {
      /*padding: 2rem;*/ } }

.generic-content-and-promos .single-column-text {
  /*padding-top: 5rem;*/
  padding-right: 10%;
  padding-left: 5px;
  padding-bottom: 5rem; }
  .generic-content-and-promos .single-column-text img {
    max-width: 100%;
    margin: 0 20px 20px 0;
    height: auto; }
  .generic-content-and-promos .single-column-text h3 {
    margin-top: 0; }

@media (max-width: 992px) {
  .generic-content-and-promos .single-column-text {
    padding-top: 3rem;
    padding-right: 15px; } }

.generic-content-and-promos .video-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.generic-content-and-promos .video-container iframe,
.generic-content-and-promos .video-container object,
.generic-content-and-promos .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 992px) {
  .generic-content-and-promos .single-column-text {
    padding-left: 4rem;
    padding-right: 4rem; } }

@media (max-width: 768px) {
  .generic-content-and-promos .single-column-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.contact {
  padding: 2rem 2rem;
  background-image: url("../img/paper.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .contact img {
    width: 100%;
    max-width: 300px; }
  .contact h2 {
    font-size: 26px; }
  .contact h2.phonenum {
    font-family: 'roboto_slabregular';
    font-size: 42px;
    margin-bottom: 0px; }
  .contact h2.email {
    font-size: 20px;
    margin-top: 0px; }
  .contact hr {
    border-width: 3px; }
  @media (min-width: 768px) {
    .contact h2 {
      font-size: 32px; }
    .contact h2.phonenum {
      font-size: 52px; }
    .contact h2.email {
      font-size: 22px; }
    .contact hr {
      border-width: 4px;
      margin: 10px 0; } }
  @media (min-width: 992px) {
    .contact {
      padding: 10rem 0; }
      .contact h2 {
        font-size: 41px; }
      .contact h2.phonenum {
        font-size: 66px; }
      .contact h2.email {
        font-size: 27px; }
      .contact hr {
        border-width: 5px; } }

.contact-links .background {
  text-align: center;
  padding: 2rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 768px) {
  .contact-links .col-sm-2 {
      width: 13.66667%;
  }
}

.contact-links .row .inner-text p {
  max-width: 188px;
  width: 100%;
  min-height: 50px;
  color: #F9EFD6;
  font-family: 'roboto_slabbold'; }

.contact-links .details {
  padding: 0 2rem 1rem 2rem; }
  .contact-links .details h2 {
    font-size: 26px; }
  .contact-links .details h2.phone {
    font-family: 'roboto_slabregular';
    font-size: 25px;
    margin-bottom: 10px; }
  .contact-links .details h2.email {
    font-size: 12px;
    line-height: 25px;
    word-wrap: break-word;
    margin-top: 0px; }
  .contact-links .details hr {
    border-width: 3px; }

@media (min-width: 768px) {
  .contact-links .details {
    padding: 0 3rem 1.5rem 3rem; }
    .contact-links .details .row div {
      padding-top: 1rem; }
    .contact-links .details h2 {
      font-size: 32px; }
    .contact-links .details h2.phone {
      font-size: 35px;
      margin-bottom: 10px; }
    .contact-links .details h2.email {
      font-size: 18px; }
    .contact-links .details hr {
      border-width: 4px;
      margin: 10px 0; }
  .contact-links .row .inner-text p {
    min-height: 65px; } }

@media (min-width: 992px) {
  .contact-links .details {
    padding: 0 5rem 5rem 5rem; }
    .contact-links .details .row div {
      padding-top: 5rem; }
    .contact-links .details h2 {
      font-size: 41px; }
    .contact-links .details h2.phone {
      font-size: 35px;
      margin-bottom: 10px; }
    .contact-links .details h2.email {
      font-size: 18px; }
    .contact-links .details hr {
      border-width: 5px; }
  .contact-links .background {
    padding: 5rem 0 4rem 0; } }

.location-map {
  position: relative; }
  .location-map .map-img {
    position: absolute;
    margin: 7%;
    z-index: 100;
    width: 30%;
    max-width: 321px; }
  .location-map .location-map-inner {
    height: 100%;
    max-height: 500px;
    width: 92%;
    margin: 4%;
    /* div{
			max-height: initial;
			height: initial;
		} */ }
  @media (min-width: 992px) {
    .location-map .location-map-inner {
      width: 100%;
      margin: 0; }
    .location-map .map-img {
      margin: 5%;
      width: 50%; } }
  @media (max-width: 768px) {
    .location-map .map-img {
      display: none; } }

.promo-squares {
  /*background-image: url("../img/paper.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover; */}
  .promo-squares .promo-square-container {
    padding: 0; }
  .promo-squares .promo-square {
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .promo-squares .promo-square img {
      width: 100%;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .promo-squares .promo-square .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .promo-squares .promo-square:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  .promo-squares .promo-square:hover .overlay {
    opacity: 0.4; }

.no-overflow {
  overflow: hidden; }

.text-center {
  text-align: center; }

.cream {
  background-color: #F9EFD6 !important;}
.green {
  background-color: #94BC45 !important;}

.yellow {
  background-color: #FDB812 !important;}

.orange {
  background-color: #D5701A !important;}

.red {
  background-color: #A5171B !important;}

.blue {
  background-color: #40A6BD !important;}

.purple {
  background-color: #826FA0 !important;}

.brightPurple {
  background-color: #742A90 !important;}

.Cream, .cream-text {
  color: #F9EFD6; }
.Cream:hover, .cream-text:hover {
  color: #F9EFD6; }
.Brown, .brown-text {
  color: #592C07; }

.green-text {
  color: #94BC45; }

.yellow-text {
  color: #FDB812; }

.orange-text {
  color: #D5701A; }

.red-text {
  color: #A5171B; }

.blue-text {
  color: #40A6BD; }

.purple-text {
  color: #826FA0; }

.bright-purple-text {
  color: #742A90; }

.padding-slice div{
  padding: 0 0 0 0;
}
.padding-slice .thinner{
  padding-bottom: 1rem;
}
.padding-slice .thin{
  padding-bottom: 2rem;
}
.padding-slice .standard{
  padding-bottom: 5rem;
}
.padding-slice .large{
  padding-bottom: 8rem;
}
.padding-slice .larger{
  padding-bottom: 10rem;
}

@media (max-width: 992px) {
  .padding-slice .thinner{
    padding-bottom: 0.5rem;
  }
  .padding-slice .thin{
    padding-bottom: 1rem;
  }
  .padding-slice .standard{
    padding-bottom: 3rem;
  }
  .padding-slice .large{
    padding-bottom: 4rem;
  }
  .padding-slice .larger{
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .padding-slice .thinner{
    padding-bottom: 0.25rem;
  }
  .padding-slice .thin{
    padding-bottom: 0.5rem;
  }
  .padding-slice .standard{
    padding-bottom: 1rem;
  }
  .padding-slice .large{
    padding-bottom: 2rem;
  }
  .padding-slice .larger{
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 992px) {
	.hero-bottom .row{
		display: block;
		margin-bottom: 45px;
	}

	.hero .homepage-link .image-outer img {
	    width: 65%;
	}

	.hero .homepage-link .background {
	    padding-bottom: 5px;
	}
}


/*   updates 7 April 2017 - NJ - video slice */
.video-slice {
  position: relative;

}
.video-slice .video-wrapper {
  padding: 80px 0px;
  margin: 0 auto;
  text-align: center;
}
.video-slice .video-wrapper .video-caption {
  color: #544741;
  font-size: 15px;
  font-family: 'roboto_slabregular';
  padding-top: 12px;
}
@media (max-width: 768px) {
  .video-slice .video-wrapper {
    padding: 0;
    margin: 0;
  }
}

.video-banner__video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.video-banner__video-container video {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.hero.has-video .logo {
    position: absolute;
    top:0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width:100%;
}

.video-slice .video-wrapper .video-title.Cream {
  background: transparent;
}
.video-slice .video-wrapper .video-caption.Cream {
  color: #F9EFD6;
}




.video-slice .video-box video {
  width: 100%;
}

.video-slice .video-box {
  position: relative;
  padding:50px 66px 55px 61px;  
}
@media (max-width: 768px) {
    .video-slice .video-box {padding:46px 53px 46px 48px;}
  }
@media (max-width: 480px) {
    .video-slice .video-box {padding:24px 28px 20px 26px}
  }

.video-slice .video-box .frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}

/*  updates 26 April 2017 - NJ - IFrameEmbed slice */


.iframe-embed {
  margin-top:40px;
  margin-bottom:40px;
}
.iframe-embed iframe {
  width:100%;
  border:none;
  background:none;
}

.iframe-embed iframe .awt-vis-controls-csvFilter .awt-csvFilter-button {
  background:orange;
}

/*  Updates 3 May 2017 - NJ - video banner */

.hero.has-video .logo {
  top:auto;
  padding-top:0;
  background-image:url('../img/blanket-texture.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  height:180px;
}
.hero.has-video .logo img { margin-top:-130px;}


@media (max-width: 767px) {
  .hero.has-video .logo {height:140px;}
  .hero.has-video .logo img {margin-top:-100px;}

}


/*  Updates 10 May 2017 - NJ - Materials list tables */
.url-materials-list ul li {
  margin-bottom:12px;
}
.url-materials-list ul li strong {
  font-family:'roboto_slabbold';
}
.url-materials-list ul li a {
  border-bottom:1px dotted #592C07;
}
.url-materials-list ul li a:hover {
  text-decoration:none;
}


.two-column-news-listing ul li {
  color:#544741;
  font-size:15px;
}

