@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

:root {
    --westar: #E2DED6;
    --lynch: #4a5c8e;
    --blue-zodiac: #132D62;
    --aqua-spring: #F2F8FB;
    --white: #FFFFFF;
    --roman: #D9534F;
    --fire-bush: #E8A52E;
    --surfie-green: #0B7780;
    --stiletto: #933145;
    --periwinkle-gray: #C5D9E7;
    --cloud-burst: #1D324E;
    --curious-blue: #007cad;
    --st-tropaz: #2E58A0;
    --neptune: #8CC5B6;
    --lochmara: #037DB8;
    --waterloo: #7C8699;
    --pablo: #8B7C6D;
    --bossanova: #572C68;
    --coral-reef: #C1BE9D;
    --fiord: #4D546E;
}
.has-westar-color{ color: var(--westar); }
.has-lynch-color{ color: var(--lynch); }
.has-blue-zodiac-color{ color: var(--blue-zodiac); }
.has-aqua-spring-color{ color: var(--aqua-spring); }
.has-white-color{ color: var(--white); }
.has-roman-color{ color: var(--roman); }
.has-fire-bush-color{ color: var(--fire-bush); }
.has-surfie-green-color{ color: var(--surfie-green); }
.has-stiletto-color{ color: var(--stiletto); }
.has-periwinkle-gray-color{ color: var(--periwinkle-gray); }
.has-cloud-burst-color{ color: var(--cloud-burst); }
.has-curious-blue-color{ color: var(--curious-blue); }
.has-st-tropaz-color{ color: var(--st-tropaz); }
.has-neptune-color{ color: var(--neptune); }
.has-lochmara-color{ color: var(--lochmara); }
.has-waterloo-color{ color: var(--waterloo); }
.has-pablo-color{ color: var(--pablo); }
.has-bossanova-color{ color: var(--bossanova); }
.has-coral-reef-color{ color: var(--coral-reef); }
.has-fiord-color{ color: var(--fiord); }

.has-westar-color a{ color: var(--westar); }
.has-lynch-color a{ color: var(--lynch); }
.has-blue-zodiac-color a{ color: var(--blue-zodiac); }
.has-aqua-spring-color a{ color: var(--aqua-spring); }
.has-white-color a{ color: var(--white); }
.has-roman-color a{ color: var(--roman); }
.has-fire-bush-color a{ color: var(--fire-bush); }
.has-surfie-green-color a{ color: var(--surfie-green); }
.has-stiletto-color a{ color: var(--stiletto); }
.has-periwinkle-gray-color a{ color: var(--periwinkle-gray); }
.has-cloud-burst-color a{ color: var(--cloud-burst); }
.has-curious-blue-color a{ color: var(--curious-blue); }
.has-st-tropaz-color a{ color: var(--st-tropaz); }
.has-neptune-color a{ color: var(--neptune); }
.has-lochmara-color a{ color: var(--lochmara); }
.has-waterloo-color a{ color: var(--waterloo); }
.has-pablo-color a{ color: var(--pablo); }
.has-bossanova-color a{ color: var(--bossanova); }
.has-coral-reef-color a{ color: var(--coral-reef); }
.has-fiord-color a{ color: var(--fiord); }

.has-westar-background-color{ background-color: var(--westar); }
.has-lynch-background-color{ background-color: var(--lynch); }
.has-blue-zodiac-background-color{ background-color: var(--blue-zodiac); }
.has-aqua-spring-background-color{ background-color: var(--aqua-spring); }
.has-white-background-color{ background-color: var(--white); }
.has-roman-background-color{ background-color: var(--roman); }
.has-fire-bush-background-color{ background-color: var(--fire-bush); }
.has-surfie-green-background-color{ background-color: var(--surfie-green); }
.has-stiletto-background-color{ background-color: var(--stiletto); }
.has-periwinkle-gray-background-color{ background-color: var(--periwinkle-gray); }
.has-cloud-burst-background-color{ background-color: var(--cloud-burst); }
.has-curious-blue-background-color{ background-color: var(--curious-blue); }
.has-st-tropaz-background-color{ background-color: var(--st-tropaz); }
.has-neptune-background-color{ background-color: var(--neptune); }
.has-lochmara-background-color{ background-color: var(--lochmara); }
.has-waterloo-background-color{ background-color: var(--waterloo); }
.has-pablo-background-color{ background-color: var(--pablo); }
.has-bossanova-background-color{ background-color: var(--bossanova); }
.has-coral-reef-background-color{ background-color: var(--coral-reef); }
.has-fiord-background-color{ background-color: var(--fiord); }

