@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&family=Source+Serif+Pro:wght@300;400;600;700&display=swap');

:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #f0c86d;
  --orange: #c75c21;
  --orange-hover: #9b481a;
  --green: #3d6d26;
  --accent: #3d6d26;
  --blue-medium: #25353c;
  --blue-dark: #25353c;
  --blue-dark-hover: #182227;
  --blue_dark: #25353c;
  --gray-light: #f0f0f0;
  --gray_light: #f0f0f0;
  --tan: #efede9;
}

.bgc__tan { background-color: #efede9; }
.bgc__white { background-color: #fff; }
.bgc__black { background-color: #000; }
.bgc__yellow { background-color: #f0c86d; }
.bgc__green { background-color: #3d6d26; }
.bgc__accent { background-color: #3d6d26; }
.bgc__blue_dark { background-color: #25353c; }
.bgc__orange { background-color: #c75c21; }
.bgc__gray_light { background-color: #f0f0f0; }
.bgc_h__white:hover { background-color: #fff; }
.bgc_h__black:hover  { background-color: #000; }
.bgc_h__yellow:hover  { background-color: #f0c86d; }
.bgc_h__green:hover  { background-color: #3d6d26; }
.bgc_h__accent:hover  { background-color: #3d6d26; }
.bgc_h__blue_dark:hover  { background-color: #25353c; }
.bgc_h__orange:hover  { background-color: #c75c21; }
.bgc_h__gray_light:hover  { background-color: #f0f0f0; }



.txc__white { color: #fff; }
.txc__black { color: #000; }
.txc__yellow { color: #f0c86d; }
.txc__green { color: #3d6d26; }
.txc__accent { color: #3d6d26; }
.txc__blue_dark { color: #25353c; }
.txc__orange { color: #c75c21; }
.txc__gray_light { color: #f0f0f0; }

.txc_h__white:hover { color: #fff; }
.txc_h__black:hover { color: #000; }
.txc_h__yellow:hover { color: #f0c86d; }
.txc_h__green:hover { color: #3d6d26; }
.txc_h__accent:hover { color: #3d6d26; }
.txc_h__blue_dark:hover { color: #25353c; }
.txc_h__orange:hover { color: #c75c21; }
.txc_h__gray_light:hover { color: #f0f0f0; }

.txc__white { fill: #fff; }
.txc__black { fill: #000; }
.txc__yellow { fill: #f0c86d; }
.txc__green { fill: #3d6d26; }
.txc__accent { fill: #3d6d26; }
.txc__blue_dark { fill: #25353c; }
.txc__orange { fill: #c75c21; }
.txc__gray_light { fill: #f0f0f0; }
.txc_h__white:hover { fill: #fff; }
.txc_h__black:hover { fill: #000; }
.txc_h__yellow:hover { fill: #f0c86d; }
.txc_h__green:hover { fill: #3d6d26; }
.txc_h__blue_dark:hover { fill: #25353c; }
.txc_h__orange:hover { fill: #c75c21; }
.txc_h__gray_light:hover { fill: #f0f0f0; }




.bo__white { border-color: #fff; }
.bo__black { border-color: #000; }
.bo__yellow { border-color: #f0c86d; }
.bo__green { border-color: #3d6d26; }
.bo__accent { border-color: #3d6d26; }
.bo__blue_dark { border-color: #25353c; }
.bo__orange { border-color: #c75c21; }
.bo__gray_light { border-color: #f0f0f0; }

.bo_h__white:hover { border-color: #fff; }
.bo_h__black:hover { border-color: #000; }
.bo_h__yellow:hover { border-color: #f0c86d; }
.bo_h__green:hover { border-color: #3d6d26; }
.bo_h__accent:hover { border-color: #3d6d26; }
.bo_h__blue_dark:hover { border-color: #25353c; }
.bo_h__orange:hover { border-color: #c75c21; }
.bo_h__gray_light:hover { border-color: #f0f0f0; }



.bgsf {
  background-size: cover;
  object-fit: cover;
}
.bgsc {
  background-size: contain;
  object-fit: contain;
}

.fullwidth-bg {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
}

.section__list___1col__1___item {
  border-bottom: var(--blue-dark) 1px solid;
}



.simplebar-content ul.sub_menu li {
  padding-bottom: 10px;
}


body.lang-en .hide__es {
  display: none !important;
}

body.lang-es .hide__en {
  display: none !important;
}


/* #news a.section__list___1col__1___item:last-child {
  border-bottom: var(--blue-dark) 0px solid;
} */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--yellow);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--yellow);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--yellow);
}

.gform_wrapper li {
  width:100%;
}

.gform_wrapper li,
.gform_wrapper .gform_footer {
  float:left;
}


html.scrolled #nav__register {
  display: none;
}

html.show-menu #h-move{
  z-index:99;
  /* position:relative !important; */
}

html {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-size: 100%;
}
body {
    background: var(--gray_light);
    color: var(--blue_dark);
    /* font-size: 1rem; */
    /* font-size: 0.8rem; */
    line-height: normal;
}

section {
  width: 100%;
}

.center {
  padding:0;
}
.wrap {
    /* background: #ffffff; */
    background: var(--gray_light);
    border: 0 solid #ffffff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.center,
.center-1,
.center-2 {
    max-width: 1920px;
    /* max-width: 1200px; */
}

.center-wide {
  max-width: 1920px;
}

.fullwidth-content {
    max-width: 1920px;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.fullwidth-content.full {
    max-width: 100%;
    margin: 0;
}
#m {
    overflow: hidden;
}

/* ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #222;
}
::-webkit-scrollbar-thumb {
    background: #f0c86d;
} */

i.fa {
    vertical-align: baseline;
}
a {
  /* color: var(--blue-medium); */
  color: var(--orange);
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: var(--orange-hover);
}

.breadcrumb_last {
  color: var(--blue-medium);
  font-weight: 500;
}

.feature-pad {
  font-weight: 500;
  color: var(--blue-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    color: #172934;
    line-height: 1em;
}
h1 {
    font-size: 1.8rem;
    color: var(--blue-medium);
    font-weight: 400;
    /* font-style: italic; */
}
h2 {
    font-size: 1.6rem;
    color: #172934;
    font-weight: 400;
    /* font-style: italic; */
}
h3 {
    font-size: 1.4rem;
    color: var(--blue-medium);

    font-weight: 400;
    /* font-style: italic; */
}
h4 {
    font-size: 1.2rem;
    color: var(--blue-medium);
    font-weight: 700;
}
h5 {
    font-size: 1.1rem;
    color: var(--blue-medium);
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1.3em;
}
h6 {
    font-size: 1rem;
    color: var(--blue-medium);
    font-weight: 700;
    line-height: 1.3em;
}


h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 500;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 500 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}


.color-dark,
.color-dark h1,
.color-dark h2,
.color-dark h3,
.color-dark h4,
.color-dark h5,
.color-dark h6 {
    color: #111;
    color: rgba(0, 0, 0, 0.95);
}
.color-light,
.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6 {
    color: #fafafa;
    color: rgba(255, 255, 255, 0.95);
}
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
a.color-white:hover {
    color: #ffffff;
    color: #fff;
}
.font-1 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.font-2 {
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
}
body .color-0 {
    color: #1a1a1a;
}
body .color-1 {
    color: var(--blue-medium);
}
body .color-2 {
    color: #f0c86d;
}
body .color-3 {
    color: #564c25;
}
body .color-4 {
    color: #172934;
}
body .color-5 {
    color: #9faeb7;
}
body .color-6 {
    color: #8b959c;
}
body .color-7 {
    color: #ff3939;
}
body .color-f {
    color: #ffffff;
}
.bg-0 {
    background: #ffffff;
}
.bg-1 {
    background: #ecf0f3;
}
.bg-2 {
    background: #c6d2d9;
}
.bg-3 {
    background: #b0bec8;
}
.bg-4 {
    background: #00365c;
}
.bg-5 {
    background: var(--blue-medium);
}
.bg-6 {
    background: #000000;
}
.bg-c-0 {
    background: #1a1a1a;
}
.bg-c-1 {
    background: var(--blue-medium);
}
.bg-c-2 {
    background: #f0c86d;
}
.bg-c-3 {
    background: #564c25;
}
.bg-c-4 {
    background: var(--blue-medium);
}
.bg-c-5 {
    background: #9faeb7;
}
.bg-c-6 {
    background: #8b959c;
}
.bg-c-7 {
    background: #ff3939;
}
strong {
    font-weight: 700;
}
.w-50 {
    width: 100%;
    max-width: 50%;
}
.w-480 {
    width: 100%;
    max-width: 480px;
}
.w-720 {
    width: 100%;
    max-width: 720px;
}
.w-900 {
    width: 100%;
    max-width: 900px;
}
.w-960 {
    width: 100%;
    max-width: 960px;
}
.w-980 {
    width: 100%;
    max-width: 980px;
}
.w-1100 {
    width: 100%;
    max-width: 1100px;
}
.w-1600 {
    width: 100%;
    max-width: 1600px;
}
.spaced {
    margin: 5px -5px;
}
.spaced > .column {
    border: 5px solid transparent;
}
.spaced > .item {
    border: 5px solid transparent;
}

.spaced-v {
    /* height: 10px; */
    height: 0px;
}

.spaced-rev {
    margin-top: -5px;
    margin-bottom: -5px;
    height: 0px;
}
.spaced-pad {
    padding: 5px;
}
.spaced-no-v {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.spaced-no-v > .column {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.hide-bar #bar,
.hide-footer #f,
.hide-header #h {
    display: none !important;
}
#bar {
    /* background: var(--blue-medium); */
    background: var(--yellow);
    color: var(--blue-dark);
    letter-spacing: 0.05em;
}
#bar .row {
    height: 100%;
}
#bar .column {
    min-height: 3rem;
}
#bar a {
    text-decoration: none;
}
#bar .b-btn {
    /* background: #00365c; */
    background: var(--yellow);
    color: var(--blue-dark);
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
}
#bar .b-btn span {
    position: relative;
    z-index: 2;
}
#bar .b-btn:hover i {
    color: #ff3939;
}
#bar .b-btn:hover i.fa-heart-o:before {
    content: "\f004";
}
#bar .b-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue-medium);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    -webkit-transition: 0s ease all;
    -moz-transition: 0s ease all;
    -o-transition: 0s ease all;
    -ms-transition: 0s ease all;
    transition: 0s ease all;
}
#bar .b-btn:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body.lang-en #bar .lang li.en a {
  text-decoration: underline !important;
}

body.lang-es #bar .lang li.es a {
  text-decoration: underline !important;
}

#bar .lang {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    font-weight:500;
}
#bar .lang li {
    display: inline-block;
}
#bar .lang li a {
    /* color: #ffffff; */
    color: var(--blue-dark);
    text-transform: uppercase;
    display: inline-block;
    line-height: 3rem;
}
#bar .lang li a:hover {
    /* color: #f0c86d; */
    color: var(--blue-dark);
    text-decoration: underline;
}
#bar .lang li:before {
    content: "";
    height: 0.8em;
    width: 1px;
    margin: 0 5px;
    display: inline-block;
    /* background: #ffffff; */
    background: var(--blue-dark);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    position: relative;
    top: 1px;
}
#bar .lang li:first-child:before {
    display: none;
}
#bar .careers-social {
    padding: 0 1rem;
    line-height: 2.9rem;
    height: 3rem;
    overflow: visible;
    font-weight: 500;
}
#h-wrap .b-link {
    color: var(--blue-dark);
    text-transform: none;
    display: inline-block;
}
#h-wrap .b-link:hover {
    color: var(--blue-dark);
    text-decoration: underline;
}
#h-wrap .b-link:before {
    content: "";
    /* height: 0.8em; */
    height: 2em;
    width: 1px;
    margin: 5px 10px -10px 10px;
    display: inline-block;
    background: var(--blue-dark);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    position: relative;
    top: 1px;
}
#h-wrap .b-link:first-child:before {
    display: none;
}
#h-wrap .social {
    display: inline-block;
    position: relative;
    z-index: 1000;
    font-size: 1rem;
}
#h-wrap .social:before {
    content: "";
    height: 0.8em;
    width: 1px;
    margin: 0 5px;
    display: inline-block;
    background: var(--blue-dark);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    position: relative;
    top: 1px;
    font-size: 0.9rem;
}
#h-wrap .social:first-child:before {
    display: none;
}
.social .drop-menu {
    display: inline-block;
    width: 1rem;
}
.social a {
    color: var(--blue-dark);
    font-size: 0.9rem;
}
.social .drop-menu-show > a,
.social a:hover {
    color: #f0c86d;
    outline: none;
}
.social .social-facebook i {
    color: #3b5998;
}
.social .social-instagram i {
    color: #fb3ae7;
}
.social .social-twitter i {
    color: #0084b4;
}
.social .social-linkedin i {
    color: #0077b5;
}
.social .drop-menu ul {
    font-size: 1rem;
}
.social .drop-menu li {
    display: block;
    text-transform: uppercase;
    text-align: left;
}
.social .drop-menu li a {
    color: #172934;
    padding: 0.6rem 1rem;
    display: block;
    white-space: nowrap;
    font-size: 1rem;
}
.social .drop-menu li a:hover {
    background: #f0c86d;
    color: #564c25;
}
#n .social .drop-menu ul {
    top: inherit;
    bottom: 100%;
}
#n .social .drop-menu-show ul {
    top: inherit;
    bottom: 125%;
}

.social .drop-menu-show ul {
  -webkit-transform: translate3d(0%, 6px, 0) scale(1) !important;
  -moz-transform: translate3d(0%, 6px, 0) scale(1) !important;
  -o-transform: translate3d(0%, 6px, 0) scale(1) !important;
  -ms-transform: translate3d(0%, 6px, 0) scale(1) !important;
  transform: translate3d(0%, 6px, 0) scale(1) !important;
}
.social .drop-menu-show > a,
.social .drop-menu > a:hover
{
  color: var(--blue-dark);
}

footer .social .drop-menu > a {
  color: var(--white) !important;
}

footer .social .drop-menu-show > a,
footer .social .drop-menu > a:hover
{
  color: var(--yellow) !important;
}


#h-wrap .search {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
#h-wrap .search button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    z-index: 5;
    /* color: #564c25; */
    color: var(--white);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#h-wrap .search button:hover {
    color: var(--blue-medium);
}
#h-wrap .search input {
    /* background: #f0c86d; */
    background: var(--blue-medium);
    color: var(--white);
    padding: 0 1rem;
    height: 3rem;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.14em;
}
#h-wrap .search input:focus {
    background: var(--blue-medium);
    color: var(--white);
    /* background: #ffffff;
    color: #564c25; */
}
#m .search {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
#m .search button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    z-index: 5;
    color: #ffffff;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#m .search button:hover {
    color: #f0c86d;
}
#m .search input {
    background: #172934;
    color: #ffffff;
    padding: 0 1rem;
    height: 3rem;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.14em;
}
#m .search input:focus {
    background: var(--blue-medium);
    color: #ffffff;
}
#h-move {
    position: relative;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#h-gap {
    display: none;
    min-height: 0;
}
#h-move {
    position: relative;
    top: 0;
    width: 100%;
    /* max-width: ; */
    /* background: #ecf0f3; */
    background: var(--white);

}
#h {
    background: none;
    clear: both;
    padding: 0.8rem 1.5rem;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#h .spaced .column {
    border-color: transparent;
}
#h #logo a {
    position: relative;
    z-index: 5;
    display: inline-block;
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
#h #logo a .full {
    width: auto;
    height: 60px;
    max-width: 100% !important;
    display: none;
}
#h #logo a .icon {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transform: translate3d(0, 4px, 0);
    -moz-transform: translate3d(0, 4px, 0);
    -o-transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}
#h .menu-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-decoration: none;
    padding: 10px;
    color: #8b959c;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 30px;
    line-height: 1em;
}
#h .menu-toggle:hover {
    color: #ffffff;
    background: #f0c86d;
}
#h .menu-toggle .menu-icon {
    width: 1em;
    padding: 0.3em 0;
    max-height: 0.75em;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid;
    border-bottom: 1px solid;
    vertical-align: baseline;
}
#h .menu-toggle .menu-icon:before {
    content: "";
    margin: 1px 0;
    width: 100%;
    top: 50%;
    background-color: inherit;
    display: block;
    border-top: 1px solid;
}
.show-menu #h .menu-toggle .menu-icon {
    border-color: transparent;
}
.show-menu #h .menu-toggle .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    margin: -1px -1px 0 0;
    width: 100%;
    top: 50%;
    background-color: inherit;
    display: block;
    border-top: 1px solid;
}
.show-menu #h .menu-toggle .menu-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
}
@media (min-height: 400px) {
    .pre-scrolled #h-gap {
        display: block;
    }
    .pre-scrolled #h-move {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    }
    .pre-scrolled #bar {
        margin-top: -2.5rem;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        transition: 0.3s ease all;
        position: relative;
    }
    .pre-scrolled #bar > div {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -ms-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }
    .pre-scrolled #logo a .full {
        display: none;
    }
    .pre-scrolled #logo a .icon {
        display: block;
        -webkit-transform: translate3d(0, 4px, 0);
        -moz-transform: translate3d(0, 4px, 0);
        -o-transform: translate3d(0, 4px, 0);
        -ms-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
    }
    .scrolled #h-move {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .scrolled #h-move #bar:hover {
        margin-top: 0;
        border-bottom: 0;
    }
    .scrolled #h-move #bar:hover > div {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    }
}
#n {
    position: absolute;
    left: 0;
    top: 115%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 0;
    width: 100%;
    overflow-y: scroll;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#n > .ubermenu > ul > li > .ubermenu-target {
    /* font: 400 1em/1em "Montserrat", Arial, Helvetica, sans-serif; */
    /* font: 400 0.9em/0.9em "Montserrat", Arial, Helvetica, sans-serif; */
    color: var(--blue-dark);
    padding: 1em 1.5em;
    height: 4em;
    line-height: 2em;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-transform: none;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    overflow: hidden;
    z-index: 2;
}


/* #n > .ubermenu > ul > li.ubermenu-current_page_parent > a:before {
  background: var(--gray_light) !important;
  opacity:1;
} */

#n > .ubermenu > ul > li > .ubermenu-target:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #00365c; */
    /* background: var(--gray_light); */
    background: var(--white);


    /* -webkit-transition: 0.3s ease transform, 0.3s ease opacity;
    -moz-transition: 0.3s ease transform, 0.3s ease opacity;
    -o-transition: 0.3s ease transform, 0.3s ease opacity;
    -ms-transition: 0.3s ease transform, 0.3s ease opacity;
    transition: 0.3s ease transform, 0.3s ease opacity; */

    -webkit-transition: 0s ease transform, 0.3s ease opacity;
    -moz-transition: 0s ease transform, 0.3s ease opacity;
    -o-transition: 0s ease transform, 0.3s ease opacity;
    -ms-transition: 0s ease transform, 0.3s ease opacity;
    transition: 0s ease transform, 0.3s ease opacity;


    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    pointer-events: 0;
}
#n > .ubermenu > ul > li > .ubermenu-target:hover:before {
    /* background: var(--gray_light); */
}
#n > .ubermenu > ul > li > .ubermenu-target:hover {
    color: var(--orange);
}
#n > .ubermenu > ul > li.ubermenu-active > .ubermenu-target {
    /* color: #ffffff; */
    /* color: var(--blue_dark); */
    /* color: var(--green); */
    background: none;
}
#n > .ubermenu > ul > li > .ubermenu-target:hover {
    /* color: #564c25; */
    background: none;
}

#n > .ubermenu > ul > li.ubermenu-current-menu-item > a {
  color: var(--orange);
}



/* #n > .ubermenu > ul > li.ubermenu-current-menu-item > a:before, */

#n > .ubermenu > ul > li.ubermenu-current-menu-ancestor > a:before,
#n > .ubermenu > ul > li.ubermenu-current_page_parent > a:before,
#n > .ubermenu > ul > li.ubermenu-active > .ubermenu-target:before,
#n > .ubermenu > ul > li:hover > .ubermenu-target:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* border-bottom: solid var(--orange) 3px; */
}



#n > .ubermenu > ul > li.ubermenu-current-menu-ancestor > .ubermenu-target,
#n > .ubermenu > ul > li.ubermenu-current-menu-ancestor > a,
#n > .ubermenu > ul > li.ubermenu-current_page_parent > a,
#n > .ubermenu > ul > li.ubermenu-active > .ubermenu-target,
#n > .ubermenu > ul > li:hover > .ubermenu-target {
  color: var(--orange) !important;
}



#n > .ubermenu > ul > li > .ubermenu-target:focus {
    outline: none;
}
#n > .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop {
    position: relative !important;
}
#n .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    position: relative;
    /* -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5; */
    color: var(--orange);
    margin: 0;
    left: 6px;
    top: 1px;
    font-size: 0.9em;
    content: "\f107";
}
#n .ubermenu-sub-indicators li .ubermenu-has-submenu-drop > .ubermenu-target:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    left: inherit;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
#n > .ubermenu > ul > li.ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target:before {
    margin-top: 0;
}
#n > .ubermenu > ul > li .ubermenu-submenu-drop {
    background: var(--blue-medium);
    background: var(--blue_dark);
    margin-top: 0 !important;
    /* opacity: 1 !important; */
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#n > .ubermenu .ubermenu-submenu > li {
    position: relative;
}
#n > .ubermenu .ubermenu-submenu > li:last-child:after {
    display: none;
}
#n > .ubermenu > ul > li > .ubermenu-submenu:before {
    content: "";
    position: absolute;
    z-index: -1;
    /* background: #00365c; */
    background: var(--blue_dark);
    height: 3.3em;
    width: 100%;
    left: 0;
    top: 0;
}



