@charset "UTF-8";
html[data-useragent*='MSIE 10.0'] .service .purple-overlay, html[data-useragent*='MSIE 9.0'] .service .purple-overlay, html[data-useragent*='rv:11.0'] .service .purple-overlay {
  display: block; }

.gray {
  background-color: #EBEBEB;
  padding: 1.5rem; }
  @media screen and (max-width: 767px) {
    .gray {
      margin: 1rem; } }
  .gray h4 {
    color: #2C3E62; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* global */
/* bootstrap sizes */
.dropdown.nav-item a.dropdown-toggle:after {
  font-family: fontawesome;
  content: "\f107";
  margin-left: 5px; }

.dropdown.nav-item.open a.dropdown-toggle:after {
  font-family: fontawesome;
  content: "\f106";
  margin-left: 5px; }

a {
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus {
    color: #426086; }

html {
  font-family: 'Roboto',sans-serif;
  font-size: 10px; }

body {
  font-family: 'Roboto',sans-serif; }
  body.nav-open {
    height: 100vh;
    overflow: hidden; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 2rem;
  font-weight: normal;
  font-family: 'demos-next', sans-serif; }

h1,
.h1 {
  font-size: 6rem; }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 3.8rem; } }
h2,
.h2 {
  font-size: 5rem; }

h3,
.h3 {
  font-size: 4rem;
  font-weight: 700; }

h4,
.h4 {
  font-size: 3rem;
  font-weight: 700; }

h5,
.h5 {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 1.8rem; } }
h6,
.h6 {
  font-size: 1rem; }

.large, .locations_list .location_content p {
  font-size: 2.2rem; }
  @media screen and (max-width: 767px) {
    .large, .locations_list .location_content p {
      font-size: 2rem; } }
p {
  font-size: 1.6rem;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.small {
  font-size: 1.4rem; }

.hero-heading {
  font-size: 7rem; }
  @media screen and (max-width: 767px) {
    .hero-heading {
      font-size: 5rem; } }
.sub-heading {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif; }

button:focus {
  outline-color: #426086; }

.blue {
  color: #426086; }

.white-text {
  color: #FFFFFF; }

.rotate {
  z-index: 10;
  position: absolute;
  left: 48%;
  bottom: 5%;
  text-transform: uppercase;
  transition: all 0.5s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  @media screen and (max-width: 767px) {
    .rotate {
      left: 40%; } }
  .rotate:before {
    content: url("../../library/images/scroll-arrow.svg");
    z-index: 10; }
  .rotate:hover {
    bottom: 2%;
    transition: all 0.5s ease;
    color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .rotate span {
      font-weight: bold;
      margin-left: 1rem;
      margin-top: 0.2rem;
      position: absolute; } }
.btn,
.wp-block-button__link {
  padding: 1.5rem 4rem;
  font-size: 1.4rem;
  margin: 1rem 0;
  letter-spacing: 2.5px;
  background-color: #2C3E62;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  @media screen and (max-width: 767px) {
    .btn,
    .wp-block-button__link {
      padding: 1.5rem 2rem; } }
  .btn:hover,
  .wp-block-button__link:hover {
    background-color: #C1D8E8;
    text-decoration: none;
    color: #0A3039; }
  .btn.clear,
  .wp-block-button__link.clear {
    background-color: transparent;
    border: 1px solid #A0BACA; }
    .btn.clear:hover,
    .wp-block-button__link.clear:hover {
      background-color: #A0BACA;
      color: #FFFFFF; }
  .btn.white,
  .wp-block-button__link.white {
    background-color: #FFFFFF;
    color: #2C3E62; }
    .btn.white:hover,
    .wp-block-button__link.white:hover {
      background-color: transparent;
      border: 1px solid #FFFFFF;
      color: #FFFFFF; }

.sink {
  color: #FFFFFF;
  text-decoration: none; }
  .sink:hover, .sink:focus, .sink:active {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .mobile-one {
    order: 1; }
  .mobile-two {
    order: 2; } }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; }
  .row {
    flex-direction: column; } }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  @media screen and (max-width: 767px) {
    .hamburger {
      padding: 0; } }
  .hamburger:hover {
    opacity: 1; }
  .no-hero .hamburger .hamburger-inner,
  .no-hero .hamburger .hamburger-inner::before,
  .no-hero .hamburger .hamburger-inner::after {
    background-color: black; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: black; }

.hamburger-box {
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.comment-nav ul {
  list-style-type: none; }
  .comment-nav ul li {
    display: inline; }

#login h1 a, .login h1 a {
  background-image: url(https://d78cb1a23aa0803f8ae9-9c5ddb37bcf4c875c23149623eded2de.ssl.cf2.rackcdn.com/LAUNCH_full_dark.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 100%;
  margin: 0 auto 25px;
  padding: 0;
  width: 80%; }

.wp-core-ui .button-primary {
  background: #C9342D;
  border-color: #C9342D;
  border-bottom-color: #b5251f;
  box-shadow: 0 1px 0 #b5251f;
  text-shadow: 0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f; }

#learnMore {
  background-color: #2C3E62;
  padding-bottom: 4rem; }
  #learnMore .col:first-child {
    padding-left: 0;
    padding-right: 0; }
  #learnMore .large, #learnMore .locations_list .location_content p, .locations_list .location_content #learnMore p {
    font-family: 'demos-next', sans-serif;
    margin-top: 2rem;
    font-size: 2rem; }

@media screen and (min-width: 768px) {
  #learnMore {
    padding: 4rem 0;
    position: relative;
    overflow: hidden; }
    #learnMore img {
      position: absolute;
      right: 0;
      top: 0; }
    #learnMore p.large, #learnMore .locations_list .location_content p, .locations_list .location_content #learnMore p {
      margin-top: 0; } }

#ourStrengths {
  padding: 4rem 0;
  text-align: center; }
  #ourStrengths h4 {
    margin-bottom: 0; }

#servicesBox .col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 2rem;
  margin-bottom: 0.5rem; }
  #servicesBox .col h4 {
    margin-bottom: 4rem; }
    #servicesBox .col h4:after {
      position: absolute;
      content: '';
      left: calc( 50% - 4rem);
      margin-top: 5rem;
      width: 8rem;
      height: 0.1rem;
      background-color: #C1D8E8; }

