<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temp */
li.nav-item.testimonials {
    display: none;
}

/* typography */
body {
    color: #16284c;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.03em;
}
.wide {
    letter-spacing: 0.4rem;
}
.wide2 {
    letter-spacing: 0.1rem;
}
.icon .fa-chevron-up {
    display: none;
}
.tiny {
    font-size: 70%;
}
dt {
    margin-top: 2rem;
}
a.no-style {
  text-decoration: none;
  color: inherit;
}
.blockquote {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.3;
}
.lh1 {
  line-height: 1;
}


/* accessibility */
.overlays h2 {
    position: relative;
}
a.skip-link {
    position: absolute;
    top: -2rem;
    padding: 0 0.5rem;
    background: #ccc;
    color: #16284c !important;
    font-size: small;
    height: 2rem;
    line-height: 2rem;
    display: block;
    transition: top 1s ease-out;
    outline: none;
    z-index: 10000;
}
a.skip-link:focus {
    top: 0;
    transition: top 0.1s;
}


/* colors */
a {
    color: #196eb7;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #16284c;
    border-color: #16284c;
}
.btn-group-lg&gt;.btn.btn-primary, .btn-lg.btn-primary {
    border: 3px solid white;
    background-color: rgba(22, 40, 76, .75);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #16284c;
    border-color: white;
}
.btn-outline-primary {
    color: #16284c;
    background: transparent none;
    border-color: #16284c;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #16284c;
    border-color: #16284c;
}
.btn-secondary {
    background-color: #697614;
    border-color: #697614;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #8b9c1d;
    border-color: #8b9c1d;
}
.btn-warning {
    background-color: #ff6d2c;
    border-color: #ff6d2c;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ef672a;
    border-color: #ef672a;
}
.btn-white {
    background: white;
    border-radius: 0;
    color: #16284c;
}
.text-primary {
    color: #16284c!important;
}
.border-primary {
    border-color: #16284c!important;
}
.bg-primary {
    background-color: #16284c!important;
}
.bg-primary-faded {
    background-color: rgba(22, 40, 76, 0.82)!important;
}
.bg-primary .text-muted {
    color: #A0A6AC !important;
}
.bg-secondary-faded {
    background: rgba(150, 168, 30, 0.82);
}
.bg-blue {
    background-color: #196eb7!important;
}
.text-blue {
    color: #196eb7!important;
}
.bg-warning-faded {
    background-color: rgba(255, 109, 44, 0.82);
}
.bg-white-faded {
    background-color: rgba(255, 255, 255, 0.82);
}
.bg-dark {
  background-color: #5c5c5c !important;
}
.text-secondary {
    color: #87981B !important;
}
.border-secondary {
    border-color: #96a81e !important;
}
.text-warning {
    color: #D13F00 !important;
}
.bg-secondary {
    background-color: #96a81e!important;
}
.bg-warning {
    background-color: #ff6d2c!important;
}
.badge-secondary {
    background-color: #96a81e !important;
}
.bg-info {
    background-color: #ff6d2c !important;
}
.text-shadow {
    text-shadow: 0.03em 0.03em 0.1em rgba(0, 0, 0, 0.8);
}
.bg-light .blockquote-footer {
    color: #666E75;
}


/* layout */
.p-6 {
    padding: 4.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 4.5rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 4.5rem!important;
}
.p-7 {
    padding: 6rem!important;
}
.pt-7, .py-7 {
    padding-top: 6rem!important;
}
.pb-7, .py-7 {
    padding-bottom: 6rem!important;
}
.p-8 {
    padding: 8rem!important;
}
.pt-8, .py-8 {
    padding-top: 8rem!important;
}
.pb-8, .py-8 {
    padding-bottom: 8rem!important;
}
.section {
    position: relative !important;
    overflow: hidden;
}
.main {
    overflow: hidden;
}
.full_height {
    height: 90vh;
    max-height: 700px;
}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: -1;
}
.h-0 {
  height: 0;
}
@media (min-width: 768px) {
  .p-md-6 {
      padding: 4.5rem!important;
  }
  .pt-md-6, .py-md-6 {
      padding-top: 4.5rem!important;
  }
  .pb-md-6, .py-md-6 {
      padding-bottom: 4.5rem!important;
  }
  .p-md-8 {
      padding: 8rem!important;
  }
  .pt-md-8, .py-md-8 {
      padding-top: 8rem!important;
  }
  .pb-md-8, .py-md-8 {
      padding-bottom: 8rem!important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
      padding: 4.5rem!important;
  }
  .pt-lg-6, .py-lg-6 {
      padding-top: 4.5rem!important;
  }
  .pb-lg-6, .py-lg-6 {
      padding-bottom: 4.5rem!important;
  }
  .p-lg-7 {
      padding: 6rem!important;
  }
  .pt-lg-7, .py-lg-7 {
      padding-top: 6rem!important;
  }
  .pb-lg-7, .py-lg-7 {
      padding-bottom: 6rem!important;
  }
  .p-lg-8 {
      padding: 8rem!important;
  }
  .pt-lg-8, .py-lg-8 {
      padding-top: 8rem!important;
  }
  .pb-lg-8, .py-lg-8 {
      padding-bottom: 8rem!important;
  }
  .pt-lg-20 {
    padding-top: 20rem!important;
  }
  .h-lg-0 {
    height: 0;
  }
}