#n > .ubermenu .ubermenu-submenu li .ubermenu-target {
    /* font: normal 1em/1.6 "Montserrat", Arial, Helvetica, sans-serif; */
    /* font: normal 0.9em/0.9 "Montserrat", Arial, Helvetica, sans-serif; */
    /* color: #ffffff; */
    color: var(--gray_light);
    letter-spacing: 0.05em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    position: relative;
    /* background: #00365c; */
    background: var(--blue_dark);

}
#n > .ubermenu .ubermenu-submenu li .ubermenu-submenu .ubermenu-target {
    /* font-size: 0.9em; */
    background: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#n > .ubermenu .ubermenu-submenu li.ubermenu-active > .ubermenu-target {
    color: var(--gray_light);
    background: var(--blue-medium);
}

#n > .ubermenu .ubermenu-submenu li.ubermenu-current-menu-ancestor > a.ubermenu-target,
#n > .ubermenu .ubermenu-submenu li .ubermenu-target:hover {
    /* color: #564c25; */
    color: var(--white);
    /* background: var(--blue_dark); */
    background: var(--blue-dark-hover);
}



#n > .ubermenu .ubermenu-submenu li .ubermenu-target-with-image .ubermenu-target-title {
    font-size: 1em;
    padding: 6px 0;
}
#n > .ubermenu .ubermenu-submenu li .ubermenu-target-description {
    font-size: 1em;
}
#n > .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack {
    padding-bottom: 0;
}
#n > .ubermenu .ubermenu-submenu .ubermenu-retractor {
    color: #ffffff;
    background: var(--blue-medium);
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#n > .ubermenu .ubermenu-submenu .ubermenu-retractor:hover {
    background: #ff3939;
}
#n > .ubermenu .ubermenu-submenu .ubermenu-retractor i:before {
    content: "\00d7";
    font-size: 1rem;
}
#n > .ubermenu .ubermenu-submenu .ubermenu-retractor * {
    vertical-align: baseline;
}