.fcomplete-wrap {
    z-index: 99;
}
.facetwp-facet.facetwp-facet-bd_name.facetwp-type-autocomplete {
    position: relative;
}
.facetwp-facet.facetwp-facet-bd_name.facetwp-type-autocomplete:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url(https://ec2-15-200-241-58.us-gov-west-1.compute.amazonaws.com/dev/wp-content/plugins/facetwp/assets/images/icon-search.png) no-repeat;
    background-position: 5px 50% !important;
    background-size: 20px 20px !important;
    position: absolute;
    top: 0;
    right: 0;
	filter: invert(51%) sepia(17%) saturate(0%) hue-rotate(149deg) brightness(95%) contrast(100%);
}
.facetwp-facet.facetwp-facet-bd_name.facetwp-type-autocomplete.is-loading:before {
    background: url(https://ec2-15-200-241-58.us-gov-west-1.compute.amazonaws.com/dev/wp-content/plugins/facetwp/assets/images/loading.png) no-repeat;
    animation: spin 700ms infinite linear;
}
input.facetwp-autocomplete.fcomplete-enabled {
    padding: 6px 30px 6px 15px;
    line-height: 1;
}
input.facetwp-autocomplete-update {
    width: 30px;
    height: 100%;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    background-position: 5px 50%;
    background-size: 20px 20px;
    font-size: 0;
}
.is-loading input.facetwp-autocomplete-update {
    background: url(https://ec2-15-200-241-58.us-gov-west-1.compute.amazonaws.com/dev/wp-content/plugins/facetwp/assets/images/loading.png) no-repeat;
    animation: spin 700ms infinite linear;
}
button.facetwp-reset.facetwp-hide-empty:hover {
    background: #4D546E;
}
button.facetwp-reset.facetwp-hide-empty {
    padding: 14px 20px;
    background: #132D62;
    color: #F2F8FB;
    line-height: 1;
    border: 0;
}
.custom_facet_pager_sort .facet_sort_by .sort-by-label {
    margin-right: 10px;
    width: auto;
}
.custom_facet_pager_sort .facetwp-facet {
    margin-bottom: 0 !important;
    max-width: calc(100% - 70px);
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.is-loading button.facetwp-load-more:after {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
button.facetwp-load-more:after {
    content: "\f531";
    font-family: 'dashicons';
    margin-left: 10px;
}
button.facetwp-load-more {
    background: #132d62;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 17px 25px;
	min-width: 158px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    float: none;
    margin: 0 auto;
}
button.facetwp-load-more.facetwp-hidden {
    display: none !important;
}
button.facetwp-load-more:hover {
    background: #4d546e;
}
button.facetwp-load-more:active {
    background: #4d546e;
    color: #fff;
}
.custom_facet_load {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.custom_facet_pager_sort {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2DED6;
}
.custom_facet_pager_sort .facetwp-facet {
    margin-bottom: 0 !important;
}
.custom_facet_pager_sort .facetwp-facet select {
    border: 1px solid #E2DED6;
    padding: 6px 18px 6px 6px;
	max-width: 100%;
}
.scrollup {
    text-align: center;
    color: #fff;
    background: #8d8d8d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-decoration: none !important;
	border: none !important;
}
.scrollup:hover {
    background-color: #4D546E;
    color: #fff;
}

.gb-layout-columns-1 > .gb-block-layout-column-gap-2 {
    grid-gap: 30px;
    padding: 0 15px;
}
.wp-block-genesis-blocks-gb-column p:last-child {
    margin-bottom: 0;
}
.gb-block-post-grid.post-slider {
    margin: 0 0 50px 0;
}
.no-margin {
    margin-bottom: 0;
}
.arrow-link a {
    position: relative;
    font-weight: bold;
    padding-right: 20px;
}
.arrow-link a:after {
    content: '\f345';
    font-family: 'dashicons';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: bold;
}
.slide-arrow .dashicons, .slide-arrow .dashicons-before:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.gb-block-post-grid {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
    line-height: 25px;
    color: var(--blue-zodiac);
	word-wrap: break-word;
}
.archive-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
h1.extra-large {
    font-size: 62px !important;
    line-height: 75px !important;
}
h1 {
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-size: 42px;
    line-height: 50px;
}
h3 {
    font-size: 30px;
    line-height: 40px;
}
h4 {
    font-size: 23px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
h1.post-title {
    font-size: 42px;
    line-height: 50px;
}

small {
    font-size:12px;
    line-height: 20px;
}
b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
p {
    margin-bottom: 25px;
}
p.large-text {
    font-size: 1.4em;
    line-height: 1.4em;
}
a, a:active, button, button:active, input[type=submit] {
    outline: none;
    color: var(--blue-zodiac);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    text-decoration: none;
}
a:hover {
    color: var(--fiord);
	text-decoration: underline;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px !important;
}
.page-content-container a:not(h2 a,h3 a,h4 a,h5 a) {
	color:#007cad;
}
.post-content-container a {
	color:#007cad;
}
:focus-visible {
    outline: var(--blue-zodiac) auto 1px !important;
}
::placeholder {
  color: var(--lynch);
}
img {
	max-width: 100%;
    height: auto;
}
#header ul, #header ol {
	list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}
footer ul, footer ol {
	list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.post-title-container ul, .post-title-container ol {
	list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}

li {
    margin-bottom: 5px;
}
p#breadcrumbs {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
p#breadcrumbs a {
    color: #F2F8FB;
}
p#breadcrumbs span {
    color: #F2F8FB;
}
p#breadcrumbs span.dashicons.dashicons-arrow-right-alt2 {
    font-size: 12px;
    line-height: 20px;
}
.vertical-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.large-container {
    max-width:1440px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
}
.container {
    max-width:1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
p.has-small-font-size {
    font-size: 13px;
}
p.has-normal-font-size {
    font-size: 16px;
    line-height: 25px;
}
p.has-medium-font-size {
    font-size: 18px;
    line-height: 25px;
}
p.has-large-font-size {
    font-size: 25px;
    line-height: 35px;
}
p.has-huge-font-size {
    font-size: 30px;
    line-height: 40px;
}
.image-slide-gallery {
    display: block;
}
.image-slide-gallery .blocks-gallery-grid {
    display: block;
    padding: 0 15px;
}
.image-slide-gallery li {
    margin: 0;
}
.image-slide-gallery li figcaption.blocks-gallery-item__caption {
    display: none;
}
.image-slide-gallery .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    margin: 0;
	padding: 0;
}
.image-slide-gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.image-slide-gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.image-slide-gallery .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #8B7C6D;
    border-radius: 50%;
    background: #132D62;
    border-color: #132D62;
}
.image-slide-gallery .slick-dots li.slick-active button:before {
    background: transparent;
}
.image-slide-gallery button.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    line-height: 0;
    padding: 8px 7px;
    border-radius: 50%;
    background: #F2F8FB;
}
.image-slide-gallery button.slide-arrow.prev-arrow {
    left: 30px;
}
.image-slide-gallery button.slide-arrow.next-arrow {
    right: 30px;
}
.image-slide-gallery button.slide-arrow span.dashicons {
    font-size: 24px;
    line-height: 1;
    width: 26px;
    height: auto;
}
.image-slide-gallery button.slide-arrow.prev-arrow span.dashicons {
    text-align: left;
}
.image-slide-gallery button.slide-arrow.next-arrow span.dashicons {
    text-align: right;
}
.post-slider .gb-post-grid-items article {
    opacity: 0.3;
    margin-bottom: 0;
    display: flex;
}
.post-slider .gb-post-grid-items article.slick-current {
    opacity: 1;
}
.gb-block-post-grid.post-slider .gb-block-post-grid-image {
    margin-bottom: 0;
    position: relative;
}
.gb-block-post-grid.post-slider .gb-block-post-grid-image a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gb-block-post-grid.post-slider .gb-block-post-grid-image a img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.post-slider .gb-post-grid-items .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 99;
    margin-bottom: 0;
    line-height: 0;
    margin-top: 40px;
}
.post-slider .gb-post-grid-items .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.post-slider .gb-post-grid-items .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.post-slider .gb-post-grid-items .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #8B7C6D;
    border-radius: 50%;
    background: #132D62;
    border-color: #132D62;
}
.post-slider .gb-post-grid-items .slick-dots li.slick-active button:before {
    background: transparent;
}
.post-slider .gb-post-grid-items button.slide-arrow {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    font-size: 24px;
    line-height: 0;
    padding: 0;
    background: transparent;
}