@media screen and (min-width: 768px) {
  #servicesBox .col {
    margin-bottom: 0;
    padding: 8rem 4rem; } }

#servicesList {
  background-color: #FAFAFA;
  padding: 4rem 0; }
  #servicesList h4 {
    margin-bottom: 0; }
  #servicesList h5 {
    margin-top: 1rem; }
  #servicesList ul {
    list-style-type: none;
    font-size: 1.6rem;
    padding-left: 0; }
    #servicesList ul li {
      padding: 2rem 0; }
    #servicesList ul a {
      color: #2C3E62;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: 600; }
  #servicesList .col:nth-child(2) li:first-child {
    border-top: 1px solid #CFCFCF; }
  #servicesList .col:nth-child(2) li:last-child {
    border-bottom: 1px solid #CFCFCF; }

@media screen and (min-width: 768px) {
  #servicesList .col {
    margin-top: 2rem; }
    #servicesList .col:nth-child(2) {
      border-left: 1px solid #909090;
      border-right: 1px solid #909090; }
      #servicesList .col:nth-child(2) li:first-child {
        border: none; }
      #servicesList .col:nth-child(2) li:last-child {
        border: none; } }

#team {
  margin-top: 0;
  margin-bottom: 4rem; }
  #team .col {
    margin-top: 4rem; }
    #team .col h4,
    #team .col p {
      text-align: left; }

@media screen and (min-width: 768px) {
  #team {
    margin-top: 6rem; } }

#contentSection {
  background: #2C3E62;
  padding: 4rem 0; }
  #contentSection .large, #contentSection .locations_list .location_content p, .locations_list .location_content #contentSection p {
    font-family: 'demos-next', sans-serif;
    margin-top: 2rem;
    font-size: 1.8rem; }

#awards {
  background-color: #F7FCFF;
  padding: 4rem 0 2rem 0;
  text-align: center; }
  #awards img {
    display: table-column;
    margin: 2rem auto;
    max-height: 10rem; }

@media screen and (min-width: 768px) {
  #awards {
    padding: 4rem 0; }
    #awards p {
      margin-left: 20%;
      margin-right: 20%;
      padding-bottom: 4rem; }
    #awards img {
      padding: 0 4rem;
      display: inline-block; } }