#n > .ubermenu li.ubermenu-current-menu-item {
  /* background-color: var(--gray-light); */
  /* color: var(--green); */
}

#n > .ubermenu .ubermenu-submenu li.ubermenu-current-menu-item .ubermenu-target {
  background-color: var(--blue-dark-hover);
}


/* #n > .ubermenu li.ubermenu-current-menu-item > a span  {
  color: var(--orange);
} */






#n-sub {
    text-align: center;
}
#n-sub .careers-social {
    padding: 3rem 1rem;
}
#n-sub .careers-social .b-link {
    font-size: 1.2rem;
    top: -4px;
    position: relative;
    font-weight: 500;
}
#n-sub .social:before {
    font-size: 1.3rem;
    top: -3px;
}
#n-sub .social .drop-menu {
    width: 2rem;
    margin-right: 0.5rem;
}
#n-sub .social .drop-menu ul:before {
    display: none;
}
#n-sub .social .drop-menu > a {
    font-size: 2rem;
}
#n-sub .search input {
    height: 5rem;
}
.show-menu #n {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    top: 100%;
    background: #b7c6cf;
}
.show-menu #n > .ubermenu > ul > li > .ubermenu-target {
    font-size: 1rem !important;
}
.show-menu #h-move {
    position: static;
}
.show-menu #h-move #h-gap {
    display: none;
}


