/*BASE STYLES*/
blockquote:before {
  margin: 0; }

ol {
  counter-reset: item; }

ol li {
  display: block; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold; }

.entry-content ol {
  margin-left: 1%; }

.entry-content ul {
  list-style: none;
  margin-left: 20px; }

.entry-content li {
  line-height: 1.5; }

.entry-content ol,
.entry-content ul {
  padding-bottom: 10px; }

.entry-content ul li {
  position: relative; }

.entry-content ul li:before {
  content: '\2022';
  font-size: 21px;
  position: absolute;
  left: -15px;
  top: -1px; }

.content-wrapper {
  padding: 20px 0; }

.entry-content p {
  margin-bottom: 10px; }

.clearfix {
  clear: both; }

/*/////////////*/
/*/////////////*/
/*header styles*/
/*/////////////*/
/*/////////////*/
#header button.navbar-toggle {
  position: relative;
  background: transparent;
  padding: 0; }

.navbar-collapse {
  padding: 0;
  text-align: center; }

#header .nav {
  text-align: center;
  padding: 15px 0; }

.nav > li > a {
  font-size: 1em;
  padding: 6px 15px;
  text-align: center; }

.nav > li > a:hover,
.nav > li > a:focus {
  color: black; }

.dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  padding: 0; }

.nav > li.social-link {
  display: inline-block; }

#header a.button {
  display: inline-block; }

.dropdown-backdrop {
  display: none !important; }

.open > .dropdown-menu {
  display: inline-block !important; }

/*FOOTER*/
#copyright {
  padding: 15px 0;
  text-align: center; }

#callout {
  text-align: center;
  display: block; }

/*FORMS*/
input,
button,
select,
textarea {
  margin-top: 0; }

#post-522 iframe {
  height: 300px;
  max-width: 100%;
  width: 100%;
  margin: 0.5em 0 1em; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 10px 0; }

input.wpcf7-submit {
  width: 100%; }

/*SIDEBAR*/
#sidebar {
  padding: 30px 0; }

@media (min-width: 769px) {
  #sidebar {
    width: 50%; }
  #post-522 iframe {
    height: 400px; }
  /*general styles*/
  .flex {
    display: flex;
    flex-direction: row; }
  .flex-col {
    display: flex;
    flex-direction: column; }
  .flex-col.flex-top {
    justify-content: flex-start; }
  .flex-col.flex-mid {
    justify-content: center; }
  .flex-col.flex-bottom {
    justify-content: flex-end; }
  .flex-col.flex-left {
    align-items: flex-start; }
  .flex-col.flex-center {
    align-items: center; }
  .flex-col.flex-right {
    align-items: flex-end; }
  #home-columns .col-sm-4 {
    display: flex; } }

@media (min-width: 992px) {
  /*header*/
  #header .nav {
    padding: 0; }
  .nav > li.social-link > a {
    padding: 6px 8px; }
  .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  /*home styles*/
  .home-column {
    width: 100%; }
  #sidebar {
    width: 100%; }
  /*footer*/
  #callout {
    text-align: right;
    padding-top: 30px; }
  #copyright {
    text-align: left;
    padding-top: 30px; } }