.post-slider .gb-post-grid-items article > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.gb-block-post-grid.events-post-grid .gb-block-post-grid-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.gb-block-post-grid.events-post-grid .gb-block-post-grid-image a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.gb-block-post-grid.events-post-grid .gb-block-post-grid-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gb-block-post-grid.events-post-grid header h5.gb-block-post-grid-title {
    font-size: 18px;
    line-height: 25px;
}
.gb-block-post-grid.events-post-grid header .gb-block-post-grid-title a:hover {
    text-decoration: none;
}
.post__grid_image {
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.post__grid_image a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.post__grid_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__grid_date {
    position: absolute;
    top: 0;
    left: 0;
    background: #E2DED6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    text-align: center;
    min-width: 85px;
}
span.post__grid_month {
    text-transform: uppercase;
    color: #4a5c8e;
    font-weight: 600;
}
span.post__grid_day {
    font-family: 'Merriweather';
    font-size: 30px;
    font-weight: bold;
}
span.post__grid_year {
    text-transform: uppercase;
    color: #4a5c8e;
    font-weight: 600;
}
a.post__cat {
    font-size: 13px;
    color: #4a5c8e;
    text-transform: uppercase;
}
.post__grid_tile-content h5 {
    margin: 0 0 12px 0;
}
.post__grid_tile-content p {
    margin-bottom: 10px;
}
.featured-news {
    position: relative;
    overflow: hidden;
    margin: 50px 0 25px;
}
.archive-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
	padding-top: 50px;
    border-top: 1px solid #E2DED6;
}
.home-container {
    position: relative;
    overflow: hidden;
}
.post__grid_content p:last-child {
    margin-bottom: 0;
}
.sign-up-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.sign-up-form form {
    max-width: 380px;
    margin: 0 auto;
}
.sign-up-form .form-item.webform-component.webform-component-email.webform-component--email {
    width: calc(100% - 100px);
    float: left;
}
.sign-up-form .form-item.webform-component.webform-component-email.webform-component--email input {
    width: 100%;
	padding: 10px 15px;
	line-height: 1;
	border: 1px solid #E2DED6;
}
.sign-up-form .form-item.webform-component.webform-component-email.webform-component--email input::placeholder {
    color: #4a5c8e;
	font-size:13px;
}
.sign-up-form form > p {
    float: right;
    width: 100px;
}
.sign-up-form form > p input {
    width: 100%;
    background: #132D62;
    color: #F2F8FB;
    line-height: 1;
    padding: 14px 0px;
    border: 0;
}
.sign-up-form form > p input:hover {
    background: #4D546E;
}
.postentry {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.search.container .entry {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #E2DED6;
    margin-top: 25px;
}
.search.container .entry:first-child {
    margin-top: 0;
}
.search.container .entry:last-child {
    border-bottom: 0;
}
.postentry .search-result-title .posttitle {
    margin-bottom: 10px;
}
.postentry .search-result-category {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.postentry .search-result-link {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.postentry .search-result-excerpt p {
    margin-bottom: 10px;
}
.search-result-category a {
    color: #007cad;
    text-decoration: underline;
}
.search-result-link a {
    color: #007cad;
    text-decoration: underline;
}
.tags {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}
.tags p {
    margin-bottom: 0;
}
a.tag-link {
    background: #132D62;
    border: 1px solid #132D62;
    margin-left: 2px;
    padding: 0 5px;
    color: #F2F8FB;
    font-weight: 600;
	display: inline-block;
}
a.tag-link:hover {
    background: #4D546E;
}
.sitemap-navigation {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.sitemap-navigation a.tag-link {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
	color: #F2F8FB;
}
.sitemap-navigation a.tag-link:last-child {
    margin-right: 0px;
}
.fs-wrap .fs-search input {
    padding: 5px !important;
}
.board_decisions_facet_pager {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.custom-post-filter {
    position: relative;
    background: #F2F8FB;
    padding: 50px 0;
}
.custom-post-filter select.facetwp-dropdown {
    max-width: 100%;
}
.custom-post-filter .fs-label-wrap {
    width: 100%;
    border: 1px solid #E2DED6;
    padding: 3px 0;
}
.custom-post-filter .fs-wrap {
    width: 100%;
    position: relative;
}
.custom-post-filter .fs-dropdown {
    width: 100% !important;
}
.custom-post-filter .facetwp-facet {
    margin-bottom: 0 !important;
}
.custom-post-filter .facetwp-facet-date_range {
    display: flex;
    width: 100%;
	max-width: 360px;
    overflow: hidden;
    justify-content: space-between;
}
.custom-post-filter span.facetwp-input-wrap {
    width: 100%;
}
.custom-post-filter input.facetwp-search {
    width: 100%;
    border: 1px solid #E2DED6;
    padding: 6px 30px 6px 15px;
	line-height: 1;
}
.custom-post-filter input.facetwp-date {
    max-width: 48%;
    line-height: 1;
    border: 1px solid #E2DED6;
    padding: 6px 15px;
}
.fdate-wrap {
    border-radius: 0 !important;
}
.custom_facet_pager_top > .facetwp-pager {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2DED6;
}
.custom_facet_pager_bot > .facetwp-pager {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E2DED6;
}
.fwpl-item.el-search-res-cat span a:hover {
    background: #4D546E;
}
.fwpl-item.el-search-res-cat span a {
    background: #132D62;
    border: 1px solid #132D62;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    color: #F2F8FB;
    font-weight: 600;
    display: inline-block;
}
.fwpl-item.el-search-res-tag span a:hover {
    background: #4D546E;
}
.fwpl-item.el-search-res-tag span a {
    background: #132D62;
    border: 1px solid #132D62;
    margin-left: 5px;
    padding: 0 5px;
    color: #F2F8FB;
    font-weight: 600;
    display: inline-block;
}
.fwpl-item.el-search-res-case span a:hover {
    background: #4D546E;
}
.fwpl-item.el-search-res-case span a {
    background: #132D62;
    border: 1px solid #132D62;
    margin-left: 5px;
    padding: 0 5px;
    color: #F2F8FB;
    font-weight: 600;
    display: inline-block;
}
.fwpl-item.el-search-res-date {
    display: block;
    margin-top: 15px;
}
.search.container .fwpl-result:last-child {
    border-bottom: 0;
}
.search.container .category-layout {
    border-bottom: 1px solid #E2DED6;
	margin-top: 15px;
}
.search.container .fwpl-result {
    border-bottom: 1px solid #E2DED6;
    padding-bottom: 24px;
    padding-top: 12px;
}
.fwpl-item.el-search-res-cat small {
    display: block;
    margin-top: 15px;
}
.search.container .fwpl-result h3.posttitle {
    margin-bottom: 0;
}
.el-search-res-excerpt span {
    margin-top: 15px;
    display: block;
}
.fwpl-item.el-search-res-excerpt p {
    margin-bottom: 0;
}
.facetwp-facet-case_number .fs-search {
    padding: 0 !important;
}
.facetwp-facet-case_number .fs-search input[type="text"] {
    padding: 6px 8px;
}
.home-slide-content-right .wp-block-cover__inner-container {
    position: absolute;
    width: max-content;
    max-width: 350px;
    background: #F2F8FB;
    padding: 25px 15px;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.home-slide-content-left .wp-block-cover__inner-container {
    position: absolute;
    width: max-content;
    max-width: 350px;
    background: #F2F8FB;
    padding: 25px 15px;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.home-slide-content-right .wp-block-cover__inner-container h5, .home-slide-content-left .wp-block-cover__inner-container h5 {
    margin-bottom: 12px;
}
.home-slide-content-right .wp-block-cover__inner-container p, .home-slide-content-left .wp-block-cover__inner-container p {
    margin-bottom: 12px;
}
.home-slide-content-right .wp-block-cover__inner-container .gb-block-button, .home-slide-content-left .wp-block-cover__inner-container .gb-block-button {
    margin-bottom: 0;
}

/* HEADER STYLE */

.top-header {
    background: var(--aqua-spring);
    padding: 15px 0;
}
.menu-top-head-menu-container {
    position: relative;
    overflow: hidden;
}
ul#menu-top-head-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}
ul#menu-top-head-menu li {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
	padding: 2px;
}
ul#menu-top-head-menu li:last-child {
    margin-right: 0;
}
ul#menu-top-head-menu li a {
    font-size: 12px;
    line-height: 20px;
}
.top-head-right .wp-block-search .wp-block-search__button {
    color: var(--blue-zodiac) !important;
}
.bottom-header {
    padding: 40px 0;
    position: relative;
    border-top: 1px solid #E2DED6;
    border-bottom: 1px solid #F1EFEC;
	z-index: 9999;
}
.bot-head-left a {
    display: flex;
    flex-direction: row;
    float: left;
    text-align: left;
    font-family: 'Merriweather', serif;
	color: #132d62;
	text-decoration: none !important;
}
.bottom-header .vertical-align.widget_media_image {
    width: 116px;
}
.bottom-header .vertical-align.widget_media_image a {
    display: block;
}
.bottom-header .vertical-align.widget_media_image img {
    width: 100%;
}
.bot-head-left .widget_text p {
    font-size: 21px;
    line-height: 30px;
    margin-left: 25px;
    margin-bottom: 0;
}
ul#menu-bottom-head-menu {
    margin: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
}
#header ul#menu-bottom-head-menu li {
    text-align: center;
    float: left;
    font-family: 'Merriweather', serif;
    margin-bottom: 0;
}
.row.footer-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.footer-col ul li {
    margin-bottom: 15px;
}
.footer-col ul.menu li.menu-item-has-children a:not(.footer-col ul.sub-menu li a) {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}
form.header-search-field {
    width: 340px;
    float: right;
    max-width: 100%;
    background: #fff !important;
}
form.header-search-field.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: 1px solid #E2DED6;
}
form.header-search-field input {
    padding: 7px 15px !important;
    font-size: 13px;
    line-height: 2;
    color: #4a5c8e !important;
}
form.header-search-field input::placeholder {
    color: #4a5c8e !important;
}
form.header-search-field button.wp-block-search__button.has-icon {
    border: 0;
    background: transparent;
    font-size: 22px;
    padding: .125em .25em !important;
}
form.header-search-field button.wp-block-search__button {
    border: 0;
    background: transparent;
    font-size: 0;
    padding: 0 !important;
    position: relative;
    width: 40px;
    height: 40px;
}
form.header-search-field button.wp-block-search__button:before {
    content: '\f179';
    font-family: 'dashicons';
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}
.gb-block-post-grid header h5.gb-block-post-grid-title a {
    text-decoration: none !important;
}
.gb-block-post-grid header h5.gb-block-post-grid-title {
    font-size: 18px;
}


/* END OF HEADER STYLE */

/* FOOTER STYLE */

footer {
    padding: 50px 0;
    background: #c5d9e7;
    position: relative;
    overflow: hidden;
	border-top: 1px solid #F1EFEC;
}
.social-links {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.social-links ul {
    padding: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.social-links ul li {
    display: inline-block;
    margin: 0 15px;
    line-height: 0;
}
.social-links ul li a {
    display: block;
    border: 1px solid #132D62;
    background: #132D62;
    border-radius: 3px;
}
.social-links ul li a:hover {
    background: #4D546E;
}
.social-links ul li a i:before {
    color: #F2F8FB;
    display: inline-block;
    padding: 2px;
    width: 18px;
    font-size: 14px;
}
.footer-menu {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
footer #menu-bottom-footer-menu {
    padding: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}
footer #menu-bottom-footer-menu li {
    display: inline-block;
    margin: 0 15px;
    line-height: 20px;
    font-size: 12px;
}
footer #menu-bottom-footer-menu li:last-child {
    margin-right: 0;
}
footer #menu-bottom-footer-menu li:first-child {
    margin-left: 0;
}
footer #menu-bottom-footer-menu li a {
    color: #132d62;
}
.footer-copyright p {
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #132d62;
}

