/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Open+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Roboto:400,400i,700,700i'); */
/*custon fonts*/

@font-face {
    font-family: "Avenir Next LT Pro Regular";
    src: local("Avenir Next LT Pro Regular"),
      url("/SiteDesign/fonts/Avenir_Next_LT_Pro_Regular.ttf");
    font-weight: normal;
  }
  @font-face {
    font-family: "Metropolis-Bold";
    src: local("Metropolis-Bold"),
      url("/SiteDesign/fonts/Metropolis-Bold.ttf");
    font-weight: bold;
  }
/*back up fonts from google*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@700&family=Nunito+Sans:opsz@6..12&display=swap');

/******* 
Reset 
**********/
body {
    margin: 0px;
    font-family: "Avenir Next LT Pro Regular", 'Nunito Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

a, a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 1px solid transparent;
}

a:active, a:focus {
    outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.e3pagetemplate {
    color: #2a2a2a;
    font-size: 16px;
}

.e3pagetemplate a {
    color: #4765A0;
}

.e3pagetemplate a:hover, .e3pagetemplate a:focus {
    color: #4d9baf;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
    color: #4765A0;
}

a.e3-button {
    border-radius: 0;
    /* text-transform: uppercase; */
    transition: .5s all;
    background-color: #028088;
    color: #ffffff;
    border: none;
    font-weight: bold;
    font-family: "Metropolis-Bold", "Figtree", sans-serif !important;
}

a.e3-button:hover, a.e3-button:focus {
    transition: .5s all;
    background-color: #4d9baf;
    color: #ffffff;
    border: none;
    font-weight: bold;
}

img {
    border: none;
}

.MainInformationTable {
    width: 100%;
}

.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}

.EditMode header, .DesignMode header {
    position: relative;
}

.fa > span {
    display: none;
}

/*****************************************************************

MOBILE

*****************************************************************/

/******* 
Mobile Header 
*******/

header {
    background: #fff;
    float: left;
    position: fixed;
    transition: top 0.3s ease 0s;
    width: 100%;
    height: 70px;
    z-index: 200;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

header .container {
    height: 70px;
}

header .container::before, header .container::after {
    display: none;
}

header .mobile-nav-btn {
    margin: 15px 0 0;
    width: 10%;
}

header #menu-button {
    display: block;
    height: 40px;
    padding-left: 0 !important;
}

header #menu-button::before {
    display: none;
}

header #menu-button i {
    color: #000;
    font-size: 32px;
}

header .logo {
    padding: 10px 0;
    text-align: center;
    width: 80%;
    float: left;
    height: 100%;
}

header .logo .static-img {
    width: 100%;
    height: 100%;
}

header .logo a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .logo img {
    max-height: 100%;
    max-width: 80%;
    height: auto;
    width: auto;
}
/******* 
Mobile MyProfile 
*******/

header .MyProfile_Member {
    background: transparent;
    border: medium none;
    height: 54px;
    margin: 15px 0 0;
    padding: 0;
    width: 10%;
    float: right;
    clear: none;
}

header .MyProfile_Member .click_transparent {
    width: 100%;
}

header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
    height: 50px;
}

header .MyProfile_Member .MyProfile_Svg {
    width: 34px;
    height: 40px;
    float: right;
    margin-right: 0;
}

header .MyProfile_Member .MyProfile_Svg svg {
    fill: #000;
    height: 34px;
}

header .MyProfile_Member .MyProfile_Name {
    display: none;
}

header .MyProfile_Member .arrow-down {
    display: none;
}

header .MyProfile_Member .fullView {
    background-color: rgba(0, 0, 0, 0.8);
    left: auto;
    right: -15px;
    top: 75px;
    width: 200px;
    padding: 10px 0;
}

header .MyProfile_Member .MyProfile_FullMain {
    border: none;
    padding: 0;
    width: 100%;
}