.show-menu #m {
  position: static !important;
}



.show-menu #f,
.show-menu #f-a,
.show-menu #f-b,
.show-menu #m,
.show-menu #t {
    height: 0px !important;
    overflow: hidden !important;
    padding: 0 !important;
    min-height: 0px !important;
    max-height: 0px !important;
}
#t {
    position: relative;
    overflow: hidden;
    background: #ecf0f3;
}
#t #t-image {
    background: #172934;
    padding-top: 66.6%;
    position: relative;
}
#t #t-content {
    position: relative;
    z-index: 20;
    /* background: #c6d2d9; */
}
#t.header-title > .row {
    min-height: 0 !important;
}
#t.header-title #t-image {
    background: #c6d2d9;
}
#t #t-crumbs {
    background: rgba(236, 240, 243, 0.9);
    font-size: 0.9rem;
    padding: 0.9rem 0.3rem;
    /* color: #a7bac5; */
    color: var(--green);
}
#t #t-crumbs a:hover {
    color: #172934;
}
#t #t-crumbs .breadcrumb_last {
    color: #172934;
    display: inline-block;
    max-width: 150px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}
#t #t-crumbs #text-size strong {
    color: #172934;
    cursor: pointer;
}
#t #t-crumbs #text-size strong:hover {
    color: var(--blue-medium);
}

#t #t-title {
    /* background: #ffffff;
    padding: 0.1rem 0.3rem; */
    color: var(--white);
    background: var(--orange);
}



#t #t-title h1 {
    /* color: var(--blue-medium); */
    color: var(--white);
    padding: 0 3rem 0 0;
    /* font: italic 2.5rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif; */
    font: 2.5rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif;
}
#t #t-title .sub-menu-toggle {
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 30px;
}
#t #t-title .sub-menu-toggle .menu-icon {
    width: 1em;
    padding: 0.3em 0;
    max-height: 0.75em;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid;
    border-bottom: 1px solid;
    vertical-align: baseline;
}
#t #t-title .sub-menu-toggle .menu-icon:before {
    content: "";
    margin: 1px 0;
    width: 100%;
    top: 50%;
    background-color: inherit;
    display: block;
    border-top: 1px solid;
}
#t-wrap {
    position: relative;
    overflow: visible;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
#t-side {
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 240px;
    height: 100%;
}
.show-sub-menu #t-wrap {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
.show-sub-menu #t #t-title .sub-menu-toggle .menu-icon {
    border-color: transparent;
}
.show-sub-menu #t #t-title .sub-menu-toggle .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    margin: -1px -1px 0 0;
    width: 100%;
    top: 50%;
    background-color: inherit;
    display: block;
    border-top: 1px solid;
}
.show-sub-menu #t #t-title .sub-menu-toggle .menu-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
}
.scroll-wheel-alt {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 5;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #9faeb7;
    color: var(--white);
    -webkit-animation: scroll-float 1.5s infinite;
    -moz-animation: scroll-float 1.5s infinite;
    -o-animation: scroll-float 1.5s infinite;
    animation: scroll-float 1.5s infinite;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-decoration: none !important;
}
.scroll-wheel-alt .fa-circle {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
}
.scroll-wheel-alt .fa {
    display: block;
    line-height: 0.5em;
}
.scroll-wheel-alt .dot-1 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
.scroll-wheel-alt .dot-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
}
.pre-scrolled .scroll-wheel-alt {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0) !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    -webkit-opacity: 0 !important;
    opacity: 0 !important;
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes scroll-float {
    0% {
        -webkit-transform: translate3d(0, -65%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -35%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -65%, 0);
    }
}
@-moz-keyframes scroll-float {
    0% {
        -moz-transform: translate3d(0, -65%, 0);
    }
    50% {
        -moz-transform: translate3d(0, -35%, 0);
    }
    to {
        -moz-transform: translate3d(0, -65%, 0);
    }
}
@-o-keyframes scroll-float {
    0% {
        -o-transform: translate3d(0, -65%, 0);
    }
    50% {
        -o-transform: translate3d(0, -35%, 0);
    }
    to {
        -o-transform: translate3d(0, -65%, 0);
    }
}
@keyframes scroll-float {
    0% {
        -webkit-transform: translate3d(0, -65%, 0);
        -moz-transform: translate3d(0, -65%, 0);
        -ms-transform: translate3d(0, -65%, 0);
        transform: translate3d(0, -65%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -35%, 0);
        -moz-transform: translate3d(0, -35%, 0);
        -ms-transform: translate3d(0, -35%, 0);
        transform: translate3d(0, -35%, 0);
    }
    to {
        -webkit-transform: translate3d(0, -65%, 0);
        -moz-transform: translate3d(0, -65%, 0);
        -ms-transform: translate3d(0, -65%, 0);
        transform: translate3d(0, -65%, 0);
    }
}





/* #t #t-menu {
    padding: 10px 0;
    font-size: 0.9rem;
    overflow: hidden;
}
#t #t-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#t #t-menu ul li {
    padding: 0;
}
#t #t-menu ul li a {
    padding: 0.6em 0.6em 0.6em 3em;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #172934;
}
#t #t-menu ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9faeb7;
}
#t #t-menu ul li.current_page_item a {
    color: var(--blue-medium);
    background: #c6d2d9;
}
#t #t-menu ul li.current_page_item a:after {
    color: inherit;
}
#t #t-menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}
#t #t-menu ul li a:before {
    background: #f0c86d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    pointer-events: 0;
    z-index: -1;
}
#t #t-menu ul li a:hover:after {
    color: inherit;
}
#t #t-menu ul li a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#t #t-menu .simplebar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#t #t-menu .simplebar .simplebar-scroll-content {
    margin-right: -20px;
}
#t #t-menu .simplebar .simplebar-track.vertical {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
#t #t-menu .simplebar .simplebar-track.horizontal {
    visibility: hidden !important;
}
#t #t-menu .simplebar ul {
    padding: 10px 0 1.5rem;
} */







#t-menu {
    /* padding: 10px 0; */
    /* font-size: 0.9rem; */
    overflow: hidden;
    border-left: solid var(--blue-medium) 1px;
}

#t #t-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#t #t-menu ul li {
    padding: 0;
}

#t-menu ul li a {
    /* padding: 0.6em 0.6em 0.6em 3em; */
    padding-left: 2.5em;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #172934;
}

#t-menu ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9faeb7;
    opacity:0;
}

#t-menu ul li.current_page_item a {
    color: var(--orange);
    font-weight: 600;
    /* background: #c6d2d9; */
}

#t-menu ul li.current_page_item a:after {
    color: var(--orange);
    opacity: 1;
}

#t-menu ul li a:hover {
    color: var(--orange);
    /* text-decoration: none; */
}

#t #t-menu ul li a:before {
    background: #f0c86d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    pointer-events: 0;
    z-index: -1;
}
#t #t-menu ul li a:hover:after {
    color: inherit;
}
#t #t-menu ul li a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#t #t-menu .simplebar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#t #t-menu .simplebar .simplebar-scroll-content {
    margin-right: -20px;
}
#t #t-menu .simplebar .simplebar-track.vertical {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
#t #t-menu .simplebar .simplebar-track.horizontal {
    visibility: hidden !important;
}
#t #t-menu .simplebar ul {
    padding: 10px 0 1.5rem;
}





img.scaled-image {
  border: none !important;
}





.content {
    line-height: 1.8em;
}

.content p {
  padding: 0.8em 0;
  /* padding: 0 0 0.8em 0; */
}

.content-post p span {
  font-weight: 300 !important;
}

.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    color: var(--orange);
    text-decoration: underline;
    text-transform:uppercase;
    font-weight:600;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
    color: var(--orange-hover);
}