#blog {
  padding: 4rem 0; }
  #blog .blog-title .col {
    padding-bottom: 0; }
  #blog .blog-title h4 {
    color: #426086;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #909090;
    font-family: 'demos-next', sans-serif; }
  #blog .thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  #blog .col {
    padding: 2rem 1.5rem; }
    #blog .col h4 {
      margin-bottom: 0.5rem; }
      #blog .col h4 a {
        color: #426086; }
    #blog .col p.date {
      font-size: 1.4rem;
      font-weight: 600; }
  #blog .blog-excerpt {
    margin-top: 3rem; }
  #blog .excerpt-read-more {
    color: #426086; }
  #blog .slick-next {
    right: 1.5rem;
    margin-top: -1rem; }
    #blog .slick-next:before {
      content: url("../../library/images/next-arrow.svg"); }
  #blog .slick-prev {
    left: 1.5rem;
    margin-top: -1rem;
    z-index: 10; }
    #blog .slick-prev:before {
      content: url("../../library/images/prev-arrow.svg"); }
  #blog .slick-dots li {
    font-size: 1.6rem;
    text-align: center;
    margin-right: 1rem;
    width: 2.5rem; }
    #blog .slick-dots li:before {
      content: '';
      height: 2.5rem;
      width: 0.1rem;
      background-color: #909090;
      position: absolute;
      margin-left: -1.5rem;
      margin-top: 0px; }
    #blog .slick-dots li.slick-active {
      font-weight: 700; }
    #blog .slick-dots li a {
      color: #426086; }
  #blog .slick-dots li:first-child:before {
    display: none; }

@media screen and (min-width: 768px) {
  #blog .blog-title h4 {
    border-bottom: none; }
  #blog .blog-title .col {
    border-bottom: 1px solid #CFCFCF; }
    #blog .blog-title .col:first-child {
      padding-left: 0; }
  #blog .thumbnail {
    padding-left: 0; }
  #blog .slick-initialized .slick-slide {
    display: flex; }
  #blog .slick-dots {
    bottom: unset;
    text-align: right; } }

#hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  z-index: 3;
  overflow: hidden; }
  #hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0; }
  #hero video,
  #hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1; }
  @media screen and (max-width: 767px) {
    #hero video {
      width: auto;
      zoom: 80%; } }
  #hero img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    @media screen and (max-width: 767px) {
      #hero img {
        height: 100%; } }
  #hero .blue {
    color: #426086; }
    @media screen and (max-width: 767px) {
      #hero .blue {
        color: #FFFFFF; } }
  #hero h5 {
    text-transform: uppercase; }

.no-hero .header {
  position: relative;
  padding-bottom: 4rem; }

.page-template-default #main-content .col > p:first-of-type {
  font-family: 'Demos Next Pro', sans-serif; }

hr.wp-block-separator {
  width: 7.5rem;
  transform: rotate(-90deg);
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #acacac; }

@media screen and (max-width: 767px) {
  .is-style-squared {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 0;
    margin-top: 0; }
    .is-style-squared .wp-block-button__link {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

/*---------------------
 CUSTOM BLOCKS STYLES
---------------------*/
#image-overlay-block .col {
  height: 40rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    #image-overlay-block .col {
      padding-top: 20rem; } }
#image-overlay-block h4 {
  margin-bottom: 0; }

#image-overlay-block .overlay {
  background: rgba(44, 62, 98, 0.9);
  padding: 3rem 0;
  position: absolute;
  width: 100%; }
  #image-overlay-block .overlay::before {
    content: '';
    background: #FFFFFF;
    width: 0.1rem;
    height: 4rem;
    position: absolute;
    bottom: -2rem; }
    @media screen and (max-width: 767px) {
      #image-overlay-block .overlay::before {
        top: -2rem; } }
  @media screen and (max-width: 767px) {
    #image-overlay-block .overlay {
      position: relative; } }
#image-overlay-block .col:nth-child(odd) .overlay {
  bottom: 0; }
  #image-overlay-block .col:nth-child(odd) .overlay::before {
    top: -2rem; }

#blog h1,
.single-post h1,
.blog h1 {
  font-size: 30px; }

