/*
 * Please place your own CSS code to this file
 *
 */  
@font-face {
    font-family: 'Tisa Sans Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Tisa Sans Pro Medium'), url('../fonts/Tisa Sans Pro Medium.woff') format('woff');
    }
@font-face {
    font-family: 'Tisa Sans Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Tisa Sans Pro Regular'), url('../fonts/Tisa Sans Pro Regular.woff') format('woff');
    }
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1290px !important; /* 1320px top bar width */
  }
}
.bg-navy {
  /*--bs-bg-opacity: 1;*/
  background-color: #244674 !important;
}/*var(--bs-bg-opacity)) */
@media (max-width: 575.98px) {
	.region-wrapper-top-bar {display:none;}
}
@media (min-width: 575.98px) {
	.region-wrapper-top-bar2 {display:none;}
}
.navbar:not(.navbar-clone) {
  padding: 20px 20px !important;
}
.navbar > .container {
  margin: 0 auto;
  max-width: 1200px !important;
  padding: 0 0 !important; /* 0 15px */
  position: relative;
}
.nav-link {
  font-family: 'Tisa Sans Pro Regular', sans-serif !important;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}
.nav-link-top {
  font-family: 'Tisa Sans Pro Regular', sans-serif !important;
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}
a.nav-link-top:hover {
  color:white !important;
}
a.nav-link-search {
    position: relative;
    text-indent: 80px;
    overflow: hidden;
    width: 40px;
    top: 15px;
    left: -30px;
}
a.nav-link-search::before {
    top: 45% !important;
}
article.job .txt-block .field .field--label {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.5rem;
  color: #343f52;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  margin-top: 2.5rem;
}
:root {
  --main-color: #4a90e2;
  --main-color-soft: #edf2fc;
  --main-font-family: 'Roboto' !important;
  --main-font-color: #6c757d;
  --main-heading-family: 'Roboto' !important;
  --main-heading-color: #353f4f;
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #484848;
  line-height: 1.6666;
  font-weight: 400;
}
.text-center {text-align: center}
.text-left {text-align:left}
/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {  
  color: #244674;
  font-weight: 300; /* 600 original */
  letter-spacing: 0;
  margin-bottom: 0;
}

.font--jakarta h1,
.font--jakarta h2,
.font--jakarta h3,
.font--jakarta h4,
.font--jakarta h5,
.font--jakarta h6 {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.35;
}

.font--jakarta h1,
.font--jakarta h2 {
  line-height: 1.25;
}