.content ol {
    margin: 0.5rem 0 0.5rem 3.5rem;
    counter-reset: li;
}
.content ul {
    margin: 0.5rem 0 0.5rem 2rem;
    counter-reset: li;
}
.content li {
    position: relative;
    margin: 2px 0;
}
.content ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    /* color: var(--blue-medium); */
    color: var(--orange);
    position: absolute;
    left: -1rem;
    top: 0;
}
.content ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: var(--blue-medium);
    font-weight: bold;
    position: absolute;
    left: -1.5rem;
    top: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.content blockquote {
    font: 0.9em/1.4 "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0 20px;
    color: #172934;
    position: relative;
}
.content blockquote:before {
    content: open-quote;
    position: absolute;
    left: -10px;
    top: 0;
    font: normal 9em/1 "trebuchet ms";
    color: rgba(176, 190, 200, 0.25);
    z-index: -1;
}
.content blockquote:after {
    content: close-quote;
    font-size: 0;
}
hr {
    border-top-color: initial;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
}
.page-wrap > .content > h1:first-child,
.page-wrap > .content > h2:first-child,
.page-wrap > .content > h3:first-child,
.page-wrap > .content > h4:first-child,
.page-wrap > .content > h5:first-child,
.page-wrap > .content > h6:first-child,
.page-wrap > .content > p:first-child {
    padding-top: 0;
}
.feature {
    position: relative;
}
.feature-pad {
    padding: 20px;
}
.block {
    max-width: 75%;
}
.block-wrap {
    position: static !important;
}
.block-wide {
    max-width: 100%;
}
.block-thin {
    max-width: 90%;
}
.block-top {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
}
.block-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}
.block-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}
.feature-1 .item .inner {
    min-height: 620px;
}
.feature-1 h2 {
    background: #ffffff;
    color: #172934;
    padding: 1rem 1rem 0.8rem 1rem;
    display: table;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}
.feature-1 .feature-text {
    background: #00365c;
    color: #ffffff;
    padding: 1rem 0.75rem;
    display: table;
    text-align: left;
    font-size: 1.1rem;
}
.feature-1 .feature-wrap {
    position: relative;
    z-index: 5;
    margin: 0;
}
.feature-1 .rotate-left {
    z-index: 20;
    color: rgba(23, 41, 52, 0.5);
    background: none;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 20px;
    right: 55px;
    left: inherit;
}
.feature-1 .rotate-right {
    z-index: 20;
    color: rgba(23, 41, 52, 0.5);
    background: none;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 20px;
    right: 25px;
}
.feature-1 .rotate-left:hover,
.feature-1 .rotate-right:hover {
    color: #f0c86d;
}
.feature-2 {
    min-height: 580px;
}
.feature-2 h4 {
    background: #00365c;
    color: #ffffff;
    padding: 1.3rem 1.428rem 1rem 1.428rem;
    display: table;
    float: right;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.1rem;
    font-weight: 400;
}
.feature-2 .feature-text {
    background: var(--blue-medium);
    color: #ffffff;
    margin: 0;
    clear: both;
}
.feature-2 .feature-wrap {
    position: relative;
    z-index: 5;
}
.feature-2 .center {
    margin: 0;
}

.feature-news {
  background: var(--yellow);
}

.feature-news h3 {
    font-style: normal;
    font-weight: 700;
    color: #172934;
}
.feature-news .item .post-title {
    /* font: italic 1.1rem/1.3 "Source Serif Pro", "Georgia", "Times New Roman", serif; */
    font: 1.1rem/1.3 "Source Serif Pro", "Georgia", "Times New Roman", serif;
    padding: 0;
}
.feature-news .item .post-title a {
    color: var(--blue-medium);
    text-decoration: none;
}
.feature-news .item .post-title a:hover {
    color: #172934;
    text-decoration: none;
}
.feature-news .item .post-meta {
    color: #172934;
    font-weight: bold;
    font-size: 0.8rem;
}
.feature-news .item .post-text {
    line-height: 1.5em;
    border-bottom: 1px solid #c6d2d9;
    padding-bottom: 15px;
    font-size: 0.9rem;
}
.feature-news .item .post-text p {
    padding: 0.5rem 0;
}
.feature-events {
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
}
.feature-events .feature-date {
    background: #f0c86d;
    color: #564c25;
    padding: 0.5rem 1.428rem 0.3rem 1.428rem;
    display: table;
    float: right;
    text-transform: uppercase;
}
.feature-events .feature-date p {
    padding: 0;
}
.feature-events .feature-text {
    background: #00365c;
    color: #ffffff;
    font-size: 0.9rem;
    clear: both;
    line-height: 1.3em;
    /* font-style: italic; */
}
.feature-events .feature-text h6 {
    color: #ffffff;
    padding-top: 0;
    /* font-style: italic; */
}
.feature-stories {
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    text-align: center;
}
.feature-stories .feature-text {
    background: #ffffff;
    color: #172934;
    font-size: 0.9rem;
    clear: both;
    line-height: 1.3em;
    /* font-style: italic; */
}
.feature-stories .feature-text h4 {
    color: #172934;
    padding: 0 0 0.5em;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font: normal 700 1.2rem/1em "Montserrat", Arial, Helvetica, sans-serif;
}
.feature-stories .feature-text h4 strong {
    display: block;
    color: var(--blue-medium);
    font: normal 400 4rem/1em "Source Serif Pro", "Georgia", "Times New Roman", serif;
    position: relative;
}
.feature-stories .feature-text h4 em {
    position: relative;
    font-style: normal;
}
.feature-stories .feature-text h4 em:before {
    content: "\f004";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 1rem;
    line-height: 1em;
    -webkit-transform: translate3d(-50%, -85%, 0);
    -moz-transform: translate3d(-50%, -85%, 0);
    -o-transform: translate3d(-50%, -85%, 0);
    -ms-transform: translate3d(-50%, -85%, 0);
    transform: translate3d(-50%, -85%, 0);
}
.feature-newsletter {
    position: relative;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    color: #ffffff;
}
.feature-newsletter h2 {
    padding: 0;
    font-size: 2rem;
    /* font-style: italic; */
    font-weight: normal;
    color: inherit;
}
.feature-newsletter form {
    position: relative;
    z-index: 90;
}
.feature-newsletter input {
    padding: 1.2em 1.428rem !important;
    height: 3.6rem;
}
.feature-newsletter button {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.feature-newsletter button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.feature-newsletter .recaptcha {
    position: absolute;
    bottom: 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: 90;
}
.feature-newsletter .show-captcha .recaptcha {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.feature-newsletter .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    display: block;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
}
.feature-newsletter:hover {
    background: #172934;
    color: #f0c86d;
}
.feature-tabs .tabs {
    border: 0;
    display: table;
    width: 100%;
}
.feature-tabs .tabs li {
    display: table-cell;
    float: none;
    text-align: center;
}
.feature-tabs .tabs li a {
    border: 0px;
    background: #ecf0f3;
    top: 0;
    display: block;
    font: 700 1rem/2.2em "Montserrat", Arial, Helvetica, sans-serif;
    color: #9faeb7;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.feature-tabs .tabs li a:hover {
    background: #b0bec8;
    color: #1a1a1a;
}
.feature-tabs .tabs li a.open-tab {
    background: #f0c86d;
    color: #564c25;
}
.feature-tabs .tab {
    background: #f0c86d;
    color: #564c25;
    padding: 0;
    text-align: center;
}
.feature-tabs .tab p {
    padding: 0;
    /* font: italic 400 2rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif; */
    font: 400 2rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif;
}
.feature-tabs .accordion-toggle {
    display: none !important;
}
.social-icons a {
    text-decoration: none !important;
}
.social-icons a {
    display: inline-block;
    padding: 0 4px;
}
.cta-1 {
    /* background: #ffc220; */
    color: var(--blue_dark);
}
.cta-1 h2 {
    /* font: 300 2.75rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif; */
    font: 300 2rem/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif;
    padding: 0;
    /* color: #564c25; */
    color: var(--blue_dark);
}
.cta-1 .btn-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f0c86d;
    padding: 2rem 3rem;
    text-align: center;
    /* color: #ffffff; */
    color: var(--blue-medium);
    font-weight: bold;
    font-size: 1.2em;

    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}