@media (max-width: 991px) {
  /*bootstrap breakpoint 992*/
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li,
  .nav-stacked > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

body {
  font-family: "Inter";
  font-size: 16px; }

p {
  line-height: inherit; }

h1,
h2,
h3,
h4 {
  font-family: "Inter";
  text-transform: none; }

h1 {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.25; }

h2 {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25; }

h3 {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25; }

h4 {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25; }

h1.entry-title {
  text-align: left; }

p,
a,
li {
  color: #4A4A4A;
  font-family: "Inter"; }

ol li:before {
  color: #455DA1; }

blockquote {
  color: #4A4A4A; }

input,
button,
select,
textarea {
  border: 1px solid #455DA1; }

a.button,
input[type='submit'],
a.wp-block-button__link {
  -webkit-appearance: none !important;
  display: inline-block;
  box-shadow: 0px 4px 4px rgba(61, 94, 184, 0.3) !important;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: white;
  text-transform: none;
  text-decoration: none;
  background-color: #455DA1;
  padding: 5px 40px;
  border-width: 2px 4px;
  border-color: #455DA1;
  border-radius: 35px;
  border-style: solid;
  box-shadow: none; }
  a.button:hover,
  input[type='submit']:hover,
  a.wp-block-button__link:hover {
    background: #455DA1;
    opacity: 0.9;
    box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6) !important;
    border-radius: 35px; }

.entry-content a:not(.button) {
  color: #4A4A4A;
  text-decoration: underline; }
  .entry-content a:not(.button):hover {
    color: #455DA1;
    text-decoration: underline; }

.entry-content ul li:before {
  color: #455DA1; }

a.wp-block-button__link {
  text-decoration: none !important; }

#header.gon_header-standard {
  padding: 10px 0;
  background-color: white;
  border-bottom: 0px solid #666666; }
  #header.gon_header-standard button.navbar-toggle {
    margin: -20px 0 0 0; }
  #header.gon_header-standard .nav > li.social-link > a,
  #header.gon_header-standard .nav > li.social-link > a:hover,
  #header.gon_header-standard .nav > li.social-link > a:focus,
  #header.gon_header-standard .nav > li.social-link > a:active {
    border: none; }
  @media (min-width: 992px) {
    #header.gon_header-standard a.button {
      position: absolute;
      top: 0;
      right: 0; } }

#header.gon_header-banded .top-band {
  padding: 10px 0;
  background-color: white; }
  #header.gon_header-banded .top-band .container {
    position: relative; }
  #header.gon_header-banded .top-band #logo img {
    display: inline-block; }
  #header.gon_header-banded .top-band .header-links {
    padding-top: 10px; }
    @media (min-width: 992px) {
      #header.gon_header-banded .top-band .header-links {
        position: absolute;
        top: 0;
        right: 15px; } }
    #header.gon_header-banded .top-band .header-links ul.social-links {
      display: inline-block; }
      #header.gon_header-banded .top-band .header-links ul.social-links li.social-link {
        display: inline-block;
        padding: 0 8px; }

#header.gon_header-banded .bottom-band {
  padding: 0 0;
  background-color: #666666; }
  #header.gon_header-banded .bottom-band .nav > li {
    float: none; }
    @media (min-width: 992px) {
      #header.gon_header-banded .bottom-band .nav > li {
        display: inline-block; } }
  #header.gon_header-banded .bottom-band .dropdown-menu {
    margin: 0; }

#header.gon_header-transparent-top, #header.gon_header-transparent-bottom {
  padding: 10px 0;
  background-color: rgba(102, 102, 102, 0.5);
  position: absolute;
  z-index: 1000;
  width: 100%; }
  #header.gon_header-transparent-top button.navbar-toggle, #header.gon_header-transparent-bottom button.navbar-toggle {
    margin: -20px 0 0 0; }
  #header.gon_header-transparent-top .nav > li.social-link > a,
  #header.gon_header-transparent-top .nav > li.social-link > a:hover,
  #header.gon_header-transparent-top .nav > li.social-link > a:focus,
  #header.gon_header-transparent-top .nav > li.social-link > a:active, #header.gon_header-transparent-bottom .nav > li.social-link > a,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:hover,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:focus,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:active {
    border: none; }
  @media (min-width: 992px) {
    #header.gon_header-transparent-top a.button, #header.gon_header-transparent-bottom a.button {
      position: absolute;
      top: 0;
      right: 0; } }
  #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
    max-width: 200px;
    margin: 0 auto; }
    @media (min-width: 769px) {
      #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
        max-width: 400px; } }
    @media (min-width: 992px) {
      #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
        max-width: 100%; } }

#header.gon_header-below-slider #logo {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  transition: .3s ease all; }
  #header.gon_header-below-slider #logo img {
    max-height: 75px; }

#header.gon_header-below-slider #menu-main-menu {
  background-color: white;
  z-index: 1000;
  position: relative;
  padding: 10px 15px;
  text-align: center; }
  @media (min-width: 992px) {
    #header.gon_header-below-slider #menu-main-menu {
      display: inline-block;
      position: absolute;
      right: 50%;
      transform: translateX(50%);
      transition: .5s ease all;
      white-space: nowrap;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; } }

#header.gon_header-below-slider.fixmenu {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000; }
  #header.gon_header-below-slider.fixmenu #logo {
    left: 15px;
    transform: translateX(0); }
  @media (min-width: 992px) {
    #header.gon_header-below-slider.fixmenu #menu-main-menu {
      right: 60px;
      transform: translateX(0); } }
  #header.gon_header-below-slider.fixmenu.static {
    position: absolute; }