.font--inter h1,
.font--inter h2,
.font--inter h3,
.font--inter h4,
.font--inter h5,
.font--inter h6 {
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: -0.5px;
}
p.p-xxl { font-size: 28px; }
p.p-30 { font-size: 30px; }
.green-background {background: #17532A1A 0% 0% no-repeat padding-box;padding-bottom: 90px}
.green-sec-background {background: #21863B 0% 0% no-repeat padding-box;}/*padding-bottom: 90px*/
.dk-green-background {background: #17532A 0% 0% no-repeat padding-box;padding-bottom: 90px}
.back-dkgreen {background-color: #17532A !important;border-radius:20px}
.blue-background {background: #A3C9D9 0% 0% no-repeat padding-box;padding-bottom: 90px}
.dk-blue-background {background: #1056A5 0% 0% no-repeat padding-box;padding-bottom: 20px}
.baby-blue-background {background: #2FA6DE4D 0% 0% no-repeat padding-box;padding-bottom: 20px}
.gr-grey-background {background-color: rgba(46, 166, 73, 0.1); background:no-repeat padding-box;padding-bottom: 20px}
.bluegrey-background {background: #24467426 0% 0% no-repeat padding-box;padding-bottom: 0px}
.ltgrey-background {background: #f5f5f5 0% 0% no-repeat padding-box;padding-bottom: 0px}
.gr-line {border: 1px solid #17532A;}
.white-box {
	top: 1174px;
	left: 728px;
	width: 602px;
	height: 289px;
	padding: 70px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #4848481A;
	border-radius: 18px;
	opacity: 1;
}
.white-box-sm {
	top: 1174px;
	left: 728px;
	width: 420px;
	height: 289px;
	padding: 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #4848481A;
	border-radius: 18px;
	opacity: 1;
}
.no-repeat {background-repeat: no-repeat}
/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #244674 !important;
	font-weight:500;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

a:hover {
  color: #244674!important;
  text-decoration: underline;
}

a:focus {
  outline: none;
  text-decoration: underline;
}
a.underline {text-decoration: underline;}
/* Buttons */
.btn--theme {
  color: #fff!important;
  border-color: #244674!important;
  background-color: #244674!important;
  text-decoration: none !important;
}
.btn--theme-white {
  color: #244674!important;
  border-color: #fff!important;
  background-color: #fff!important;
  text-decoration: none !important;
} 
.btn--theme-dkgreen {
  color: #3E8444!important;
  border-color: #fff!important;
  background-color: #fff!important;
  text-decoration: none !important;
} 
.btn--theme-green {
  color: #fff!important;
  border-color: #17532A!important;
  background-color: #17532A!important;
  text-decoration: none !important;
}
.btn--theme-green:hover {
  color: #fff!important;
  background-color: transparent!important;
	background-color: #17532A !important;
  border-color: #fff!important;
}
.btn--theme-ltblue {
  color: #fff!important;
  border-color: #3881f3!important;
  background-color: #3881f3!important;
  text-decoration: none !important;
}
.btn--theme-ltblue:hover {
  color: #fff!important;
  /*background-color: transparent!important;*/
	background-color: #3881f3 !important;
  border-color: #fff!important;
}
.btn--theme-blue {
  color: #fff!important;
  border-color: #244674!important;
  background-color: #244674!important;
  text-decoration: none !important;
}
.btn--theme-blue:hover {
  color: #fff!important;
  background-color: transparent!important;
	background-color: #244674 !important;
  border-color: #fff!important;
}.btn:hover { 
  text-decoration: none; 
  color: #353f4f!important;
  background-color:transparent!important;
  border-color: #353f4f!important;  
}
button#edit-submit,
button#edit-subscribe {
  background: #244674;
  border-color: #244674;
  text-transform: uppercase;
  color: #fff;
}
.btn:hover { 
  text-decoration: none; 
  color: #fff!important;
  background-color:#3881f3!important;
  border-color: #3881f3!important;  
}
/* Logo */
.site-branding img.logo {
  max-height: 75px !important;
}
/* Typography */
.color-black {color:#000}
.color-dkgrey {color:#484848}
.blog-title {font-family: 'Roboto', sans-serif; font-size: 22px}
.blog-title a  {font-family: 'Roboto', sans-serif !important; color: #000 !important; font-weight: 600;text-transform: none;letter-spacing:0;}

/* Disclosure Box */
.disclosure-box {
  max-height: 190px;
  overflow: scroll;
  border-color: rgba(0,0,0,.08);
  background-color: #fff;
  color: #484848 !important;
  padding: 10px;
  margin: 10px;
  width: 100%;
}
/* Accordion Headers */
.accordion-wrapper .card-header button {
  font-family: 'Roboto', sans-serif !important;
  /* position: absolute !important; 
  left: 1.3rem !important;*/
  content: "\e932" !important;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  /* width: 1rem !important; */
  margin-top: -0.25rem !important;
  margin-left: -0.3rem !important;
  /* display: inline-block !important; */
  color: #244674 !important;
}
/* Borders GET Home */
.border-blue {border-top:3px solid #244674;}
.border-green {border-top: 3px solid #3E8444}
.bg--blue-600 { background-color: #244674; }
.bg--green-600 { background-color: #17532A; } /*#3E8444*/
.bg--ltgreen {background-color: #17532A0D;}
.bg--tan {background-color: #F5A61D1A;}
.color--green-600, 
.color--green-600 h1, 
.color--green-600 h2, 
.color--green-600 h3, 
.color--green-600 h4, 
.color--green-600 h5, 
.color--green-600 h6, 
.color--green-600 p, 
.color--green-600 a, 
.color--green-600 li, 
.color--green-600 i, 
.color--green-600 span,
.color--white .color--green-600 { color: #17532A!important; }/*#3E8444*/
.color--blue-600, 
.color--blue-600 h1, 
.color--blue-600 h2, 
.color--blue-600 h3, 
.color--blue-600 h4, 
.color--blue-600 h5, 
.color--blue-600 h6, 
.color--blue-600 p, 
.color--blue-600 a, 
.color--blue-600 li, 
.color--blue-600 i, 
.color--blue-600 span,
.color--white .color--blue-600 { color: #244674!important; }
.color--coal,
.color--coal h1, 
.color--coal h2, 
.color--coal h3, 
.color--coal h4, 
.color--coal h5, 
.color--coal h6, 
.color--coal p, 
.color--coal a, 
.color--coal li,
.color--coal i, 
.color--coal span { color: #484848 !important; }
.color--black,
.color--black h1, 
.color--black h2, 
.color--black h3, 
.color--black h4, 
.color--black h5, 
.color--black h6, 
.color--black p, 
.color--black a, 
.color--black li,
.color--black i, 
.color--black span { color: #000000; }
/* image formatting */
.content-image {border-radius: 20px;}
/* 5 column block */
.col-lg-2-2 {
    flex: 0 0 auto;
    width: 20%;
  }
.box-mh-350 {min-height:350px}
ul {list-style: disc;
  margin-left: 15px;}
/* Accordion Title - White */
.accordion-title-white{color:#fff !important;font-weight:bold}
@media (max-width: 991.98px) {
	.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {color:#fff !important}
}
@media (min-width: 390px) and (max-width: 413.98px) {
    /*.footer-socials.ico-25 [class*="flaticon-"]:before, .footer-socials.ico-25 [class*="flaticon-"]:after {
        font-size: 1.3925rem;
        color: #fff;
    }*/
	.social-white {color:#fff !important}
} /*#244674 !important*/
.alert-wrapper {z-index:999999 !important}
div.author.header-info {display:none}
.gt_switcher_wrapper {position: fixed;
    /* top: 30px !important;*/
    left: 18%;
    z-index: 999999;}
@media (min-width: 390px){
    .message-banner__content2 {min-height: 30px;}
}
@media (max-width: 390px){
    .message-banner__content2 {min-height: 90px;padding-top: 4px;}
}
@media (max-width: 390px){
    .message-banner__close-button {display: block;float: left;width: 40%;}
    .message-banner__text {margin-right: auto;margin-left: auto;width: 60%;float:  right;display: block;}
}
@media (min-width: 391px){
    .message-banner__close-button {display: block;float: left;width: 300px;}
    .message-banner__text {margin-right: auto; margin-left: auto; width: 1100px; display: block;}
}
/* fix GTranslate overlay */
.rel, section, .container {
  position: relative !important;
  z-index: auto;
}