<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* strip-unit - Unit stripper [10px = 10]
* param - $num : the value with a unit suffix, E.g: 10px
* return - $result : the value without any suffix, E.g: 10
* E.g. strip-unit(100px) = 100
*/
/*
* pxToEM - Convert PX value to EM value [100px = 6.25em]
* param - $target : the value in px without 'px' suffix, E.g: 100
* return - $result : the value in em with 'em' suffix, E.g: 6.25em
* E.g. pxToEM(100) = 6.25em
*/
/*
* u - PX and REM constrictor
* param - $property : css property, E.g: padding
* param - $values... : list of values for the property, note values are multiplied by $pixelBase, E.g.: 10, 20, 30, 40
* return - $result : the css property with values applied in pixels
* E.g. @include u(padding, 10, 20, 30, 40) = padding: 100px, 200px, 300px, 400px;
*/
/*! 2016 CSS */
.sticky {
  position: sticky;
  top: 0px; }

.quarter_width {
  display: inline-block;
  width: 21%;
  margin: 2%;
  float: none !important;
  vertical-align: top;
  box-sizing: border-box; }
  .quarter_width a {
    display: block; }
    .quarter_width a &gt; img {
      margin: 0; }

.fifth_width {
  display: inline-block;
  width: 18%;
  margin: 1%;
  float: none !important;
  vertical-align: top;
  box-sizing: border-box; }

.fifth_width ul li {
  font-size: 1.8rem !important; }

.container.new-home {
  max-width: 1200px;
  min-width: 300px; }

.alpha.quarter_width {
  margin-left: 0; }

.three_quarter_section {
  display: inline-block;
  vertical-align: top;
  width: 72%;
  box-sizing: border-box; }

.omega.quarter_width {
  margin-right: 0; }

.third_width {
  display: inline-block;
  width: 33.33%;
  float: none !important;
  vertical-align: top;
  box-sizing: border-box; }

@media (max-width: 600px) {
  .third_width {
    width: 100%; } }

.section_seventyfive {
  display: inline-block;
  width: 75%;
  float: none !important;
  vertical-align: top;
  box-sizing: border-box; }

.section_twentyfive {
  display: inline-block;
  width: 25%;
  float: none !important;
  vertical-align: top;
  box-sizing: border-box; }

.respimg img {
  width: 100%;
  height: auto;
  box-sizing: border-box; }

.section_fullwidth {
  width: 100%;
  box-sizing: border-box; }

.inspiration_parallax {
  height: 275px;
  background-image: url(/p/1/orangeries.jpg);
  background-size: cover;
  position: relative;
  margin-bottom: -30px; }

.inspiration_parallax p {
  position: absolute;
  margin: 0px;
  left: 25%;
  top: calc(50% - 46px);
  background-color: #FFFFFF;
  display: block;
  /* min-height: 92px; */
  padding-top: 30px;
  padding-bottom: 30px;
  width: 50%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
  text-align: center;
  line-height: 42px;
  color: #A2A6AA;
  border: double 10px #A2A6AA;
  font-size: 32px;
  text-transform: capitalize; }

.inspiration_parallax a {
  color: #A2A6AA;
  font-family: Glegoo; }