.cta-1 .btn-cta:hover i.fa-heart-o:before {
    content: "\f004";

}
.cta-1 .btn-cta span {
    position: relative;
    z-index: 2;
}
.cta-1 .btn-cta i {
    padding-left: 0.8rem;
}
.cta-1 .btn-cta:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: var(--blue-medium);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);

    /* -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all; */

    -webkit-transition: 0s ease transform, 0.3s ease opacity;
    -moz-transition: 0s ease transform, 0.3s ease opacity;
    -o-transition: 0s ease transform, 0.3s ease opacity;
    -ms-transition: 0s ease transform, 0.3s ease opacity;
    transition: 0s ease transform, 0.3s ease opacity;

    pointer-events: none;
}
.cta-1 .btn-cta:hover {
    text-decoration: none;
    color: #ffffff;
}
.cta-1 .btn-cta:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cta-1 .btn-cta:hover i {
    color: #ff3939;
}

.content h2 {
  margin-top: 1em;
}

.content h4,
.content h3 {
  margin-top: 0.75em;
}

.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
  margin-top: 0em;
}

/* iframe {
  width:100% !important;
  height:auto !important;
  margin-top: 2em;
  margin-bottom: 2em;
} */

hr,
.fluidvideo-wrap {
  margin-top: 2em;
  margin-bottom: 2em;
}


.wufoo-form-container {
  /* background-color: var(--white); */
  /* padding: 2em; */
  margin-top:2em;
}

.form .field .field-label {
    font-size: 0.8em;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}
.form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]),
.form .field select,
.form .field textarea {
    background: #ecf0f3;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a1a1a;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0.7em;
}
.form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):focus,
.form .field select:focus,
.form .field textarea:focus {
    background: #c6d2d9;
    color: #172934;
}
.form .field-checks {
    padding: 0.325em;
}
.form .field-checks .field-check.checked {
    background: #44b960;
    color: #ffffff;
}
.form .field .field-invalid,
.form .field .wpcf7-not-valid {
    border-color: #f33;
}
.form-dark .field .field-label {
    color: #ffffff;
}
.form-dark .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]),
.form-dark .field select,
.form-dark .field textarea {
    background: #00365c;
    color: #ffffff;
}
.form-dark .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):focus,
.form-dark .field select:focus,
.form-dark .field textarea:focus {
    background: var(--blue-medium);
    color: #ffffff;
}
.form-dark .field .field-invalid,
.form-dark .field .wpcf7-not-valid {
    border-color: #f33;
}


.give-form-wrap {
  background: var(--white);
  padding: 2em;
}

.give-form-wrap .give-donation-amount input[type=text] {
  width:auto !important;
}


.paging .prev,
.paging .next {
  background-color: var(--yellow) !important;
  padding: 0.75em 1.5em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-weight:600 !important;
}

.gform_button.button,
.give-submit.give-btn {
  background-color: var(--yellow) !important;
  margin-top:2em;
  padding: 0.75em 1.5em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  font-weight:600 !important;
}

.paging .prev:hover,
.paging .next:hover,
.give-submit.give-btn:hover {
  background-color: var(--blue_dark) !important;
  color:var(--white);
}

.give-form-title {
    color: var(--blue-medium);
    font-size: 3rem;
    padding-top: 0;
}
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*="give-form"] h3.give-section-break,
form[id*="give-form"] h4.give-section-break,
form[id*="give-form"] legend {
    font-weight: normal;
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    /* font-style: italic; */
}
.gform_wrapper {
    max-width: 100%;
    margin: 0.6rem 0;
    display:inline-block;
    background: var(--white);
}
.gform_wrapper ul.gform_fields {
    margin: 0;
}
.gform_wrapper ul li.gfield:before {
    display: none;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 0 0 0 1em;
}
.gform_wrapper ul.gfield_checkbox li:before,
.gform_wrapper ul.gfield_radio li:before {
    display: none;
}
.gform_wrapper ul li.gfield {
    margin-bottom: 0.6rem;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper select,
.gform_wrapper textarea {
    background: #ecf0f3;
    color: #8b959c;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0.7em;
    width: 100%;
}
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    background: #c6d2d9;
    color: #172934;
}
.gform_wrapper form {
    background: #ffffff;
    /* border: 4px solid #c6d2d9; */
    border: none;
}
.gform_wrapper .gsection_description,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    width: 100%;
}
.gform_wrapper .gform_heading {
    display: block;
    margin-bottom: 0;
    background: var(--white);
    padding: 1.14rem;
}
.gform_wrapper h3.gform_title {
    padding: 0;
}
.gform_wrapper .gform_body {
    padding: 1.14rem;
    background: var(--white);
}

