/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #35980

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== 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;
    font-family: 'Lato', sans-serif;
    color: #666;
}

a {
    color: #05AAA0;
    transition: color .3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}

h1 {
    color: #05AAA0;
    font-size: 35px;
}

h2 {
    color: #7a7d80;
    font-size: 28px;
}

h3 {
    color: #323232;
    font-size: 23px;
}

h4 {
    color: #05AAA0;
    font-size: 20px;
}

h5 {
    color: #323232;
    font-size: 18px;
}

h5 {
    color: #323232;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
}

#content-container .container {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* ===== Header ===== */

div#dvTopSidebar {
    display: block;
}

#dvCustomMasthead {
    display: block;
    padding: 20px;
    border-bottom: 5px solid #05AAA0;
}

.flexHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexHeader h5 {
    font-weight: 100;
}

/* Homepage Header Background image */
.imgHomeHeader {
    background: url(../images/interface/home-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: calc(90vh - 192px);
}

/* Fix for mobile parallax */
@media (max-width: 992px) {
    .imgHomeHeader {
        background-attachment: scroll;
    }
}

@media (max-width: 670px) {
    .imgHomeHeader {
        background-attachment: scroll;
        height: calc(110vh - 192px);
    }
}

@media (max-width: 400px) {
    .imgHomeHeader {
        background-attachment: scroll;
        height: calc(120vh - 192px);
    }
}

@media (max-width: 340px) {
    .imgHomeHeader {
        background-attachment: scroll;
        height: calc(130vh - 192px);
    }
}

.imgHomeHeader .cardCallout {
    /*background: rgba(255, 255, 255, 0.9) !important;*/
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid white;
}

/* Homepage Header Color Overlay */
.homeHeaderColorOverlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05aaa0+0,05aaa0+100&1+0,0.5+0 */
    background: linear-gradient(to bottom,  rgba(5,170,160,0.5) 0%,rgba(5,170,160,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    height: calc(100vh - 192px);
}

.imgHomeHeader .cardCallout .cardv1text {
    padding: 60px 60px 50px 60px;
}

/* Homepage Header Title */
.imgHomeHeader .cardCallout .cardv1text h3 {
    border-color: #059188;
    color: #059188;
}

/* Homepage Header Sub-Title */
.imgHomeHeader .cardCallout .cardv1text * {
    color: black;
}

.imgHomeHeader .cardCallout .cardv1text p.lead {
    font-size: 25px;
}

/* Dark Section Background Color */
.sectionColor1 {
    background: #323232;
}

@media (max-width: 1199px) and (min-width: 993px) {
    .imgHomeHeader .cardCallout {
        flex-basis: 50%;
        min-width: 50%;
    }
}

.bottomPic {
    background: url(../images/interface/home-bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bottomPicColorOverlay {
    background: #f5ecdd;
    opacity: 0.2;
    height: 200px;
}

/* ====================== Additional container styles ======================= */


.breadcrumb {
    /*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
    display: none;
}

.badge {
    /*
	background-color: #35980;
	*/
}

.pagination>li>a,
.pagination>li>span {
    /*
	color: #35980;
	*/
}

.nav-tabs>li {
    /*
	color: #555;
	*/
}

.nav-tabs>li>a:hover {
    /*
	color: #2a6496;
	*/
}

.nav-tabs>li.active>a {
    /*
	border-top-color: #35980;
	color: #35980;
	*/
}

body.no-nav {
    /*
	background-color: white;
	background-image: none;
	*/
}

/* ===== Updated Homepage Cards ===== */
div#templateHome>.sectionColor1 .cardv1ImageContainer i {
    z-index: 9;
}

div#templateHome>.sectionColor1 .cardv1ImageContainer img {
    opacity: 0.4;
    transition: all 0.4s;
}

div#templateHome>.sectionColor1 .cardv1ImageContainer {
    border-bottom: 5px solid #05AAA0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05aaa0+0,05aaa0+100&1+0,0.5+59 */
    background: linear-gradient(to bottom,  rgba(5,170,160,1) 0%,rgba(5,170,160,0.5) 59%,rgba(5,170,160,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



    height: 160px;
}

div#templateHome>.sectionColor1 .cardv1.cardLinked.cardNoBorder:hover>.cardv1ImageContainer>img {
    opacity: 1;
    transition: all 0.4s;
}

/* ====================== Navigational styles =============================== */

.navbar-collapse.collapse.top-navbar.main-nav-top {
    float: right;
}

.navbar-header {
    background: transparent;
}

div#ctl00_dvTopNavigation {
    background: #fb8e0a;
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
}

.container>.navbar-collapse {
    border: none;
}

.navbar-top>li>a * {
    color: #fff;
}

.navbar-top>li>a:hover * {
    color: #ddd;
    background-color: transparent;
}

div#header {
    width: 100%;
    background: #05AAA0;
}

.navbar-collapse>.navbar-nav>li>a {
    color: #fff !important;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .3s ease-out;
    transition: all .4s ease-out;
    margin: 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 15px 13px;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar-collapse>.navbar-nav>li>a {
        margin: 5px 0px;
        font-size: 16px;
        padding: 15px 10px;
    }
}

