/*****************************************************************************/
/*****************************************************************************/
/************** CSS Lite Stylesheet for Clients, Design + TSAs ***************/
/*****************************************************************************/

/* ====================== Base color palette information ==================== */

/*
Base lightblue (body background)
hex #e1e7ee;

Base blue (anchor)
hex #009CBD;

Base blue (anchor hover)
hex #00677f;

Base dark blue (footer bg, etc)
hex #253746;

Base dark grey (body copy, filler content headers, etc)
hex #333333;
    
Base green (footer border-top, etc)
hex #00B0A5;
    
Base white
hex white; (or #fff)
*/


/* ====================== Default container styles ========================== */


* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body {
    background-color: #fff;
    color: #5d5d5d;
    /*
    background-image: url('link');
    background-repeat: repeat-x;
    background-position: top;
    */
}

a {
    
    color: #834cb1;
    font-weight: bold;
}

a:hover {
    
    color: #834cb1;
    text-decoration: underline;
    
}

h1 {
    /*
    color: #009CBD;
    */
    text-shadow: none;
    margin-bottom: 2px;
}

h2 {
    
    color: #7eb7ad;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
}

h3 {
    /*
    color: #009CBD;
    */
}

h4 {
    
    color: #6cb2ff !important;
    */
}

h5 {
    /*
    color: #009CBD;
    */
}

.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}

#content-container .container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 993px) {
    #content-container .container {
        padding: 20px 0px !important;
    }
    
    .container {
        width: 90%;
    }
}

@media (max-width: 992px) {
    #content-container .container {
        margin-top: 110px;
        padding: 20px !important;
    }
}

body.body.no-nav #content-container .container {
    margin-top: 0px !important;
}

.container-neat {
    padding: 0px 100px;
}

.navbar-nav>li>a.active {
    color: #fff;
    background-color: #6BBBAE;
}

.navbar-nav>li>a:hover {
    color: #fff;
    background-color: #6BBBAE;
}

/* ====================== Additional container styles ======================= */


.breadcrumb {
    /*
    margin: 0px;
    padding: 7px 0px 0px 0px;
    background-color: transparent;
    */
}

.badge {
    /*
    background-color: #009CBD;
    */
}

.pagination>li>a,
.pagination>li>span {
    
    color: #834cb1;
    
}

.nav-tabs>li {
    /*
    color: #555;
    */
}

.nav-tabs>li>a:hover {
    /*
    color: #253746;
    */
}

.nav-tabs>li.active>a {
    /*
    border-top-color: #009CBD;
    color: #009CBD;
    */
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}

/*====================== Header Image Section ======================*/

#dvTopSidebar {
    display: block;
}

@media (max-width: 992px) {
    .navbar-header img.img-responsive {
        max-width: 175px;
        padding: 10px 15px;
    }
}

div#header {
    display: none;
}

.pes-navbar {
    background: #6BBBAE;
}

@media (max-width: 992px) {
    .pes-navbar {
        position: fixed;
        z-index: 1;
        width: 100%;
        -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    }
}

.HomeHeaderImg {
    background-image: url(../images/interface/Hero.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: calc(100vh);
}

div#ctl00_dvTopNavigation {
    background-color: #6BBBAE;
}

@media (max-width: 992px) {
    div#ctl00_dvTopNavigation {
        background-color: transparent;
        position: fixed;
        top: 0px;
        z-index: 3;
    }
}

div#tdleftnav {
    width: 90vw;
    background: #6BBBAE;
    height: 120px;
}

img.img-responsive.pull-left {
    height: 130px;
    position: relative;
    top: -40px;
    padding: 20px 0px;
}

.homeHeaderColorOverlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bbd9e+0,004858+100 */
    /*background: #0bbd9e; /* Old browsers */
    /*background: -moz-linear-gradient(135deg, #007bff 0%, #005abb 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(135deg, #007bff 0%, #005abb 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #007bff 0%, #005abb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbd9e', endColorstr='#004858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 992px) {
    .HomeHeaderImg {
        height: calc(100vh - 340px);
        background-attachment: inherit;
    }

    .homeHeaderColorOverlay {
        height: calc(100vh - 340px);
    }
}

@media (max-width: 767px) {
    .HomeHeaderImg {
        height: calc(100vh - 100px);
        background-attachment: inherit;
    }

    .homeHeaderColorOverlay {
        height: calc(100vh - 100px);
    }
}

.ShowName {
    text-align: left;
}

@media (max-width: 992px) {
    .ShowName {
        text-align: center;
    }
}

.HeroTitle {
    color: white;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 10%;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .HeroTitle {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .HeroTitle {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .HeroTitle {
        font-size: xx-large;
    }
}

.HeroSub {
    color: white;
    font-weight: 300;
}

/* ====================== Navigational styles =============================== */

.navbar-collapse.collapse.top-navbar.main-nav-top {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.navbar-collapse.collapse.top-navbar.main-nav-top.flexHeaderItem {
    float: right;
}

div#dvTopNavigation {
    background: #009CBD;
}

@media (min-width: 768px) and (max-width: 992px) {
    div#dvTopNavigation .navbar-header {
        float: none;
    }
}

@media (max-width: 992px) {
    #ctl00_dvTopNavigation .navbar-header {
        background: #6BBBAE;
    }

    #dvTopNavigation .navbar-header {
        background: #009CBD;
    }

    div#dvTopNavigation {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 3;
    }

    div#breadcrumb {
        display: none;
    }
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
}

.container>.navbar-collapse {
    border: none;
}

.navbar-top>li>a {
    /*
    padding: 5px;
    color: #009CBD;
    */
}

.navbar-top>li>a:hover {
    /*
    color: #009CBD;
    background-color: white;
    */
}

.navbar-collapse>.navbar-nav>li>a {
    color: white;
    font-size: large;
    font-weight: normal;
}

.navbar-collapse>.navbar-nav>li>a>i {
    margin-left: 8px;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar-collapse>.navbar-nav>li>a {
        color: white;
        font-size: unset;
        margin-right: 20px;
    }
}

.navbar-collapse>.navbar-nav>li.dropdown>a {
    cursor: default;
}

.navbar-nav>li>a {
    padding: 15px 0px 3px 0px;
    margin-right: 30px;
    border-bottom: 1px solid transparent;
}

.navbar-collapse>.navbar-nav>li>a:hover {
    color: #000000;
    background-color: transparent;
}

.navbar-collapse > .navbar-nav > li > a:hover:after {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-collapse > .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #000000;
    width: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

ul.nav.navbar-nav.a2zNav {
    float: right;
    padding-top: 10px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.a2zNav {
        float: none;
        margin-bottom: 0px;
    }
}

.navbar-nav>li>a.active {
    /*
    color: #009CBD;
    background-color: white;
    */
}

.navbar-nav>li.active>a {
    color: #000000 !important;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0px;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    background-color: #666666;
    border-bottom: none;
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        padding: 20px 0px;
    }
}

@media (min-width: 993px) {
    .navbar-collapse > .navbar-nav>li>.dropdown-menu {
        top: 124%;
    }
}

@media (max-width: 992px) {
    .navbar-nav>li>.dropdown-menu {
        position: relative;
        margin-bottom: 20px;
        padding: 10px 0px;
    }
    
    .dropdown-menu>li>a:link {
        padding: 8px 40px;
    }
}