.blog,
.single {
  background: #426086; }
  .blog.no-hero header,
  .single.no-hero header {
    background: #FFFFFF;
    margin-bottom: 2rem; }
  .blog .author a,
  .single .author a {
    color: #426086; }

.single-team {
  background: #FFFFFF; }

.single #content {
  background: #FFFFFF;
  margin: 8rem 0;
  padding: 6rem 4rem; }
  @media screen and (max-width: 767px) {
    .single #content {
      padding: 2rem; } }
  .single #content .page-title {
    width: 100%; }
  .single #content .entry-image {
    padding-right: 2rem; }
    @media screen and (min-width: 768px) {
      .single #content .entry-image {
        float: left; } }
  .single #content h4,
  .single #content a {
    color: #426086; }
  .single #content p {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }

.article-header {
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0; }
  .article-header h4 {
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .article-header h4 {
        font-size: 2.2rem; } }
    .article-header h4 a {
      color: #426086; }
  .article-header time {
    font-weight: 600; }

.entry-content .entry-image {
  margin-bottom: 2rem; }
  .entry-content .entry-image img {
    max-width: 100%;
    height: auto; }

.entry-content .excerpt-read-more {
  color: #426086; }

.article {
  background-color: #FFFFFF;
  padding: 2rem;
  margin-bottom: 2rem; }

.blog .pagination {
  margin-bottom: 2rem; }
  .blog .pagination ul {
    display: flex;
    margin: 0 auto;
    list-style-type: none; }
    .blog .pagination ul li {
      padding: 1rem;
      font-size: 1.6rem;
      background: #FFFFFF; }
      .blog .pagination ul li a {
        color: #426086; }

.breadcrumbs a {
  color: #426086; }

.navigation {
  padding: 0 0 4rem 0; }
  .navigation .col:first-child {
    background-color: #2C3E62;
    padding-top: 4rem; }
  .navigation h5 {
    font-size: 2.2rem;
    color: #FFFFFF;
    padding-left: 0.5rem; }
  .navigation ul {
    list-style-image: url("../../library/images/ul-triangle-white.svg");
    padding-left: 2.5rem; }
    .navigation ul li {
      padding: 1rem 0;
      font-size: 1.6rem; }
      .navigation ul li a {
        color: #FFFFFF; }

@media screen and (max-width: 767px) {
  .navigation {
    padding: 2rem 0 4rem 0; } }

.single-team #hero {
  height: 75vh; }
  @media screen and (max-width: 767px) {
    .single-team #hero {
      height: 100vh; } }
  @media screen and (max-width: 767px) {
    .single-team #hero img {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .single-team #hero .hero-heading {
      font-size: 5rem; } }
*[data-vehicle="ship"] .row .wp-block-image img {
  border-radius: 100%;
  max-width: 13.7rem;
  height: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

*[data-vehicle="ship"] figcaption {
  font-size: 1.6rem;
  color: #0A3039; }
  *[data-vehicle="ship"] figcaption a {
    color: #426086;
    margin-top: 1rem; }
    *[data-vehicle="ship"] figcaption a:after {
      content: url("../../library/images/blue-arrow.svg");
      margin-left: 1rem;
      margin-top: 0.1rem;
      position: absolute; }

.hvr-grow figure {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow figure:hover,
.hvr-grow figure:focus,
.hvr-grow figure:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

*[data-vehicle="ship"] .wp-block-image figure:hover img,
*[data-vehicle="ship"] .wp-block-image figure:focus img,
*[data-vehicle="ship"] .wp-block-image figure:active img {
  -webkit-filter: none;
  filter: none; }

@media screen and (max-width: 767px) {
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 50%; }
  *[data-vehicle="ship"] .row {
    flex-flow: row wrap; } }

#staff-content {
  margin: 4rem 0; }
  @media screen and (max-width: 767px) {
    #staff-content .sidebar {
      background: #EBEBEB; } }
  #staff-content .sidebar .grey-box {
    background-color: #EBEBEB;
    padding: 2rem 2.5rem; }
    @media screen and (max-width: 767px) {
      #staff-content .sidebar .grey-box {
        padding: 3rem 0.5rem; } }
    #staff-content .sidebar .grey-box .staff-image {
      border-radius: 100%;
      margin-bottom: 2rem; }
    #staff-content .sidebar .grey-box .quote {
      border-bottom: 1px solid #909090;
      padding-bottom: 2rem; }
    #staff-content .sidebar .grey-box .social-media img {
      padding: 0 0.5rem; }
    #staff-content .sidebar .grey-box .contact-info {
      margin-top: 2rem; }
      #staff-content .sidebar .grey-box .contact-info span {
        font-weight: 700; }
      #staff-content .sidebar .grey-box .contact-info p {
        line-height: 1.5; }
  #staff-content .summary h3 {
    font-weight: 700; }
  #staff-content .summary h4 {
    font-weight: normal; }