.gform_wrapper .top_label .gfield_label {
    font-size: 0.8em;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    text-transform: uppercase;
    padding: 2px;
}
.gform_wrapper .gfield_description,
.gform_wrapper .screen-reader-text {
    font-size: 0.8em;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    display: block;
}
.gform_wrapper .validation_error {
    background: rgba(255, 57, 57, 0.1);
    color: #ff3939;
    padding: 1.14rem;
}
.gform_wrapper .validation_message {
    color: #ff3939;
}
.gform_drop_area {
    padding: 1.14rem;
    /* background: #ecf0f3; */
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    /* font-style: italic; */
}
.gform_wrapper .gform_body input.button {
    padding: 0.7em 0.85em;
    cursor: pointer;
    border: 0;
    color: var(--blue-medium);
    background: #c6d2d9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    z-index: 10;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.gform_wrapper .gform_body input.button:active,
.gform_wrapper .gform_body input.button:focus,
.gform_wrapper .gform_body input.button:hover {
    color: #ffffff;
    background: var(--blue-medium);
}
.gform_wrapper .gform_footer {
    padding: 0 1.14rem 1.14rem;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    padding: 0.7em 0.85em;
    cursor: pointer;
    border: 0;
    color: #564c25;
    background: #f0c86d;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    z-index: 10;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:active,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #ffffff;
    background: var(--blue-medium);
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
    padding: 0.96em;
}
.btn {
    border: 0;
    /* color: #564c25; */
    color: var(--white);
    /* background: #f0c86d; */
    background: var(--orange);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    overflow: hidden;
    z-index: 10;
}
.btn:active,
.btn:focus,
.btn:hover {
    color: #ffffff;
}
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: var(--blue-medium); */
    background: var(--orange-hover);
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    -webkit-transition: 0.3s ease opacity;
    -moz-transition: 0.3s ease opacity;
    -o-transition: 0.3s ease opacity;
    -ms-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
    pointer-events: none;
}
.btn:active:after,
.btn:focus:after,
.btn:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn.btn-icon {
    padding-left: 3.5em;
}
.btn.btn-icon.icon-right {
    padding-right: 3.35em;
    padding-left: 0.85em;
}
.btn.btn-icon i {
    background: rgba(0, 0, 0, 0.08);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.btn-white {
    color: #172934;
    background: #ffffff;
}
.btn-dark {
    color: #172934;
}
.btn-hover-yellow:after {
    background: #f0c86d;
}
.btn-hover-yellow:active,
.btn-hover-yellow:focus,
.btn-hover-yellow:hover {
    color: #564c25;
}
.link {
    display: block;
    text-align: center;
    position: relative;
    font: normal 700 0.9rem/1.2em "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.6rem;
}
.link span {
    position: relative;
}
.link span:before {
    content: "";
    position: absolute;
    right: 108%;
    top: 50%;
    border-top: 1px solid;
    width: 2rem;
}
.link span:after {
    content: "";
    position: absolute;
    left: 108%;
    top: 50%;
    border-top: 1px solid;
    width: 2rem;
}
.link-white {
    color: #ffffff;
}
.link:hover {
    color: #f0c86d;
    text-decoration: none;
}
.stories .item {
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.stories .item .inner {
    padding: 1px;
    border: 1px solid #564c25;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
}
.stories .item .post-title {
    text-align: center;
    font: bold 1em/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif;
    padding: 0 0 0.6rem;
}
.stories .item .post-text-wrap {
    padding: 1rem;
}
.stories .item .post-text {
    text-align: center;
    /* font: italic 0.9em/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif; */
    font: 0.9em/1.2 "Source Serif Pro", "Georgia", "Times New Roman", serif;
    padding: 0 0 0.6rem;
}
.stories .item:hover {
    background: var(--blue-medium);
}
.stories-single .post-image img {
    width: 100%;
    height: auto;
}
.stories-single .post-text .content > :first-child {
    padding-top: 0;
}
.stories-single .post-text .content > :last-child {
    padding-bottom: 0;
}
.stories-featured .item .post-title {
    font-size: 0.9rem;
}
.stories-featured .item .post-text {
    font-size: 1.2rem;
}
.post-single .post-meta {
    font-size: 0.8rem;
    color: #172934;
    padding-bottom: 0.6rem;
}
.post-single .post-meta .post-date {
    font-weight: bold;
}
.post-single .post-meta .sep {
    color: #9faeb7;
}
.post-archive .post-meta {
    font-size: 0.8rem;
    color: #172934;
    padding-top: 0.6rem;
}
.post-archive .post-meta .post-date {
    font-weight: bold;
}
.archive .post-item .post-crumbs {
    padding: 5px 0 0;
    font-size: 0;
    font-style: normal;
}
.archive .post-item .post-crumbs a {
    color: #172934;
    font-size: 0.9rem;
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    /* font-style: italic; */
}
.archive .post-item .post-crumbs a:after {
    content: "//";
    color: #8b959c;
    font-style: normal;
    display: inline-block;
    padding: 0 6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.archive .post-item .post-crumbs a:hover {
    color: var(--blue-medium);
    text-decoration: underline;
}
.archive .post-item .post-crumbs a:last-child:after {
    display: none;
}
.archive-search .item {
    border-bottom: 1px solid #c6d2d9;
}
.archive-search .item .inner {
    padding: 10px 0;
}
.media-archive .post-title {
    padding: 0 0 0.6rem;
    font-size: 1.2rem;
    color: #00365c;
}
.media-archive .post-title .date {
    color: var(--blue-medium);
}
.media-archive .post-title a:hover .date {
    color: inherit;
}
.media-archive .post-text p a {
    font-weight: bold;
    text-transform: uppercase;
}
.events-archive .post-image {
    background: #b0bec8;
}
.events-archive .post-title {
    padding: 0 0 0.6rem;
    font-size: 1.2rem;
    color: #00365c;
}
.events-archive .post-title .date {
    color: var(--blue-medium);
}
.events-archive .post-title a:hover .date {
    color: inherit;
}
.events-archive .post-more {
    padding-top: 0.6rem;
}
.sub .item .post-image {
    position: relative;
    z-index: 5;
}
.sub .item .post-title {
    position: absolute;
    z-index: 4;
    bottom: 6px;
    left: 6px;
    margin-right: 6px;
    padding: 0;
    font-size: 1.1rem;
    /* text-transform: uppercase; */
    color: #172934;
}
.sub .item .post-title a {
    padding: 0.7rem 0.6rem 0.48rem;
    background: #ffffff;
    display: block;
    text-decoration: none !important;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

/* .sub .item .post-image > a {
    display: block;
    padding: 2px;
    border: 1px solid #b0bec8;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: #ffffff;
    min-height: 10rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
} */

.sub .item .post-image > a {
  background: #ffffff;
}

.sub .item .post-image:hover .post-title a {
    background: var(--blue-medium);
    color: #ffffff;
}
.sub .item .post-image:hover > a {
    padding: 2px;
    border: 4px solid var(--blue-medium);
}
.sub .item .post-image > a > span.img {
    display: block;
    background: #b0bec8;
    width: 100%;
    height: 0px;
    padding-bottom: 66.6%;
    overflow: hidden;
    position: relative;
}
.quilt-archive {
    border-color: #ffffff;
    margin: 0 auto;
    max-width: 960px;
    z-index: 9;
    overflow: visible;
}
.quilt-archive .item {
    border-color: #ffffff;
    text-align: center;
}
.quilt-archive .item .inner {
    padding-top: 100%;
    position: relative;
    overflow: visible;
    z-index: 5;
}
.quilt-archive .item .post-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: #f0c86d;
}
.quilt-archive .item .post-wrap img {
    position: relative;
    z-index: 4;
}
.quilt-archive .item .post-title {
    font-size: 1rem;
    /* font-style: italic; */
    font-weight: 400;
    color: #564c25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.3s 0.3s ease all;
    -moz-transition: 0.3s 0.3s ease all;
    -o-transition: 0.3s 0.3s ease all;
    -ms-transition: 0.3s 0.3s ease all;
    transition: 0.3s 0.3s ease all;
    position: relative;
    z-index: 3;
}
.quilt-archive .item:hover .inner {
    z-index: 9;
}
.quilt-archive .item:hover .post-wrap {
    width: 110%;
    height: 110%;
    overflow: visible;
}
.quilt-archive .item:hover .post-wrap-inner {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
    background: #f0c86d;
}
.quilt-archive .item:hover .post-title {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.quilt-modal {
    background: #f0c86d;
    color: #564c25;
    margin: 0;
    padding: 0;
    max-width: 80%;
    width: 800px;
}
.quilt-modal img {
    width: 100%;
    height: auto;
}
.quilt-modal .inner-flex {
    padding: 1.428rem;
}
.quilt-modal .post-title {
    font-size: 1.4rem;
    /* font-style: italic; */
    font-weight: 400;
    color: #564c25;
    padding-bottom: 0;
}
.quilt-modal .post-text {
    font-size: 1rem;
    color: #564c25;
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    /* font-style: italic; */
}
.paging {
    clear: both;
    margin: 2em 0 !important;
    font: normal 0.9rem/1.2em "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    position: relative;
    padding: 0;
    display: block;
}
.paging li {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: none !important;
    display: inline;
}
.paging a,
.paging span {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    text-decoration: none;
    outline: none;
    color: #172934;
    background: #ecf0f3;
    margin: 0 1px;
}
.paging .gap {
    background: none;
}
.paging .title {
    display: none;
}
.paging .prev {
    float: left;
    background: #ecf0f3;
    color: #172934;
    padding: 0 1em;
    width: auto;
}
.paging .next {
    float: right;
    background: #ecf0f3;
    color: #172934;
    padding: 0 1em;
    width: auto;
}
.paging a:active,
.paging a:focus,
.paging a:hover {
    color: #ffffff;
    background: var(--blue-medium);
}
.paging span.page {
    color: #ffffff;
    background: #f0c86d;
}
.paging .fa {
    position: relative;
    top: 2px;
}
.paging .prev .fa {
    padding-right: 1px;
}
.paging .next .fa {
    padding-left: 1px;
}
.sidebar {
    overflow: hidden;
    width: 100%;
}
.sidebar-main {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.sidebar .widget {
    background: #ecf0f3;
}
.sidebar .widget-title {
    padding: 0.8em;
    position: relative;
    background: var(--blue-medium);
    color: #ffffff;
    font-weight: normal;
    /* font-style: italic; */
    font-size: 1.4em;
}
.sidebar .widget-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar .widget-list ul li {
    padding: 0;
}
.sidebar .widget-list ul li a {
    padding: 0.6em 0.6em 0.6em 3em;
    font-size: 0.9rem;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #172934;
}
.sidebar .widget-list ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9faeb7;
}
.sidebar .widget-list ul li.current_page_item a {
    color: var(--blue-medium);
    background: #c6d2d9;
}
.sidebar .widget-list ul li.current_page_item a:after {
    color: inherit;
}
.sidebar .widget-list ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.sidebar .widget-list ul li a:before {
    background: #f0c86d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
    -o-transform: translate3d(-100%, -100%, 0);
    -ms-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    pointer-events: 0;
    z-index: -1;
}
.sidebar .widget-list ul li a:hover:after {
    color: inherit;
}
.sidebar .widget-list ul li a:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-box .remodal-close {
    background: none;
    right: -40px;
    color: #ffffff;
    font-size: 1.4rem;
}
.modal-box .remodal-close:hover {
    color: #ff3939;
}
.modal-box .remodal-close:before {
    content: "\00d7";
    font-family: FontAwesome;
}
.modal-box .remodal-close:after {
    display: none !important;
}
.modal-protect {
    background: var(--blue-medium);
    text-align: left;
}
.modal-protect .remodal-close {
    display: none !important;
}
.modal-protect label {
    display: none !important;
}
.modal-protect .alert {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.modal-protect .alert p {
    padding: 0.4em;
    font-size: 0.9rem;
    line-height: 1.4em;
}
.modal-protect .content p:first-child {
    padding-top: 0;
    font-size: 0.9rem;
    line-height: 1.4em;
}
.modal-protect .content a {
    color: #f0c86d;
    font-size: 0.9rem;
    line-height: 1.2em;
}
.modal-bad {
    padding: 0;
    background: #ffffff;
    width: 720px;
    max-width: 90%;
}
.modal-bad .bag-head {
    padding: 2rem;
    color: #ffffff;
    background: var(--blue-medium);
    font: bold 1.2rem/1.2 "Montserrat", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: none;
}
.modal-bad .bag-head .fa {
    color: #ff3939;
    padding-left: 10px;
}
#f {
    background: var(--green);
    color: var(--white);
    position: relative;
    letter-spacing: 0;
    line-height: 1em;
    font-size: 0.9rem;
}
#f p {
    line-height: 1.4em;
}
#f .menu {
    margin: 0;
}
#f .menu li:before {
    display: none;
}
#f .menu li a {
    text-decoration: none !important;
    font-family: "Source Serif Pro", "Georgia", "Times New Roman", serif;
    /* font-style: italic; */
}
#f .menu li a:hover {
    color: #172934;
}
#f .menu li ul {
    display: none;
}
#f .social {
    margin-left: -3px;
}
#f .social .drop-menu {
    width: 1.5rem;
    margin: 0 3px;
}
#f .social .drop-menu > a {
    font-size: 1.5rem;
    color: var(--blue-medium);
}
#f .social .drop-menu-show > a,
#f .social .drop-menu > a:hover {
    color: #f0c86d;
}
#f .social .drop-menu ul:before {
    display: none;
}
#f .social .drop-menu ul {
    top: inherit;
    bottom: 100%;
}
#f .social .drop-menu-show ul {
    top: inherit;
    bottom: 125%;
}
#f .widget-title {
    font: bold 1rem/1.2 "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1a1a1a;
}
#f-copy {
    color: #5a5a5a;
    background: #ffffff;
    font-size: 0.9rem;
    line-height: 1.2rem;
    box-shadow: 0 0 4px 8px rgba(0, 54, 92, 0.04);
    -ms-box-shadow: 0 0 4px 8px rgba(0, 54, 92, 0.04);
    -moz-box-shadow: 0 0 4px 8px rgba(0, 54, 92, 0.04);
    -webkit-box-shadow: 0 0 4px 8px rgba(0, 54, 92, 0.04);
}
#f-copy a {
    color: #172934;
}
#f-copy a:hover {
    color: var(--blue-medium);
}
#f-copy .f-copy-links {
    font-size: 0px;
}
#f-copy .f-copy-links a {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2rem;
}
#f-copy .f-copy-links a:after {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 1px;
    position: relative;
    top: 2px;
    background: #c6d2d9;
    margin: 0 0.8em;
}
#f-copy .f-copy-links a:last-child:after {
    display: none;
}
.tbl-transfer th {
    padding: 10px;
    background: #172934;
    color: #ffffff;
}
.tbl-transfer td {
    padding: 10px;
    background: #ecf0f3;
    border-bottom: 2px solid #ffffff;
}
.tbl-transfer tr:hover td {
    background: rgba(255, 201, 57, 0.15);
}
#editor {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: var(--blue-medium);
    overflow: visible;
}
#editor .toggle {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    display: block;
    background: rgba(0, 84, 143, 0.8);
}
#editor #editor-item {
    display: none;
}
#editor .form .field .field-label {
    font-size: 14px;
}
#editor .form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]),
#editor .form .field select,
#editor .form .field textarea {
    background: #00365c;
    color: #ffffff;
}
#editor .form .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):focus,
#editor .form .field select:focus,
#editor .form .field textarea:focus {
    background: #ffffff;
    color: #1a1a1a;
}


