<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* font-family: 'Roboto', ;
font-family: 'Nunito Sans', sans-serif; */
body {
  overflow-x: hidden;
}
body a, body a:hover, body a:focus {
  color: #fefefe;
}

.parallax {
  background: url("/images/layout/bg-body.png") repeat;
  background-size: 100% auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/*** global ***/
.p0 {
  padding: 0;
}

.p1 {
  padding: 1rem;
}

.plr1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pl0 {
  padding-left: 0;
}

.pt1 {
  padding-top: 1rem;
}

.pr1 {
  padding-right: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.p2 {
  padding: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.ptb1 {
  padding: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.ptb2 {
  padding: 2rem 0;
}

.ptb2-tm {
  padding: 2rem 0;
}

.pb2-tm {
  padding: 0 0 2rem 0;
}

.ptb3-tm {
  padding: 3rem 0;
}

.mtb2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ptb3 {
  padding: 3rem 0;
}

.pb3 {
  padding-bottom: 3rem;
}

p a {
  font-weight: 500;
}

hr {
  border-bottom: 1px solid #fefefe;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

/* Text selection bg color
p::-moz-selection { background: rgb(247, 244, 244);}
p::selection { background: rgb(247, 244, 244); }
*/
.closebutton {
  padding: 1rem;
  height: 50px;
  line-height: 2;
}
.closebutton:hover {
  background: #92D5FF;
}

/**/
.content ul, .content ul ul {
  list-style: none;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
.content ul li {
  font-weight: 400;
  text-align: left;
}
.content ul li li {
  font-weight: 400;
  text-align: left;
}
.content ul li::before, .content ul li li::before {
  color: #1C1962;
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;
  margin-right: 0.5rem;
}
.content ul li::before {
  content: "•";
  font-weight: 500;
  background: #1C1962;
  height: auto;
  line-height: 0.5;
  border-radius: 50%;
}
.content ul li li::before {
  content: "-";
  background: none;
}

.inline {
  margin: 0 0 1rem 0;
  list-style: none;
}
.inline li {
  display: inline-block;
  padding-right: 1rem;
  list-style: none;
}

.paginate {
  padding-bottom: 2rem;
  /* width: 100%;
  left: 50%;
  transform: translateX(-50%); */
}
.paginate ul {
  text-align: center;
  margin: 0 auto;
  list-style: none;
}
.paginate li {
  list-style: none;
  color: #fefefe;
  display: inline-block;
  padding: 0.25rem;
}
.paginate .active {
  text-decoration: underline;
  font-weight: 600;
}

.breadcrumbs, .content .breadcrumbs {
  padding-bottom: 2rem;
  list-style: none;
}
.breadcrumbs li::before, .breadcrumbs li li::before, .content .breadcrumbs li::before, .content .breadcrumbs li li::before {
  display: none;
}
.breadcrumbs li, .content .breadcrumbs li {
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  color: #fefefe;
  font-weight: 400;
}
.breadcrumbs li:not(:last-child)::after, .content .breadcrumbs li:not(:last-child)::after {
  margin: 0 0.6rem;
  font-weight: 400;
  content: "//";
}
.breadcrumbs a, .content .breadcrumbs a {
  text-decoration: underline;
  font-weight: 700;
  color: #fefefe;
}

.bg-secondary {
  background: #1C1962;
  color: #fefefe;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: inherit;
}
.bg-secondary a, .bg-secondary a:hover {
  color: inherit;
}
.bg-secondary button, .bg-secondary .button, .bg-secondary a.button, .bg-secondary p a.button {
  background: #fefefe;
  color: #136EDB;
}
.bg-secondary button:hover, .bg-secondary button.active, .bg-secondary button:focus, .bg-secondary .button:hover, .bg-secondary .button.active, .bg-secondary .button:focus, .bg-secondary a.button:hover, .bg-secondary a.button.active, .bg-secondary a.button:focus, .bg-secondary p a.button:hover, .bg-secondary p a.button.active, .bg-secondary p a.button:focus {
  background: #136EDB;
  color: #fefefe;
}
.bg-secondary button:hover a, .bg-secondary button.active a, .bg-secondary button:focus a, .bg-secondary .button:hover a, .bg-secondary .button.active a, .bg-secondary .button:focus a, .bg-secondary a.button:hover a, .bg-secondary a.button.active a, .bg-secondary a.button:focus a, .bg-secondary p a.button:hover a, .bg-secondary p a.button.active a, .bg-secondary p a.button:focus a {
  color: #fefefe;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #92D5FF;
}
.bg-secondary .content ul li::before, .bg-secondary .content ul li li::before {
  color: #fefefe;
  background: #fefefe;
}
.bg-secondary .inline li {
  list-style: none;
}

.bg-lake-breeze {
  background: #92D5FF;
  color: #136EDB;
}
.bg-lake-breeze h1, .bg-lake-breeze h2, .bg-lake-breeze h3, .bg-lake-breeze h4, .bg-lake-breeze h5, .bg-lake-breeze h6 {
  color: inherit;
}
.bg-lake-breeze a, .bg-lake-breeze a:hover {
  color: inherit;
}
.bg-lake-breeze button, .bg-lake-breeze .button, .bg-lake-breeze a.button, .bg-lake-breeze p a.button {
  background: #fefefe;
  color: #136EDB;
}
.bg-lake-breeze button:hover, .bg-lake-breeze button.active, .bg-lake-breeze button:focus, .bg-lake-breeze .button:hover, .bg-lake-breeze .button.active, .bg-lake-breeze .button:focus, .bg-lake-breeze a.button:hover, .bg-lake-breeze a.button.active, .bg-lake-breeze a.button:focus, .bg-lake-breeze p a.button:hover, .bg-lake-breeze p a.button.active, .bg-lake-breeze p a.button:focus {
  background: #136EDB;
  color: #fefefe;
}
.bg-lake-breeze button:hover a, .bg-lake-breeze button.active a, .bg-lake-breeze button:focus a, .bg-lake-breeze .button:hover a, .bg-lake-breeze .button.active a, .bg-lake-breeze .button:focus a, .bg-lake-breeze a.button:hover a, .bg-lake-breeze a.button.active a, .bg-lake-breeze a.button:focus a, .bg-lake-breeze p a.button:hover a, .bg-lake-breeze p a.button.active a, .bg-lake-breeze p a.button:focus a {
  color: #fefefe;
}
.bg-lake-breeze .breadcrumbs li, .bg-lake-breeze .breadcrumbs li a, .bg-lake-breeze .content .breadcrumbs li, .bg-lake-breeze .content .breadcrumbs li a {
  color: #136EDB;
}
.bg-lake-breeze .breadcrumbs li:not(:last-child)::after, .bg-lake-breeze .content .breadcrumbs li:not(:last-child)::after {
  color: #136EDB;
}

.bg-lake-breeze-gradient {
  color: #fefefe;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#92d5ff+5,92d5ff+80&amp;0+5,1+80 */
  background: -moz-linear-gradient(top, rgba(146, 213, 255, 0) 5%, #92d5ff 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(146, 213, 255, 0) 5%, #92d5ff 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(146, 213, 255, 0) 5%, #92d5ff 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0092d5ff", endColorstr="#92d5ff",GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 63.9375em) {
  .plr1-m {
    padding: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .ptb3, .ptb2, .ptb2-m, .ptb1 {
    padding: 1rem 2rem 0 2rem;
  }

  .plr1-m {
    padding: 1rem;
  }

  .ptb2-tm, .ptb3-tm {
    padding: 2rem;
    text-align: center;
  }

  .pb2-tm {
    padding: 0 2rem 2rem 2rem;
    text-align: center;
  }

  .p2col {
    padding: 1rem 2rem;
  }

  .pb3 {
    padding-bottom: 2rem;
  }

  .breadcrumbs, .content .breadcrumbs {
    padding: 1rem 2rem;
    display: inline-block;
  }
}
button, .button, a.button, p a.button, input[type=submit], .formstyle button {
  background: #1C1962;
  color: #fefefe;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
button:hover, button.active, button:focus, .button:hover, .button.active, .button:focus, a.button:hover, a.button.active, a.button:focus, p a.button:hover, p a.button.active, p a.button:focus, input[type=submit]:hover, input[type=submit].active, input[type=submit]:focus, .formstyle button:hover, .formstyle button.active, .formstyle button:focus {
  background: #fefefe;
  color: #1C1962;
}
button:hover a, button.active a, button:focus a, .button:hover a, .button.active a, .button:focus a, a.button:hover a, a.button.active a, a.button:focus a, p a.button:hover a, p a.button.active a, p a.button:focus a, input[type=submit]:hover a, input[type=submit].active a, input[type=submit]:focus a, .formstyle button:hover a, .formstyle button.active a, .formstyle button:focus a {
  color: #1C1962;
}

.alert-popup {
  background: #136EDB;
  color: #fefefe;
  border-radius: 30px;
  border: 0;
  padding: 3rem;
  outline: none;
  -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.24);
}
.alert-popup a {
  color: #fefefe;
}
.alert-popup h1, .alert-popup h2, .alert-popup h3, .alert-popup h4, .alert-popup h5, .alert-popup h6 {
  color: inherit;
}
.alert-popup a, .alert-popup a:hover {
  color: inherit;
}
.alert-popup button, .alert-popup .button, .alert-popup a.button, .alert-popup p a.button {
  background: #fefefe;
  color: #136EDB;
}
.alert-popup button:hover, .alert-popup button.active, .alert-popup button:focus, .alert-popup .button:hover, .alert-popup .button.active, .alert-popup .button:focus, .alert-popup a.button:hover, .alert-popup a.button.active, .alert-popup a.button:focus, .alert-popup p a.button:hover, .alert-popup p a.button.active, .alert-popup p a.button:focus {
  background: #136EDB;
  color: #fefefe;
}
.alert-popup button:hover a, .alert-popup button.active a, .alert-popup button:focus a, .alert-popup .button:hover a, .alert-popup .button.active a, .alert-popup .button:focus a, .alert-popup a.button:hover a, .alert-popup a.button.active a, .alert-popup a.button:focus a, .alert-popup p a.button:hover a, .alert-popup p a.button.active a, .alert-popup p a.button:focus a {
  color: #fefefe;
}
.alert-popup button, .alert-popup .button, .alert-popup a.button, .alert-popup p a.button {
  background: #fefefe;
  border: 0;
  color: #136EDB;
  outline: none;
}
.alert-popup button:hover, .alert-popup .button:hover, .alert-popup a.button:hover, .alert-popup p a.button:hover {
  background: #136EDB;
  color: #fefefe;
}

#expandNews {
  color: #1C1962;
}
#expandNews a.button, #expandNews p a.button {
  background: #fefefe;
  border: 0;
  color: #136EDB;
  outline: none;
}
#expandNews a.button:hover, #expandNews p a.button:hover {
  background: #136EDB;
  color: #fefefe;
}

@media screen and (max-width: 39.9375em) {
  .reveal.alert-popup {
    width: 90%;
    height: auto;
    min-height: auto;
    margin: 1rem auto;
  }
}
/*** Fonts ***/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 400;
}

h3, h4, h5 {
  font-weight: 600;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.95);
  z-index: 190;
  font-size: 0.8rem;
  font-weight: 700;
}
.overlay a {
  color: #fefefe;
}
.overlay .bg-top-panel .subheader {
  font-size: 1.75rem;
  padding-right: 1rem;
}
.overlay .bg-top-panel a {
  color: #136EDB;
}
@media screen and (max-width: 39.9375em) {
  .overlay .bg-top-panel .subheader {
    display: none;
  }
}
.overlay .mobilemenu {
  padding-bottom: 2rem;
}
.overlay .mobilemenu ul {
  list-style: none;
  margin: 0;
}
.overlay .mobilemenu ul li {
  padding-bottom: 1.25rem;
}
.overlay .mobilemenu ul li .highlight {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  background: #1C1962;
  border-radius: 25px;
  width: auto;
}
.overlay .mobilemenu ul li .highlight a:hover, .overlay .mobilemenu ul li .highlight a:focus {
  color: #136EDB;
}
.overlay .mobilemenu .iconmenu {
  margin: 1rem 0;
}
.overlay .mobilemenu .bg-secondary {
  border-radius: 18px;
  padding: 1rem;
}
.overlay .mobilemenu .bg-secondary li {
  padding-bottom: 0.75rem;
}
.overlay .business-nav {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 0;
  margin-bottom: 1rem;
}
.overlay .business-nav .cell {
  padding: 1rem;
  text-align: center;
  border: solid #e6e6e6;
  border-width: 1px 1px 0 0;
}
.overlay .business-nav .cell:hover, .overlay .business-nav .cell:focus, .overlay .business-nav .cell:visited {
  background: #92D5FF;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  .overlay .business-nav .cell:last-child {
    width: 100%;
    padding: 0 22%;
  }
}
@media screen and (max-width: 63.9375em) {
  .overlay {
    background: white;
  }
  .overlay .bg-mobile {
    background: #136EDB;
  }
}

/* closing cross */
.overlay .overlay-close, .overlay .overlay-close-desk {
  padding: 1.5rem 1rem 0 1rem;
  border: none;
  background: none;
  color: #136EDB;
  outline: none;
  margin: 0 auto;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}

.overlay .overlay-close {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  .overlay .overlay-close {
    padding-top: 0;
  }
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

/*** top panel ***/
.alert {
  background: #92D5FF;
  padding: 0.5rem 1rem;
  color: #1C1962;
}

.arrow-anim {
  position: relative;
  cursor: pointer;
}
.arrow-anim .swap {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.arrow-anim .swap img {
  position: absolute;
  top: -3px;
  left: 10px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.arrow-anim .swap-on {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media screen and (max-width: 39.9375em) {
  .logo {
    text-align: center;
  }
}

.bg-top .sticky.is-stuck {
  z-index: 99;
}

.bg-stuck {
  padding-bottom: 1rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#136edb+30,136edb+60,92d5ff+95&amp;1+30,0.9+59,0+95 */
  background: -moz-linear-gradient(top, #136edb 30%, rgba(19, 110, 219, 0.9) 59%, rgba(19, 110, 219, 0.88) 60%, rgba(146, 213, 255, 0) 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #136edb 30%, rgba(19, 110, 219, 0.9) 59%, rgba(19, 110, 219, 0.88) 60%, rgba(146, 213, 255, 0) 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #136edb 30%, rgba(19, 110, 219, 0.9) 59%, rgba(19, 110, 219, 0.88) 60%, rgba(146, 213, 255, 0) 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#136edb", endColorstr="#0092d5ff",GradientType=0 );
  /* IE6-9 */
}

.mainmenu, .submenubg, .topsubmenu {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.submenubg {
  /*background: $secondary-color;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;*/
  margin-top: -1rem;
  padding: 0 1.5rem 0.5rem 2rem;
  display: inline-block;
  max-height: 59px;
}
.submenubg a:hover, .submenubg a:focus {
  color: #fefefe;
}
.submenubg ul {
  list-style: none;
  width: auto;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.topsubmenu {
  background: #1C1962;
  margin-right: 0;
}

.dropmenu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  position: relative;
}
.dropmenu a {
  color: #fefefe;
}
.dropmenu li {
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  padding-left: 1rem;
}
.dropmenu li:hover, .dropmenu li:focus-within {
  cursor: pointer;
}
.dropmenu li:focus-within a {
  outline: none;
}
.dropmenu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0.75rem;
  left: 0;
  text-align: left;
  display: none;
  min-width: 7rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dropmenu li ul li {
  clear: both;
  width: 100%;
  list-style: none;
  padding-left: 1rem;
}
.dropmenu li:hover &gt; ul,
.dropmenu li:focus-within &gt; ul,
.dropmenu li ul:hover,
.dropmenu li ul:focus {
  list-style: none;
  visibility: visible;
  opacity: 1;
  display: block;
  background: #1C1962;
}

.dropmenu:after {
  content: url(/images/layout/icon-arrow-down.svg);
  position: absolute;
  width: 1rem;
  top: -4px;
  right: 0;
}

.mainmenu {
  margin: 1rem 0.5rem;
  list-style: none;
}
.mainmenu a:hover, .mainmenu a:focus {
  color: #1C1962;
}
.mainmenu li {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 700;
}
.mainmenu .highlight {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  background: #1C1962;
  border-radius: 25px;
}
.mainmenu .highlight a:hover, .mainmenu .highlight a:focus {
  color: #136EDB;
}

/** search **/
.searchin {
  margin: 0;
  display: block;
  position: relative;
  background: #1C1962;
  width: auto;
  height: 36px;
  position: relative;
  border-radius: 25px;
}
.searchin input[type=text] {
  height: 50px;
  font-size: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  border: none;
  outline: none;
  color: #fefefe;
  padding: 2px;
  padding: 1rem 2rem 1rem 1rem;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 1s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  box-shadow: none;
}
.searchin input[type=text]::placeholder {
  color: #fefefe;
  opacity: 1;
}
.searchin input[type=text]:focus:hover {
  background: #1C1962;
  box-shadow: none;
}
.searchin input[type=text]:focus {
  width: 200px;
  z-index: 1;
  background: #1C1962;
  border-bottom-left-radius: 15px;
  cursor: text;
}
.searchin input[type=submit] {
  height: 36px;
  width: 30px;
  margin-top: 1rem;
  display: inline-block;
  float: right;
  background: url(/images/layout/icon-search.svg) center center no-repeat;
  text-indent: -10000px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.searchin input[type=submit]:hover,
.searchin input[type=submit]:active {
  border: none;
  outline: none;
  box-shadow: none;
}

/*** hero container ***/
.hero-container {
  position: relative;
}
.hero-container .owl-carousel {
  z-index: -1;
}
.hero-container .slide {
  width: 100%;
  height: 105vh;
  background-size: cover;
  background-position: bottom center;
}
.hero-container .caption-bg {
  position: absolute;
  bottom: 7%;
  width: 55%;
  right: 0;
  height: auto;
  min-height: 350px;
  z-index: 6;
  background-image: url("/images/layout/hero-brush-full-trans.svg");
  background-repeat: no-repeat;
  background-position: 0 top;
  background-overflow: visible;
  background-size: cover;
  background-position: left center;
}
.hero-container .caption-new {
  width: auto;
  padding: 0 1.5rem 0 5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.hero-container .caption-new h1 {
  font-weight: 700;
  font-size: 2rem;
}
.hero-container .caption-new span {
  font-family: "Pacifico", cursive;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}
.hero-container .caption-new .cta {
  text-align: center;
  padding: 1rem 0 0 0;
}
.hero-container .caption-new .cta .button {
  background: #F2BA00;
  font-size: 1rem;
  border-radius: 35px;
  padding: 1rem 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.hero-container .widget-container {
  position: absolute;
  top: 30%;
  right: 0;
  width: 250px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 63.9375em) {
  .hero-container {
    margin: 0 auto;
  }
  .hero-container .caption-bg {
    margin-top: 1rem;
    width: 75%;
    bottom: 7%;
  }
  .hero-container .caption {
    width: 100%;
    margin-left: 5%;
    top: 30%;
    transform: translateY(-30%);
  }
  .hero-container .caption span {
    font-size: 70px;
  }
  .hero-container .caption .cta {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .hero-container {
    max-width: 100%;
    min-height: 400px;
  }
  .hero-container .caption-bg {
    width: 100%;
    background-image: url("/images/layout/hero-mobile-bg.png");
    background-position: center center;
    /*margin-top: 8rem;
    background-position: center top;*/
  }
  .hero-container .caption-new {
    padding: 0 1.5rem;
  }
  .hero-container .caption {
    width: 100%;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 36%;
    transform: translateY(-40%);
  }
  .hero-container .caption span {
    font-size: 36px;
  }
  .hero-container .caption .cta {
    width: 60%;
    padding: 1rem 0;
    margin: 0 auto;
  }
  .hero-container .caption .cta .button {
    display: inline-block;
    padding: 1.15rem 0;
  }
  .hero-container .widget-container {
    display: none;
  }
}

/**************************
Video Background
***************************/
.hero-video {
  position: relative;
  width: 100%;
  height: 75vh;
}
.hero-video .cell {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 75%;
  transform: translateY(-75%);
  color: #fefefe;
}
@media screen and (max-width: 39.9375em) {
  .hero-video .cell {
    padding: 0px 20px;
  }
}
.hero-video .poster-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** Internal ***/
.int-header {
  background: url(/images/layout/header-brushstroke.svg) center no-repeat;
  text-align: center;
  min-height: 200px;
  position: relative;
}
.int-header h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.bg-light .int-header {
  background: url(/images/layout/header-brushstroke-pink.svg) center no-repeat;
  text-align: center;
  min-height: 200px;
  position: relative;
}
.bg-light .int-header h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.image-circle, .image-circle-left,
.image-circle-pink, .image-circle-left-pink {
  position: relative;
}
.image-circle::before, .image-circle-left::before,
.image-circle-pink::before, .image-circle-left-pink::before {
  position: absolute;
  content: "";
  top: -15%;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: visible;
}
@media screen and (max-width: 39.9375em) {
  .image-circle, .image-circle-left,
.image-circle-pink, .image-circle-left-pink {
    margin-bottom: 2rem;
  }
  .image-circle::before, .image-circle-left::before,
.image-circle-pink::before, .image-circle-left-pink::before {
    width: 80%;
    height: 80%;
  }
}

.image-circle::before {
  background: url(/images/siteimages/circle-lake-breeze.png) no-repeat;
  left: -10%;
  background-size: contain;
}

.image-circle-left::before {
  background: url(/images/siteimages/circle-blue.png) top right no-repeat;
  right: -10%;
  background-size: contain;
}

.image-circle-pink::before {
  background: url(/images/siteimages/circle-pink.png) no-repeat;
  left: -10%;
  background-size: contain;
}

.image-circle-left-pink::before {
  background: url(/images/siteimages/circle-pink.png) top right no-repeat;
  right: -10%;
  background-size: contain;
}

.filterform {
  border-bottom: 2px solid #fefefe;
}
.filterform form {
  display: inline-block;
  width: 80%;
  float: right;
}
.filterform span {
  padding-top: 4px;
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.filterform select {
  display: inline-block;
  float: right;
  width: 80%;
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow: none;
  color: #fefefe;
  font-size: 1rem;
}
@media screen and (max-width: 63.9375em) {
  .filterform select {
    width: 75%;
  }
}
@media screen and (max-width: 39.9375em) {
  .filterform form {
    width: 70%;
  }
}
@media screen and (max-width: 22.5rem) {
  .filterform form {
    width: 60%;
  }
}

.wave-grid .cell {
  position: relative;
  overflow: hidden;
  color: #fefefe;
}
.wave-grid .cell a {
  color: #fefefe;
}
.wave-grid .cell img {
  position: relative;
}
.wave-grid .cell h3 {
  font-weight: 400;
}
.wave-grid .cell.img-block img {
  height: 350px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.wave-grid .cell .overlay-thumb3, .wave-grid .cell .overlay-thumb4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 690px;
  height: 100%;
  overflow: hidden;
}
.wave-grid .cell .overlay-thumb4 {
  right: 0;
}
.wave-grid .cell .overlay-thumb-expand2 {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 1190px;
  height: 100%;
}
.wave-grid .cell .wavethumb, .wave-grid .cell .wavethumb2, .wave-grid .cell .wavethumb3 {
  background: url(/images/layout/box-wave.svg) repeat-x;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 150px;
  transform: translate3d(0, 0, 0);
}
.wave-grid .cell .wavethumb3 {
  background: url(/images/layout/box-wave-expanded.svg) bottom left no-repeat;
}
.wave-grid .cell .wavethumb2 {
  background: url(/images/layout/box-wave-right.svg) repeat-x;
}
.wave-grid .cell:hover .wavethumb, .wave-grid .cell:hover .wavethumb3 {
  animation: wavet1 12s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.wave-grid .cell:hover .wavethumb2 {
  animation: wavet1 12s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  /*animation-direction: reverse;*/
}
@keyframes wavet1 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.wave-grid .cell .overlay-thumb, .wave-grid .cell .overlay-thumb2, .wave-grid .cell .overlay-thumb-sm {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 690px;
  height: 100%;
}
.wave-grid .cell .overlay-thumb-expand {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 1190px;
  height: 100%;
}
.wave-grid .cell .overlay-thumb {
  background: url(/images/layout/box-wave.png) bottom left no-repeat;
}
.wave-grid .cell .overlay-thumb2 {
  background: url(/images/layout/box-wave-right.svg) no-repeat;
  background-position: bottom left;
}
.wave-grid .cell .overlay-thumb-sm {
  background: url(/images/layout/box-wave.png) bottom -30px left no-repeat;
}
.wave-grid .cell .overlay-thumb-expand {
  background: url(/images/layout/box-wave-expanded.svg) bottom left no-repeat;
}
.wave-grid .cell .caption, .wave-grid .cell .caption-sm {
  position: absolute;
  bottom: 2rem;
  z-index: 11;
  width: 100%;
  text-align: center;
}
.wave-grid .cell .caption:hover, .wave-grid .cell .caption-sm:hover {
  color: #fefefe;
}
.wave-grid .cell .caption-sm {
  bottom: 1.5rem;
}
.wave-grid .cell .tag-label {
  position: absolute;
  top: 2rem;
  right: 0;
  padding: 0.5rem;
  z-index: 12;
  color: #fefefe;
  background: #F2BA00;
  text-transform: uppercase;
}
.wave-grid .cell .tag-label h4 {
  font-weight: 700;
  margin: 0;
}
.wave-grid .cell:hover .overlay-thumb, .wave-grid .cell:hover .overlay-thumb-sm {
  animation: thumb-wave 2s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  /*transform: translate3d(0, 0, 0); */
  animation-direction: reverse;
}
.wave-grid .cell:hover .overlay-thumb2 {
  animation: thumb-wave2 2s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.wave-grid .cell:hover .overlay-thumb-expand {
  animation: thumb-wave3 2s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation-direction: reverse;
}

@keyframes thumb-wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -320px;
  }
}
@keyframes thumb-wave2 {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -320px;
  }
}
@keyframes thumb-wave3 {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -420px;
  }
}
/*** Text around image ***/
.float-image {
  float: right;
  margin: 0 0 1rem 1rem;
}
@media screen and (max-width: 39.9375em) {
  .float-image {
    float: none;
    margin: 1rem;
    text-align: center;
  }
}

/*** Two column ***/
.two-column {
  padding-bottom: 2rem;
}

.sticky-cta {
  background: rgba(146, 213, 255, 0.3);
  padding: 2rem 1.5rem;
  text-align: center;
}

.sticky-box.sticky.is-stuck.is-at-top {
  padding-top: 7rem;
}

.cta-medium {
  background: rgba(146, 213, 255, 0.3);
}

.cta-medium-text {
  padding: 1rem 1.5rem;
  text-align: center;
}

.cta-medium-image img {
  height: 390px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .cta-medium-image img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

table thead, table tbody, table tfoot {
  background: none;
  border: none;
}
table tbody tr:nth-child(odd) {
  background-color: rgba(146, 213, 255, 0.5);
}
table tbody tr:nth-child(2n) {
  background-color: transparent;
}
@media screen and (max-width: 39.9375em) {
  table {
    text-align: left;
  }
}

.accordion-list .accordion {
  background: none;
  color: #fefefe;
}
.accordion-list .accordion .accordion-item {
  border: none;
  margin: 1rem 0;
}
.accordion-list .accordion .accordion-title, .accordion-list .accordion .accordion-content {
  border: none;
  color: #fefefe;
  font-size: 1rem;
  background: none;
  padding: 0.5rem 2rem 0.5rem 1rem;
  transition: background 1s ease;
}
.accordion-list .accordion .accordion-title::before, .accordion-list .accordion .accordion-content::before {
  font-size: 2rem;
  font-weight: 600;
  top: 20%;
}
.accordion-list .accordion .accordion-title:hover, .accordion-list .accordion .accordion-title:focus, .accordion-list .accordion .accordion-content:hover, .accordion-list .accordion .accordion-content:focus {
  background: rgba(146, 213, 255, 0.3);
}
.accordion-list .accordion .accordion-content {
  padding-top: 0;
}
.accordion-list .accordion .accordion-item.is-active .accordion-title, .accordion-list .accordion .accordion-item.is-active .accordion-content {
  background: rgba(146, 213, 255, 0.3);
}
.accordion-list .accordion .accordion-item.is-active .accordion-title {
  font-weight: 700;
}
.accordion-list .accordion .accordion-item.is-active .accordion-title::before {
  right: 1.1rem;
}
@media screen and (max-width: 63.9375em) {
  .accordion-list .accordion .accordion-title, .accordion-list .accordion .accordion-content {
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .accordion-list .accordion .accordion-title, .accordion-list .accordion .accordion-content {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
  }
}

/*** footer ***/
footer {
  padding: 0 0 0 0;
  font-size: 0.8rem;
}
footer h2 {
  font-size: 28px;
}
footer .cta {
  margin-top: -3rem;
  z-index: 9;
  text-align: center;
}
footer .cta .button {
  margin: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 40px;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 39.9375em) {
  footer .cta .cta .button {
    padding: 1.5rem 0;
  }
}
footer .inline {
  padding: 1rem 0;
}
footer .inline li:last-child {
  padding-right: 0;
}
footer .alignr-m {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  footer {
    padding: 0;
    text-align: center;
  }
  footer .pb2 {
    padding: 0 2rem 2rem;
  }
  footer .alignr-m {
    text-align: center;
  }
}

/*** masonry grid ***/
.masonry-css {
  column-count: 1;
  column-gap: 1rem;
}
@media screen and (min-width: 25em) {
  .masonry-css {
    column-count: 2;
  }
}
@media screen and (min-width: 37.5em) {
  .masonry-css {
    column-count: 2;
  }
}
@media screen and (min-width: 50em) {
  .masonry-css {
    column-count: 3;
  }
}
@media screen and (min-width: 68.75em) {
  .masonry-css {
    column-count: 3;
  }
}

.masonry-css-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

/* form style */
.formstyle label {
  color: #fefefe;
  font-size: 1.1rem;
}
.formstyle input[type=text], .formstyle input[type=email],
.formstyle select, .formstyle textarea {
  border: none;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #fefefe;
  color: #fefefe;
}
.formstyle .submit-align-center, .formstyle button {
  text-align: center;
  margin-top: 1rem;
}
.formstyle .radio, .formstyle .checkbox {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.formstyle .radio label, .formstyle .checkbox label {
  color: #fefefe;
}
.formstyle .checkbox.check-width {
  width: 46%;
}
.formstyle input[type=submit] {
  margin: 1rem 0;
}

/* footer wave animation */
.footer-wave-container {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.footer-bg {
  background: #92D5FF;
}

.footer-wave {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.popup-clouds {
  height: 360px;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.clouds {
  background: url(/images/siteimages/clouds.svg) repeat-x;
  position: absolute;
  top: 0;
  width: 6400px;
  height: 40px;
  animation: wave 80s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

/*
.clouds:nth-of-type(2) {
  top: 2px;
  animation: wave 90s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 12s ease -1.25s infinite;
  opacity: 0.6;
}
*/
.popup-wave {
  height: 360px;
  position: absolute;
  bottom: 0px;
}

.wave {
  background: url(/images/layout/footer-wave.svg) repeat-x;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 20px;
  animation: wave 22s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  bottom: 2px;
  animation: wave 25s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 12s ease -1.25s infinite;
  opacity: 0.6;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -8px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.bg-fish {
  padding: 1rem 0 0;
  background: url(/images/layout/footer-wave-bottom.svg) top repeat-x, url(/images/layout/footer-fish.svg) bottom repeat, linear-gradient(to bottom, #1c1962 0%, #136edb 2%);
}

/* testimonials */
.scrollimage {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  /*overflow: visible;*/
}
@media screen and (max-width: 39.9375em) {
  .scrollimage {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.thumbnailscroll {
  width: auto;
  z-index: 2;
  position: absolute;
  top: 10rem;
  left: 78%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
  .thumbnailscroll {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .thumbnailscroll {
    display: none;
  }
}

.mobile-image {
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .mobile-image {
    padding: 1rem;
    background: url(../images/layout/testimonial-wave-top.svg) bottom repeat-x;
  }
}

.wave-top, .wave-bottom {
  padding: 1rem;
  width: 100%;
  backgrouns-size: cover;
}

.wave-top {
  background: url(/images/layout/testimonial-wave-full.svg) top center repeat-x;
}

.wave-bottom {
  background: url(/images/layout/testimonial-wave-full.svg) bottom center repeat-x;
}

.testimonial {
  position: relative;
  text-align: center;
  min-height: 450px;
  background: #1C1962;
  /* url(/images/layout/testimonial-wave-full.svg)  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial img {
  position: relative;
  margin: 0 auto;
}
.testimonial .container {
  padding: 2rem 15%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.9rem;
  /*@include text-valign;*/
}
.testimonial .container h2 {
  margin-bottom: 3rem;
}
.testimonial .owl-theme .owl-dots {
  margin-top: -1rem;
}
@media screen and (max-width: 63.9375em) {
  .testimonial {
    margin-top: -2px;
  }
  .testimonial img {
    z-index: -1;
  }
  .testimonial .container {
    padding: 3rem 9% 5rem 9%;
  }
  .testimonial .container h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimonial {
    /*margin-top:-2rem;*/
    z-index: 0;
  }
  .testimonial img {
    z-index: -1;
  }
  .testimonial .container {
    padding: 3rem 9% 5rem 9%;
  }
  .testimonial .container h2 {
    margin-bottom: 2rem;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: #136EDB;
  width: 12px;
  height: 12px;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #F2BA00;
}

/*** icons ***/
.icon-date, .icon-box, .icon-clock, .icon-food, .icon-leaf, .icon-money, .icon-alert {
  position: relative;
  margin-top: 2.5rem;
}
.icon-date::before, .icon-box::before, .icon-clock::before, .icon-food::before, .icon-leaf::before, .icon-money::before, .icon-alert::before {
  content: url(../images/layout/icon-datesrates.svg);
  position: absolute;
  display: block;
  left: -3.25rem;
}
@media screen and (max-width: 39.9375em) {
  .icon-date::before, .icon-box::before, .icon-clock::before, .icon-food::before, .icon-leaf::before, .icon-money::before, .icon-alert::before {
    position: static;
  }
}

.icon-date::before {
  content: url(/images/layout/icon-datesrates.svg);
}

.icon-box::before {
  content: url(/images/layout/icon-whatsincluded.svg);
}

.icon-clock::before {
  content: url(/images/layout/icon-schedule.svg);
}

.icon-food::before {
  content: url(/images/layout/icon-foodanddrink.svg);
}

.icon-leaf::before {
  content: url(/images/layout/icon-dietaryrestrictions.svg);
}

.icon-money::before {
  content: url(/images/layout/icon-gratuity.svg);
}

.icon-alert::before {
  content: url(/images/layout/icon-alert.svg);
}

.bg-white {
  background: rgba(146, 213, 255, 0.3);
  padding: 1rem;
}

.steps-divider {
  margin-top: 2rem;
  background: rgba(146, 213, 255, 0.3);
  padding: 0 1rem;
}
.steps-divider img {
  margin-top: -1.5rem;
}

footer .formstyle .cell {
  padding-right: 1rem;
}
footer .formstyle label {
  color: #fefefe;
}
footer .formstyle input[type=text], footer .formstyle input[type=email],
footer .formstyle select, footer .formstyle textarea {
  border-bottom: 1px solid #92D5FF;
  color: #fefefe;
}
footer .inline li {
  padding-bottom: 0.5rem;
}

/*** weddings ***/
.bg-light {
  background: #92D5FF;
  color: #136EDB;
  /* a, a:hover, a:focus { color: $secondary-color;  } */
}
.bg-light .parallax {
  background: url("/images/layout/background-light.jpg") repeat;
}
.bg-light p {
  color: #1C1962;
}
.bg-light h1 {
  color: #fefefe;
}
.bg-light hr {
  border-bottom: 1px solid #1C1962;
}
.bg-light .breadcrumbs li, .bg-light .breadcrumbs li a, .bg-light .content .breadcrumbs li, .bg-light .content .breadcrumbs li a {
  color: #136EDB;
}
.bg-light .breadcrumbs li:not(:last-child)::after, .bg-light .content .breadcrumbs li:not(:last-child)::after {
  color: #136EDB;
}
.bg-light .alert, .bg-light .alert p {
  color: #1C1962;
}
.bg-light .alert a, .bg-light .alert p a {
  color: #1C1962;
}
.bg-light .bg-white, .bg-light .steps-divider {
  background: rgba(255, 255, 255, 0.3);
}
.bg-light table {
  color: #136EDB;
  /*thead tr td:first-child, tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-indx:99;
  }
   tbody tr:nth-child(2n) td {
  	background-color: rgba(146, 213, 255, 0);
  }
  thead th:first-child {background: rgba(255, 255, 255, 0.3);}
  tbody tr td:first-child {background-color: rgba(146, 213, 255, 0);}*/
}
.bg-light table thead, .bg-light table tbody, .bg-light table tfoot {
  color: #136EDB;
  background: none;
}
.bg-light table thead th, .bg-light table tbody td {
  border-bottom: 1px solid #136EDB;
  border-right: 1px solid #136EDB;
}
.bg-light table thead th {
  border-bottom: 2px solid #136EDB;
}
.bg-light table thead th:first-child, .bg-light table tbody td:first-child {
  border-right: 2px solid #136EDB;
}
.bg-light table tbody tr:last-child td {
  border-bottom: 0;
}
.bg-light table tbody tr:nth-child(2n) {
  background-color: rgba(146, 213, 255, 0);
}
.bg-light table thead tr td, .bg-light table tbody tr td {
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .bg-light table {
    text-align: left;
  }
}
.bg-light .formstyle label {
  color: #136EDB;
}
.bg-light .formstyle input[type=text], .bg-light .formstyle input[type=email],
.bg-light .formstyle select, .bg-light .formstyle textarea {
  border-bottom: 1px solid #1C1962;
  color: #136EDB;
}
.bg-light .formstyle .radio label, .bg-light .formstyle .checkbox label {
  color: #1C1962;
}
.bg-light footer .formstyle label {
  color: #fefefe;
}
.bg-light footer .formstyle input[type=text], .bg-light footer .formstyle input[type=email],
.bg-light footer .formstyle select, .bg-light footer .formstyle textarea {
  border-bottom: 1px solid #92D5FF;
  color: #fefefe;
}
.bg-light footer .inline li {
  padding-bottom: 0.5rem;
}
.bg-light footer.bg-secondary p {
  color: #fefefe;
}

.circle-grid .cell {
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
.circle-grid .cell img {
  opacity: 0.5;
}
.circle-grid .cell .caption {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 1rem;
}
.circle-grid .cell:hover img {
  opacity: 1;
}

.formexternal h1, .formexternal h2, .formexternal h3, .formexternal h4, .formexternal h5, .formexternal h6 {
  color: #fefefe;
}
.formexternal table {
  color: #136EDB;
}
.formexternal table h1, .formexternal table h2, .formexternal table h3, .formexternal table h4, .formexternal table h5, .formexternal table h6, .formexternal table label {
  color: #fefefe;
}
.formexternal table thead, .formexternal table tbody, .formexternal table tfoot {
  color: #136EDB;
  background: none;
}
.formexternal table thead th, .formexternal table tbody td, .formexternal table thead th {
  border: 0;
}
.formexternal table thead th:first-child, .formexternal table tbody td:first-child {
  border: 0;
}
.formexternal table tbody tr:last-child td {
  border-bottom: 0;
}
.formexternal table tbody tr, .formexternal table tbody tr:nth-child(2n), .formexternal table tbody tr:nth-child(2n+1) {
  background-color: transparent;
  background: none;
}
@media screen and (max-width: 39.9375em) {
  .formexternal table {
    text-align: left;
  }
}
.formexternal table tbody tr:nth-child(2n+1) {
  background-color: rgba(146, 213, 255, 0);
}

.bg-light .formexternal h1, .bg-light .formexternal h2, .bg-light .formexternal h3, .bg-light .formexternal h4, .bg-light .formexternal h5, .bg-light .formexternal h6 {
  color: #136EDB;
}
.bg-light .formexternal table h1, .bg-light .formexternal table h2, .bg-light .formexternal table h3, .bg-light .formexternal table h4, .bg-light .formexternal table h5, .bg-light .formexternal table h6, .bg-light .formexternal table label {
  color: #136EDB;
}

/* frc credit */
.footer-credit {
  color: #8a8a8a;
  padding-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  opacity: 0.7;
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.footer-credit a {
  color: #8a8a8a;
}
.footer-credit span {
  font-weight: 600;
}
.footer-credit:hover {
  opacity: 1;
}
@media screen and (max-width: 39.9375em) {
  .footer-credit {
    margin-top: 1.5rem;
  }
}

.footer-credit a:after {
  content: url(/images/siteimages/fatrabbit-creative-black.svg);
  display: inline-block;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.dropmenu {
  margin-bottom: 3rem;
}
.dropmenu li ul.submenuopen {
  list-style: none;
  visibility: visible;
  opacity: 1;
  display: block;
  background: #1C1962;
}

select option {
  color: #1C1962;
}

.filterform form {
  background: url(/images/siteimages/select-arrow.svg) no-repeat right center transparent;
  background-size: 19px auto;
}
.filterform form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filterform form select::-ms-expand {
  display: none;
}

.circle-grid .cell .caption.flip {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: inherit;
  padding: 0;
  padding-bottom: 100%;
  width: 100%;
}

.circleCard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
  padding-bottom: 100%;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px) translate(-50%, -50%);
  -moz-transform: perspective(1000px) translate(-50%, -50%);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.circleCard p {
  color: #fefefe;
}
.circleCard .circleContent {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.circleCard.flipHover:hover .circleFront {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.circleCard.flipHover:hover .circleBack {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.circleCard .circleFront,
.circleCard .circleBack {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 25, 98, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
.circleCard .circleFront:hover,
.circleCard .circleBack:hover {
  background-color: rgba(28, 25, 98, 0.6);
}
.circleCard .circleFront .circleText,
.circleCard .circleBack .circleText {
  padding: 1rem;
}
.circleCard .circleBack {
  background-color: rgba(28, 25, 98, 0.6);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.circleCard .red .circleFront {
  background-color: rgba(192, 88, 131, 0.5);
}
.circleCard .red .circleFront:hover {
  background-color: rgba(192, 88, 131, 0.8);
}
.circleCard .red .circleBack {
  background-color: rgba(192, 88, 131, 0.8);
}

.clouds:before, .clouds:after {
  content: "";
  width: 100%;
  background: url(/images/siteimages/clouds.svg) repeat-x;
  position: absolute;
  right: 100%;
  bottom: 0px;
  display: block;
  height: 100%;
}
.clouds:after {
  right: auto;
  left: 100%;
}

.wave:before, .wave:after {
  content: "";
  width: 100%;
  background: url(/images/layout/footer-wave.svg) repeat-x;
  position: absolute;
  right: 100%;
  bottom: 0px;
  display: block;
  height: 100%;
}
.wave:after {
  right: auto;
  left: 100%;
}

/** RP **/
.cat-link a:hover {
  color: #1C1962;
  text-decoration: underline;
}
</pre></body></html>