table th, table td {
  padding: 10px;
}
a:hover {
  color: #FDC513;
}
.excerpt-more {
  display: block;
}
.image, .image img {
  display: block;
}
/*** BUTTONS ***/
.button {
  background-color: #00598f;
  padding: 0.75em 1.5em;
}
.button-hover {
  background-color: #FDC513;
}
/*** FORMS ***/
input[type="submit"] {
  background-color: #00598f;
  border: none;
  padding: 0.75em 1.5em;
}
input[type="submit"]:hover {
  background-color: #FDC513;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff !important;
  border: solid 1px #d1d2d4 !important;
  padding: 5px 8px;
}
.forminator-label {
  display: block;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #d1d2d4;
  padding: 1em !important;
  width: 100%;
}
.forminator-row-last {
  text-align: center;
}
.forminator-button-submit {
  background: #00598f;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0.75em 1.5em !important;
  border: none;
  cursor: pointer;
}
.forminator-button-submit:hover {
  background: #666;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #FDC513;
}
.header__row {
  display: flex;
  align-items: center;
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
body {
  padding-top: 85px;
}
.header__row {
  transition: padding 1s;
}
body.et-tb-has-header #page-container {
  padding-top: 70px !important;
}
header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  transition: padding 1s;
}
header.fixed-header .header__row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
header.fixed-header .header__logo img {
  max-height: 30px !important;
}
.header__logo img {
  height: 40px;
  max-height: 40px !important;
  transition: max-height 1s;
}
/*** SIDE MENU ***/
.side-menu .sub-menu {
  padding: 0;
}
.side-menu {
  padding: 0 !important;
  background-color: #fff;
}
.side-menu .current-list-item > a, .side-menu .current-list-item > a:hover {
  background: #2A82D1;
  border-left-color: #2A82D1;
  border-right-color: #2A82D1;
  color: #fff !important;
  cursor: default;
}
.side-menu .current-list-item:last-child > a, .side-menu .current-list-item:last-child > a:hover {
  border-bottom: var(--link-current);
}
.side-menu__wrapper {
  position: relative;
}
.side-menu__item, .side-menu li {
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
}
.side-menu__item:not(:last-child), .side-menu li:not(:last-child) {
  /*border-bottom:solid 1px #ddd;*/
}
.side-menu a {
  padding: 16px;
  display: block;
  color: #353535;
  font-weight: bold;
  border: solid 2px #00598f;
  border-top: none;
}
.side-menu__item a:hover {
  /*color:#fff!important;*/
}
.side-menu li a:hover {
  /*color:#fff!important;*/
  background-color: #FDC513;
}
/*.side-menu .current-list-item a, .side-menu .current-list-item a:hover {
	background-color:var(--link-current);
	color:#fff;
	cursor:default;
}
*/
@media (max-width: 980px) {
  .side-menu__select-toggle {
    position: relative;
    border: solid 2px #00598f;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
    color: #333;
  }
  .side-menu__select-toggle:hover {
    background: #00598f;
    color: #fff;
  }
  .side-menu__select-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #00598f transparent transparent transparent;
  }
  .side-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .side-menu__wrapper.select-open .side-menu {
    max-height: 800px;
  }
  .side-menu li:last-child a {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
}
@media (min-width: 981px) {
  .side-menu__select-toggle {
    display: none;
  }
}
.display-posts-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.footer__copyright {
  font-size: 12px;
}
/*** HEADER SEARCH ***/
.header__search input[type="text"] {
  background-color: #fff !important;
  padding: 0.75em 1.5em;
}
/* GOOGLE SEARCH */
form.gsc-search-box {
  max-width: 580px;
}
table.gsc-search-box {
  margin-bottom: 0 !important;
}
.entry-content table:not(.variations) {
  border: none !important;
  margin-bottom: 0 !important;
}
.wgs_wrapper td.gsib_a {
  padding: 4px 8px;
}
.gsc-search-button-v2 {
  border: none !important;
  height: 24px !important;
}
.gsc-search-button-v2:hover {
  background: #FDC513 !important;
  cursor: pointer;
}
.gsc-input {
  max-width: 550px;
}
.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 24px !important;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .wgs_wrapper .gsc-input-box .gsib_a input {
    width: 100%;
    border: none !important;
  }
  .header__search .gsc-input-box {
    height: 34px !important;
    border: solid 1px #ccc;
  }
}
/*   GOOGLE SEARCH RESULTS */
.search-results .gsc-input-box {
  border: solid 1px #ccc;
}
.search-results .wgs_wrapper .gsc-input-box .gsib_a input {
  border: none !important;
}
.gsc-webResult.gsc-result {
  margin-bottom: 2em !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
}
.gcsc-more-maybe-branding-root {
  display: none;
}
.gsc-adBlock {
  display: none !important;
  height: 0 !important;
  overflow: hidden;
}
/* IVORY SEARCH */
@media (max-width: 1199px) {
  #searchform {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #searchform {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .header__search input[type="text"] {
    border: none !important;
  }
}
body {
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__search {
    background-color: #ddd;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    transform: translateY(-200%);
    transition: 0.5s all;
  }
  .header__search form {
    max-width: 600px;
    margin: 0 auto !important;
  }
}
.search-open {
  padding-top: 59px;
}
.search-open .header__search {
  transform: translateY(0);
}
.header__search input[type="submit"], .et-db #et-boc .et-l .header__search.et_pb_search input.et_pb_searchsubmit {
  background-color: #000;
  color: #fff;
}
.search__toggle {
  width: 32px;
  height: 24px;
  margin: -6px 0 0 !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .search__toggle .et-pb-icon {
    transition: all 0.5s;
  }
  .search__toggle:hover .et-pb-icon {
    opacity: 0.5;
  }
  .header__search input[type="submit"] {
    transition: all 0.3s;
    line-height: 1 !important;
  }
  .header__search input[type="submit"]:hover {
    background-color: #666 !important;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search {
    margin-left: auto;
  }
}
.icon_search {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  height: 30px;
  width: 30px;
  margin-top: -3px;
  cursor: pointer;
}
.icon_search:before {
  display: inline-block;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "U";
}
@media (max-width: 1199px) {
  .icon_search:before {
    color: #000;
  }
  .icon_search:hover:before {
    color: #666;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search input[type="text"] {
    height: 34px !important;
  }
  header .header__search {
    max-width: 400px;
    margin-bottom: 20px !important;
  }
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .mobile_menu_bar {
    display: none !important;
  }
  .header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header__menu .et_pb_menu__menu > nav > ul > li > a {
  font-family: "Lato", sans-serif;
}
/* Align hamburger right */
.et_pb_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end !important;
}
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
/*
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
	color:#333!important;
	font-size:68px!important;
	top:0px!important;
	transition:all .5s;
}


.header__section .et_mobile_menu {
	border:none!important;
	position:fixed!important;
	left:-100%!important;
	top:0!important;
	width:80%!important;
	max-width:400px;
	height:100%!important;
	padding:0!important;
	overflow-y:auto;
	display:block!important;
	transition:all .3s;
}
*/
/*
header .opened .et_mobile_menu {
	left:0!important;
}


.et_mobile_menu li li a,.et-db #et-boc .et-l .et_mobile_menu li li a {
	padding-left:40px;
}

.et_mobile_menu li a,.et_mobile_nav_menu li a {
    border-bottom:solid 1px rgba(255,255,255,.15)!important;
}
*/
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #FDC513 !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 981px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
@media (max-width: 1199px) {
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background: none;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  header .et_mobile_menu > li {
    margin-bottom: 0.5em;
  }
  header .et_mobile_menu > li > a {
    font-size: 30px !important;
    padding: 16px 30px;
  }
  header .opened #mobile_menu1 {
    background-color: #00598f !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
  }
  .menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
  }
  .home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 0;
    top: -16px;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #023a84;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #023a84;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #023a84;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 6px;
  }
  .menu-icon-toggle::after {
    bottom: 6px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: white;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: #023a84;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    position: fixed !important;
    top: 40%;
    left: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 50%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535 !important;
  }
  .et-db #et-boc .et-l .et-menu li li a {
    color: #fff !important;
  }
  #menu-main-menu > .current-menu-item > a {
    color: #2A82D1 !important;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #353535 !important;
  }
}
/**** ONE PAGE STYLES ***/
.one-page-footer {
  color: #888;
}
.intro__text {
  background-color: #666;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 980px) {
  .tablet-thirds {
    display: flex;
    justify-content: space-between;
  }
  .tablet-thirds .et_pb_column {
    width: 31%;
  }
}
/*** TOGGLES ****/
#main-content .et_pb_toggle_close, #main-content .et_pb_toggle_open {
  padding: 0;
}
#main-content .et_pb_toggle_title {
  padding: 20px;
  background-color: #222;
  color: #fff;
}
#main-content .et_pb_toggle .et_pb_toggle_title:before {
  right: 20px;
  color: #fff;
}
#main-content .et_pb_toggle_title:before {
  content: ";";
  font-size: 24px;
}
#main-content .et_pb_toggle_content {
  padding: 20px;
}
#main-content #grid li.doc-material {
  float: none;
  width: 100%;
}
#main-content .et_pb_toggle a {
  color: #333;
}
#main-content #grid li.doc-material p {
  display: none;
}
#main-content #grid li.doc-material::before {
  height: 16px;
  font-size: 16px;
}
#main-content #grid li.doc-material span {
  line-height: 1.2;
  vertical-align: bottom;
}
