 /*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/

/* ====================== Default container styles ========================== */

body {
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
}

div#dvTopSidebar {
    display: block;
}

a {
	color: #5b3393;
	transition: color .3s;
}

a:hover {
	color: black;
	text-decoration: none;
	transition: color .3s;
}

p.bold {
    font-weight: bold;
}

h1 {
	font-weight: 600;
	color: #006c55;
	font-size: 48px;
}

h2 {
	font-weight: 600;
	color: #006c55;
	font-size: 32px;
}

h3 {
	font-weight: 600;
	color: #006c55;
	font-size: 24px;
}

h4 {
	font-weight: 600;
	color: #888;
}

h5 {
	font-weight: 600;
	color: #888;
}

h6 {
	font-weight: 600;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: none;
}

.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 {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* ===== Header ===== */

.flexHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ===== Homepage ===== */

/* Homepage Header Background */
.imgHomeHeader {
    background: url(../images/interface/home-bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/* Mobile parallax fix */
@media (max-width: 992px){
	.imgHomeHeader {
		background-attachment:scroll
	}
}

.imgHomeHeader .cardCallout {
    background: transparent !important;
    border: none;
}


/* Homepage header Color Overlay */
.homeHeaderColorOverlay {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.4+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}


.imgHomeHeader .cardCallout .cardv1text {
    padding: 60px 60px 50px 60px;
}

@media (max-width: 1199px) and (min-width: 993px){
	.imgHomeHeader .cardCallout{
		flex-basis: 50%;
		min-width: 50%;
	}
}

/* Homepage bottom picture */
.bottomPic {
    background: url(../images/interface/home-bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bottomPicColorOverlay {
    background: #5b3393;
    opacity: 0.5;
    height: 200px;
}

@media (max-width: 992px){
	.bottomPic{
		background-attachment:scroll
	}
}



/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
	display: none;
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	/*
	color: #428bca;
	*/
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	/*
	color: #2a6496;
	*/
}

.nav-tabs > li.active > a {
	/*
	border-top-color: #428bca;
	color: #428bca;
	*/
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}

/* ====================== Navigational styles =============================== */

/* Header Sizing */
.headerlogo {
	height: 100px;
}

@media (min-width: 993px) and (max-width: 1355px) {
	.headerlogo {
		height: 50px;
	}	
}

@media (min-width: 768px) and (max-width: 992px){
	.headerlogo {
		height: 70px;
		padding: 10px 20px;
	}	
}

@media (max-width: 767px) {
	.headerlogo {
		height: 60px;
        padding: 10px 0px 0px 10px;
	}	
}

.navbar-header{
	background-color: transparent;
}

div#header-container {
	border-top: 10px solid #eee;
	border-bottom: 5px solid #006c55;
}

div#header {
    width: 100%;
}

.navbar-collapse.collapse.top-navbar.main-nav-top {
    float: right;
}

div#tdleftnav {
    width: 100%;
    padding: 10px 4% 10px 4%;
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.container > .navbar-collapse {
	border: none;
}

.navbar-top > li > a {
	padding: 5px;
	color: #fff;
}

.navbar-top > li > a:hover {
	color: #5b3393;
	background-color: white;
}

div#header {
    width: 100%;
}

.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
	color: #323232;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	transition: all .4s ease-out;
	margin: 5px 0px;
	border: 1px solid rgba(255, 255, 255, 0);
}

@media (min-width: 1037px) and (max-width: 1208px) {
	.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
		font-size: 13px;
    	padding: 15px 5px;
    	margin: 0px;
    	margin-bottom: 5px;
	}
}

@media (min-width: 993px) and (max-width: 1036px) {
	.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
		font-size: 11px;
    	padding: 15px 5px;
    	margin: 0px;
    	margin-bottom: 5px;
	}
}

a.dropdown-toggle {}

.navbar-collapse > .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-collapse > .navbar-nav > li:hover > a, ul.nav.navbar-nav.login > li:hover > a {
	color: #5b3393;
	border: 1px solid #ddd;
	-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: #428bca;
	background-color: white;
	*/
}

.navbar-nav > li.active > a {
	/*
	color: #428bca;
	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: #006c55;
	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: #fff;
	font-weight: 100;
	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(0, 0, 0, .08);
	color: white;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	
}

.nav.navbar-nav.login .dropdown-menu {
    min-width: 120px;
    margin-left: -33px;
}

.nav.navbar-nav.login .dropdown-menu > li > a:hover {
    background: 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: #428bca;
	*/
}

.left-nav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	/*
	color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	/*
	color: #428bca;
	*/
}

.left-subnav.in > li > a {
	/*
	color: #428bca;
	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: #428bca;
	*/
}

.left-subnav > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
	color: #fff;
}

.nav-username *{
	font-weight: bold;
	color: #323232;
}

#ctl00_UserInfo_lnkLogout {
	color: #5b3393;
}

.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: #323232;
}

.navbar-toggle .icon-bar {
    background-color: #ccc;
}

.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);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: #323232;
    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 ============================== */

#footer-container{
	border-top-color: #5b3393;
	border-top-style: solid;
	border-top-width: 2px;
}

#footer-container .container {
	background-color: transparent;
	border-top-color: #5b3393;
	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: #6abf4b !important;
    margin: 2px 3px;
}

