/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/
/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
}

hr.spacer {
    margin: 40px 0px;
}

.emphasis {
    font-weight: bold;
    color: #461D7C;
}

div#dvTopSidebar {
    display: block;
}

img.img-responsive.conventionCenter {
    max-width: 300px;
}

a {
	color: #461D7C;
	transition: color .3s;
}

a:hover {
	color: #461D7C;
	text-decoration: none;
	transition: color .3s;
}

p {
    margin: 0px 0px 20px 0px;
}

h1 {
	font-weight: 600;
	color: #461D7C;
	font-size: 40px;
}

h2 {
	font-weight: 600;
	color: #461D7C;
	font-size: 33px;
}

h3 {
	font-weight: 600;
	color: #888;
	font-size: 28px;
}

h4 {
	font-weight: 500;
	color: #888;
}

h5 {
	font-weight: 500;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 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;
}

@media (max-width: 767px) {
	#content-container .container  {
		padding: 0px 15px !important;
	}
}

/* ===== 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 fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-repeat: no-repeat;
    background-position: center;
}

/* Mobile parallax fix */
@media (max-width: 992px){
	.imgHomeHeader {
		background-attachment:scroll
	}
}

.imgHomeHeader .cardCallout {
    background: transparent !important;
    border: none;
}

/* Homepage header Color Overlay */
.homeHeaderColorOverlay {
    background-color: rgba(255,255,255,0.6);
}


.imgHomeHeader .cardCallout .cardv1text {
    padding: 0px;
}

@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;
    background-position: bottom;
}

.bottomPicColorOverlay {
    background: #000000ad;
    opacity: 0.5;
    height: 350px;
    
}

/*@media (max-width: 992px){
	.bottomPic{
		background-attachment:scroll
	}
}*/


/* ==================================================================== */
/* ===== Directions: Drop these styles into your Site_EventID.css ===== */
/* ==================================================================== */

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}

.companyCallout {
    border: 1px solid #dadada;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}

img.media-object.img-responsive {
    max-height: 85px;
    -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);
}

.media-left.companyLogo {
    float: left;
    padding-right: 20px;
}


/* ====================== 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: #B8B0D2;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #461D7C;
    border-color: #461D7C;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: inherit;
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	color: #B8B0D2;
}

.nav-tabs > li.active > a {
	border-top-color: black;
	color: black;
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}

.btn-primary {
	background-color: #461D7C;
	border-color: #461D7C;
}

.btn-primary:hover {
	background-color: #5d1011;
	border-color: #5d1011;
}

/* ====================== Navigational styles =============================== */

/* Header Sizing */
.headerlogo{
	height: 100px;
}

@media (max-width: 992px){
	.headerlogo {
		height: 80px;
		padding: 10px 20px;
	}	
}

.navbar-header{
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 992px) {
	div#dvTopNavigation .navbar-header {
		float: none;
	}
}

div#header-container {
	border-top: 10px solid #eee;
	border-bottom: 5px solid #F3D8E0;
}

div#header {
    width: 100%;
}

.navbar-collapse.collapse.top-navbar.main-nav-top {
    float: right;
}

div#tdleftnav {
    width: 100%;
    /*padding: 10px 4% 10px 4%;*/
    padding: 10px;
}

.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: #B8B0D2;
	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: 13px;
	-webkit-transition: all .3s ease-out;
	transition: all .4s ease-out;
	margin: 5px 1px;
	border: 1px solid rgba(255, 255, 255, 0);
}

.navbar-collapse > .navbar-nav > li > a > i {
    margin-left: 5px;
}

@media (min-width: 993px) and (max-width: 1199px) {
	.navbar-collapse > .navbar-nav > li > a, ul.nav.navbar-nav.login > li > a {
		font-size: small;
		padding: 15px 5px;
	}
}

@media (min-width: 993px) {
    .navbar-collapse > .navbar-nav > li > a {
        padding: 12px 7px;
    }
}

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: #B8B0D2;
	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: #461D7C;
	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: 10px 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: normal;
	color: #323232;
}

#ctl00_UserInfo_lnkLogout {
	color: #B8B0D2;
	font-weight: bold;
}

.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: #B8B0D2;
	border-top-style: solid;
	border-top-width: 2px;
}

#footer-container .container {
	background-color: transparent;
	border-top-color: #B8B0D2;
	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: #461D7C !important;
    margin: 2px 3px;
}

div#dvFooterInc .cardv1TitleCard {
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    padding: 20px;
}

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;
    */
}


/* =================== CSS Extras Framework Styles ===================== */

.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
	flex: 0 0 calc(70% - 20px);
    max-width: calc(70% - 20px);
    display: block;
    margin-left: 0px;
}

@media (max-width: 1199px) and (min-width: 993px) {
	.imgHomeHeader .cardv1.cardCallout.flexMobileFull {
    	flex: 0 0 calc(72% - 20px);
    	max-width: calc(72% - 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;
	}
}

.img-responsive {
    /* width: auto; */
}

.img-responsive.headerlogo {
    max-width: 218px !important;
}

#content-container .container {
    padding: 20px 0px 0px 0px !important;
}

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: 20px;
    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: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 10px 10px 20px 10px;
    text-shadow: none;
}

.cardv1TitleCard h2 {
    font-size: 25px;
}

h3.attendWelcome {
    font-weight: bold;
    line-height: 1.1;
    color: #461D7C !important;
    text-align: center;
    font-size: 1.3em;
}

.cardv1.cardLinked .cardv1text h3 small {
	color: black;
	font-weight: 600;
}

@media (max-width: 992px) {
	a.btn.btn-lg {
		margin-bottom: 10px;
		font-size: small;
	}
}

@media (max-width: 767px) {
    .ctaButtons {
        width: 100%;
    }
}

.fullWidthCallout {
    background: #444D5C;
    padding: 30px;
}
.cardv1.cardCallout * {
    color: #c73c41 !important;
}
.fullWidthCallout h4.lead {
	color: #a4acbb;
	font-size: larger;
}

.cardv1.cardCallout h3 {
	color: #4972BA;
}

@media (min-width: 993px) {
	.cardv1.cardCallout h3 {
		font-size: 40px !important;
	}
}

@media (min-width: 993px) {
	.imgHomeHeader .cardCallout .cardv1text a.btn.btn-lg {
		margin-right: 5px;
	}
}

.btn-default {
    border-color: #c6bcb3;
    background: #c6bcb3b5;
    color: black !important;
}

.btn-default:hover {
    color: #461D7C !important;
}

.btn-primary {
    background-color: #461D7C;
    border-color: #B8B0D2;
}

.btn-primary:hover {
    background-color: #B8B0D2;
    border-color: #B8B0D2;
    color: #461D7C !important;
}

div#Msg4016 {
    margin: 30px 0px;
}


/* =================== Universal Search Styles ===================== */

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #afafaf;
    border-color: #afafaf;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
	padding: 0px;
	right: 0px;
	top: 0px;
}

ul.nav.navbar-nav.navbar-right.search {
    margin-right: 0px;
    margin-left: 15px;
}

@media (max-width: 992px) {
	ul.nav.navbar-nav.a2zNav {
    	margin-bottom: 0px !important;
	}

	div#dvTopNavigation .navbar-header {
		float: none;
	}
}
