@charset "UTF-8";
.white {
  color: #ffffff; }

.gray {
  color: #454545;
  opacity: 0.6; }

.primary {
  color: #439795; }
  .primary-light {
    color: #5AB8B5; }
  .primary-lighter {
    color: #8FC0BF; }
  .primary-dark {
    color: #3D8A88; }
  .primary-darker {
    color: #377C7A; }

.secondary {
  color: #043A66; }
  .secondary-light {
    color: #1A4B73; }
  .secondary-lighter {
    color: #315D81; }
  .secondary-dark {
    color: #013B6B; }
  .secondary-darker {
    color: #043054; }

/* The base size for REM calculations */
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body, p, li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Cabin", sans-serif; }
  body.small, p.small, li.small {
    font-size: 1.4rem;
    line-height: 2.4rem; }
  body.large, p.large, li.large {
    font-size: 2rem;
    line-height: 3rem; }

h1.main-header,
h2.main-header {
  font-size: 6.8rem;
  line-height: 6.3rem;
  font-weight: normal;
  font-family: "Alice", serif; }
  @media (max-width: 767px) {
    h1.main-header,
    h2.main-header {
      font-size: 4.5rem;
      line-height: 5rem; } }

h2.sub-header,
h3.sub-header {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: normal;
  font-family: "Alice", serif;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    h2.sub-header,
    h3.sub-header {
      font-size: 2.2rem;
      line-height: 2.5rem; } }

h1, .h1 {
  font-size: 6rem;
  line-height: 6.3rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin: 2rem 0; }

h2, .h2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin: 2rem 0; }

h3, .h3 {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin: 1rem 0; }

h4, .h4 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  margin: 1rem 0; }

h5, .h5 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  margin: 1rem 0; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: "Roboto Condensed", sans-serif;
  margin: 1rem 0; }

blockquote, .lead {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  margin: 1rem 0; }

.underlined {
  position: relative;
  margin-bottom: 50px;
  display: inline-block; }
  .underlined:before, .underlined:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #439795;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0; }
  .underlined:before {
    bottom: -9px;
    left: -60px; }
  .underlined:after {
    bottom: -15px;
    right: -35px; }
  .underlined.revealed:before {
    left: -20px;
    width: calc( 100% + 40px); }
  .underlined.revealed:after {
    width: 90%;
    right: 0; }
  @media (max-width: 767px) {
    .underlined {
      margin-bottom: 30px; } }

a {
  color: #439795; }
  a:hover {
    color: #3D8A88; }

p + .wp-block-button,
p + .wp-block-columns {
  margin-top: 40px; }

a.button,
.button,
.wp-block-button__link {
  background: #439795;
  color: #ffffff;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  border-radius: 0;
  padding: 20px 30px; }
  a.button:before, a.button:after,
  .button:before,
  .button:after,
  .wp-block-button__link:before,
  .wp-block-button__link:after {
    content: "";
    position: absolute;
    left: 5px;
    height: 1px;
    width: calc(100% - 10px);
    background-color: #439795; }
  a.button:before,
  .button:before,
  .wp-block-button__link:before {
    top: 5px; }
  a.button:after,
  .button:after,
  .wp-block-button__link:after {
    bottom: 5px; }
  a.button:hover > * > *:before, a.button:hover > * > *:after,
  .button:hover > * > *:before,
  .button:hover > * > *:after,
  .wp-block-button__link:hover > * > *:before,
  .wp-block-button__link:hover > * > *:after {
    transform: translate3d(0, 0, 0); }
  a.button:hover > * > * > *:before, a.button:hover > * > * > *:after,
  .button:hover > * > * > *:before,
  .button:hover > * > * > *:after,
  .wp-block-button__link:hover > * > * > *:before,
  .wp-block-button__link:hover > * > * > *:after {
    transform: translate3d(0, 0, 0); }
  a.button > *:before, a.button > *:after,
  .button > *:before,
  .button > *:after,
  .wp-block-button__link > *:before,
  .wp-block-button__link > *:after {
    content: "";
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #439795; }
  a.button > *:before,
  .button > *:before,
  .wp-block-button__link > *:before {
    left: 5px; }
  a.button > *:after,
  .button > *:after,
  .wp-block-button__link > *:after {
    right: 5px; }
  a.button > * > *:before, a.button > * > *:after,
  .button > * > *:before,
  .button > * > *:after,
  .wp-block-button__link > * > *:before,
  .wp-block-button__link > * > *:after {
    content: "";
    position: absolute;
    left: 5px;
    z-index: 9;
    height: 1px;
    width: calc(100% - 10px);
    background-color: #ffffff; }
  a.button > * > *:before,
  .button > * > *:before,
  .wp-block-button__link > * > *:before {
    top: 5px;
    transform: translate3d(-120%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button > * > *:after,
  .button > * > *:after,
  .wp-block-button__link > * > *:after {
    bottom: 5px;
    transform: translate3d(120%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button > * > * > *:before, a.button > * > * > *:after,
  .button > * > * > *:before,
  .button > * > * > *:after,
  .wp-block-button__link > * > * > *:before,
  .wp-block-button__link > * > * > *:after {
    content: "";
    position: absolute;
    top: 5px;
    z-index: 9;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #ffffff; }
  a.button > * > * > *:before,
  .button > * > * > *:before,
  .wp-block-button__link > * > * > *:before {
    left: 5px;
    transform: translate3d(0, 120%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button > * > * > *:after,
  .button > * > * > *:after,
  .wp-block-button__link > * > * > *:after {
    right: 5px;
    transform: translate3d(0, -120%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  a.button.narrow,
  .button.narrow,
  .wp-block-button__link.narrow {
    padding: 15px 30px; }
  a.button.button-dark,
  .button.button-dark,
  .wp-block-button__link.button-dark {
    background: #043A66;
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden; }
    a.button.button-dark:before, a.button.button-dark:after,
    .button.button-dark:before,
    .button.button-dark:after,
    .wp-block-button__link.button-dark:before,
    .wp-block-button__link.button-dark:after {
      content: "";
      position: absolute;
      left: 5px;
      height: 1px;
      width: calc(100% - 10px);
      background-color: #ffffff; }
    a.button.button-dark:before,
    .button.button-dark:before,
    .wp-block-button__link.button-dark:before {
      top: 5px; }
    a.button.button-dark:after,
    .button.button-dark:after,
    .wp-block-button__link.button-dark:after {
      bottom: 5px; }
    a.button.button-dark:hover > * > *:before, a.button.button-dark:hover > * > *:after,
    .button.button-dark:hover > * > *:before,
    .button.button-dark:hover > * > *:after,
    .wp-block-button__link.button-dark:hover > * > *:before,
    .wp-block-button__link.button-dark:hover > * > *:after {
      transform: translate3d(0, 0, 0); }
    a.button.button-dark:hover > * > * > *:before, a.button.button-dark:hover > * > * > *:after,
    .button.button-dark:hover > * > * > *:before,
    .button.button-dark:hover > * > * > *:after,
    .wp-block-button__link.button-dark:hover > * > * > *:before,
    .wp-block-button__link.button-dark:hover > * > * > *:after {
      transform: translate3d(0, 0, 0); }
    a.button.button-dark > *:before, a.button.button-dark > *:after,
    .button.button-dark > *:before,
    .button.button-dark > *:after,
    .wp-block-button__link.button-dark > *:before,
    .wp-block-button__link.button-dark > *:after {
      content: "";
      position: absolute;
      top: 5px;
      height: calc(100% - 10px);
      width: 1px;
      background-color: #ffffff; }
    a.button.button-dark > *:before,
    .button.button-dark > *:before,
    .wp-block-button__link.button-dark > *:before {
      left: 5px; }
    a.button.button-dark > *:after,
    .button.button-dark > *:after,
    .wp-block-button__link.button-dark > *:after {
      right: 5px; }
    a.button.button-dark > * > *:before, a.button.button-dark > * > *:after,
    .button.button-dark > * > *:before,
    .button.button-dark > * > *:after,
    .wp-block-button__link.button-dark > * > *:before,
    .wp-block-button__link.button-dark > * > *:after {
      content: "";
      position: absolute;
      left: 5px;
      z-index: 9;
      height: 1px;
      width: calc(100% - 10px);
      background-color: #5AB8B5; }
    a.button.button-dark > * > *:before,
    .button.button-dark > * > *:before,
    .wp-block-button__link.button-dark > * > *:before {
      top: 5px;
      transform: translate3d(-120%, 0, 0);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    a.button.button-dark > * > *:after,
    .button.button-dark > * > *:after,
    .wp-block-button__link.button-dark > * > *:after {
      bottom: 5px;
      transform: translate3d(120%, 0, 0);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    a.button.button-dark > * > * > *:before, a.button.button-dark > * > * > *:after,
    .button.button-dark > * > * > *:before,
    .button.button-dark > * > * > *:after,
    .wp-block-button__link.button-dark > * > * > *:before,
    .wp-block-button__link.button-dark > * > * > *:after {
      content: "";
      position: absolute;
      top: 5px;
      z-index: 9;
      height: calc(100% - 10px);
      width: 1px;
      background-color: #5AB8B5; }
    a.button.button-dark > * > * > *:before,
    .button.button-dark > * > * > *:before,
    .wp-block-button__link.button-dark > * > * > *:before {
      left: 5px;
      transform: translate3d(0, 120%, 0);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    a.button.button-dark > * > * > *:after,
    .button.button-dark > * > * > *:after,
    .wp-block-button__link.button-dark > * > * > *:after {
      right: 5px;
      transform: translate3d(0, -120%, 0);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    a.button.button-dark:hover,
    .button.button-dark:hover,
    .wp-block-button__link.button-dark:hover {
      color: #5AB8B5;
      background: #013B6B; }
  @media (max-width: 767px) {
    a.button,
    .button,
    .wp-block-button__link {
      display: block;
      width: 100%; } }

.button-dark .wp-block-button__link {
  background: #043A66;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden; }
  .button-dark .wp-block-button__link:before, .button-dark .wp-block-button__link:after {
    content: "";
    position: absolute;
    left: 5px;
    height: 1px;
    width: calc(100% - 10px);
    background-color: #ffffff; }
  .button-dark .wp-block-button__link:before {
    top: 5px; }
  .button-dark .wp-block-button__link:after {
    bottom: 5px; }
  .button-dark .wp-block-button__link:hover > * > *:before, .button-dark .wp-block-button__link:hover > * > *:after {
    transform: translate3d(0, 0, 0); }
  .button-dark .wp-block-button__link:hover > * > * > *:before, .button-dark .wp-block-button__link:hover > * > * > *:after {
    transform: translate3d(0, 0, 0); }
  .button-dark .wp-block-button__link > *:before, .button-dark .wp-block-button__link > *:after {
    content: "";
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #ffffff; }
  .button-dark .wp-block-button__link > *:before {
    left: 5px; }
  .button-dark .wp-block-button__link > *:after {
    right: 5px; }
  .button-dark .wp-block-button__link > * > *:before, .button-dark .wp-block-button__link > * > *:after {
    content: "";
    position: absolute;
    left: 5px;
    z-index: 9;
    height: 1px;
    width: calc(100% - 10px);
    background-color: #5AB8B5; }
  .button-dark .wp-block-button__link > * > *:before {
    top: 5px;
    transform: translate3d(-120%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .button-dark .wp-block-button__link > * > *:after {
    bottom: 5px;
    transform: translate3d(120%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .button-dark .wp-block-button__link > * > * > *:before, .button-dark .wp-block-button__link > * > * > *:after {
    content: "";
    position: absolute;
    top: 5px;
    z-index: 9;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #5AB8B5; }
  .button-dark .wp-block-button__link > * > * > *:before {
    left: 5px;
    transform: translate3d(0, 120%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .button-dark .wp-block-button__link > * > * > *:after {
    right: 5px;
    transform: translate3d(0, -120%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .button-dark .wp-block-button__link:hover {
    color: #5AB8B5;
    background: #013B6B; }

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.center {
  text-align: center; }

.dotted-bg {
  background-image: url("../images/dotted-bg.png"); }

.white-bg {
  background: #ffffff; }

::selection {
  background: #8FC0BF; }

::-moz-selection {
  background: #8FC0BF; }

.home div#content {
    padding-top: 0;
}

#internalHero {
  height: 40vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1; }
  #internalHero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 58, 102, 0.55); }
  #internalHero h1, #internalHero h2 {
    margin-top: 200px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.6rem;
    position: relative;
    z-index: 500;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal; }
    @media (min-width: 768px) {
      #internalHero h1, #internalHero h2 {
        font-size: 4rem;
        line-height: 4.5rem; } }

.border-bottom {
  border-bottom: 9px solid #3D8A88; }

.breadcrumbs-wrapper {
  margin-top: 85px;
  position: relative;
  padding-left: 25px; }
  .breadcrumbs-wrapper:before {
    position: absolute;
    left: 0;
    content: url("../images/icons/house.svg"); }
  .breadcrumbs-wrapper a, .breadcrumbs-wrapper span {
    font-family: "Roboto Condensed", sans-serif;
    color: #439795;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.6rem; }
  .breadcrumbs-wrapper a:hover {
    color: #3D8A88; }
  @media (max-width: 767px) {
    .breadcrumbs-wrapper {
      margin-top: 20px; } }

ul {
  list-style: none;
  text-align: center;
  padding-left: 0; }
  ul li {
    font-family: "Roboto Condensed", sans-serif;
    color: #439795;
    font-size: 2rem;
    line-height: 3rem; }
  ul.left {
    text-align: left; }
  ul.bull {
    list-style: initial;
    padding-left: 30px; }
    ul.bull ul {
      padding-left: 25px;
      text-align: left;
      list-style: initial;
      list-style-type: circle; }

#content {
  padding: 50px 0;
  overflow: hidden; }
  #content p + p {
    clear: left; }
  #content p img {
    display: inline;
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin: 0 30px 40px 0;
    width: auto !important; }
    @media (max-width: 767px) {
      #content p img {
        width: 100%;
        display: block;
        float: none;
        margin: 30px auto; } }
  #content p strong {
    font-family: "Roboto Condensed", sans-serif;
    color: #5AB8B5; }
  #content .has-2-columns img {
    width: 100%;
    max-height: 600px;
    object-fit: cover; }
  @media (min-width: 768px) {
    #content .sidebar-wrapper .wp-block-column:first-child {
      flex-basis: calc(65% - 16px);
      padding-right: 5%; }
    #content .sidebar-wrapper .wp-block-column:last-child {
      flex-basis: calc(35% - 16px); }
    #content .image-left .wp-block-column:first-child {
      flex-basis: calc(40% - 16px); }
    #content .image-left .wp-block-column:last-child {
      flex-basis: calc(60% - 16px);
      padding: 0 30px; }
    #content .image-right .wp-block-column:first-child {
      flex-basis: calc(60% - 16px);
      padding: 0 30px; }
    #content .image-right .wp-block-column:last-child {
      flex-basis: calc(40% - 16px); } }
  @media (max-width: 767px) {
    #content {
      padding: 25px 15px 0; }
      #content .mobile-full {
        max-width: 100vw; }
        #content .mobile-full .wrapper-inner {
          padding: 0; }
      #content .has-2-columns img {
        max-height: 300px;
        object-fit: cover; }
      #content .sidebar-wrapper .wp-block-column:first-child, #content .sidebar-wrapper .wp-block-column:last-child {
        flex-basis: 100%;
        margin-left: 0; }
      #content h4.underlined {
        display: block;
        text-align: center;
        margin: 0 30px 50px; }
      #content .sidebar-links {
        margin: 30px -30px 0; } }

.sidebar-links {
  text-align: left;
  background: #043A66;
  padding: 30px 35px;
  border-top: 6px solid #377C7A; }
  .sidebar-links li a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 18px 0;
    color: #ffffff;
    display: block; }
  .sidebar-links li + li {
    border-top: 1px solid #979797; }

.wp-block-embed__wrapper iframe {
  max-width: 100%; }

.wp-block-editor-blocks-wrapper .wrapper-inner {
  padding: 0 15px !important; }
  @media (min-width: 1200px) {
    .wp-block-editor-blocks-wrapper .wrapper-inner {
      max-width: 1170px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wp-block-editor-blocks-wrapper .wrapper-inner {
      max-width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wp-block-editor-blocks-wrapper .wrapper-inner {
      max-width: 750px; } }

@media (max-width: 1099px) {
  br.break-large {
    display: none; } }

.wp-block-image .alignleft {
  margin-right: 3em;
  margin-bottom: 1em; }

.wp-block-image .alignright {
  margin-left: 3em;
  margin-bottom: 1em; }

@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin: 0 auto; } }

.wp-block-image ~ p {
  clear: none !important; }

h4.underlined ~ .wp-block-image figure {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center; }

.page-template-default .gform_fields {
  text-align: left; }

.wp-block-editor-blocks-wrapper.full-width .wrapper-inner {
  max-width: 100%;
  padding: 0 !important; }

#contactRow,
.contactRow {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto; }
  #contactRow .contact-img,
  .contactRow .contact-img {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      #contactRow .contact-img,
      .contactRow .contact-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        #contactRow .contact-img img:first-of-type,
        .contactRow .contact-img img:first-of-type {
          width: 90%;
          float: right;
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; }
        #contactRow .contact-img img:last-of-type,
        .contactRow .contact-img img:last-of-type {
          max-width: 80%;
          width: auto;
          max-height: 700px;
          margin-top: -50px; } }
    @media (max-width: 767px) {
      #contactRow .contact-img img:first-of-type,
      .contactRow .contact-img img:first-of-type {
        width: 100%;
        margin-bottom: 20px;
        height: 250px;
        object-fit: cover;
        object-position: center center; } }
  #contactRow .contact-form,
  .contactRow .contact-form {
    padding: 60px 0 70px; }
    #contactRow .contact-form .gfield,
    .contactRow .contact-form .gfield {
      position: relative;
      margin: 16px 0 15px;
      display: inline-block;
      width: 100%; }
      #contactRow .contact-form .gfield.gf_left_half, #contactRow .contact-form .gfield.gf_right_half,
      .contactRow .contact-form .gfield.gf_left_half,
      .contactRow .contact-form .gfield.gf_right_half {
        width: 50%; }
    #contactRow .contact-form .focused .gfield_label,
    .contactRow .contact-form .focused .gfield_label {
      transform: translateY(-125%);
      font-size: .75em; }
    #contactRow .contact-form .focused input[type="text"],
    #contactRow .contact-form .focused textarea,
    .contactRow .contact-form .focused input[type="text"],
    .contactRow .contact-form .focused textarea {
      background: #f7f7f7; }
    #contactRow .contact-form input[type="text"], #contactRow .contact-form textarea,
    .contactRow .contact-form input[type="text"],
    .contactRow .contact-form textarea {
      position: relative;
      padding: 5px 10px !important;
      line-height: 25px !important;
      width: 100%;
      outline: 0;
      border: 0;
      border-bottom: 1px solid #043A66;
      transition: box-shadow 150ms ease-out;
      border-radius: 0;
      box-shadow: none; }
      #contactRow .contact-form input[type="text"]:focus, #contactRow .contact-form textarea:focus,
      .contactRow .contact-form input[type="text"]:focus,
      .contactRow .contact-form textarea:focus {
        border-bottom: 1px solid #439795; }
    #contactRow .contact-form input[type="submit"],
    .contactRow .contact-form input[type="submit"] {
      border: 2px solid #439795;
      text-shadow: none;
      padding: 10px 60px;
      font-size: 1.4rem;
      line-height: 1.6rem;
      box-shadow: none; }
      #contactRow .contact-form input[type="submit"]:hover,
      .contactRow .contact-form input[type="submit"]:hover {
        background: #ffffff;
        color: #043A66;
        border: 2px solid #043A66; }
    #contactRow .contact-form .gfield_label,
    .contactRow .contact-form .gfield_label {
      position: absolute;
      left: 0;
      top: 10px;
      color: #439795;
      font-size: 1.8rem;
      font-family: "Cabin", sans-serif;
      font-weight: normal;
      z-index: 10;
      transition: transform 150ms ease-out, font-size 150ms ease-out; }
  @media (max-width: 767px) {
    #contactRow .contact-img,
    .contactRow .contact-img {
      height: 250px; }
    #contactRow .contact-form,
    .contactRow .contact-form {
      padding: 25px; }
      #contactRow .contact-form .gfield.gf_left_half, #contactRow .contact-form .gfield.gf_right_half,
      .contactRow .contact-form .gfield.gf_left_half,
      .contactRow .contact-form .gfield.gf_right_half {
        width: 100%; } }

.wp-block-image.primary-border img {
  border: 5px solid #439795; }

.shadow {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  margin: 50px 0 5px; }

.blog .row > div:nth-child(even) .single-post:before,
.search .row > div:nth-child(even) .single-post:before,
.archive .row > div:nth-child(even) .single-post:before,
.category .row > div:nth-child(even) .single-post:before {
  background: rgba(67, 151, 149, 0.85); }

.blog .row > div:nth-child(even) .single-post:hover:before,
.search .row > div:nth-child(even) .single-post:hover:before,
.archive .row > div:nth-child(even) .single-post:hover:before,
.category .row > div:nth-child(even) .single-post:hover:before {
  background: rgba(67, 151, 149, 0.95); }

.blog .navigation,
.search .navigation,
.archive .navigation,
.category .navigation {
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif; }
  .blog .navigation a, .blog .navigation span,
  .search .navigation a,
  .search .navigation span,
  .archive .navigation a,
  .archive .navigation span,
  .category .navigation a,
  .category .navigation span {
    margin: 0 5px;
    display: inline-block; }
  .blog .navigation .screen-reader-text,
  .search .navigation .screen-reader-text,
  .archive .navigation .screen-reader-text,
  .category .navigation .screen-reader-text {
    display: none; }

.blog .single-post,
.search .single-post,
.archive .single-post,
.category .single-post {
  display: block;
  height: 250px;
  position: relative;
  margin: 10px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center; }
  .blog .single-post:before,
  .search .single-post:before,
  .archive .single-post:before,
  .category .single-post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 58, 102, 0.85);
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .blog .single-post:hover,
  .search .single-post:hover,
  .archive .single-post:hover,
  .category .single-post:hover {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3); }
    .blog .single-post:hover:before,
    .search .single-post:hover:before,
    .archive .single-post:hover:before,
    .category .single-post:hover:before {
      background: rgba(4, 58, 102, 0.95); }
  .blog .single-post span,
  .search .single-post span,
  .archive .single-post span,
  .category .single-post span {
    display: block;
    position: relative;
    z-index: 1;
    font-family: "Roboto Condensed", sans-serif; }
    .blog .single-post span.title,
    .search .single-post span.title,
    .archive .single-post span.title,
    .category .single-post span.title {
      font-weight: bold;
      color: #ffffff;
      font-size: 2rem;
      display: block;
      white-space: normal;
      max-width: 80%; }
    .blog .single-post span.date,
    .search .single-post span.date,
    .archive .single-post span.date,
    .category .single-post span.date {
      font-size: 1.2rem;
      color: #ffffff; }

#searchform .screen-reader-text {
  display: none; }

#searchform .form-control {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  outline: none !important;
  border: 1px solid rgba(67, 151, 149, 0.5);
  margin: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  background: #ffffff; }
  #searchform .form-control:focus, #searchform .form-control:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15); }

#searchform #searchsubmit {
  margin: 5px;
  background: #439795;
  height: 50px;
  line-height: 5px;
  outline: none !important;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #searchform #searchsubmit:hover {
    background: #3D8A88; }

.home #heroRow {
  background-image: url("../images/home-hero.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #ffffff; }
  .home #heroRow a.button {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .home #heroRow h6 {
    margin-bottom: 30px; }
  @media (min-width: 991px) and (max-height: 650px) {
    .home #heroRow {
      padding-top: 150px; } }

.home #introRow {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .home #introRow {
      padding: 25px 0; } }

.home #representRow {
  padding: 25px 0 80px;
  text-align: center;
  background-image: url("../images/represent-bg.png");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .home #representRow ul {
    list-style: none;
    padding-left: 0;
    text-align: left; }
  .home #representRow h5 {
    text-align: left; }
  .home #representRow li {
    position: relative;
    padding-left: 65px;
    line-height: 60px;
    display: block;
    white-space: nowrap; }
    .home #representRow li:before {
      position: absolute;
      left: 0;
      height: 50px; }
    .home #representRow li.truck-drivers::before {
      content: url("../images/icons/truck-drivers.svg"); }
    .home #representRow li.union-workers::before {
      content: url("../images/icons/union-workers.svg"); }
    .home #representRow li.construction-workers::before {
      content: url("../images/icons/construction-workers.svg"); }
    .home #representRow li.office-workers::before {
      content: url("../images/icons/office-workers.svg"); }
    .home #representRow li.airplane-employees::before {
      content: url("../images/icons/airplane-employees.svg"); }
    .home #representRow li.assembly-workers::before {
      content: url("../images/icons/assembly-workers.svg"); }
    .home #representRow li.car-accidents::before {
      content: url("../images/icons/car-accidents.svg"); }
    .home #representRow li.dog-bites::before {
      content: url("../images/icons/dog-bites.svg"); }
    .home #representRow li.harmful-materials::before {
      content: url("../images/icons/harmful-materials.svg"); }
    .home #representRow li.slip-fall::before {
      content: url("../images/icons/slip-fall.svg"); }
    .home #representRow li.malpractice::before {
      content: url("../images/icons/malpractice.svg"); }
    .home #representRow li.motorcycle::before {
      content: url("../images/icons/motorcycle.svg"); }
  @media (max-width: 767px) {
    .home #representRow {
      padding: 25px 0; } }

.home #successRow {
  padding: 60px 0;
  background: #043A66;
  text-align: center;
  border-bottom: 8px solid #439795; }
  .home #successRow .dotted-bg {
    height: 100%;
    padding: 50px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .home #successRow p:last-of-type {
    margin-bottom: 50px; }
  .home #successRow .links {
    margin-top: 50px; }
    .home #successRow .links a {
      color: #ffffff;
      text-decoration: none !important;
      position: relative;
      padding-bottom: 5px;
      border-bottom: 1px solid #439795;
      margin: 0 15px;
      font-size: 2rem;
      line-height: 3rem;
      position: relative;
      padding-right: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .home #successRow .links a:after {
        content: '›';
        right: 0;
        position: absolute;
        color: #ffffff; }
      .home #successRow .links a:hover {
        border-color: #ffffff; }
  @media (max-width: 1024px) {
    .home #successRow .links {
      text-align: center; }
      .home #successRow .links a {
        display: inline-block;
        margin: 20px 0;
        max-width: 80%; } }
  @media (max-width: 767px) {
    .home #successRow {
      padding: 25px 0; }
      .home #successRow .links {
        margin-top: 25px; }
      .home #successRow .dotted-bg {
        margin: 10px 0; } }

.home #aboutRow {
  padding: 50px 0;
  background-image: url("../images/about-bg.png");
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left; }
  .home #aboutRow .white-bg {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
    margin: 0 15px;
    height: 100%;
    padding: 45px;
    overflow: hidden;
    position: relative; }
    .home #aboutRow .white-bg p:last-of-type {
      margin-bottom: 35px; }
    .home #aboutRow .white-bg h5:last-of-type {
      margin-bottom: 45px; }
    .home #aboutRow .white-bg:after {
      content: '';
      position: absolute;
      height: 110px;
      width: 110px;
      bottom: -55px;
      right: -55px;
      background: #439795;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  @media (max-width: 992px) {
    .home #aboutRow {
      padding: 25px 0; }
      .home #aboutRow .row-eq-height {
        display: block; }
        .home #aboutRow .row-eq-height .white-bg {
          margin: 15px 0;
          padding: 20px; } }

.home #newsRow {
  padding: 60px 0;
  text-align: center;
  overflow: hidden; }
  .home #newsRow .news-slider {
    list-style: none;
    padding-left: 0; }
  .home #newsRow .slick-prev,
  .home #newsRow .slick-next {
    width: 40px;
    height: 40px; }
  .home #newsRow .slick-prev {
    left: -75px; }
  .home #newsRow .slick-next {
    right: -75px; }
  @media (max-width: 767px) {
    .home #newsRow {
      padding: 25px 0; }
      .home #newsRow .news-slider {
        margin-bottom: 30px;
        padding-bottom: 30px; }
      .home #newsRow .slick-next,
      .home #newsRow .slick-prev {
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
        top: calc(100% - 30px); }
      .home #newsRow .slick-prev {
        left: calc(35% + 15px); }
      .home #newsRow .slick-next {
        right: calc(35% - 15px); } }