/* navbar */
.navbar-brand {
    width: 75px;
    height: 49px;
    display: block;
    padding-top: 0;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}
.desktop-logo {
    transform: translateY(33px) translateX(5px);
}
.social-icons a {
    color: white;
}

.social-icons {
    padding: 0 0.5rem;
}

.social-icons a:not(:last-child) {
    margin-right: .25rem;
}
.social-icons-blue a {
    color: white;
}
.social-icons-blue {
    padding: 0 0.5rem;
}

.social-icons-blue a:not(:last-child) {
    margin-right: .25rem;
}
.topbar li:not(:last-of-type) .nav-link {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.topbar li .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.topbar &gt; .navbar:last-of-type .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.topbar &gt; .navbar:last-of-type .nav-item:last-of-type .nav-link {
    padding-right: .5rem;
}
.navbar-dark .navbar-toggler {
    background: #196eb7;
    border-radius: 0;
    margin-right: -.94rem;
    margin-top: -.5rem;
    border: 0;
    padding: .75rem;
}
@media (min-width: 992px) {
  .main-nav li a {
      padding: 1rem !important;
  }
  .main-nav li:last-child a {
      padding-right: .5rem !important;
  }  
}
@media (min-width: 1200px) {
    .desktop-logo {
        transform: translateY(36px) translateX(5px);
    }
}

/* hamburger */
.navbar-toggler:focus {
    outline: none;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger:hover {
    opacity: .7;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger--slider .hamburger-inner {
    top: 5px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}
#header {
  background: url("../img/coastal-home-bg.jpg") no-repeat left center;
  background-size: cover;
  position: relative;
}
body #header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 40, 76, .5);
}

/* utilities */
.line {
    position: relative;
}
.line:before {
    display: block;
    background: #196eb7;
    content: '';
    height: 2px;
    position: absolute;
    right: calc(100% + 16px);
    transform: translateY(-50%);
    top: 50%;
    width: 57px;
}


/* home */
.quote .section__bg {
    background-image: url(../img/troy-williamson-bg.jpg);
    background-size: 80% !important;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.testimonial-slider-container {
    border: 17px solid rgba(25, 110, 183, .5);
    position: relative;
}
.testimonial-slider {
    background: url(../img/surfing.jpg) no-repeat center;
    background-size: cover;
}
.testimonial-slider .blockquote {
    font-size: 1.13rem;
    font-style: italic;
    color: #196eb7;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.testimonial-slider .blockquote cite {
    color: #16284c;
    margin-top: 1rem;
    font-size: 100%;
}
.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    width: 109.9%;
    left: -5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-theme .owl-nav {
    width: 105.4%;
    left: -3%;
  }  
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: rgba(255, 255, 255, .5) !important;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button:focus {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 66px;
    border-radius: 0;
    height: 7px;
    background: #196eb7;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #16284c;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #196eb7;
}

/* meet the team */
.clipped {
  clip-path: url(#svgPath);
}

/* videos */
.clipped {
  clip-path: url(#svgPath);
}
.play-button svg {
    bottom: 9vw;
    left: 6vw;
    font-size: 16vw;
}
@media (min-width: 576px) {
    .play-button svg {
        font-size: 6em;
        bottom: 2.5rem;
        left: 2rem;
    }
}
@media (min-width: 768px) {
    .play-button svg {
        font-size: 2rem;
        bottom: 1.5rem;
        left: .5rem;
    }
}
@media (min-width: 992px) {
    .play-button svg {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .play-button svg {
    font-size: 3.5rem;
    }
}

/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
  text-align: left;
}
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.reviews {
	background-color: #2B7AB0;
	color: white;
}
.reviews .progress-bar {
    background-color: #16284C;
}
.reviews .text-blue{
	color: white!important;
}
.reviews .text-muted{
	color: white!important;
}
.reviews a{
	color: #16284C;
}
.reviews .btn{
	color: white;
}
#birdeye .table th {
	color: white;
}

/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}

/* footer */
.footer .social-icons a {
    display: inline-block;
    margin: 0 7px;
    background: rgba(255,255,255,.9);
    padding: 8px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #5C5C5C;
    text-align: center;
}</pre></body></html>