@media screen and (max-width: 767px) {
  #staff-content {
    margin-top: 0; }
    #staff-content .summary {
      margin-top: 3rem; }
      #staff-content .summary a {
        width: 100%;
        margin: 2rem 0 0 0; } }

.locations_list {
  padding: 0 0 3rem; }
  .locations_list .location {
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #EBEBEB; }
    .locations_list .location_img {
      position: relative; }
      .locations_list .location_img-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 210px; }
        .locations_list .location_img-wrap img {
          border-radius: 10px;
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media (min-width: 768px) {
  .locations_list .location_img-wrap {
    height: 300px; } }

@media (min-width: 992px) {
  .locations_list {
    padding-top: 2rem; }
    .locations_list .location {
      flex-basis: 50%;
      border-bottom: 0; }
      .locations_list .location_img-wrap {
        margin: 0 auto 2rem;
        width: 85%; } }

header {
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 11;
  padding-top: 4rem; }
  header .container .row {
    width: 100%; }

#nav-menu {
  position: absolute;
  top: 0;
  background: #F1F6FA;
  z-index: 12;
  width: 100vw;
  height: 100vh;
  padding-top: 4.5rem;
  transform: translatex(-100%);
  transition: transform 1s ease; }
  .admin-bar #nav-menu {
    top: 30px; }
  #nav-menu .row {
    width: 100%; }
  #nav-menu.show {
    transition: transform 1s ease;
    transform: translatex(0%); }
  #nav-menu .contact-info {
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      #nav-menu .contact-info {
        margin-top: 5%; } }
    #nav-menu .contact-info .phone,
    #nav-menu .contact-info .email {
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        #nav-menu .contact-info .phone,
        #nav-menu .contact-info .email {
          width: 50%;
          float: left; } }
      #nav-menu .contact-info .phone a,
      #nav-menu .contact-info .email a {
        color: #2C3E62;
        font-weight: 700;
        border-bottom: 2px solid #2C3E62; }
        #nav-menu .contact-info .phone a:hover, #nav-menu .contact-info .phone a:focus, #nav-menu .contact-info .phone a:active,
        #nav-menu .contact-info .email a:hover,
        #nav-menu .contact-info .email a:focus,
        #nav-menu .contact-info .email a:active {
          text-decoration: none; }
    #nav-menu .contact-info .social-media img {
      margin-right: 1rem; }
  #nav-menu .nav-row {
    margin-top: 10%; }

#menu-main-menu {
  font-family: 'demos-next', sans-serif; }
  #menu-main-menu li {
    font-size: 3rem;
    font-weight: 700;
    padding: 0.5rem 0; }
    #menu-main-menu li::after {
      content: '';
      position: absolute;
      width: 75%;
      height: 0.1rem;
      margin-top: 5rem;
      left: 1.5rem;
      background-color: #C1D8E8; }
      @media screen and (max-width: 767px) {
        #menu-main-menu li::after {
          width: 100%; } }
    #menu-main-menu li a {
      color: #2C3E62; }
      #menu-main-menu li a:hover, #menu-main-menu li a:focus, #menu-main-menu li a:active {
        text-decoration: none; }
  #menu-main-menu ul.sub-menu {
    display: none; }