/* END OF FOOTER STYLE */

.rules-regulations-subcategory {
    background: #E2DED6;
    padding: 25px 15px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* POST STYLE */

a.facetwp-page.prev, a.facetwp-page.next {
    display: inline-grid;
    position: relative;
	text-align: center;
}
a.facetwp-page.prev:before, a.facetwp-page.next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'dashicons';
	border: 1px solid #E2DED6;
}
a.facetwp-page.prev:before {
    content: "\f341";
}
a.facetwp-page.next:before {
    content: "\f345";
}
.pdfbox {
	border: 1px solid #E6E2DB;
}
.pdfbox h5 {
    border-top: 1px solid #E6E2DB;
    padding: 20px 20px 10px;
    margin-bottom: 0px;
}
.pdfbox p {
    font-weight: bold;
    padding: 0 20px;
}
.pdfbox a {
		color: var(--blue-zodiac);
}
.post-banner-container {
    position: relative;
    overflow: hidden;
    background: #E2DED6;
    padding: 45px 0 0;
}
.top-breadcrumbs-container {
    position: relative;
    overflow: hidden;
    background: #4D546E;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.post-title-container {
    position: relative;
    overflow: hidden;
    background: #F2F8FB;
    padding: 60px 0;
}
.post-title-container.no-featured-image {
    padding: 125px 0;
}
.post-category {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-bottom: 15px;
}
.post-category a {
    text-transform: uppercase;
    color: #4a5c8e;
    font-family: 'Merriweather';
}
.post-title-holder h3.post-title {
    margin-bottom: 30px;
}
.board-decision-number {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
p.post-case-number, p.post-date {
    color: #4a5c8e;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
p.post-case-number a {
    color: #4a5c8e;
}
.all-board-decisions .fwpl-result {
    border-bottom: 1px solid #E2DED6;
    padding-bottom: 24px;
    padding-top: 12px;
}
.all-board-decisions .fwpl-result:last-child {
    border-bottom: 0;
}
.fwpl-item.el-post-date {
    margin-bottom: 0;
}
.el-board-res-case > small {
    margin: 10px 0 15px 0;
    display: block;
}
.post-image-hold {
    position: relative;
    overflow: hidden;
}
.post-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    float: right;
}
.image-description {
    text-align: center;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.post-content-container {
    position: relative;
    overflow: hidden;
}
.post-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}
.right-sidebar {
    background: #F8FBFD;
}
.sidebar-content {
    position: relative;
    width: 100%;
    padding: 40px;
}
.sidebar-content ul {
    padding-left: 0 !important;
	margin-bottom: 0;
}
.sidebar-content ul li {
    list-style: none!important;
}
.right-sidebar .sidebar-content ul.sub-menu {
    margin-left: 15px;
}
.acf-nav-menu ul li a {
    margin-bottom: 15px;
    display: inline-block;
    color: #132d62;
}
.acf-nav-menu > ul > li > a {
    font-weight: 700;
}
ul#menu-bottom-head-menu ul.sub-menu a {
    text-decoration: none;
}
.post-content-container .sidebar-content .widget h4 {
    margin-bottom: 15px;
}
.post-content-container .sidebar-content .widget ul.wp-block-latest-posts li {
    margin-bottom: 15px;
}
.post-content-container .sidebar-content .widget ul.menu li a {
    display: inline-block;
    margin-bottom: 15px;
}
.sidebar-content .widget ul li.menu-item-has-children > a {
    font-weight: 700;
}
/* END OF POST STYLE */


