/*****************************************************************************/
/************** 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)
*/



/* === 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;
}---*/

@font-face {
    font-family: 'montserratthin';
    src: url('montserrat-variablefont_wght-webfont.woff2') format('woff2'),
         url('montserrat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    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: 'verdana', sans-serif;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    display: none !important;
}

a {
	/*
	color: #009CBD;
	*/
}

a:hover {
	/*
	color: #00677f;
	*/
	text-decoration: none;
	
}

p a {
	font-weight: bold;
}

span a {
	font-weight: bold;
}

h1 {
	color: rgb(88, 95, 105);
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    text-shadow: none;
	font-size: xxx-large;
	color:  #92316F;
}

h2 {
	color: #92316F;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
	font-family: 'Montserrat', sans-serif;
	font-size: xx-large;
	color: #000;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: rgb(88, 95, 105);
    font-size: 22px;
    font-weight: normal;
    text-shadow: none;
	color: #000;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	color: #000;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	color:  #92316F;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

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: 1px solid #ffa7af;
        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: #00677f;
	*/
}

.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: #ae896d;
    -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 #000;
    position: relative;
    z-index: 1;
}

.navbar-header {
    background-color: #BB2649;
}

@media (max-width: 992px) {
    .navbar-header {
        background-color: #a52140;
    }   
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #ae896d;
}

.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: #00677f;
	*/
}

.navbar-collapse > .navbar-nav > li.dropdown:hover {
    background: #BB2649;
}

.navbar-collapse > .navbar-nav > li > a {
	/*
	color: white;
	*/
}

/*.navbar-collapse > .navbar-nav > li > a.dropdown-toggle {
    background-color: #00677f;
}*/

.navbar-collapse > .navbar-nav > li > a:hover {
	/*
	color: white;
	background-color: #00677f;
	*/
}

.navbar-collapse > .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a.active {

	color: white;
	background-color: #BB2649;

}

.navbar-nav > li.active > a {
	
	color: white;
	background-color: #BB2649;
	
}

.navbar-nav>li>a:hover {
    color: #fff;
    background-color: #BB2649;
}

.navbar-nav > li > .dropdown-menu {
	background: #9e1e3c;
    border-bottom: none;
    padding: 0px;
}

.dropdown-menu {
	/*
	background-color: BB2649;
	
	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: #BB2649;
	color: #eee;
}

.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)
	*/
}



/* ====================== Custom footer styles ============================== */

div#footer-container {
    background: #496586;
    border-top-color: #a03a42 ;
    border-top-style: solid;
    border-top-width: 35px;
}

#footer-container .container {
    background-color: #496586;
    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;
	*/
}

#dvFooterInc {
    background: #496586 !important;
}

.footer h2 {
	/*
	color: #8795a1;
    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;
    }
}

/* === Generic Card Styles === */
a.cardLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ================ */
/* === Cards v1 === */
/* ================ */

/* === Flex Car Box v1 === */

.flexCardBoxv1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
    justify-content: flex-start;
}

/* === Title Card === */

.cardv1TitleCard {
    flex: 0 0 calc(33% - 20px);
    padding: 20px 7% 20px 20px;
    margin: 10px;
}

.cardv1TitleCard h2 {
    margin-bottom: 20px;
    font-size: 42px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .cardv1TitleCard {
        flex: 0 0 calc(100% - 20px);
    }
}

@media (max-width: 767px) {
    .cardv1TitleCard {
        flex: 0 0 calc(100% - 20px);
    }
}

/* === Standard Vertical Card v1 === */

.cardv1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-flow: column nowrap;
    flex-direction: column;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #ddd;
    flex: 0 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
    background: #fff;
}

.cardv1 .cardBtmIcon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    font-size: 25px;
    opacity: 0.2;
    transition: all 0.5s;
    right: 10px;
    bottom: 10px;
}

.cardv1ImageContainer i {
    font-size: 90px;
}

.cardv1ImageContainer {
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 130px;
    overflow: hidden;
    background: #eee;
    color: #323232;
}

.cardv1text {
    padding: 30px 30px 50px 30px;
}