@media (min-width: 0px) {
  .show-menu .fa-search {
    margin-top: 80px;
  }
}

@media (min-width: 641px) {
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.4em;
    }
    h5 {
        font-size: 1.2em;
    }
    h6 {
        font-size: 1.2em;
    }
    .feature-pad {
        padding: 20px;
    }
    .feature-1 .item .inner {
        min-height: 640px;
    }
    .feature-2 {
        min-height: 640px;
    }
    .block-thin {
        max-width: 80%;
    }
    #t #t-image {
        padding-top: 36.43%;
    }
    #t-side {
        max-width: 320px;
    }
    .show-sub-menu #t-wrap {
        -webkit-transform: translate3d(-310px, 0, 0);
        -moz-transform: translate3d(-310px, 0, 0);
        -o-transform: translate3d(-310px, 0, 0);
        -ms-transform: translate3d(-310px, 0, 0);
        transform: translate3d(-310px, 0, 0);
    }

    .show-menu .careers-social {
      background-color: var(--yellow);
    }

    .show-menu .fa-search {
      margin-top: 80px;
    }
}
@media (min-width: 1025px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    h6 {
        font-size: 1rem;
    }
    .wrap {
        border-width: 0;
    }
    .feature-1 .item .inner {
        min-height: 660px;
    }
    .feature-2 {
        min-height: 660px;
    }
    .block-thin {
        max-width: 70%;
    }
    #t.header-side-no.header-image #t-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: none;
    }
    #t #t-title h1 {
        padding-right: 0;
    }
    #t #t-title .sub-menu-toggle {
        display: none;
    }
    #t-wrap {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    #t-side {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        height: auto;
    }
    .scroll-wheel-alt {
        right: 2rem;
    }
}

@media (min-width: 1125px) {
    #h .menu-toggle {
        display: none;
    }
    #h #logo a .full {
        padding-left: 1rem;
    }
    #n {
        position: absolute;
        top: 50%;
        right: 0;
        left: inherit;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    /* #n .ubermenu {
        font-size: 0.75rem;
    } */
    #n > .ubermenu > ul > li > .ubermenu-target {
        padding: 0 1em;
        height: 66px;
        line-height: 66px;
        letter-spacing: 0.01em;
        margin: 0 -0.1em;
    }
    #n > .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop {
        position: absolute !important;
        width: 100%;
    }
    .pre-scrolled #n > .ubermenu > ul > li > .ubermenu-target {
        height: 70px !important;
        line-height: 70px !important;
    }
    .pre-scrolled #h #logo a .icon {
        padding: 0 !important;
    }
}

@media (min-width: 1361px) {
    #h .menu-toggle {
        display: none;
    }
    #h #logo a .full {
        padding-left: 1rem;
    }
    #n {
        position: absolute;
        top: 50%;
        right: 0;
        left: inherit;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    /* #n .ubermenu {
        font-size: 0.75rem;
    } */
    #n > .ubermenu > ul > li > .ubermenu-target {
        padding: 0 1em;
        height: 66px;
        line-height: 66px;
        letter-spacing: 0.01em;
        margin: 0 -0.1em;
    }
    #n > .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop {
        position: absolute !important;
        width: 100%;
    }
    .pre-scrolled #n > .ubermenu > ul > li > .ubermenu-target {
        height: 70px !important;
        line-height: 70px !important;
    }
    .pre-scrolled #h #logo a .icon {
        padding: 0 !important;
    }
}

@media (min-width: 1600px) {
    #h #logo a .icon {
        padding: 5px 0;
    }
    #h #logo a .full {
        height: 78px;
    }
    #n .ubermenu {
        font-size: 0.8rem;
    }
    #n > .ubermenu > ul > li > .ubermenu-target {
        padding: 0 1.5em;
        /* height: 82px;
        line-height: 82px; */

        height: 76px;
        line-height: 76px;

        letter-spacing: 0.02em;
        margin: 0 0;
    }
    .feature-1 .item .inner {
        min-height: 780px;
    }
    .feature-2 {
        min-height: 780px;
    }
}
@media (min-width: 1900px) {
    #h #logo a .full {
        height: 78px;
    }
    #n .ubermenu {
        font-size: 0.9rem;
    }
    #n > .ubermenu > ul > li > .ubermenu-target {
        padding: 0 1.25em;
        height: 82px;
        line-height: 82px;
        letter-spacing: 0.02em;
        margin: 0 0;
    }
    #n > .ubermenu > ul > li > ul {
        font-size: 0.85rem;
    }
}
