/*****************************************************************************/
/************** 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 #5858b4;

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)
*/



/* === Font Stack === */

@font-face {
    font-family: 'europa';
    src: url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.woff2') format('woff2'),
         url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.woff') format('woff'),
         url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.ttf') format('truetype'),
         url('//libs.a2zinc.net/assets/release/fonts/europa-light-webfont.svg#europalight') format('svg');
    font-weight: 100;
    font-style: normal;
}


/* ====================== 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 {
	/*
	font-family: 'europa', sans-serif;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
}

a {
	
	color: #5858b4;
	
}

a:hover {
	
	color: #5858b4;
	
	text-decoration: none;
	
}

p a {
	font-weight: bold;
}

span a {
	font-weight: bold;
}

h1 {
	/*
	color: rgb(88, 95, 105);
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    text-shadow: none;
	*/
	font-size: xxx-large;
	color: #008f87;
}

h2 {
	/*
	color: #253746;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
	*/
	font-size: xx-large;
	color: #008f87;
}

h3 {
	/*
	color: rgb(88, 95, 105);
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
	*/
	color: #333;
}

h4 {
	/*
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	*/
	color: #333;
}

h5 {
	/*
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	*/
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
}

a.dropdown-toggle.language-toggle {
    display: none;
}

.img-responsive.headerlogo {
    height: 100px;
}

@media (max-width: 767px) {
    .img-responsive.headerlogo {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.Masthead {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#dvCustomMasthead {
    display: block;
    padding: 10px 0px;
}

.eventinfo {
    text-align: right;
}

@media (min-width: 768px) {
    .eventinfo {
        text-align: right;
        border-right: 2px solid #008f87;
        position: relative;
        right: 15px;
        top: 21px;
    }
}

@media (max-width: 767px) {
    .eventinfo {
        text-align: center;
    }
}

#content-container .container {
	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 20px !important;
}

div#breadcrumb {
    padding: 20px 0px !important;
}



/* ====== Container Breakpoints (Start) ====== */

.container {
    width: 100%;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* ====== Container Breakpoints (End) ====== */



/* ====================== Additional container styles ======================= */

.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	/*
	background-color: grey;
	*/
}

.pagination > li > a, .pagination > li > span {
	/*
	color: #009CBD;
	*/
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	
	color: #5858b4;
	
}

.nav-tabs > li.active > a {
	/*
	border-top-color: #009CBD;
	color: #009CBD;
	*/
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}

.location {
    font-size: x-large;
    font-weight: bold;
}

.dates {
    font-size: large;
    color: grey;
}

.container-fluid.fullwidthBanner.fade-in {
    padding: 0px;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.bannerWrapper {
    position: relative;
    display: flex;
}

.card-img-overlay {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.container.holder {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-self: center;
}

h2.pageTitle {
    align-self: flex-start;
    color: white;
    font-weight: 400;
    font-size: xx-large;
    margin: 0px;
}

.cardv1.cardLinked.cardRounded {
    border: 3px solid #c9c9c9;
}

.footerWrapper.row {
    padding: 70px 20px;
}



/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background-color: #008f87;
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #5858b4;
    position: relative;
    z-index: 1;
}

.navbar-header {
    background-color: #008f87;
}

@media (max-width: 992px) {
    .navbar-header {
        background-color: #008f87;
    }   
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #008f87;
}

.container > .navbar-collapse {
	/*
	border-bottom-color: #00B0A5;
	border-bottom-style: none;
	border-bottom-width: 2px;
	*/
}

.navbar-top > li > a {
	/*
	padding: 5px;
	color: #253746;
	*/
}

.navbar-top > li > a:hover {
	
	color: white;
	background-color: #5858b4;
	
}
/*
.navbar-collapse > .navbar-nav > li.dropdown:hover {
    background: #5858b499;
}
*/
.navbar-collapse > .navbar-nav > li > a {
	/*
	color: white;
	*/
}

.navbar-collapse > .navbar-nav > li > a.dropdown-toggle {
    background-color: #008f87;
}

.navbar-collapse > .navbar-nav > li > a:hover {
	
	color: white;
	background-color: #5858b499;
	
}

.navbar-collapse > .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a.active {
	
	color: white;
	background-color: #5858b499;
	
}

.navbar-nav > li.active > a {
	
	color: white;
	background-color: #5858b499;
	
}

.navbar-nav > li > .dropdown-menu {
	background: #008f87;
    border-bottom: none;
    padding: 0px;
}

.dropdown-menu {
	/*
	background-color: white;
	border-bottom-color: #009CBD;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
}

.dropdown-menu > li > a {
	color: white;
	padding: 15px 25px;
}

.dropdown-menu > li > a:hover {
    background-color: #5858b499;
    color: #fff;
}

.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: 13px;
	*/
}

.navbar-toggle {
	/*
	border-color: transparent;
	background-color: transparent;
	*/
}

.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)
	*/
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
    color: #fff;
    background-color: #5858b4 !important;
    border-color: #5858b4 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active  {
    color: #fff;
    background-color: #5858b4 !important;
    border-color: #5858b4 !important;
}

/* ====================== Custom footer styles ============================== */

div#footer-container {
    background: #008f87;
    border-top-color: #008f87;
    border-top-style: solid;
    border-top-width: 35px;
}

#footer-container .container {
    background-color: #008f87;
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.footer_copyright.container.hidden-xs {
    padding: 10px 25px;
}

#Footer.footer {
	/*
	background-color: transparent; (This is optional)
	*/
}

.footer_copyright p {
	/*
	margin: 0px;
	padding: 10px 12px;
	font-size: 12px;
	*/
}

.footer h2 {
	
	color: #fff;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: none;
	
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: none;
	*/
}

.footer ul li {
	/*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}

.footer ul li a {
    /*
    color: white;
    */
}



/* ================== 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 ===================== */

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    background: #1f323e;
    border-color: #4e6675;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: none;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    right: 25px;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery.form-control {
    color: white;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-color: #4e6675;
    background: #1f323e;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit:hover {
    border-left: none;
}

@media (max-width: 767px) {
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.navbar-right.search {
        margin-top: 0px !important;
    }
}

#Msg4012{
    display:none;
}

#Msg4011{
    display:none;
}

#Msg4006{
    display:none;
}

#Msg4024{
    display:none;
}