#header #logo img {
  max-width: 200px; }
  @media (min-width: 481px) {
    #header #logo img {
      max-width: 300px; } }
  @media (min-width: 992px) {
    #header #logo img {
      max-width: 250px; } }

#header .navbar-toggle .icon-bar {
  background-color: #455DA1; }

#header #menu-main-menu > li > a {
  font-family: "Inter";
  font-size: 19px;
  text-transform: uppercase;
  color: #455DA1;
  font-weight: bold;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: none;
  border-right: none;
  padding: 2px 5px;
  margin: 0 10px; }
  #header #menu-main-menu > li > a:hover, #header #menu-main-menu > li > a:active, #header #menu-main-menu > li > a:focus {
    text-decoration: none;
    color: #666666;
    background-color: transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #666666;
    border-left: none;
    border-right: none; }

#header #menu-main-menu > li.active > a,
#header #menu-main-menu > li.active > a:hover,
#header #menu-main-menu > li.active > a:focus,
#header #menu-main-menu > li.current-menu-parent > a:active,
#header #menu-main-menu > li.current-menu-parent > a,
#header #menu-main-menu > li.current-menu-parent > a:hover,
#header #menu-main-menu > li.current-menu-parent > a:focus,
#header #menu-main-menu > li.current-menu-parent > a:active {
  text-decoration: none;
  color: white;
  background-color: #455DA1;
  padding: 2px 10px;
  border-top: 2px solid #455DA1;
  border-bottom: 2px solid #455DA1;
  border-left: none;
  border-right: none; }

#header .dropdown-menu {
  background-color: white;
  font-size: 16px; }
  #header .dropdown-menu li > a {
    color: #455DA1; }
    #header .dropdown-menu li > a:hover {
      color: #666666;
      background-color: white;
      text-decoration: none; }
  #header .dropdown-menu li.active > a,
  #header .dropdown-menu li.active > a:hover,
  #header .dropdown-menu li.active > a:focus,
  #header .dropdown-menu li.active > a:active {
    color: white;
    background-color: #666666;
    text-decoration: none; }

#header a.button {
  color: white;
  background-color: #455DA1;
  border-color: #455DA1;
  box-shadow: none;
  font-family: "Inter";
  font-size: 16px; }
  #header a.button:hover {
    background-color: white;
    color: #455DA1;
    border-color: #455DA1; }

#header .caret {
  border-top-color: #455DA1; }

.home #home-slider.gon_slideshow-standard .slide-text .container {
  height: 100%; }
  .home #home-slider.gon_slideshow-standard .slide-text .container .row {
    height: 100%; }

.home #home-slider.gon_slideshow-overlay .slideshow-inner {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 10%;
  transform: translate(0, -50%);
  width: 80%; }
  @media (min-width: 769px) {
    .home #home-slider.gon_slideshow-overlay .slideshow-inner {
      width: auto;
      left: 50%;
      transform: translate(-50%, -50%); } }

.home #home-slider.gon_slideshow-overlay h1, .home #home-slider.gon_slideshow-overlay h2, .home #home-slider.gon_slideshow-overlay h3 {
  color: #455DA1;
  font-size: 30px;
  text-transform: uppercase; }

.home #home-slider.gon_slideshow-tiled {
  padding: 20px 0; }
  .home #home-slider.gon_slideshow-tiled .slide-text {
    height: 100%;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 769px) {
      .home #home-slider.gon_slideshow-tiled .slide-text {
        margin-top: 0; } }
  .home #home-slider.gon_slideshow-tiled span.cycle-pager {
    left: 37%; }

.home #home-slider.gon_slideshow-swoosh {
  position: relative; }
  .home #home-slider.gon_slideshow-swoosh div.swoosh-img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100; }
    .home #home-slider.gon_slideshow-swoosh div.swoosh-img img {
      width: 100%;
      height: auto; }
  .home #home-slider.gon_slideshow-swoosh .slideshow-inner {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 10%;
    transform: translate(0, -50%);
    width: 80%; }
    @media (min-width: 769px) {
      .home #home-slider.gon_slideshow-swoosh .slideshow-inner {
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .home #home-slider.gon_slideshow-swoosh h1, .home #home-slider.gon_slideshow-swoosh h2, .home #home-slider.gon_slideshow-swoosh h3 {
    color: #455DA1;
    font-size: 30px;
    text-transform: uppercase; }