.inspiration_parallax a:hover {
  color: #D87D24; }

.section_left_arrow {
  min-height: 128px;
  /* border-bottom: 1px solid #9C9C9C; */ }

.section_right_arrow {
  min-height: 150px;
  /* border-bottom: 1px solid #9C9C9C; */
  background: #efefef; }

.section_fullwidth.section_right_arrow, .section_fullwidth.section_left_arrow, .section_fullwidth.section_no_arrow {
  position: relative;
  padding: 3% 0;
  width: 100%; }

.section_bottom_map {
  width: 100%;
  position: relative;
  margin-bottom: -40px; }

.articleSocialBtns {
  float: left;
  width: 100%;
  margin-bottom: 1%; }

.home .new-home .appointment a {
  background: #2FA0AD;
  color: #FFFFFF;
  padding-left: 15%; }

.section_bottom_map form {
  position: absolute;
  top: calc(50% - 175px);
  z-index: 10;
  height: 50%;
  width: 100%;
  /* background-color: rgba(80, 80, 80, 0.32); */
  /* border-top: 1px dashed #fff; */
  /* border-bottom: 1px dashed #fff; */ }

.greyBackground {
  background: #EFEFEF; }

.section_right_arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #EFEFEF;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 100;
  /* outline: 1px solid red; */
  position: absolute;
  left: 90%;
  bottom: calc(20px * 2 * -1);
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  display: block; }

.section_left_arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #fffFff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 100;
  /* outline: 1px solid red; */
  position: absolute;
  left: 10%;
  bottom: calc(20px * 2 * -1);
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  display: block; }

.section_bottom_map p {
  position: absolute;
  height: 200px;
  top: calc(50% - 100px);
  width: 512px;
  left: calc(50% - 256px);
  background-color: #F3F3F3;
  border: 1px solid #959FA1;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75); }

.section_bottom_map input[type=text] {
  height: 32px;
  margin-top: 48px;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.section_bottom_map input[type=submit] {
  height: 42px;
  margin-top: 48px;
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
  background-color: #2FA0AD;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #62B8C3; }

.section_bottom_map input[type=submit]:hover {
  background-color: #00486B; }

.section_bottom_map input[type=text]:focus {
  box-shadow: 0px 0px 0px 2px #0082CD; }

.section_padding_separator {
  padding-right: 32px; }

.contact_cta {
  background-color: #94D2DC;
  color: #fff;
  height: 150px;
  font-size: 24px;
  /* width: calc(25% - 32px); */
  cursor: pointer;
  background-clip: content-box;
  transition: all 0.2s ease-in-out; }

.contact_cta p {
  font-family: Glegoo;
  padding: 8%;
  margin-top: 0; }

.contact_cta a, .contact_cta a:link {
  font-family: Glegoo;
  margin-top: 0;
  color: #fff; }

.contact_cta:hover {
  background-color: #2FA0AD; }

.header.fixed .contact p, .header.fixed .contact h2, .header.fixed .contact hr {
  display: none;
  border: none; }

.header.fixed .contact div {
  margin-top: 20px; }

.header.fixed #nav-open-btn {
  right: 0px; }

.news-container {
  box-sizing: border-box; }

.news-container h2 {
  margin-top: 0px; }

.news-container ul {
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.news-container li {
  padding: 10px 0;
  border-bottom: 0.5em Solid #ffffff; }

.news-container li:last-of-type {
  border-bottom: none; }

.news-container .image,
.news-container .summary {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%; }

/*** Responsive ***/
@media screen and (max-width: 1250px) {
  .landingtitle {
    font-size: 19px; } }

@media screen and (max-width: 1024px) {
  .landingtitle {
    font-size: 17px; }
  .section_padding_separator {
    width: 100%;
    padding-right: 0; }
  .oneThirdinternal.ctas {
    margin-top: 0;
    max-width: 100%; }
  .home .ctas a {
    padding: 2% !important; }
  .section_twentyfive {
    width: 100%; } }

@media screen and (min-width: 920px) {
  .home .new-home .appointment a {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #2FA0AD;
    color: #FFFFFF;
    padding-left: 15%;
    padding-top: 15%;
    font-size: 36px; } }

@media screen and (max-width: 920px) {
  .hundred_tablet {
    width: 100% !important; }
  .fifty_tablet {
    width: 50% !important; }
  .zero_padding_on_tablet {
    padding: 0px !important; }
  .no_margin_tablet {
    margin: 0px !important; }
  .padding-left-on-tablet {
    padding-left: 16px; }
  .padding-right-on-tablet {
    padding-right: 16px; }
  .padding-top-on-tablet {
    padding-top: 16px; }
  .padding-bottom-on-tablet {
    padding-bottom: 16px; }
  .padding-on-tablet {
    padding: 16px; } }

@media screen and (max-width: 650px) {
  .header .contact p, .header .contact h2, .header .contact hr {
    display: none;
    border: none; }
  .header .contact div {
    padding-top: 28px; }
  .header.fixed .contact div {
    padding-top: 0px; }
  .contact a.call {
    padding-right: 40px; }
  .landingtitle {
    font-size: 18px; }
  .logo {
    width: 172px; }
  .hundred_mobile {
    width: 100% !important; }
  .news-container .image,
  .news-container .summary {
    width: 99%;
    margin-top: 1%; } }

@media screen and (max-width: 570px) {
  .header .contact div {
    display: none; }
  .header.fixed #nav-open-btn {
    right: 70px !important; }
  .header #nav-open-btn {
    right: 70px !important; }
  .CTAbutton a {
    border-left: 6px solid #62B8C3;
    background: #2FA0AD;
    color: #fff;
    padding: 7px 10px;
    position: relative;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-right: 20px; }
  .CTAbutton a:after {
    content: "";
    width: 32px;
    background: url(/p/1/bg_direction_nav.png) no-repeat 60% -55px #0c6a75;
    position: absolute;
    right: 0px;
    bottom: 0;
    top: initial; } }

@media screen and (max-width: 335px) {
  .header #nav-open-btn {
    right: 40px !important; } }

/* blog posts size constraint on mobile */
@media screen and (max-width: 920px) {
  .c2ldides img {
    width: 100%;
    height: auto; } }

.ContactFormFinderHide {
  display: none !important; }

.ContactFormFinderShow {
  display: block !important; }

.ContactFormFinder_ActiveBtn {
  background-color: #2CA2AC; }

.menu ul.lev3 {
  display: none; }

/*! Containers */
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1000px; } }

@media screen and (max-width: 1024px) {
  .container {
    max-width: 880px; } }

@media screen and (max-width: 900px) {
  .container {
    max-width: 750px; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 685px; } }

@media screen and (max-width: 600px) {
  .container {
    max-width: 480px; } }

@media screen and (max-width: 500px) {
  .container {
    max-width: 360px; } }

@media screen and (max-width: 400px) {
  .container {
    max-width: 275px; } }

/*! "New Styles" */
/* Does not apply to Bi Fold Doors?*/
body {
  font-size: 16px;
  /* Dropdowns */ }
  body h1 {
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-family: Glegoo;
    background: none;
    color: #303030;
    font-size: 50px;
    padding: 10px 0px;
    font-weight: 400; }
  body .subtitle {
    font-size: 24px;
    margin: 0px 0 0 0px;
    font-family: "Glegoo", Arial,Helvetica,sans-serif;
    color: #D87D24; }
  body h2 {
    font-size: 24px;
    margin: 10px 0 0 0px;
    font-family: Glegoo;
    color: #D87D24;
    font-weight: 400; }
  body .englishdooritem {
    margin-right: 0;
    margin-left: 0px; }
  body span.bespokedesign a {
    background: #A2A6AA;
    min-height: 60px;
    color: #FFFFFF;
    border-left: 0px; }
  body span.casestudies a {
    background: #A2A6AA;
    min-height: 60px;
    color: #FFFFFF;
    border-left: 0px; }
  body span.showroom a {
    background: #FFFFFF;
    min-height: 40px;
    color: #A2A6AA;
    border: #A2A6AA solid 10px;
    border-style: double; }
  body span.appointment a {
    background: #2FA0AD;
    min-height: 60px;
    color: #FFFFFF;
    border-left: 0px; }
  body .ctas .appointment a {
    font-size: 22px; }
  body .ctas a {
    font-family: Glegoo !important; }
  body .arrowLink:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/p/1/bg_direction_nav.png) no-repeat 85% -42px #0C6A75;
    position: absolute;
    right: 0; }
  body .arrowLink:hover:after {
    background-color: #d87d24 !important; }
  body .caseStudyBG {
    background: #A2A6AA;
    color: #FFF;
    position: relative;
    height: 133px; }
  body .ctas a {
    padding-left: 10px !important; }
  body .home .ctas a {
    padding: 8% !important; }
  body .header h2 {
    color: #ffffff !important; }
  body hr {
    padding: 0;
    border: none;
    border-top: solid 2px #A2A6AA;
    color: #A2A6AA;
    text-align: left;
    width: 100%; }
  body .contact hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    width: 100%; }
  body .contact hr:after {
    display: none;
    height: 0 !important; }
  body blockquote:before {
    content: '';
    font-family: 'Petit Formal Script', cursive;
    font-size: 100px;
    position: absolute;
    top: 15px;
    right: 30%;
    width: 0px;
    color: #A2A6AA;
    height: 0px;
    border-width: 0 30px 15px 0; }
  body .keyFeatures ul {
    list-style-image: url(/p/1/check.png); }
  body blockquote {
    background: #A2A6AA;
    margin: 0;
    padding: 25px;
    color: #FFFFFF !important;
    line-height: 1.3;
    position: relative;
    margin-top: 0px; }
  body blockquote p {
    margin: 5px 0;
    font-family: Glegoo;
    font-style: italic; }
  body blockquote:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 20%;
    width: 0px;
    height: 0px;
    border-width: 0 30px 15px 0;
    border-color: transparent #A2A6AA transparent transparent; }
  body blockquote h2 {
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 24px;
    /* font-family: 'Petit Formal Script', cursive; */ }
  body .caseStudyCTA {
    background: #A2A6AA;
    color: #FFF;
    position: relative;
    margin-top: 20px; }
  body .caseStudyCTA a {
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    font-size: 24px;
    bottom: 0;
    margin-top: -10%;
    left: 0;
    font-family: Glegoo;
    padding: 8%;
    display: block;
    background: url(/p/1/case_studies_arrow.png) no-repeat 100% 100%; }
  body .caseStudyCTA strong {
    padding: 10px 0 0 0;
    font-size: 1.2em;
    display: block; }
  body .caseStudyCTA img {
    width: 100%;
    position: relative;
    display: block; }
  body span.bookBTN {
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    font-size: 24px;
    bottom: 0;
    left: 0;
    display: block;
    font-family: Glegoo;
    padding: 2px;
    background: url(/p/1/case_studies_arrow.png) no-repeat 100% 100% #2FA0AD; }
  body .arrowLink,
  body .CTAbutton a,
  body span.bookBTN {
    background: #2FA0AD; }
    body .arrowLink:after,
    body .CTAbutton a:after,
    body span.bookBTN:after {
      display: none !important; }
  body .case-study a {
    background: none !important; }
  body span.bookBTN a {
    color: #fff;
    font-family: Glegoo; }
  body span.bookBTN p {
    margin-left: 30px !important;
    font-family: Glegoo; }
  body .contact h2 {
    font-size: 18px; }
  body .contact p {
    color: #fff; }
  body .footer-bottom.container .quarter_width h3 {
    font-size: 18px;
    margin: 10px 0 0 0px;
    font-family: Glegoo;
    color: #D87D24;
    font-weight: 400; }
  body .footer-bottom.container .quarter_width p {
    font-size: 14px; }
  body .half_section.processDisplay {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
    box-sizing: border-box; }
  body .half_section.processDisplay .CTAbutton a:after {
    height: 36px; }
  body span.intropara {
    font-size: 24px;
    font-family: Glegoo; }
  body .dropDownHeader {
    color: #fff !important;
    clear: both;
    font-weight: 100;
    font-size: 16px;
    margin: 0;
    /*background: #FFFFFF;*/
    margin: 0% 0%;
    /*padding: 10px 15px;*/
    -webkit-transition: background 0.5 ease-in-out;
    -moz-transition: background 0.5 ease-in-out;
    -ms-transition: background 0.5 ease-in-out;
    -o-transition: background 0.5 ease-in-out;
    transition: background 0.5 ease-in-out;
    cursor: pointer;
    position: relative;
    /*border: 3px solid #A2A6AA;*/
    padding-left: 45px;
    margin-top: 2%;
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);      box-shadow: 0 1px 1px rgba(0, 0, 0, .15);*/ }
  body .dropDownHeader:after {
    content: '\f067';
    position: absolute;
    left: 15px;
    /*top: 12px;*/
    color: #D87D24;
    font-family: fontawesome;
    font-size: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px; }
  body .dropDownHeader.active:after {
    content: '\f068'; }
  body .dropDown {
    visibility: visible !important; }
  body .dropDown div p {
    margin: 0% 0% !important;
    padding: 5px 0%; }
  body .dropDownContent h2 {
    color: #303030 !important; }
  body .dropDownContent {
    border: 1px solid #D87D24;
    box-sizing: border-box;
    padding: 1% 2%;
    background-color: #fff;
    border-radius: 3px;
    padding-top: 20px;
    margin-top: -30px; }
  body .contactFormNew input, body .contactFormNew textarea {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0;
    padding: 2% 2%;
    text-transform: initial;
    font-size: 16px;
    margin-bottom: 5px;
    width: 95%;
    background: #eee; }
  body .contactFormNew input[type="checkbox"] {
    width: 16px; }
  body .fSection.contactFormNew input, body .fSection.contactFormNew textarea {
    background: #585858; }
  body .fSection.contactFormNew input:hover, body .fSection.contactFormNew textarea:hover, body .fSection.contactFormNew input:focus, body .fSection.contactFormNew textarea:focus {
    background: #fff;
    outline-color: #d4180f; }
  body .SeparatorCol {
    background: none !important; }
  body .contactFormNew td {
    padding: 0;
    margin: 0; }
  body .contactFormNew input:hover, body .contactFormNew textarea:hover {
    background: #fff; }
  body .contactFormNew input:focus, body .contactFormNew textarea:focus {
    background: #fff; }
  body select {
    width: 99%;
    height: 50px;
    background: #FFF;
    border: 1px solid #EEE;
    box-sizing: border-box;
    padding: 2% 2%; }
  body .half_section {
    width: 48%;
    margin: 0 1%; }
  @media screen and (max-width: 1024px) {
    body .section_padding_separator {
      width: 100%;
      padding-right: 0; }
    body .oneThirdinternal.ctas {
      margin-top: 0;
      max-width: 100%; }
    body .home .ctas a {
      padding: 2% !important; }
    body span.bookBTN {
      padding: 10px; }
    body .englishdooritem {
      width: 33%;
      text-align: center; }
    body .half_section img {
      float: none !important;
      display: block; } }
  @media screen and (max-width: 768px) {
    body .englishdooritem {
      width: 44%; } }
  @media screen and (max-width: 600px) {
    body .englishdooritem {
      width: 100%; } }

/*! Call To Action Items */
.product-cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  z-index: 0;
  padding: 2rem;
  margin-top: 1rem;
  background: #2fa0ad !important; }
  .product-cta:not(:hover) p:nth-child(2) {
    display: none; }
  .product-cta p {
    margin: 0;
    box-sizing: border-box;
    color: #fff; }
    .product-cta p a {
      color: #fff;
      font-weight: 700; }
    .product-cta p:first-child {
      width: 100%;
      height: 100%; }
    .product-cta p:not(:last-child) {
      pointer-events: none; }
    .product-cta p img {
      display: block !important;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      max-height: 100%;
      z-index: 0;
      top: 0;
      opacity: 0.9;
      margin: 0;
      left: 0; }
    .product-cta p:hover img {
      opacity: 0.2; }
  .product-cta.featured {
    justify-content: center; }
    .product-cta.featured p img {
      opacity: 0.2;
      transition: all 1s ease; }
    .product-cta.featured:hover p img {
      opacity: 0.7; }
    .product-cta.featured h2 {
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0 !important;
      margin: 0 !important; }
      .product-cta.featured h2 a {
        display: block;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0;
        top: 0;
        left: 0;
        line-height: 300px; }
        .product-cta.featured h2 a:hover {
          text-decoration: none; }
    .product-cta.featured .landingtitle {
      font-size: 25px; }

/*! Contact Form (Adjustments For new Templates) */
.content-mid .contactForm {
  box-sizing: border-box;
  padding: 2rem; }
  .content-mid .contactForm input[type="text"],
  .content-mid .contactForm select {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 1rem 0;
    border: 0 solid transparent;
    line-height: 25px; }
  .content-mid .contactForm select {
    padding: 0 1rem; }

/*! Filters */
.news-options {
  margin: 15px 0;
  padding: 5px; }
  .news-options .ldic_Filt .c2form_fieldset {
    float: none; }
    .news-options .ldic_Filt .c2form_fieldset .c2form_code {
      display: inline-block;
      width: auto; }
      .news-options .ldic_Filt .c2form_fieldset .c2form_code input[type=checkbox] {
        float: none;
        display: none; }
        .news-options .ldic_Filt .c2form_fieldset .c2form_code input[type=checkbox]:checked + label {
          background: #d87c25;
          color: #fff; }
      .news-options .ldic_Filt .c2form_fieldset .c2form_code label {
        font-size: 16px;
        color: #787878;
        margin: 15px 15px 15px 0;
        padding: 10px 15px;
        border: 1px solid #d87c25;
        transition: all 0.5s ease; }
        .news-options .ldic_Filt .c2form_fieldset .c2form_code label:hover {
          background: #d87c25;
          color: #fff; }
        .news-options .ldic_Filt .c2form_fieldset .c2form_code label span {
          display: none; }
  .news-options .ldic_Filt .c2form_fldname {
    display: none; }

/*! Cookie Banner */
.cookie_full {
  background: #00aac3;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: 5px solid #fff;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 16px; }

.cookie_full a,
.cookie_full a:link,
.cookie_full a:visited,
.cookie_full a:hover {
  color: #fff;
  text-decoration: underline; }

.cb_btn {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  padding: 1rem;
  border-radius: 1rem;
  margin: 1rem 0;
  color: #fff; }

.cb_btn:hover {
  color: #00aac3;
  background: #fff; }

.cb_btn:active {
  outline: none;
  border: none; }

@media screen and (min-width: 500px) {
  .cb_form {
    display: flex;
    justify-content: space-between; }
  .cb_btn {
    margin: 1rem 0 1rem 2rem; } }

/*! Mid Section Styles (Not for the home page) */
body:not(.home) .content-mid {
  background: #efefef;
  margin-top: 40px; }

body:not(.home) .new-home .blue-overlay {
  position: relative;
  top: 0;
  right: 0;
  width: 70%;
  background: none;
  padding: 0px;
  bottom: 0;
  margin-bottom: 9%; }

body:not(.home) .new-home .blue-overlay * {
  color: #787878; }

body:not(.home) .new-home .blue-overlay .CTAbutton a {
  color: #fff; }

body:not(.home) .new-home .blue-overlay h2 a {
  font-family: Glegoo !important; }

body:not(.home) .new-home .blue-overlay h2 {
  margin-left: 0;
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px; }

/*! Header Rows for Orangeries */
.landing2018s hr:after {
  content: "";
  display: block;
  position: relative;
  height: 20px;
  top: -10px;
  background: url(/p/1/rO.png) no-repeat top center; }

/*! Slider CSS */
.SliderBodyBase {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1; }

.SliderClicky {
  cursor: pointer; }

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.BaseIntSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  /* top: 0px; */
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
  z-index: 10; }

.BaseIntSliderRight {
  opacity: 1.0; }

.BaseIntSliderLeft {
  opacity: 0; }

.InterSliderFwdDefault {
  position: absolute;
  left: 0;
  top: calc(50% - 44px);
  height: 100px;
  width: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  /* border: 1px solid #b5b5b5; */
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  @media (max-width: 600px) {
    .InterSliderFwdDefault {
      transform: scale(0.5); } }

.InterSliderBkDefault {
  position: absolute;
  right: 0;
  top: calc(50% - 44px);
  height: 100px;
  width: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  /* border: 1px solid #b5b5b5; */
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  @media (max-width: 600px) {
    .InterSliderBkDefault {
      transform: scale(0.5); } }

.InterSliderFwdDefault:before, .InterSliderBkDefault:after {
  border-right: 4px solid #fff;
  content: ' ';
  display: block;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 25px;
  top: 46%;
  width: 0;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.InterSliderFwdDefault:after, .InterSliderBkDefault:before {
  border-right: 4px solid #fff;
  content: ' ';
  display: block;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 25px;
  top: 64%;
  width: 0;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.InterSliderBkDefault:after {
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.InterSliderBkDefault:before {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.InterSliderBkDefault:hover {
  background-color: rgba(0, 0, 0, 0.75);
  right: 0px; }

.InterSliderFwdDefault:hover {
  background-color: rgba(0, 0, 0, 0.75);
  left: 0px; }

.SliderBodyBase:hover ~ .InterSliderBkDefault {
  right: 0px; }

.SliderBodyBase:hover ~ .InterSliderFwdDefault {
  left: 0px; }

.InterSliderCont {
  position: relative;
  height: 100%; }

/************ Slider **************/
.info_slider {
  height: 578px;
  width: 100%; }

.info_slider_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }

.info_slider_overlay h2 {
  text-align: center;
  margin-top: 128px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  font-family: "myriad-pro",sans-serif; }

.info_slider_overlay p {
  text-align: center;
  padding-left: 400px;
  padding-right: 400px;
  font-size: 22px;
  font-weight: 100;
  font-family: "myriad-pro",sans-serif; }

.slider_main_btn {
  position: absolute;
  top: calc(50% - 32px);
  height: 64px;
  font-size: 42px;
  text-align: center;
  width: 64px;
  color: #D6D6D6;
  line-height: 56px;
  cursor: pointer;
  z-index: 20;
  background-color: rgba(228, 228, 228, 0.39);
  border: 1px solid #737373;
  border-radius: 40px;
  font-weight: bold;
  font-family: "myriad-pro",sans-serif; }

.slider_main_btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF; }

.slider_right_btn {
  right: 48px; }

.slider_left_btn {
  left: 48px; }

.info_slider_link_cont {
  position: absolute;
  top: 75%;
  left: 0px;
  width: 100%;
  z-index: 25;
  text-align: center; }

.info_slider_link {
  display: inline-block;
  text-align: center;
  width: 218px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.13);
  color: #FFFFFF;
  line-height: 48px;
  font-size: 18px;
  vertical-align: top;
  margin-left: 12px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-family: "myriad-pro",sans-serif; }

.info_slider_link:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #151515; }

.info_slider_link_active {
  background-color: rgba(255, 255, 255, 0.75);
  color: #151515; }

@media screen and (max-width: 800px) {
  .info_slider {
    height: 380px; } }

@media screen and (max-width: 570px) {
  .info_slider {
    height: 240px; } }

@media screen and (max-width: 400px) {
  .info_slider {
    height: 180px; } }

/*! CTA Margin Top */
.oneThirdinternal.ctas {
  margin-top: 161px;
  max-width: 300px; }

@media screen and (max-width: 1024px) {
  .oneThirdinternal.ctas {
    margin-top: 0;
    max-width: 100%; } }

@media screen and (max-width: 920px) {
  .oneThirdinternal.ctas {
    margin-top: 0px;
    max-width: 100%; } }

/*! Mean Menu CSS */
/*! Timeline CSS */
#timeline {
  width: 100%;
  overflow: hidden;
  margin: 25px auto;
  position: relative; }

#dates {
  width: 800px;
  height: 60px;
  overflow: hidden; }

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center; }

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  font-family: 'Coda Caption', sans-serif;
  letter-spacing: -1px; }

#dates .selected {
  font-size: 38px; }

#issues {
  width: 800px;
  height: 350px;
  overflow: hidden; }

#issues li {
  width: 700px;
  height: 350px;
  list-style: none;
  float: left; }

#issues li.selected img {
  /*
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
*/ }

#issues li img:after {
  content: ""; }

#issues li img {
  float: left;
  margin: 10px 30px 10px 50px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE 6 &amp; 7 */
  zoom: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /*
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
*/
  width: 256px;
  height: 256px; }

#issues li h1 {
  color: #ffcc00;
  font-size: 48px;
  margin: 20px 0;
  text-shadow: #000 1px 1px 2px; }

#issues li p {
  font-size: 14px;
  margin-right: 90px;
  font-weight: normal;
  line-height: 22px; }

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0; }

#grad_left {
  display: none;
  left: -35px; }

#grad_right {
  right: -35px; }

#timeline #next,
#timeline #prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden; }

#timeline #next {
  right: 0; }

#timeline #prev {
  left: 0; }

#next.disabled,
#prev.disabled {
  opacity: 0.2; }

/*! Videos */
.video-container {
  width: 100%; }

/*! News Filters */
.news-options .ldic_Filt .c2form_fieldset .c2form_code label {
  font-size: 16px;
  color: #787878;
  margin: 15px 15px 15px 0;
  padding: 8px 15px;
  border: 1px solid #d87c25;
  transition: all 0.5s ease; }

/*! New Video Skin */
.jp-video .igvideo_quality {
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='cog' class='svg-inline--fa fa-cog fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvideo_quality:hover {
    opacity: 0.8; }

.jp-video .jp-restore-screen {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z' fill='white' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .jp-restore-screen:hover {
    opacity: 0.8; }

.jp-video .jp-full-screen {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .jp-full-screen:hover {
    opacity: 0.8; }

.jp-video .jp-pause {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z' fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .jp-pause:hover {
    opacity: 0.8; }

.jp-video .jp-play {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z' fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .jp-play:hover {
    opacity: 0.8; }

.jp-video .igvi_bigplay_button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z' fill='white' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvi_bigplay_button:hover {
    opacity: 0.8; }

.jp-video .igvi_bigunmute_button {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z' fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvi_bigunmute_button:hover {
    opacity: 0.8; }

.jp-video .igvideo_volume {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z' fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvideo_volume:hover {
    opacity: 0.8; }

.jp-video .igvideo_mute {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 9v6h4l5 5V4l-5 5H7z' fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvideo_mute:hover {
    opacity: 0.8; }

.jp-video .igvi_barbubble {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Ccircle fill='white' cx='12' cy='12' r='8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvi_barbubble:hover {
    opacity: 0.8; }

.jp-video .igvi_volbubble {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Ccircle fill='white' cx='12' cy='12' r='8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }
  .jp-video .igvi_volbubble:hover {
    opacity: 0.8; }

.jp-video .igvideo_bar {
  background-color: rgba(0, 0, 0, 0.7); }
  .jp-video .igvideo_bar:hover, .jp-video .igvideo_bar:focus, .jp-video .igvideo_bar_hover {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_playpause {
      width: 40px;
      height: 40px; }
    .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume {
      width: 30px;
      height: 30px;
      position: relative; }
      .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume .jp-volume-bar-container {
        bottom: 100%;
        width: auto;
        padding: 8px 10px; }
        .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume .jp-volume-bar-container .jp-volume-bar {
          height: 100%;
          margin: 0; }
          .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume .jp-volume-bar-container .jp-volume-bar .jp-volume-bar-value {
            background-color: #1681c4; }
            .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume .jp-volume-bar-container .jp-volume-bar .jp-volume-bar-value .igvi_volbubble {
              margin-left: -8px;
              margin-top: -16px; }
      .jp-video .igvideo_bar .igvideo_buttons .igvi_leftbuttons .igvideo_volume:hover {
        opacity: 1; }
  .jp-video .igvideo_bar .igvideo_buttons .igvi_rightbuttons {
    margin-right: 0; }
    .jp-video .igvideo_bar .igvideo_buttons .igvi_rightbuttons .igvideo_quality {
      width: 22px;
      height: 22px; }
      .jp-video .igvideo_bar .igvideo_buttons .igvi_rightbuttons .igvideo_quality:hover {
        opacity: 1; }
    .jp-video .igvideo_bar .igvideo_buttons .igvi_rightbuttons .igvideo_fullscreen {
      width: 38px;
      height: 38px; }
  .jp-video .igvideo_bar .igvi_bottombar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .jp-video .igvideo_bar .igvi_bottombar .jp-current-time {
      right: 50%;
      left: auto; }
      .jp-video .igvideo_bar .igvi_bottombar .jp-current-time:after {
        content: "/";
        position: absolute;
        right: -4px; }
    .jp-video .igvideo_bar .igvi_bottombar .jp-duration {
      left: 50%; }
    .jp-video .igvideo_bar .igvi_bottombar .igvideo_currenttime,
    .jp-video .igvideo_bar .igvi_bottombar .igvideo_duration {
      height: auto;
      margin: 0;
      margin-top: 14px;
      bottom: auto;
      text-align: center !important;
      background-color: transparent; }
    .jp-video .igvideo_bar .igvi_bottombar .jp-progress {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 0;
      margin: 0;
      height: auto; }
      .jp-video .igvideo_bar .igvi_bottombar .jp-progress .jp-seek-bar-container {
        height: 5px;
        background: rgba(255, 255, 255, 0.5); }
        .jp-video .igvideo_bar .igvi_bottombar .jp-progress .jp-seek-bar-container .jp-seek-bar {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .jp-video .igvideo_bar .igvi_bottombar .jp-progress .jp-seek-bar-container .jp-seek-bar .jp-play-bar {
            height: 5px;
            background: #1681c4; }
          .jp-video .igvideo_bar .igvi_bottombar .jp-progress .jp-seek-bar-container .jp-seek-bar .igvi_barbubble {
            position: relative;
            margin-left: -10px;
            margin-top: -10px; }

/*! Cookie Banner adjustment */
@media (max-width: 650px) {
  .c2cookiebannersm_text p {
    font-size: 12px; } }

@media screen and (max-width: 500px) {
  .c2cookiebannersm {
    height: auto !important; } }

/*! AJR Fixes */
.BringGalleryForward .SliderBodyBase {
  z-index: 0; }

/*! AC Styles */
.FieldsetNoBrdPdg {
  border: 0;
  margin: -24px;
  padding: 0px; }

.landing2018 .c2form_row {
  margin-bottom: 1rem;
  margin-top: 2rem; }

.c2cookiebannersm {
  padding-top: 1px;
  padding-bottom: 1px; }

.c2cookiebannersm {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  bottom: 0;
  left: 0;
  z-index: 9000;
  background-color: #fff;
  height: 100px;
  width: 100%;
  border-top: 2px solid #003057;
  -webkit-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px; }

.overbanner {
  position: relative !important;
  top: -400px !important;
  background: white !important; }

.overbannerform {
  position: relative !important;
  top: -400px !important;
  background: white; }</pre></body></html>