/* PAGE STYLE */

.page-content-container .sidebar-content .widget h4 {
    margin-bottom: 15px;
}
.page-content-container .sidebar-content .widget ul li a.current_page_item_link {
    font-weight: bold;
    color: #933145 !important;
}
.page-content-container .sidebar-content .widget ul li ul {
    margin-left: 15px;
}
.page-content-container .sidebar-content .widget ul li a {
    margin-bottom: 15px;
    display: inline-block;
}
ul.wpb_page_list .children {
    margin-left: 15px;
}
ul.wpb_page_list li.page_item {
    margin-bottom: 0;
}
ul.wpb_page_list li.page_item a {
    margin-bottom: 15px;
    display: inline-block;
}
ul.wpb_page_list > li.page_item > a {
    font-weight: 700;
}
#header .bottom-header .current_page_item > a, .sidebar-content .current_page_item > a {
    font-weight: bold;
    color: #933145 !important;
}
.page-content-container {
    position: relative;
    overflow: hidden;
}
.page-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 55px 0;
}
.left-sidebar {
    background: #F8FBFD;
    position: relative;
}
.left-sidebar .sidebar-content {
    padding: 55px 0;
}
.gb-block-container.slider-with-img-back .gb-container-image-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
0deg
, rgba(123,131,166,1) 0%, rgba(187,191,209,1) 25%, rgba(123,131,166,0) 50%);
}
.gb-block-container.slider-with-img-back .gb-container-image {
    object-fit: cover;
    object-position: top;
    height: 50%;
    width: 100%;
}
.image-slide-gallery img {
	width: 100%;
	max-height: 350px;
    object-fit: cover;
}
.image-slide-gallery .gb-container-content figure {
    position: relative;
}
.image-slide-gallery .gb-container-content figure figcaption {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}

/* END OF PAGE STYLE */

/* EVENTS STYLE */