@media (min-width: 768px) and (max-width: 992px) {
    .cardv1 {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .cardv1 {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}


/* === Card v1 Helper Classes === */

/* === Linked Cards v1 === */


.cardv1.cardLinked {
    transition: all 0.3s;
}

.cardv1.cardLinked:hover {
    transform: scale(1.02);
    -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;
}


.cardv1.cardLinked .cardv1text h3{
    transition: all 1s;
}

.cardv1.cardLinked:hover .cardv1text h3 {
    color: #323232;
    transition: all 0.3s;
}


.cardv1.cardLinked div.cardBtmIcon {
    transition: all 1s;
}


.cardv1.cardLinked:hover div.cardBtmIcon {
    opacity: 1;
    transition: all 0.3s;
    transform: scale(1.2);
    color: #323232;
}


/* === Card v1 No Border === */

.cardv1.cardNoBorder {
    border: none;
}

.cardv1.cardNoBorder:hover {
    border: none;
}

/* === Card v1 Rounded Corners === */

.cardv1.cardRounded {
    border-radius: 20px;
    overflow: hidden;
}

/* === Call-out Card v1 === */

.cardv1.cardCallout {
    background: #323232;
}

.cardv1.cardCallout *{
    color: #fff;
}

.cardv1.cardCallout h3 {
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    border-bottom: 3px solid white;
}

/* Styles
-------------------------------------------------- */
.video-hero-content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff !important;
	font-weight: bold !important;
}

.btn-primary {
    background-color: #7A5A7F;
    border-color: #7A5A7F;
}

.btn-primary:hover {
    background-color: #5a425d;
    border-color: #5a425d;
}

h2#site-title span.title {
    color: #FFFFFF !important;
    font-size: xx-large;
}


.video-gradient {
    color: white;
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 0px;
    left: 0px;
    min-height: 200px;
    width: 100%;
    background: rgb(122 90 127) !important;
    background: -moz-linear-gradient(0deg, rgb(122 90 127) 0%, rgba(253,187,45,0) 100%) !important;
    background: -webkit-linear-gradient(0deg, rgb(122 90 127) 0%, rgba(253,187,45,0) 100%) !important;
    background: linear-gradient(0deg, rgb(122 90 127) 0%, rgba(253,187,45,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009cbd",endColorstr="#fdbb2d",GradientType=1);
}

h4.emphasisHome {
    font-weight: 100;
    font-size: 60px;
    color: #BB2649 !important;
    margin-bottom: 30px;
}


.sectionColor1 {
    background: rgb(189 45 79) !important;
    background: -moz-linear-gradient(216deg, rgba(122,90,127,1) 0%, rgb(187 38 73) 100%) !important;
    background: -webkit-linear-gradient(216deg, rgb(122 90 127) 0%, rgb(187 38 73) 100%)!important;
    background: linear-gradient(216deg, rgb(122 90 127) 0%, rgb(187 38 73) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009cbd",endColorstr="#f68c2f",GradientType=1);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
    position: relative;
}

div#partners {
    padding: 75px;
}

.heading.dark h3 {
    text-align: center;
    color: #253746;
    font-size: xx-large;
    font-weight: bold;
    position: relative;
    margin: 20px 0px 70px 0px;
}

.heading.dark h3:after {
    content: ' ';
    position: absolute;
    top: 150%;
    left: 50%;
    height: 3px;
    width: 140px;
    transform: translateX(-50%);
    background-color: #253746;
    background-repeat: no-repeat;
    background-position: center;
}

blockquote.clientTestimonial {
    border-left-color: #e29fec !important;
}

blockquote.clientTestimonial footer, blockquote small, blockquote .small {
    color: #f68c2f !important;
}

.heading.dark h3 {
    text-align: center;
    color: #7a5a7f !important;
    font-size: xx-large;
    font-weight: bold;
    position: relative;
    margin: 20px 0px 70px 0px;
}

.heading.dark h3:after {
    content: ' ';
    position: absolute;
    top: 150%;
    left: 50%;
    height: 3px;
    width: 140px;
    transform: translateX(-50%);
    background-color: #7a5a7f !important;
    background-repeat: no-repeat;
    background-position: center;
}

.footer h2 {
    color: #FFFFFF !important;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

body {
    background-color: #FFF;
}
/* UPDATED: 01/18/23 18:16:06 PM - MMP */
/* UPDATED: 01/19/23 21:12:54 PM - MMP */

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #9e1e3c;
}
.filterSearchBar {
    background: #4b6688;
    background-color: #4b6688 !important;
    border-radius: 0px;
    border: none !important;
}
.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #3a3a3a;
    border-radius: 0px;
}

.sponsorshipGallery .sponsorshipType {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4b6688;
    color: white;
    font-size: 11px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sponsorshipGallery .sponsorshipItem {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #695555;
    color: #181a1a;
    font-size: 11px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.sponsorshipGallery .itemPrice {

    color: #426572 !important;
}

.thumbnail.sponsorshipGallery h5 {
    color: #426572;
}

.filterSearchBar #btnreset {
    border: 2px solid #000;
}