.home #home-slider .slide-text {
  padding: 20px;
  background-color: #455DA1;
  font-size: 18px;
  border-bottom: none; }
  .home #home-slider .slide-text p,
  .home #home-slider .slide-text h1,
  .home #home-slider .slide-text h2,
  .home #home-slider .slide-text h3,
  .home #home-slider .slide-text h4,
  .home #home-slider .slide-text li {
    color: white; }
  .home #home-slider .slide-text a.button {
    color: white;
    background-color: transparent;
    border-color: white;
    box-shadow: none; }
    .home #home-slider .slide-text a.button:hover {
      color: white;
      background-color: white;
      border-color: #455DA1;
      box-shadow: none; }

.home #home-slider span.cycle-pager {
  position: absolute;
  z-index: 101;
  bottom: 0;
  font-size: 2em;
  left: 50%;
  transform: translateX(-50%); }
  .home #home-slider span.cycle-pager span {
    padding: 0 3px;
    color: #aaa;
    text-shadow: 0 0 5px black; }
    .home #home-slider span.cycle-pager span:hover {
      cursor: pointer; }
    .home #home-slider span.cycle-pager span.cycle-pager-active {
      color: #fff; }

.home #home-slider span.cycle-prev,
.home #home-slider span.cycle-next {
  position: absolute;
  z-index: 101;
  font-size: 80px;
  color: #ccc;
  opacity: 0.8;
  top: 30%; }
  .home #home-slider span.cycle-prev:hover,
  .home #home-slider span.cycle-next:hover {
    cursor: pointer; }

.home #home-slider span.cycle-prev {
  left: 20px; }

.home #home-slider span.cycle-next {
  right: 20px; }

.home #additional-home-content {
  background-color: rgba(69, 93, 161, 0.75);
  border-top: 3px solid white; }
  .home #additional-home-content h1,
  .home #additional-home-content h2,
  .home #additional-home-content h3,
  .home #additional-home-content h4 {
    color: #455DA1; }
  .home #additional-home-content img,
  .home #additional-home-content iframe {
    border: none; }
  .home #additional-home-content p,
  .home #additional-home-content span {
    font-size: 18px;
    color: #455DA1; }

#home-columns.gon_columns-standard .home-column {
  height: 100%;
  background: #455DA1;
  border: #455DA1 solid 0px;
  padding: 10%; }

#home-columns.gon_columns-expand .home-column {
  background: #455DA1;
  border: #455DA1 solid 0px;
  position: relative;
  padding: 10%; }
  #home-columns.gon_columns-expand .home-column .expand {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 6px 5px 5px 21px;
    color: #455DA1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,2989d8+50,ffffff+50,ffffff+100 */
    background: #455DA1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #455DA1 0%, #455DA1 50%, #455DA1 50%, #455DA1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #455DA1 0%, #455DA1 50%, #455DA1 50%, #455DA1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #455DA1 0%, #455DA1 50%, #455DA1 50%, #455DA1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#home-columns.gon_columns-full .home-column {
  height: 100%;
  border: #455DA1 solid 0px;
  padding: 10%;
  margin: 0 auto; }
  @media (min-width: 481px) {
    #home-columns.gon_columns-full .home-column {
      width: 100%; }
      #home-columns.gon_columns-full .home-column img,
      #home-columns.gon_columns-full .home-column .entry-content {
        max-width: 50%;
        margin: 0 auto; } }
  @media (min-width: 769px) {
    #home-columns.gon_columns-full .home-column img,
    #home-columns.gon_columns-full .home-column .entry-content {
      max-width: 100%; } }
  #home-columns.gon_columns-full .home-column.hc1 {
    background-color: #666666; }
  #home-columns.gon_columns-full .home-column.hc2 {
    background-color: #eee; }
  #home-columns.gon_columns-full .home-column.hc3 {
    background-color: #666666; }