header .MyProfile_Member .fullView a {
    border: medium none;
    color: #fafafa;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

header .MyProfile_Member .fullView a:hover, header .MyProfile_Member .fullView a:focus{
    color: #CCC;
}

header .MyProfile_Member .fullView a div {
    display: none;
}

header .MyProfile_Member .arrow-down {
    border-top: 5px solid #fafafa;
}

header .header-social {
    display: none;
}

header .mobileloginfo.container {
    float: right;
    margin: 0;
    padding: 0;
    width: 10%;
}

/******* 
Mobile Nav 
*******/

header .mobile-nav-btn {
    float: left;
}

header nav {
    background-color: #fff;
    color: #000000;
    font-family: "Avenir Next LT Pro Regular", 'Nunito Sans', sans-serif;
}

header #main-menu {
    box-shadow: none;
}

header #main-menu li, header #main-menu a {
    border-radius: 0;
    border-top: medium none;
    font-size: 1em;
    letter-spacing: normal;
    text-transform: uppercase;
}

header #main-menu a {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    color: #2a2a2a;
    border-radius: 0;
    text-shadow: none;
}

header #main-menu ul {
    background-color: #F6F6F6;
    box-shadow: none;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
    border-radius: 0;
}

header #main-menu ul a {
    color: #2a2a2a;
}

header #main-menu ul ul {
    background-color: #F6F6F6;
}

header #main-menu ul ul ul {
    background-color: #F6F6F6;
}

header #main-menu .sub-arrow {
    background-color: #4d9baf;
    border-radius: 0;
    color: #fff;
    width: 42px;
    border: none;
}
/******* 
Mobile Banner 
*******/

.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 70px 0 0;
    overflow: hidden;
}

.banner .banner-img{
    position: relative;
}

.banner .banner-img:after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
}

.banner .banner-img img{
    width: 100%;
}

.banner .welcome-text{
    position: absolute;
    top: 0;
    padding: 20px 40px;
    text-transform: capitalize;
	left:0px;
}

.banner .welcome-text h1{
    color: #ffffff;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
}

.banner .btns{
    display: flex;
    flex-direction: column;
	z-index:0;
}