.navbar-collapse>.navbar-nav>li>a:hover {
    color: #7c1b16;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-collapse>.navbar-nav>li:hover>a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 12px 12px 7px 0 rgba(0, 0, 0, 0.06), 8px 9px 11px -1px rgba(0, 0, 0, 0.12), 19px 17px 11px -2px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: transparent;
}



.navbar-nav>li>a.active {
    /*
	color: #35980;
	background-color: white;
	*/
}

.navbar-nav>li.active>a {
    /*
	color: #35980;
	background-color: white;
	*/
}

.navbar-nav>li>.dropdown-menu {
    /*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
    background-color: #e78c1e;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 20px 16px 0 rgba(0, 0, 0, 0.06), 9px 16px 17px -1px rgba(0, 0, 0, 0.1), 4px 29px 8px -23px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 16px 0 rgba(0, 0, 0, 0.06), 9px 16px 17px -1px rgba(0, 0, 0, 0.1), 4px 29px 8px -23px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 0px;
    margin: 5px;
}

.dropdown-menu>li>a {
    color: #ffffff;
    font-weight: 400;
    padding: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 1px solid transparent;
}

.dropdown-menu>li>a:hover {
    background-color: rgba(123, 26, 20, .08);
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.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: #ff8000;
	*/
}

.left-nav>li.active>a {
    /*
	color: white;
	background-color: #35980;
	*/
}

.left-nav>li.active>a:hover {
    /*
	color: white;
	background-color: #35980;
	*/
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
	color: white;
	background-color: #35980;
	*/
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
	color: #35980;
	*/
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
	color: #35980;
	*/
}

.left-subnav.in>li>a {
    /*
	color: #35980;
	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: #35980;
	*/
}

.left-subnav>li>a:hover {
    /*
	color: #35980;
	background-color: white;
	*/
}

.left-subnav>li.active>a {
    /*
	color: white;
	background-color: #35980;
	*/
}

.left-subnav>li.active>a:hover {
    /*
	color: white;
	background-color: #35980;
	*/
}

.nav-username {
    color: #fff;
}

.nav-username * {
    font-weight: bold;
    color: #fff;
}

#ctl00_UserInfo_lnkLogout {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-brand.nav-username i.fa.fa-user {
        color: black;
    }

    .navbar-brand.nav-username span#ctl00_UserInfo1_lblLoggedUserInfo {
        color: black;
    }
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    margin-top: 18px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 10px;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #821713;
}

.navbar-toggle .icon-bar {
    background-color: #821713;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
    background-color: transparent;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: -14px;
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    top: 10px;
    transform: rotate(180deg);
    background-color: #7e1a16;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: #7e1a16;
    top: -12px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    top: 2px;
    transform: rotate(180deg);
}

.nav-logout:hover a {
    /*
	background-color:transparent !important;
	text-decoration: none;
	*/
}

i.fa.fa-caret-down {
    /*
	display: none; (This is optional)
	*/
}


/* ====================== Custom footer styles ============================== */


div#Footer {
    margin: 0px 0px 25px 0px;
}

#footer-container {
    border-top-color: #05AAA0;
    border-top-style: solid;
    border-top-width: 5px;
}

#footer-container .container {
    background-color: transparent;
    border-top-color: #16b3db;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-top: 50px;
}

.socialBar {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a.btnv1.socialBtnv1.btn-primary {
    background: #6d6151;
    margin: 2px 3px;
}

div#dvFooterInc .cardv1TitleCard>img {
    margin-bottom: 30px;
}

div#dvFooterInc .flexCardBoxv1 {
    padding: 40px 0px !important;
}


@media (max-width: 992px) {
    div#dvFooterInc .flexCardBoxv1 {
        text-align: center;
    }

    div#dvFooterInc .flexCardBoxv1 img {
        margin: 20px auto;
    }
}

.cardv1TitleCard.flexDesktopFull .list-inline>li>a {
    margin-left: 0px;
}

div#dvFooterInc .cardv1TitleCard.flexDesktopFull p.lead a {
    /*color: #6d6151;*/
    border-radius: 0px;
}

.btn-primary {
    background-color: #05AAA0;
    border-color: #05AAA0;
}

.btn-primary:hover {
    background-color: #671b15;
    border-color: #671b15;
}

div#dvFooterInc .flexDesktopFull {
    margin: 0px;
}

div#dvFooterInc .cardv1TitleCard {
    padding: 10px;
}

div#Msg4016 {
    margin: 25px 0px;
}


/* ================== 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;
    */
}

/* =================== Extras Framework Additions =================== */

.cardv1.cardLinked .cardv1text h3 {
    font-weight: 600;
    color: #05AAA0;
}

.cardv1.cardLinked .cardv1text h3 small {
    color: black;
}

.flexCardBoxv1 {
    padding: 0px !important;
}

#content-container .container {
    padding: 0px;
}

div#ctl00_dvContent {
    padding: 0px;
}

div#breadcrumb {
    padding: 20px;
}

.btnExamples {
    padding: 0px 30px;
    text-align: center;
}

.btnExamples a {
    margin-bottom: 20px;
}

h1.Example {
    flex-basis: calc(100% - 20px);
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 30px 10px 20px 10px;
    text-shadow: none;
}

h1.Example:first-child {
    flex-basis: calc(100% - 20px);
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 10px 10px 20px 10px;
    text-shadow: none;
}