/* ===== imports ===== */
@import url('fonts.css?version=8.12.2020');
@import url('flexmenu.css?version=8.12.2020');
@import url('bootstrap.min.css?ver=5.0.2');
@import url('styles.css?version=1.18.2022');
/*@import url('animate.css?version=07172019');*/

body {
color: #343a40;
/*font-family: 'HelveticaNeueLTStd-Roman', Arial, sans-serif;*/
font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
/* ===== utility ===== */
header.main .utility {
    font-family: 'Open Sans', Arial, sans-serif;
    background-image: linear-gradient(-45deg, #0f6262, #2e3192, #2bb673);
    color: #ffffff;
}
header.main .utilityNav {
    text-align: right;
}
header.main ul.utilityNav {
    list-style: none;
}
header.main .utilityNav li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
}
header.main .utilityNav li a {
    color: #FFF;
    font-size: .8em;
    font-weight: 600;
    text-decoration: none;
}
header.main .utilityNav li a i {
    font-size: 1.35em;
    font-weight: normal;
    text-decoration: none;
}
header.main .utilityNav li a:hover {
    color: #2eaf76;
    text-decoration: none;
    transition: color 100ms linear;
}
header.main .utilityNav li a.btn  {
    color: #FFF !important;
    font-size: inherit;
    border: 0;
    line-height: 1.2em;
}
/* search */
/* ===== search ===== */
.search {
}
.openBtn {
  border: none;
  padding: 10px 0px;
  font-size: 20px;
  cursor: pointer;
  color: #FFF;
}
.openBtn:hover {
  color: #4d7ba5;
}
.overlay {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: linear-gradient(-45deg, #0f6262, #2e3192, #2bb673);
  padding: 15px 0;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 8%;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #FFF;
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 15px;
  border: none;
  float: left;
  width: 95%;
  background: white;
}
.overlay input[type=text]:hover {
  background: #FFF;
}
.overlay button {
  position: absolute;
  right: 30px;
  float: right;
  width: 10%;
  padding: 5px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  color: #49479d;
}
.overlay button:hover {
  background: none;
    color: #333;
}

.btn-outline-secondary, .btn-outline-secondary:hover {
  border: none;
}
.bg-dark-custom {
   background: #000d43 none repeat;
}
.titletag h2, .titletag.h2 {
  font-size: 210%;
  /*font-weight: 600;*/
  color: #49479d;
  margin: .2em 0;
}
.titletag h6, .titletag.h6 {
  font-size: 135%;
}
/* ===== main navigation =====*/
header.nav {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    background: linear-gradient(#D0D0D0, #FFF);
}
nav.main {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
    position:relative;
    z-index: 2;
    text-transform: uppercase;
    /*letter-spacing: .0525em;*/
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
nav.main li {
    display: inline;
    position: relative;
}
nav.main li:hover {
    background: #FFF;
    color: #2eaf76;
     box-shadow: 00px 5px 5px -1px grey; 
}
nav.main li a {
    display: block;
    color: #25327b;
    text-decoration: none;
    padding: 1.25em 2em;
}
nav.main li a:hover {
    transition: background-color 300ms linear;
    color: #2eaf76;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #0071ba;
}
nav.main ul > li { 
    display: inline-block;
    text-align: left;
}
nav.main ul > li:hover {
    display: inline-block;
}
nav.main li ul li a {
    padding: .5em 1em;
    border-bottom: 1px dotted #D0D0D0;
        text-transform: none;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    background-color: #F0F0F0;
    border-top: 5px solid #49479d;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul li ul li {
    width: 250px;
    margin: 0;
    padding: 0;
}
nav.main ul ul > li a {
    display: block;
    background-color: #F0F0F0;
}
nav.main li ul li:hover {
     box-shadow: none; 
}
nav.main ul ul > li a:hover {
    background: #F0F0F0;
    color: #2eaf76;
}
nav.main li ul li ul li a {
    border-bottom: 1px dotted #D0D0D0;
}
nav.main ul ul ul {
    display: none; 
    position: absolute;
    top: -.3rem;
    left: 100%;
    background-color: #F0F0F0;
    border-top: 5px solid #0071ba;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}
nav.main ul li ul li:hover > ul {
    display: block;
}
nav.main ul li ul li ul li {
    width: 250px;
    margin: 0;
    padding: 0;
}
nav.main ul ul ul > li a {
    display: block;
    background-color: #F0F0F0;
}
nav.main ul ul ul > li a:hover {
    background: #F0F0F0;
    color: #0071ba;
}
.sectionNav {
    margin:60px 0 0 0;
}
.sectionNav ul {
   font-family: 'Open Sans', Arial, sans-serif;
    font-size: .9em;
    /*margin: 0;
    padding: 0;*/
    list-style: none;
}
.sectionNav hr {
    border-top: 10px solid #D0D0D0;
    margin: 10px 0 0 0;
    padding-top: 30px;
    width: 30%;
}
.sectionNav li a {
    display: block;
    padding: 8px 0;
    color: #8f9397;
        text-decoration: none;
}
.sectionNav li a:hover {
    color: #0071ba !important;
    text-decoration: none;
}
.sectionNav li a.selected {
    color: #0071ba !important;
    font-weight: 700;
}
.sectionNav ul ul {
    margin: 0;
    padding: 0;
}
.sectionNav li ul li a {
    margin-left: 15px;
    display: block;
    padding: 3px 0;
    color: #999;
}
.sectionNav li ul li a:hover {
    color: #0071ba !important;
    text-decoration: none;
}
.sectionNav li ul li ul {
    margin: 0 0 0 25px;
}
.sectionNav li ul li ul li a {
    margin-left: 15px;
    display: block;
    padding: 3px 0;
    color: #999;
}
.sectionNav li ul li ul li a:hover {
    color: #0071ba !important;
    text-decoration: none;
}
.sectionContent h1 {
    margin-bottom: .5em;
}
.sectionContent hr.sectionContentHR, hr.sectionContentHR {
    border-top: 10px solid #49479d;
    margin: 10px 0 0 0;
    padding-top: 40px;
    width: 30%;
}
.sectionContent li {
    margin: 1em .5em;
}
/* ===== jumbotron/carousel ===== */
.jumbotron {
    padding: 2em 0;
    background-image: linear-gradient(#25337c, #0171bb);
}
.jumbotron a {
    color: #FFF;
}
.jumbotron h1 {
    color: #FFF;
}
.jumbotron-text {
    color: #FFF;
}
.jumbotron .btn-outline-secondary, .featurette-3 .btn-outline-secondary{
    color: #FFF;
    border-color: #FFF;
}
.jumbotron .btn-outline-secondary:hover, .featurette-3 .btn-outline-secondary:hover {
    background-color:#25327b;
    border-color:#25327b;
}
.jumbotron .btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 0rem;
    text-transform: uppercase;
}
.btn-outline-primary {
    color: #0071ba;
    border-color: #0071ba;
}
.btn-outline-primary:hover {
    background-color:#25327b;
    border-color:#25327b;
}
/* ===== home featurettes ===== */
section.featurette-1 h1, section.featurette-2 h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    /*font-weight: 600;*/
    color: #49479d;
}
.featurette-2 {
    background-color: #f8f9fb;
    padding: 5px 0;
}
/*section.featurette-3 {
    background:  #f8f9fb;
}*/
.featurette-3 {
    background: #f8f9fb url('/images/iStock-1183744765.jpg') no-repeat;
    background-position: center; 
    background-size: cover;
    padding: 80px 0;
    color: #FFF;
}
.featurette-3 h1 {
    color: #FFF;
}
.featurette-3 .col-md-3 {
    padding: 50px 0;
}
.featurette-3 .btn-outline-secondary {
    color: #FFF;
    border-color: #0071ba;
}
.featurette-3 .btn-outline-secondary:hover {
    color:#0071ba;
    background-color:#25327b;
    border-color:#FFF;
}
.featurette-3 .btn-group-lg > .btn, .btn-lg {
    padding: 1rem 2rem;
  font-size: .9rem;
    line-height: 1.5;
    border-radius: 0rem;
    text-transform: uppercase;
}
section.featurette-4 .card {
    min-height: 650px;
}
/* ===== section  ===== */
.jumbotronSection {
    padding: 5em 0;
    /*background-image: linear-gradient(#25337c, #3c69b1);
    background: #f8f9fb url('/images/iStock-1183744765.jpg') no-repeat;
    background-position: center; 
    background-size: cover;*/
}
.sectionTitle h1 {
    color: #FFF;
    font-size: 2.25em;
     font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;

}
#breadcrumbs a:after {
    content: '\00a0';
}
.breadcrumbs {
    color: #FFF;
    margin-top: 15px;
    font-size: .85em;
}
.breadcrumbs a {
    color: #FFF;
}
.breadcrumbs a:hover{
    color: #FFF;
}
header.NewsItem .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
/* section */
section.section, section.section-full {
    position:relative;
    padding-top:2.5rem;
    padding-bottom:5rem;
    background: #FFF url('/images/template/part-logo-bg.png') no-repeat;
}
 section.section-full {
  padding-top:4rem;
  padding-bottom:4rem;
     padding-left: 5rem;
     padding-right: 5rem;
 }
.section.section h4 {
    border-top: 1px solid #D0D0D0;
    padding-top: 1.3em
}
@media (min-width:768px) {
section.section {
  padding-top:3.5rem;
  padding-bottom:3.5rem;
 }
 section.section .section-full {
  padding-top:3.5rem;
  padding-bottom:3.5rem;
 }
}
section.section .container {
 position:relative;
 z-index:1
}
section.section-top {
 padding-top:10.8125rem
}
@media (min-width:768px) {
section.section-top {
  padding-top:13.3125rem
 }
}
@media (min-width:768px) {
section.section-full .container > .row {
  min-height:calc(100vh - 7.5rem * 2)
 }
section.section-full .container > .row:before {
  min-height:inherit;
  content:""
 }
section.section-full .section-top > .container > .row {
  min-height:calc(100vh - 7.5rem * 2 - 5.8125rem)
 }
}
section .header {
 position:relative;
 padding-bottom:100%
}
@media (min-width:768px) {
section .header {
  padding-bottom:25%
 }
}
.header-img {
 position:absolute;
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 -o-object-position:center center;
 object-position:center center
}
.bg-cover {
 background-repeat:no-repeat;
 background-position:50%;
 background-size:cover
}
.bg-cover,
.bg-overlay,
.bg-overlay:before {
 /*position:absolute;*/
 top:0;
 right:0;
 bottom:0;
 left:0
}
.bg-overlay:before {
 content:"";
 opacity:.55;
 background-color:#212529
}
.backtotop {
        display: none;
    }
/* ===== footer ===== */
footer.main {
    background: #2d4371;
    color: #ffffff;
    width: 100%;
    padding: 50px 0;
    font-size: .9em;
}
footer.main h3 {
     font-family: 'Open Sans', Arial, sans-serif;
    /*font-weight: 600;*/
    color: #2bac78;
    text-transform: uppercase;
    font-size: 1em;
}
footer.main a {
    color: #FFF;
    text-decoration: none;
}
footer.main a:hover {
    color: #2bac78;
    text-decoration: none;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main .footSocial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
}
footer.main .footSocial li {
    display: inline-block;
}
footer.main .footSocial ul li a {
    padding: .65em .35em;
    text-decoration: none;
}
footer.main .footSocial ul li a:hover {
    color: #2bac78 !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    border-top: 1px solid #053b6f;
    margin: 25px 0 0 0;
    padding: 15px 15px 0px 15px;
    text-align: center;
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

     header.flexmenu {
        display: block;
    }
    ul.utilityNav, nav.main, .sectionNav {
        display: none;
    }
    .titletag {
        text-align: center;
    }
   
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    header.flexmenu {
        display: block;
    }
    ul.utilityNav, nav.main, .sectionNav {
        display: none;
    }
    .titletag {
        text-align: center;
    }

}
/* tablet PRO (landscape) ----------- */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.flexmenu {
        display: none;
    }
}

/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    
    header.flexmenu {
        display: block;
    }
    ul.utilityNav, nav.main, .sectionNav {
        display: none;
    }
    section.section, section.section-full {
    position:relative;
    padding-top:2.5rem;
    padding-bottom:5rem;
    background: none;
    }
    section.section-full {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .footInfo, .footLinks, .footAddress, .footSocial {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    ul.utilityNav, nav.main, .sectionNav {
        display: none;
    }
    .titletag {
        text-align: center;
    }
    section.section, section.section-full {
    position:relative;
    padding-top:2.5rem;
    padding-bottom:5rem;
    background: none;
    }
    section.section-full {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .footInfo, .footLinks, .footAddress, .footSocial {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
/* iPhone 6+, 7+, 8+ (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    header.flexmenu {
        display: block;
    }
}
/* iPhone 6+, 7+, 8+ (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

}

/* iPhone X (landscape) NOTE: this breakpoint is the same as IPAD Portrait ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    header.flexmenu {
        display: none;
    }
}