.banner .btns a{
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    background-color: #028088;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}

.banner .btns a:hover, .banner .btns a:focus{
    background-color: #4d9baf;
}

.banner .btns a span:nth-of-type(1){
    width: 100%;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
    font-size: 24px;
    color: #ffffff;
    display: block;
    margin: auto;
}

.banner .btns a span:nth-of-type(2){
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: auto;
}

/******* 
Mobile Page Content 
*******/

.page-content {
    float: left;
    width: 100%;
    position: relative;
    /*padding: 40px 0;*/
}

.page-content > .container {
    padding: 0;
}

.page-content .news{
    background-color: #0070AC;
    margin: 20px 0;
    color: #ffffff;
    padding: 20px;
}

.page-content .news h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.page-content .news h2:nth-of-type(2){
    font-size: 37px;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.page-content .btn1{
    background: url("/sitedesign/images/btn1.aspx") no-repeat center / cover;
    text-align: center;
    margin-bottom: 20px;
    height: 323px;
}

.page-content .btn2{
    background: url("/sitedesign/images/btn2.aspx") no-repeat center / cover;
    margin: 20px 0;
    color: #ffffff;
    height: 323px;
}

.page-content .btn1 h2{
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.page-content .btn1 span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px 40px;
    font-size: 24px;
    color: #ffffff;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
   
}

.page-content .btn1 a, .page-content .btn2 a{
    color: #ffffff;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    font-family: "Metropolis-Bold", "Figtree", sans-serif;
}

.page-content .btn1 .btn1-inner, .page-content .btn2 .btn2-inner{
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 40px;
}
/******* 
Mobile Footer 
*******/

footer {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    height: 165px;
    color: #0A2847;
    text-decoration: none;
    font-size: 12px;
}

.footer-top {}

.footer-top .container {}

.footer-top .container .ft-soc{
    padding-bottom: 20px;
}

.footer-top .container .ft-soc a{
    font-size: 20px;
    padding: 0 10px;
    color: #0A2847;
}

.footer-top .container .ft-soc a:hover, .footer-top .container .ft-soc a:focus{
    color: #4d9baf;
}

.footer-top .container .ft-links{
    padding-bottom: 15px;
}

.footer-top .container .ft-links a{
    padding: 7px 20px 7px 0px;
    color: #0A2847;
    text-decoration: none;
}

.footer-top .container .ft-links a:nth-of-type(1){
    padding-left: 0;
}

.footer-bot {}

.footer-bot .container {}

.footer-bot .container .ft-copyr{
    padding-bottom: 15px;
}

.poweredby{
    padding-bottom: 15px;
}

.poweredby a{
    color: #0A2847;
    text-decoration: none;
}


/*****************************************************************

TABLET

*****************************************************************/

@media (min-width: 768px) {
/*banner*/
    .banner {
        display: flex;
        justify-content: space-between;
    }

    .banner .banner-img{
        width: 65%;
    }

    .banner .banner-img img{
        height: 100%;
        object-fit: cover;
    }

    .banner .btns{
        width: 33%;
    }

    .banner .btns a{
        margin: 3% 0 0;
        height: 25%;
        padding: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .banner .btns a:nth-of-type(1){
        margin-top: 0;
    }

    .banner .btns a span:nth-of-type(1), .banner .btns a span:nth-of-type(2){
        margin: 0;
    }

    .banner .btns a span:nth-of-type(1){
        padding: 10px 10px 0;
    }

    .banner .btns a span:nth-of-type(2){
        padding: 0 10px 10px;
    }

/*page-content*/

    .page-content .container{
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }

    .page-content .news, .page-content .btn2{
        width: 33%;
        margin: 0;
    }

    .page-content .btn1{
        width: 65%;
        margin: 0;
    }

    .page-content .btn1 .btn1-inner, .page-content .btn2 .btn2-inner{
        height: 100%;
    }

/*FOOTER*/

    footer{
        height: 80px;
    }

    .footer-top .container .ft-soc{
        float: left;
    }

    .footer-top .container .ft-links{
        float: right;
        text-align: right;
    }

    .footer-top .container .ft-links a:last-child{
        padding-right: 0;
    }

    .footer-bot .container .ft-copyr{
        float: left;
    }

    .footer-bot .container .poweredby{
        float: right;
        text-align: right;
    }
}


/*****************************************************************

DESKTOP

*****************************************************************/
 
@media (min-width: 1024px) {

    body {
        font-size: 18px;
    }

/******* 
Desktop Header 
*******/

    header {
        height: 120px;
        transition: all .2s;
        position: fixed;
    }

    header .container {
        padding-left: 25px;
        padding-right: 25px;
        height: 120px;
        width: 100%;
    }

    header .logo {
        width: auto;
        padding: 23px 0;

        /* height: 72px; */
        float: left;
        text-align: center;
        transition: all .2s;
    }

    header .logo a {
        display: block;
    }

    header .logo img {
        max-width: 100%;
        transition: all .2s;
    }
/******* 
Desktop Nav 
*******/

    header div#divMainMenu {
        float: left;
        clear: right;

        position: absolute;
        bottom: 0;
        right: 20px;
    }

    header nav {
        background-color: transparent;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: auto;
    }

    header .mobile-nav-btn {
        display: none;
    }

    header #main-menu {
        background: none;
        box-shadow: none;
        clear: none;
        display: table !important;
        margin: 0 auto;
        width: auto;
        white-space: nowrap;
        font-family: "Avenir Next LT Pro Regular", 'Nunito Sans', sans-serif;
        color: #0A2847;
    }

    header #main-menu li, header #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 1em;
        font-weight: normal;
        text-shadow: none;
        letter-spacing: .05em;
        text-align: left;
    }

    header #main-menu > li {
        display: inline-block;
        float: none;
    }

    header #main-menu > li > a {
        padding: 0px 10px 15px;
        line-height: 40px;
        transition: all .2s;
    }

    header #main-menu > li:last-child a {}

    header #main-menu > li > a:hover, header #main-menu > li > a.highlighted, header #main-menu > li > a:focus {
        color: #000;
        background-color: #4d9baf;
       /* box-shadow: 0 -4px 0 0 #2a2a2a inset;*/
    }

    header #main-menu ul {
        border: medium none;
        border-radius: 0;
        left: auto !important;
        padding: 0 0px;
        text-transform: none;
    }

    header #main-menu ul a, header #main-menu ul ul a, header #main-menu ul ul ul a {
        color: #000000;
        background-color: #ffffff;
        padding: 10px 20px;
        text-transform: none;
    }

    header #main-menu ul a:hover, header #main-menu ul a:focus {
        background: #4d9baf;
        color: #000000;
    }

    header #main-menu ul ul a, header #main-menu ul ul ul a{
        background-color: #ffffff;
    }

    header #main-menu li .sub-arrow {
        background-color: transparent;
        border-color: rgba(211, 129, 231, 0.5);
        border-image: none;
        border-style: none solid solid none;
        border-width: medium 2px 2px medium;
        height: 10px;
        width: 10px;
        left: 50%;
        top: auto;
        bottom: 6px;
        margin: 0;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        display: none;
    }

    header #main-menu li ul .sub-arrow {
        transform: rotate(-45deg);
        height: 8px;
        width: 8px;
        right: 10px;
        top: 40%;
        left: auto;
        display: none;
    }