#home-columns.gon_columns-overlay .home-column {
  height: 100%;
  border: #455DA1 solid 0px;
  background-size: cover; }
  #home-columns.gon_columns-overlay .home-column .entry-content {
    padding: 10%; }
  #home-columns.gon_columns-overlay .home-column .overlay {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #home-columns.gon_columns-overlay .home-column .overlay > a {
      margin-top: auto; }
  #home-columns.gon_columns-overlay .home-column.hc1 .overlay {
    background-color: rgba(69, 93, 161, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc1 h3 {
    background-color: rgba(69, 93, 161, 0.75); }
  #home-columns.gon_columns-overlay .home-column.hc2 .overlay {
    background-color: rgba(102, 102, 102, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc2 h3 {
    background-color: rgba(102, 102, 102, 0.75); }
  #home-columns.gon_columns-overlay .home-column.hc3 .overlay {
    background-color: rgba(51, 51, 51, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc3 h3 {
    background-color: rgba(51, 51, 51, 0.75); }

#home-columns.gon_columns-nogutter .home-column {
  height: 100%;
  border: #455DA1 solid 0px;
  background-size: cover; }
  #home-columns.gon_columns-nogutter .home-column .entry-content {
    padding: 10%; }
  #home-columns.gon_columns-nogutter .home-column .overlay {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #home-columns.gon_columns-nogutter .home-column .overlay > a {
      margin-top: auto; }
  #home-columns.gon_columns-nogutter .home-column.hc1 .overlay {
    background-color: rgba(69, 93, 161, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc1 h3 {
    background-color: rgba(69, 93, 161, 0.75); }
  #home-columns.gon_columns-nogutter .home-column.hc2 .overlay {
    background-color: rgba(102, 102, 102, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc2 h3 {
    background-color: rgba(102, 102, 102, 0.75); }
  #home-columns.gon_columns-nogutter .home-column.hc3 .overlay {
    background-color: rgba(51, 51, 51, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc3 h3 {
    background-color: rgba(51, 51, 51, 0.75); }

#home-columns > .container {
  max-width: 100%; }

#home-columns .home-column {
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    #home-columns .home-column {
      width: 50%;
      margin: 20px auto; } }
  @media (min-width: 769px) {
    #home-columns .home-column {
      width: 100%; } }
  #home-columns .home-column h3 {
    color: #455DA1;
    background: transparent;
    text-align: center; }

#sidebar h3 {
  color: #333333; }

#sidebar a {
  color: #455DA1; }
  #sidebar a:hover {
    color: #666666;
    text-decoration: underline; }

footer {
  background-color: #455DA1;
  padding: 30px 0; }
  footer h4 {
    color: white; }
  footer p,
  footer a,
  footer span,
  footer li,
  footer div {
    color: white; }
  footer a:hover {
    color: #666666;
    text-decoration: none; }
  footer .gon_footer-minimal .row {
    padding: 15px 0; }
  footer .gon_footer-minimal .menu {
    text-align: center; }
    @media (min-width: 769px) {
      footer .gon_footer-minimal .menu li {
        display: inline-block; }
        footer .gon_footer-minimal .menu li:last-child:after {
          display: none; }
        footer .gon_footer-minimal .menu li:after {
          content: '|';
          display: inline-block;
          padding: 0 10px; } }
  footer .gon_footer-minimal .footer-header {
    display: none; }

blockquote.wp-block-quote cite {
  display: flex;
  justify-content: flex-end; }

blockquote.wp-block-quote p {
  color: #4A4A4A; }

hr {
  border-top: 1px solid #eee; }

#post-522 iframe {
  border: 4px solid #455DA1 !important; }

.entry-content ul li.blocks-gallery-item:before {
  content: none; }

.top-menu-bg {
  background: white !important;
  margin-top:5px;}

#header.gon_header-standard {
  padding-top: 0; }

ul#menu-top-menu {
  display: flex; }

.top-menu-bg .textwidget p {
  color: white; }

#header.gon_header-standard .menu-top-menu-container li.social-link {
  display: inherit; }

#header .top-menu-bg .nav > li > a {
  font-family: "Inter";
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: none;
  border-right: none;
  padding: 0px 15px;
  margin: 0 0px; }

#header .top-menu-bg .nav > li > a:hover,
#header .top-menu-bg .nav > li > a:active,
#header .top-menu-bg .nav > li > a:focus {
  color: #455DA1;
  border-top: 2px solid transparent;
  border-left: none;
  border-right: 1px solid #455DA1; }

.top-menu-bg .nav > li.active > a,
.top-menu-bg .nav > li.active > a:hover,
.top-menu-bg .nav > li.active > a:focus,
.top-menu-bg .nav > li.current-menu-parent > a:active,
.top-menu-bg .nav > li.current-menu-parent > a,
.top-menu-bg .nav > li.current-menu-parent > a:hover,
.top-menu-bg .nav > li.current-menu-parent > a:focus,
.top-menu-bg .nav > li.current-menu-parent > a:active {
  text-decoration: none;
  color: white;
  background-color: transparent;
  padding: 2px 10px;
  border-top: 2px solid #455DA1;
  border-bottom: 2px solid #455DA1;
  border-left: none;
  border-right: none; }