.dropdown-menu>li>a {
    color: white;
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 300;
    line-height: 2;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .dropdown-menu>li>a {
        padding: 8px 20px;
    }
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.left-nav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-nav>li>a {
    /*
    color: white;
    */
}

.left-nav>li>a:hover {
    /*
    color: white;
    background-color: #00B0A5;
    */
}

.left-nav>li.active>a {
    /*
    color: white;
    background-color: #009CBD;
    */
}

.left-nav>li.active>a:hover {
    /*
    color: white;
    background-color: #009CBD;
    */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
    color: white;
    background-color: #009CBD;
    */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
    color: #009CBD;
    */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
    color: #009CBD;
    */
}

.left-subnav.in>li>a {
    /*
    color: #009CBD;
    padding: 8px 0px 8px 24px;
    background-color: white;
    */
}

.left-subnav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-subnav>li>a {
    /*
    padding: 8px 0px 8px 11px;
    color: #009CBD;
    */
}

.left-subnav>li>a:hover {
    /*
    color: #009CBD;
    background-color: white;
    */
}

.left-subnav>li.active>a {
    /*
    color: white;
    background-color: #009CBD;
    */
}

.left-subnav>li.active>a:hover {
    /*
    color: white;
    background-color: #009CBD;
    */
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    font-size: 14px;
}

a#ctl00_UserInfo1_lnkLogout {
    color: #818181;
}

a#ctl00_UserInfo_lnkLogout:hover {
    color: white;
}

.navbar-toggle {
    top: 18px;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.nav-logout:hover a {
    /*
    background-color:transparent !important;
    text-decoration: none;
    */
}

i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

/* ====================== Homepage Styles ============================== */

div#wrapper {
    background: #eee;
}

.row.Introduction {
    padding: 75px 0px;
}

.IntroductionTitle {
    font-size: xxx-large;
    font-weight: 600;
}

@media (max-width: 992px) {
    .row.Introduction {
        padding: 40px;
        margin: 0px;
    }
    
    .container-neat {
        padding: 0px;
    }
    
    .IntroductionTitle {
        font-size: xx-large;
    }
}

div#circles {
	display: none;
}
    position: absolute;
    right: -90px;
    top: 20vh;
}

@media (min-height: 1000px) {
    div#circles {
		right: -90px;
    }
}

img.img-responsive.img-circle.homePic {
    max-width: 200px;
    border: 5px solid #4fa5ff;
    -webkit-box-shadow: 0px 0px 59px 12px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 59px 12px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 59px 12px rgba(0,0,0,0.33);
}

img.img-responsive.img-circle.homePic.first {
    max-width: 300px;
    position: relative;
    top: 120px;
}

img.img-responsive.img-circle.homePic.second {
    max-width: 230px;
    position: relative;
    top: -40px;
    right: 100px;
}

div#lightCircle {
    background: white;
    width: 800px;
    height: 800px;
    border-radius: 100%;
    position: absolute;
    right: 60px;
    top: 380px;
    opacity: .075;
}

@media only screen and (min-height: 1000px) {
    img.img-responsive.img-circle.homePic.first {
        max-width: 450px;
        top: 120px;
    }

    img.img-responsive.img-circle.homePic.second {
        max-width: 300px;
        top: -40px;
        right: 100px;
    }

    div#lightCircle {
        width: 1000px;
        height: 1000px;
        right: 60px;
        top: 550px;
    }
}

.btn-primary {
    background-color: #00677f;
    border-color: #00677f;
}

.btn-primary:hover {
    background-color: #004454;
    border-color: #004454;
}

a.btn.btn-primary.ctaHome {
    background-color: transparent;
    border-color: white;
    border-width: 2px;
    font-size: x-large;
    transition: all 0.5s;
    padding: 10px 20px;
}

@media (max-width: 992px) {
    a.btn.btn-primary.ctaHome {
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
    }
}

a.btn.btn-primary.ctaHome:hover {
    transform: scale(1.02);
    background-color: #0e3f75;
    border-color: white;
    color: white;
    -moz-box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.1), -20px 28px 23px rgba(0, 0, 0, 0.04), 0px 12px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.06), -20px 28px 23px rgba(0, 0, 0, 0.04), 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.06), -20px 28px 23px rgba(0, 0, 0, 0.04), 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

/* ====================== Custom footer styles ============================== */

div#footer-container {
    background: #6BBBAE;
}

#footer-container .container {
    background-color: #6BBBAE;
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
}

.footerWrapper.row {
    padding: 100px 0px;
    margin: 0px;
}