a.btnv1.btnRounded.northeast {
    background: #f4ab59;
    color: white !important;
}

a.btnv1.btnRounded.southern {
    background: #6abf4b;
    color: white !important;
}

a.btnv1.btnRounded.southeast {
    background: #4ec1dc;
    color: white !important;
}

div#dvFooterInc .cardv1TitleCard {
    text-align: center;
    max-width: 590px;
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}

.flexCardBoxv1.nsc-footer {
	padding: 0px;
}

div#dvFooterInc .cardv1TitleCard img {
    margin: 0 auto;
}

div#dvFooterInc .cardv1TitleCard h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}

#dvFooterInc .btnsFooter > li > a.btnv1.btnRounded {
    border: 1px solid #666;
    color: #666;
}

#dvFooterInc .btnsFooter > li {
    margin: 10px 0px;
}

.btnsFooter {
    margin: 40px 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;
    */
}


/* =================== Additional Flex and Extras Styles ===================== */

@media (max-width: 992px) and (min-width: 768px) {
    .cardv1 {
        flex: 0 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
    }
}

.cardv1.cardLinked .cardv1text h3 small {
	font-weight: 600;
	color: black;
}

.cardv1.cardCallout h3 {
	font-size: 48px !important;
}

/*
.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
    flex: 0 0 calc(65% - 20px);
    max-width: calc(60% - 20px);
    display: block;
}*/
.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    display: block;
}
/*
@media (min-width: 993px) and (max-width: 1199px) {
	.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
    	flex: 0 0 calc(75% - 20px);
    	max-width: calc(75% - 20px);
	}
}

@media (max-width: 992px) {
	.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
    	flex: 0 0 calc(100% - 20px);
    	max-width: calc(100% - 20px);
	}

	.imgHomeHeader .cardCallout .cardv1text {
    	padding: 0px;
	}
}*/

@media (max-width: 767px) {
	.cardv1.cardCallout h3 {
		font-size: 35px !important;
	}
}

@media (max-width: 1023px) {
	.flexHeaderItem ul.nav.navbar-nav.login {
		display: none;
	}
}

.homeHeaderColorOverlay .cardv1.cardCallout p.lead {
    color: white;
    font-weight: 200;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
}

.cardv1.cardLinked:hover .cardv1text h3 {
    color: #6abf4b !important;
}

.cardv1ImageContainer {
    height: 180px !important;
}

div#ctl00_dvContent .flexCardBoxv1 {
	padding: 0px !important;
}

.cardTop {
    border-bottom: 1px solid #ddd;
}

.cardv1text p .btn-primary {
    margin: 7px 0px;
}

@media (max-width: 767px) {
    .cardv1text p .btn-primary {
        margin: 15px 0px;
    }
}

.btn-primary {
    background-color: #006c55;
    border-color: #006c55;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(50,82,71,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(50,82,71,1);
    box-shadow: 0px 5px 0px 0px rgba(50,82,71,1);
}

@media (min-width: 768px) and (max-width: 992px) {
    .btn-primary {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .btn-primary {
        display: block;
        margin-bottom: 20px;
    }
}

.btn-primary:hover {
    background-color: #6abf4b;
    border-color: #6abf4b;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(76,148,48,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(76,148,48,1);
	box-shadow: 0px 5px 0px 0px rgba(76,148,48,1);
}

div#Msg4016 {
    margin: 25px 0px;
}

#Msg4020 {
    margin: 0px 0px 25px 0px;
}

div#Msg4023 {
    margin: 25px 15px;
}

#content-container .container {
    padding: 0px;
}

@media (max-width: 767px) {
    #content-container .container {
        padding: 0px 20px !important;
    }
}

tr.dark {
    background: #006c55;
    color: white;
}

tr.dark th:hover {
    background: #006c55;
    color: white;
}

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;
}

#PDI_container10314979 .pds-input-label {
    width: 100% !important;
}

.img-responsive.headerlogo {
    max-width: none;
}

hr.openup {
	margin: 30px 0px;
}

hr.taller {
    margin: 40px 0px;
}

tr.top {
    background: #006c55;
    color: white;
}

p.lead.pics {
    margin-top: 15px;
}

span.large {
    font-weight: 700;
    display: block;
    font-size: 50px;
    color: #006c55;
}

.list-unstyled > li.exhibiting > a {
    margin-left: 0px;
}

@media (min-width: 993px) {
	.col-md-8.col-sm-8.col-xs-12.description {
    	margin-top: 50px;
	}
}

.col-md-4.col-sm-4.col-xs-12.attending {
    margin-bottom: 40px;
}

p.attend {
    font-weight: 700;
    margin-top: 15px;
    font-size: large;
}

.row.bottom.text-center {
    margin: 35px 0px;
    border: 1px solid #ddd;
    padding: 25px 0px 30px 0px;
    background: #efefef;
    border-radius: 4px;
}

.congressRed {
	color: #990000;
	margin-top: 25px;
}
.congressBold {
	font-weight: bold;
}

.bluebox {
    background: #006c55;
    padding: 20px;
    margin: 55px 0px 30px 0px;
    border-radius: 0px;
}

@media (min-width: 768px) {
    .three-buttons {
        padding: 10px 10px;
    }
}

.three-buttons a {
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.three-buttons a:hover {
    /* font-size: 30px; */
    color: rgba(255, 255, 255, 0.44);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