.event-information {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #4a5c8e;
    margin-bottom: 25px;
	font-family: 'Merriweather';
}
.event-date {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.event-date span {
    font-weight: 600;
    margin-right: 30px;
}
.event-date:last-child {
    margin-bottom: 25px;
}
.register-event {
    position: relative;
    overflow: hidden;
}
.post-content-container .register-event a {
    color: #F2F8FB !important;
    padding: 10px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    float: left;
	text-decoration: none;
}
.button {
    background: #132D62;
	color: #F2F8FB;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.button:hover {
    background: #4D546E;
	color: #F2F8FB;
}
a.button.main-btn {
    padding: 9px 15px;
	display: inline-block;
}
.register-event a span.dashicons {
    font-size: 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
}

/* END OF EVENTS STYLE */

/* CONTACT FORMS STYLE */

.bordered-div {
    position: relative;
    overflow: hidden;
    border: 1px solid #E2DED6;
    padding: 15px;
	margin-bottom: 30px;
}
.message-area {
    margin-bottom: 30px;
}
label {
    width: 100%;
}
input[type="text"] {
    border: 1px solid #E2DED6;
    width: 100%;
    padding: 5px 15px;
}
input[type="email"] {
    border: 1px solid #E2DED6;
    width: 100%;
    padding: 5px 15px;
}
input[type="tel"] {
    border: 1px solid #E2DED6;
    width: 100%;
    padding: 5px 15px;
}
input[type="date"] {
    border: 1px solid #E2DED6;
    width: 100%;
    padding: 5px 15px;
}
textarea {
    border: 1px solid #E2DED6;
    width: 100%;
	padding: 5px 15px;
}
.form-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-item {
    margin-bottom: 15px;
}
.form-item.bordered {
    border-bottom: 1px solid #E2DED6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.form-item.bordered:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-item p:last-child {
    margin-bottom: 0;
}
input.wpcf7-submit.button {
    padding: 5px 20px;
}
.wpcf7-radio input[type=radio] {
	position: absolute;
	opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 25px;
	cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label::before {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #E2DED6;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 1px;
    left: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.wpcf7-radio .wpcf7-list-item-label:hover::before {
    border-color: #4a5c8e;
}
input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border: 6px solid #132D62;
}
input[type=radio]:focus ~ .wpcf7-list-item-label::before {
    border-color: #4a5c8e;
}

/* END OF CONTACT FORMS STYLE */

.able-status-bar {
    height: 2.5em !important;
}

/* SMALLER SCREENS */
@media all and (min-width: 1280px) and (max-width: 1439px) {
	.large-container {
		padding-left: 15px;
		padding-right: 15px;
	}
    .bot-head-right {
		margin-left: 0px !important;
	}
	.bot-head-right {
		width: calc(100% - 360px) !important;
	}
	#header ul#menu-bottom-head-menu > li:last-child > ul.sub-menu, #header ul#menu-bottom-head-menu > li:nth-child(5) > ul.sub-menu {
		right: 0;
	}
	#header ul#menu-bottom-head-menu > li:nth-child(5) > ul.sub-menu li .sub-menu {
		left: auto !important;
    	right: 200px;
	}
}
@media all and (min-width: 1280px) {
    .bot-head-left {
        width: 360px;
        float: left;
    }
    .bot-head-right {
        width: calc(100% - 400px);
    }
}
@media all and (min-width: 992px) and (max-width: 1279px) {
	.large-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom-header .vertical-align.widget_media_image {
		width: 70px;
	}
    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "col1 col2 col3 col4";
    }
    .bottom-header {
        padding: 20px 0;
    }
    .bot-head-left {
        width: 235px;
        float: left;
    }
    .bot-head-right {
		width: calc(100% - 235px);
		margin-left: 0 !important;
	}
    .bot-head-left .widget_text p {
        margin-left: 10px !important;
        font-size: 14px;
		line-height: 20px;
    }
    #header ul#menu-bottom-head-menu li {
        font-size: 14px;
    }
	#header ul#menu-bottom-head-menu > li:first-child {
		margin-left: 0;
	}
	#header ul#menu-bottom-head-menu > li {
		margin-left: 10px;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children {
		padding-right: 15px !important;
	}
	#header ul#menu-bottom-head-menu > li:last-child > ul.sub-menu, #header ul#menu-bottom-head-menu > li:nth-child(5) > ul.sub-menu {
		right: 0;
	}
	#header ul#menu-bottom-head-menu > li:nth-child(4) > ul.sub-menu li .sub-menu, #header ul#menu-bottom-head-menu > li:nth-child(5) > ul.sub-menu li .sub-menu {
		left: auto !important;
    	right: 200px;
	}
}
@media all and (min-width: 1370px) {
    .post-slider .gb-post-grid-items button.slide-arrow.prev-arrow {
        left: calc((100% - 1170px) / 2 + 15px);
    }
    .post-slider .gb-post-grid-items button.slide-arrow.next-arrow {
        right: calc((100% - 1170px) / 2 + 15px);
    }
}
@media all and (min-width: 1170px) and (max-width: 1369px) {
    .post-slider .gb-post-grid-items button.slide-arrow.prev-arrow {
        left: 100px;
    }
    .post-slider .gb-post-grid-items button.slide-arrow.next-arrow {
        right: 100px;
    }
}
@media all and (min-width: 1170px) {
	.contact-content {
		padding-left: calc((100% - 1170px) / 2);
	}
    .right-sidebar {
        width: calc((1170px / 4) + (100vw - 1170px) / 2);
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100%;
    }
    .col-12.col-lg-3.left-sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50vw;
        height: 100%;
        background: #F8FBFD;
    }
}
@media all and (min-width: 992px) and (max-width: 1169px) {
    .post-slider .gb-post-grid-items button.slide-arrow.prev-arrow {
        left: 100px;
    }
    .post-slider .gb-post-grid-items button.slide-arrow.next-arrow {
        right: 100px;
    }
    .right-sidebar {
        width: 25%;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100%;
    }
}
@media all and (min-width: 992px) {
	.search.container .category-layout ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	ul.html-sitemap-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.same-height-heading h5 {
		min-height: 50px;
		margin-bottom: 12px;
	}
	#header ul#menu-bottom-head-menu > li:last-child > ul.sub-menu {
		right: 0;
	}
	#header ul.sub-menu {
		display: none;
		position: absolute;
		background: #fff;
		width: 200px;
		margin: 0 !important;
		box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
	}
	#header ul.sub-menu.open {
		display: block;
	}
	#header .large-menu-item > a {
		max-width: 200px;
		display: block;
	}
	#header .medium-menu-item > a {
		max-width: 120px;
		display: block;
	}
	.menu-item {
		position: relative;
	}
	#header ul#menu-bottom-head-menu > li {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children a {
		padding-right: 20px;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children:after {
		content: '\f347';
		font-family: 'dashicons';
		position: absolute;
		right: 0;
	}
	#header li.menu-item-has-children:hover > ul.sub-menu {
		display: block;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu {
		top: 50px;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 14px;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li a {
		padding: 10px 15px;
		display: block;
		line-height: 1.4;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a {
		padding: 10px 30px 10px 15px;
		display: block;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a:after {
		content: '\f345';
		font-family: 'dashicons';
		position: absolute;
		right: 10px;
		top: 50%;
    	transform: translateY(-50%);
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li .sub-menu {
		top: 0;
		left: 200px;
	}
	#header ul#menu-bottom-head-menu > li:nth-child(5) > ul.sub-menu li .sub-menu, #header ul#menu-bottom-head-menu > li:last-child > ul.sub-menu li .sub-menu {
		left: auto;
		right: 200px;
	}
	#header ul#menu-bottom-head-menu > li.menu-item-has-children > ul.sub-menu li > a:hover {
		color: #F2F8FB !important;
		background: #132d62;
	}
    .bot-head-right {
        margin-left: 40px;
    }
    #header ul#menu-bottom-head-menu {
        justify-content: space-between;
    }
    .col-lg-9 .page-content {
        padding: 55px 0 55px 30px;
    }
    .page-content-container .col-lg-9 {
        order: 2;
    }
    .col-lg-3.left-sidebar:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50vw;
        background: #F8FBFD;
    }
	.page-id-11 .no-sidebar-content {
		margin-bottom: -7px;
	}
	.contact-content {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 650px;
		overflow-y: scroll;
	}
	.contact-content > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
		padding-right: 130px;
	}
    .col-lg-9 .post-content {
        padding: 40px 40px 40px 0;
    }
    .image-slide-gallery {
        padding: 0 5%;
    }
    .events.type-events .post-content {
        padding-right: 60px;
    }
}
@media all and (max-width: 991px) {
	.same-height-heading.gb-layout-columns-4 .gb-layout-column-wrap.gb-is-responsive-column h5 {
		margin-bottom: 10px;
	}
	.same-height-heading.gb-layout-columns-4 .gb-layout-column-wrap.gb-is-responsive-column p:not(.same-height-heading.gb-layout-columns-4 .gb-layout-column-wrap.gb-is-responsive-column p:last-child) {
		margin-bottom: 10px;
	}
	.register-event {
		margin-bottom: 30px;
	}
	.contact-map-mob {
		display: block !important;
	}
	.contact-map-desktop {
		display: none !important;
	}
	.wp-block-genesis-blocks-gb-container.slider-with-img-back.gb-block-container {
		padding-top: 150px !important;
	}
    .large-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottom-header {
        padding: 10px 0 0;
    }
    .bot-head-left {
		align-items: start;
		max-width: calc(100% - 60px);
		float: left;
		margin-bottom: 10px;
	}
    .bot-head-right {
        display: none;
		border-top: 1px solid #E2DED6;
    }
    .bottom-header .vertical-align.widget_media_image {
        width: 72px;
    }
    .bot-head-left .widget_text p {
        font-size: 16px;
        line-height: 24px;
    }
    #header ul#menu-bottom-head-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    #header ul#menu-bottom-head-menu li {
        border-bottom: 1px solid #F1EFEC;
        width: 100%;
        padding: 10px 0;
    }
    #header ul#menu-bottom-head-menu li:last-child {
        border-bottom: 0 !important;
    }
    .header-menu-mobile {
		display: block !important;
		text-align: right;
		position: relative;
		z-index: 9999;
		width: 60px;
		margin-bottom: 10px;
	}
    .icons .menu-icon {
		outline: 0;
		border: 0;
		box-shadow: none;
		background: none;
		height: 32px;
		width: 32px;
		position: absolute;
		padding: 2px;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
    .menu-icon span:first-child {
        top: 8px;
    }
    .menu-icon span:nth-child(2) {
        top: 15px;
    } 
    .menu-icon span:last-child {
        top: 22px;
    }
    .menu-icon span {
        display: block;
        height: 2px;
        width: 32px;
        background-color: var(--blue-zodiac);
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .menu-icon--active span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
    }
    .menu-icon--active span:nth-child(2) {
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
    }
    .sidebar-content {
        padding: 30px 0 0 !important;
    }
	.left-sidebar, .right-sidebar {
		border-top: 1px solid #132d62;
		border-bottom: 1px solid #132d62;
		padding-bottom: 30px;
	}
	.page-content {
		padding: 30px 0;
	}
	#header ul.sub-menu {
		border-top: 1px solid #F1EFEC;
		margin: 0px !important;
		display: none;
		position: relative;
    	overflow: hidden;
	}
	#header ul#menu-bottom-head-menu > li > a {
		font-weight: 900 !important;
	}
	#header ul#menu-bottom-head-menu > li > ul > li > a {
		font-weight: 500 !important;
	}
	#header ul#menu-bottom-head-menu li.menu-item-has-children a {
		position: relative;
		padding-right: 20px;
	}
	#header ul#menu-bottom-head-menu li.menu-item-has-children > a:after {
		content: '\f347';
		font-family: 'dashicons';
		position: absolute;
		right: 0;
		transition: 0.3s;
	}
	#header ul#menu-bottom-head-menu li.menu-item-has-children > a.opened:after {
		transform: rotate(-180deg);
	}
	#header ul#menu-bottom-head-menu li {
		padding: 0 15px;
	}
	#header ul#menu-bottom-head-menu li.clicked {
		background: #F2F8FB;
	}
	#header ul#menu-bottom-head-menu li a {
		padding: 10px 0;
		display: inline-block;
		font-weight: 300;
	}
	.bot-head-right.vertical-align {
		padding: 0 !important;
	}
	
	
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .post-slider .gb-post-grid-items button.slide-arrow.prev-arrow {
        left: 100px;
    }
    .post-slider .gb-post-grid-items button.slide-arrow.next-arrow {
        right: 100px;
    }
	.fwpl-layout {
		grid-template-columns: 1fr 1fr !important;
	}
}
@media all and (min-width: 768px) {
    .col-lg-9 .featured-news, .col-lg-9 .archive-news {
        padding-right: 40px;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-image {
        width: 28%;
        float: right;
        margin-right: calc(5% + 15px);
        order: 2;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-text {
        width: 62%;
        float: left;
        margin-left: calc(5% + 15px);
        padding: 40px 40px 70px;
        position: relative;
        order: 1;
        background: #F2F8FB;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-byline {
        position: absolute;
        right: 40px;
        bottom: 35px;
        margin-bottom: 0;
        font-size: 16px;
    }
}
@media all and (max-width: 767px) {
	.home-slide-content-right .wp-block-cover__inner-container {
		right: 50%;
		transform: translate(50%, -50%);
		max-width: calc(100% - 120px) !important;
	}
	.home-slide-content-left .wp-block-cover__inner-container {
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: calc(100% - 120px) !important;
	}
	.fwpl-layout {
		grid-template-columns: 1fr !important;
	}
    .image-slide-gallery button.slide-arrow.prev-arrow {
        left: 15px;
    }
    .image-slide-gallery button.slide-arrow.next-arrow {
        right: 15px;
    }
    .post-slider .gb-post-grid-items article {
        display: block;
    }
    .post-slider .gb-post-grid-items article > div {
        margin-right: calc(5% + 15px);
        margin-left: calc(5% + 15px);
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-image a {
        position: relative;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-image a img {
        display: block;
        object-fit: cover;
        height: 250px;
        width: 100%;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-text {
        position: relative;
        padding: 30px 30px 100px;
        background: #F2F8FB;
    }
    .gb-block-post-grid.post-slider .gb-block-post-grid-byline {
        position: absolute;
        right: 30px;
        bottom: 60px;
        margin-bottom: 0;
    }
    .post-slider .gb-post-grid-items button.slide-arrow.prev-arrow {
        left: 5px;
    }
    .post-slider .gb-post-grid-items button.slide-arrow.next-arrow {
        right: 5px;
    }
    .post-image {
        width: auto;
        float: none;
    }
    .large-container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.top-header {
		padding: 10px 0;
	}
	.top-head-left {
		display: block !important;
	}
	.top-head-left nav {
		float: left;
		max-width: calc(100% - 40px);
	}
    #header #menu-top-head-menu {
		float: none;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
    #header #menu-top-head-menu li {
		float: none;
		margin-right: 20px;
		display: inline-block;
		line-height: 1;
		padding: 10px 0;
	}
    form.header-search-field {
        float: none;
        margin: 0 auto;
		width: 100%;
    }
    footer #menu-bottom-footer-menu li {
        margin: 0;
        padding: 0 15px;
    }
	.top-head-right {
		position: absolute;
		top: -45px;
	}
	.admin-bar .top-head-right {
		top: 0;
	}
	.top-head-right.active {
		top: 10px;
	}
	.admin-bar .top-head-right.active {
		top: 56px;
	}
	button.show-search-form {
		display: block !important;
		float: right;
		border: 1px solid #E2DED6;
		background: transparent;
		font-size: 0;
		padding: 0 !important;
		position: relative;
		width: 40px;
		height: 40px;
	}
	button.show-search-form:before {
		content: '\f179';
		font-family: 'dashicons';
		font-size: 30px;
		line-height: 1;
		position: absolute;
		top: 5px;
		right: 5px;
	}
}
@media all and (min-width: 576px) {
	.custom_facet_pager_sort .facet_pager {
		display: flex;
		align-items: center;
	}
	.custom_facet_pager_sort .facet_sort_by {
		text-align: right;
		display: flex;
		align-items: center;
		justify-content: end;
	}
}
@media all and (min-width: 576px) and (max-width: 991px) {
	.archive-title {
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 44px;
		line-height: 54px;
	}
	h2 {
		font-size: 36px;
		line-height: 44px;
	}
	h3 {
		font-size: 28px;
		line-height: 36px;
	}
	h4 {
		font-size: 22px;
		line-height: 28px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}
	h1.post-title {
		font-size: 36px;
		line-height: 44px;
	}

	.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column:nth-child(1), .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column:nth-child(2) {
		padding-bottom: 2em;
		border-bottom: 1px solid;
	}
    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "col1 col2" "col3 col4";
		grid-gap: 2em 2em;
    }
}
.mobile h1 {
	font-size: 36px;
	line-height: 46px;
}
.mobile h1.post-title {
	font-size: 30px;
	line-height: 38px;
}
.mobile h2 {
	font-size: 30px;
	line-height: 38px;
}
.mobile h3 {
	font-size: 26px;
	line-height: 34px;
}
.mobile h4 {
	font-size: 21px;
	line-height: 28px;
}
.mobile h1, .mobile h2, .mobile h3, .mobile h4, .mobile h5, .mobile h6 {
	margin-bottom: 20px;
}
.mobile p {
	margin-bottom: 20px;
}
.mobile .archive-title {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}
@media all and (max-width: 575px) {
	.archive-title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 36px;
		line-height: 46px;
	}
	h1.post-title {
		font-size: 30px;
		line-height: 38px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	h3 {
		font-size: 26px;
		line-height: 34px;
	}
	h4 {
		font-size: 21px;
		line-height: 28px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}
	p {
		margin-bottom: 20px;
	}
	.custom_facet_pager_sort .facet_sort_by {
		display: flex;
		align-items: center;
		justify-content: start;
	}
	.custom_facet_pager_sort .facet_pager {
		margin-bottom: 15px;
	}
	.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column:not(.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column:last-child) {
		padding-bottom: 2em;
		border-bottom: 1px solid;
	}
    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col2" "col3" "col4";
		grid-gap: 2em 2em;
    }
    footer h6 {
        font-size: 16px;
    }
    .footer-col ul li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .footer-col ul.menu li.menu-item-has-children a:not(.footer-col ul.sub-menu li a) {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media all and (max-width: 360px) {
    footer ul#menu-bottom-footer-menu li {
        padding: 0 10px;
    }
	ul#menu-top-head-menu li {
		margin-right: 10px !important;
	}
}