@media (max-width: 992px) {
    .footerWrapper.row {
        padding: 100px 20px;
    }
}

#Footer.footer {
    /*
    background-color: transparent; (This is optional)
    */
}

.footer_copyright p {
    /*
    margin: 0px;
    padding: 10px 12px;
    font-size: 12px;
    */
}

.footer h2 {
    /*
    color: white; 
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
    color: #000;
    font-weight: 900;
    font-size: 1.4em;
}

.footer ul {
    /*
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    */
}

.footer ul li {
    /*
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    list-style-type: none;
    */
}

.footer ul li a {
    /*
    color: white;
    */
    color: black;
    font-weight: normal;
}

.footer ul li {
    color: black;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 100;
}

@media (max-width: 767px) {
    .container.subhead-bottom.visible-xs {
        display: none !important;
    }
}


/* ================== When no content is in left sidebar =================== */

.left-container {
    /*
    min-height: 1px;
    */
}


/* =========================== img-responsive for IE ======================= */

.img-responsive {
    /*
    width: auto;
    */
}

/* ====================== Fix Focus State for nav ========================== */

.nav>li>a:focus {
    /*
    background-color: transparent;
    */
}

/* ======================= Universal Search Styles ========================= */

@media (min-width: 993px) {
    ul.nav.navbar-nav.navbar-right.search {
        padding-top: 10px;
    }
}

@media (min-width: 993px) {
    ul.nav.navbar-nav.navbar-right.search {
        margin-left: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    ul.nav.navbar-nav.navbar-right.search {
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        float: none !important;
        margin: 0px;
    }

    .navbar-nav>li>a {
        padding: 15px;
        display: block;
        width: 100%;
        font-size: large;
    }
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    right: 0px;
}


/* ====================== Extras Framework styles =========================== */

.cardv1.cardLinked .cardv1text h3 {
    font-weight: bold;
    color: #0074ef;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .cardv1.cardLinked .cardv1text h3 {
        font-size: 20px;
    }
}

.cardv1.cardLinked .cardv1text h3 small {
    font-weight: bold;
}

@media (max-width: 767px) {
    .flexCardBoxv1 {
        padding: 40px 20px !important;
    }
}

/* -------------------------------------------------------------------------- */
/* ------------------------WHY-ATTEND-SECTION-------------------------------- */
/* -------------------------------------------------------------------------- */

section.whyAttend {
    padding: 75px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bbd9e+0,004858+100 */
    background: #005abb; /* Old browsers */
    background: -moz-linear-gradient(135deg, #007bff 0%, #005abb 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(135deg, #007bff 0%, #005abb 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #007bff 0%, #005abb 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbd9e', endColorstr='#004858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbd9e', endColorstr='#004858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (min-width: 768px) and (max-width: 992px) {
    section.whyAttend {
        padding: 75px 0px;
    }
}

@media (max-width: 767px) {
    section.whyAttend {
        padding: 75px 50px;
    }
}

.lead.white {
    color: white;
}

.whyAttend .flex-container.beneift {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.whyAttend .flex-container.beneift div {
    background-color: transparent;
    width: 25%;
    text-align: center;
    font-size: 30px;
    padding: 3%;
    margin: auto;
    margin-bottom: 0px;
    min-height: 180px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .whyAttend .flex-container.beneift div {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .whyAttend .flex-container.beneift div {
        width: 100%;
        padding: 5%;
    }
}

.whyAttend .media-middle {
    vertical-align: middle;
    color: white;
    opacity: .6 !important;
}

.whyAttend .personalize {
    font-size: larger;
}

.whyAttend .flex-container.beneift h4 {
    font-weight: bold;
    color: #15202a !important;
}

.whyAttend .flex-container.beneift h5 {
    line-height: 1.2;
    color: white;
}


/* SOME OTHER ODDS AND ENDS
-------------------------------------------------- */

a:hover {
    color: #08305a;
}



button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #B34CB1 !important;
    border-color: #B34CB1 !important;
}


/* UPDATED: 12/20/22 15:50:24 PM - MMP */