footer {
  padding: 3rem 0;
  background-color: #EBEBEB;
  color: #426086; }
  footer a {
    color: #2C3E62; }
  footer ul li {
    font-size: 1.6rem; }
  footer ul ul.sub-menu {
    padding-left: 0;
    display: none; }
  footer .topRow .large, footer .topRow .locations_list .location_content p, .locations_list .location_content footer .topRow p {
    font-family: 'demos-next', sans-serif; }
  @media screen and (max-width: 767px) {
    footer .topRow .social-media {
      margin-bottom: 2rem; } }
  footer .topRow .social-media a:nth-child(2) {
    padding: 0 1rem; }
  @media screen and (max-width: 767px) {
    footer .topRow .logo {
      margin-bottom: 2rem; } }
#bottomFooter {
  background-color: #2C3E62;
  padding-top: 1rem;
  color: #FFFFFF; }
  #bottomFooter p {
    opacity: 0.5; }
  #bottomFooter a {
    color: #FFFFFF; }
  #bottomFooter .col:last-child {
    text-align: right;
    padding-right: 0; }

@media screen and (max-width: 767px) {
  #bottomFooter .col:last-child {
    text-align: left; } }

@media screen and (orientation: portrait) {
  html[data-useragent*='iPhone'] .mobile-nav-menu {
    padding-bottom: 54px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .rotate {
    display: none; }
  #servicesBox .row {
    flex-direction: column; }
  #servicesBox .col {
    background-image: none !important;
    background-color: #2C3E62;
    border-bottom: 1px solid #FFFFFF; }
  #team .col:first-child {
    text-align: center;
    margin-top: 0; }
  #team img {
    width: 80%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #hero {
    height: 40vh; }
  #learnMore img {
    width: 50%;
    top: 5rem; }
  #blog .thumbnail img {
    margin-top: 15%; }
  .single-team #hero {
    height: 30vh; }
  .single-team .hero-heading {
    margin-top: 10rem; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #hero {
    height: 70vh; }
  #blog .thumbnail img {
    margin-top: 10%; }
  #main-content .wp-block-columns.has-4-columns h4 {
    font-size: 2.4rem; }
  .single-team #hero {
    height: 55vh; }
  .single-team .hero-heading {
    margin-top: 10rem; } }

@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
  #main-content .wp-block-columns.has-4-columns h4 {
    font-size: 2.4rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 0; }

body .gform_wrapper {
  margin-top: 0; }

.gform_wrapper span.gform_description {
  font-size: 2rem; }

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem; }

body .gform_wrapper textarea.medium,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem; }

body .gform_wrapper textarea.medium,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  margin-top: 0; }

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
  margin-bottom: 0; }

body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin: 0; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

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

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 1rem 6rem;
  font-size: 1.6rem;
  margin: 1rem 0;
  border: none;
  background-color: #2C3E62;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 1.6rem; }
  body .gform_wrapper .gform_footer input.button:hover,
  body .gform_wrapper .gform_footer input[type=submit]:hover,
  body .gform_wrapper .gform_page_footer input.button:hover,
  body .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #C1D8E8;
    color: #0A3039; }
  body .gform_wrapper .gform_footer input.button:focus,
  body .gform_wrapper .gform_footer input[type=submit]:focus,
  body .gform_wrapper .gform_page_footer input.button:focus,
  body .gform_wrapper .gform_page_footer input[type=submit]:focus {
    background-color: #456D94;
    color: #FFFFFF; }
  body .gform_wrapper .gform_footer input.button:active,
  body .gform_wrapper .gform_footer input[type=submit]:active,
  body .gform_wrapper .gform_page_footer input.button:active,
  body .gform_wrapper .gform_page_footer input[type=submit]:active {
    background-color: #043A66;
    color: #FFFFFF; }
  body .gform_wrapper .gform_footer input.button:disabled,
  body .gform_wrapper .gform_footer input[type=submit]:disabled,
  body .gform_wrapper .gform_page_footer input.button:disabled,
  body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
    background-color: #676767;
    color: #FFFFFF; }

@media screen and (max-width: 767px) {
  body .gform_wrapper .gform_footer input.button,
  body .gform_wrapper .gform_footer input[type=submit],
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 1rem 2rem;
    width: 150px;
    margin-right: 0; } }

::-webkit-input-placeholder {
  /* Chrome */
  color: #676767 !important;
  font-size: 1.6rem; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #676767 !important;
  font-size: 1.6rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #676767 !important;
  opacity: 1 !important;
  font-size: 1.6rem; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #676767 !important;
  opacity: 1 !important;
  font-size: 1.6rem; }

input:focus,
body .gform_wrapper textarea.medium:focus {
  background-color: #C1D8E8; }