@media (max-width: 991px) {
  .top-menu-bg .textwidget p {
    font-size: 12px;
    display: none; }
  #header .top-menu-bg .nav > li > a {
    font-size: 12px; } }

.navigation.gon_header-standard.slide-in.animated-in {
  padding-top: 10px !important; }

.navigation.gon_header-standard.slide-in.animated-in .top-menu-bg {
  display: none; }

section.gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid {
  padding: 0 !important; }

@media (min-width: 481px) {
  .gon_columns-nogutter .home-column {
    margin: 0px auto !important; }
  .gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid:nth-child(odd) {
    border-right: 3px solid white !important; }
  .gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid {
    border-top: 3px solid white !important; } }

.text-uppercase {
  text-transform: uppercase !important; }

.text-center {
  text-align: center !important; }

.additional-home-content-bg {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 400px; }

#additional-home-content {
  padding: 50px 0; }

.parallax {
  background-attachment: fixed !important; }

span.flex.text-middle.parallax-button {
  display: flex; }

.google-map {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.col-sm-12.google-map img {
  width: 100vw; }

@media (max-width: 991px) {
  .col-sm-12.google-map img {
    height: 492px;
    width: auto;
    object-fit: none; } }

.minus {
  display: none; }

.minus,
.plus {
  font-family: Verdana; }

.gon-faq .faq-pair {
  margin-bottom: 20px; }

.gon-faq.faq-pair a,
.gon-faq.faq-pair a:hover {
  text-decoration: none; }

.faq-answer p {
  margin-left: 8px !important; }

.gon_columns-nogutter .entry-content p {
  color: white !important; }

.gon_columns-nogutter h3.entry-title {
  color: white !important; }

#additional-home-content {
  margin-left: -15px;
  margin-right: -15px; }

#additional-home-content p {
  padding-left: 10px;
  padding-right: 10px; }

#additional-home-content h2 {
  color: black;
  padding-bottom: 15px; }

body {
  overflow-x: hidden; }

.home #home-slider .slide-text {
  display: none; }

#home-columns .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.home-column.hc1 h2 {
  color: white;
  border-bottom: 2px solid white;
  margin-top: 30px; }

.home-column.hc1 li {
  color: white; }

#home-columns.gon_columns-nogutter .home-column.hc1 .overlay {
  background-color: #455DA1; }

.home-column .button {
  background: #EEEEEE;
  border-radius: 35px;
  color: #455DA1;
  margin-top: 50px; }

.home-column .button:hover {
  background: #EEEEEE;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  color: #455DA1; }

.home #additional-home-content span {
  color: white; }

.home #additional-home-content span {
  color: white; }

.page-template-page-home .col-sm-4.text-center.flex-col.flex-mid {
  padding: 0; }

.wp-block-quote p:before {
  content: '\201C' !important;
  position: relative !important;
  font-size: 100px !important;
  font-family: 'Source Sans Pro' !important;
  top: 27px !important;
  left: 0 !important;
  line-height: 0.01;
  color: #455DA1 !important; }

.wp-block-quote p:after {
  content: '\201D' !important;
  position: relative !important;
  font-size: 100px !important;
  font-family: 'Source Sans Pro';
  line-height: 0.01;
  bottom: -43px !important;
  right: 0 !important;
  color: #455DA1 !important; }

.page-template-page-home .entry-content ul li:before {
  color: white; }

.home-contact-column a.button.fancy-font-i {
  background: #EEEEEE;
  border-radius: 35px;
  border-width: 0px 0px;
  margin-top: 50px; }

.home #additional-home-content span {
  color: #455DA1; }

a.button:hover {
  background: #455DA1;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6);
  border-radius: 35px; }

.home #additional-home-content {
  border-top: 0px solid white; }

#home-columns.gon_columns-nogutter .home-column .entry-content {
  padding-right: 75px;
  padding-left: 75px;
  text-align: left;
  line-height: 30px; }

.additional-home-p {
  color: white !important; }

.home-contact-column p {
  color: white !important;
  margin-left: 120px;
  margin-right: 120px; }

img.wp-image-677 {
  padding: 50px 50px; }