/******* 
Desktop MyProfile 
*******/

    header .MyProfile_Member {
        width: auto;
        margin: 0;
    }

    header .MyProfile_Member .MyProfile_SignedIn, header .MyProfile_Member .MyProfile_SignedOut {
        margin: 0;
        background: none;
        box-sizing: border-box;
        padding: 10px 0px 10px 15px;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        transition: all .2s;
    }

    header .MyProfile_Member .MyProfile_Name {
        color: #000;
        display: block;
        font-size: 1em;
        width: auto;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        float: left;
        font-family: "Avenir Next LT Pro Regular", 'Nunito Sans', sans-serif;
    }

    header .MyProfile_Member .fullView {
        background-color: rgba(0, 0, 0, 0.8);
        left: auto;
        right: 0;
        top: 60px;
    }

    header .MyProfile_Member .fullView a {
        color: #fafafa;
    }

    header .MyProfile_Member .fullView a:hover, header .MyProfile_Member .fullView a:focus {
        color: #dddddd;
    }

    header .MyProfile_Member .MyProfile_Svg {
        display: none;
    }

    header .MyProfile_Member .MyProfile_Svg svg {
        height: 20px;
        float: right;
        display: none;
    }

    header .logo img {}


/******* 
Desktop Banner 
*******/

    .banner {
        margin: 120px 0 0;
    }

/*FOOTER*/

    footer{
        height: 80px;
    }

    .footer-top .container .ft-soc{
        float: left;
    }

    .footer-top .container .ft-links{
        float: right;
        text-align: right;
    }

    .footer-top .container .ft-links a:last-child{
        padding-right: 0;
    }

    .footer-bot .container .ft-copyr{
        float: left;
    }

    .footer-bot .container .poweredby{
        float: right;
        text-align: right;
    }

}


/*****************************************************************

WIDE DESKTOP

*****************************************************************/

@media (min-width: 1200px) {

}

/******* 
Banner Breakpoints 
*******/

.EditMode .banner {
    margin: 97px 0 0 0;
    z-index: 1;
    overflow: visible;
}

.banner > img {
    width: 100%;
    /*transform: translateX(-25%);*/
}

@media (min-width: 768px) {
    .banner > img {
        width: 150%;
        transform: translateX(-15%);
    }
}

@media (min-width: 1025px) {
    .banner > img {
        width: 100%;
        transform: translateX(0%);
    }
}