a.wp-block-button__link {
  color: white !important; }

a.wp-block-button__link:hover {
  background: #455DA1;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6);
  border-radius: 35px; }

.has-text-align-center {
  border-bottom: 2px solid #455DA1;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  #header #logo img {
    height: 160px;
    transform: translateY(-30px);
    margin-bottom: -40px; } }

#header .top-menu-bg .nav > li > a {
  color: #4A4A4A;
  font-weight: 400;
  border-right: 1px solid #455DA1; }

.col-md-6.flex-col.flex-mid.flex-right.p-r-0.md-p-l-0.md-p-r-0.top-menu-hide {
  margin-right: 50px; }

#header.gon_header-standard a.button {
  margin-right: 50px;
  box-shadow: 0px 4px 4px rgba(61, 94, 184, 0.3);
  margin-top:5px;}

#header.gon_header-standard a.button:hover {
  background: #455DA1;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6);
  border-radius: 35px;
  color: white; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 750px; }

.fa-facebook:before, .fa-instagram:before, .fa-twitter:before {
  color: #455DA1; }

#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 10px; }

a.mega-menu-link:active {
  text-decoration: underline !important; }

.fa-chevron-right:before, .fa-chevron-left:before {
  color: #455DA1; }

.logo-slideshow {
  margin-bottom: 50px; }


.next-to-map-columns {
  margin-top: 80px;
  line-height: 35px;
  font-size: 18px; }

.wp-block-quote {
  background: white !important;
  border-left: 0px; }

figcaption {
  background: rgba(255, 255, 255, 0.85) !important;
  color: #4a4a4a !important; }

.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px 10px 10px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 0px 10px 10px; }

.team-title {
  border-top: 3px solid #455DA1;
  color: #455DA1; }

.job-title {
  border-bottom: 3px solid #455DA1;
  color: #455DA1; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  padding: 0px 0px 0px 10px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 0px 10px 10px; }

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

/*li.mega-current-menu-item {*/
/*  border-bottom: 2px solid #455DA1 !important; }*/

@media (max-width: 991px) {
  .menu-top-menu-container {
    display: none; }
  #header.gon_header-standard a.button {
    display: none; } }

@media (max-width: 991px) {
  #home-columns .home-column {
    margin-bottom: 0; }
  .hide-mobile {
    display: none; }
  .navbar-header {
    display: none; }
  #mega-menu-wrap-mobile_menu .mega-menu-toggle {
    background: transparent;
    transform: translateY(-200px); }
  #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #455DA1; }
  #branding {
    display: flex;
    justify-content: center; }
  .home-contact-column p {
    margin: 0; } }

@media (min-width: 992px) {
  .hide-desktop {
    display: none; } }

#contact-page-template h2 {
  text-align: left; }

#contact-page-template #additional-home-content p {
  margin: 0; }

.gform_wrapper h3.gform_title {
  display: none; }

#contact-page-template .gform_wrapper .gform_footer {
  text-align: right; }

#contact-page-template input {
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 2px; }

#gform_submit_button_1 {
  background: #455DA1;
  box-shadow: 0px 4px 4px rgba(61, 94, 184, 0.3);
  border-radius: 35px !important; }

#gform_submit_button_1:hover {
  background: #455DA1;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6);
  border-radius: 35px; }

#contact-page-template iframe {
  border: 0 !important; }

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

#contact-page-template .wp-block-columns {
  line-height: 35px; }

#mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #ffffff !important;
  text-align: center; }

#mega-menu-wrap-mobile_menu #mega-menu-mobile_menu li#mega-menu-item-830 > a.mega-menu-link {
  margin-right: 90px !important;
  margin-left: 90px !important;
  margin-bottom: 10px;
  background: #455DA1;
  box-shadow: 0px 4px 4px rgba(61, 94, 184, 0.3);
  border-radius: 35px;
  color: white; }

a.fab.fa-facebook-square, a.fab.fa-instagram-square, a.fab.fa-twitter-square {
  color: #455DA1 !important; }

.gon_services_menu-template-default .dropdown-menu > li > a {
  color: white; }

.gon_services_menu-template-default .dropdown-menu > li > a:hover {
  background: #455DA1;
  opacity: 0.9;
  box-shadow: inset 2px 4px 4px rgba(9, 20, 78, 0.6);
  border-radius: 35px; }

#searchsubmit {
  padding: 5px 20px !important;
  margin-top: 10px; }
