/*****************************************************************************/
/************** 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;
}


/* ====================== 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;
	background-color: #fff;
	font-family: "Montserrat",  Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

a {
    color: #FC5200;
    transition: color .3s;
    font-weight: 400;
}

a:hover {
	color: hsla(16, 74%, 41%, 1);
	text-decoration: none;
	transition: color .3s;
}


p {
    margin: 0 0 15px;
}

/*
span a {
	font-weight: bold;
}*/


h1 {
    color: #000;
    font-size: 32px;
    font-weight: 900;

}

h2 {
    font-size: 26px;
    color: #000;
    font-weight: 800;
}

h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

h4 {
    font-weight: 500;
    color: #000;
    font-weight: 600;
}

h5 {
    font-weight: 500;
    color: #000;
    font-weight: 500;
}


h7 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

h8 {
    font-size: 20px;
    color: #0000;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: "Montserrat",  Arial, Helvetica, sans-serif;
	text-shadow: none;
	
}

a.dropdown-toggle.language-toggle {
    display: none;
}

.img-responsive.headerlogo {
    max-height: 100px;
    width: 100%;
}

@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;
        position: relative;
        right: 15px;
        top: 0px;
    }
}

@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: #000;
}

.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; */
    border: none;
    background: #f2f3f4;
}


/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background-color: #000;
    -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 #FC5200;
    position: relative;
    z-index: 1;
}

.navbar-header {
    background-color: #000;
}

@media (max-width: 992px) {
    .navbar-header {
        background-color: #000;
    }   
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #000;
}

.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: transparent;
}

.navbar-collapse > .navbar-nav > li > a {
	
	color: #fff;
	font-weight: 700;
	
}

/*.navbar-collapse > .navbar-nav > li > a.dropdown-toggle {
    background-color: #00677f;
}*/

.navbar-nav>li.active>a {
    color: #fff;
    background-color: #231f2070;
}
.navbar-collapse > .navbar-nav > li > a:hover {
    color: #FC5200;
    background-color: transparent;
}

.navbar-collapse > .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a.active {
	/*
	color: white;
	background-color: #00677f;
	*/
}

.navbar-nav > li.active > a {
	/*
	color: white;
	background-color: #00677f;
	*/
}

.navbar-nav > li > .dropdown-menu {
	background: #000;
    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;
    font-weight: 700;
}

.dropdown-menu > li > a:hover {
	background-color: #231f2070;
	color: #FC5200;
}

.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: #f5f5f5;
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: 30px;
}

#footer-container .container {
    background-color: #f5f5f5;
    border-top-color: transparent;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#Footer.footer {
    background: #f5f5f5;
}

.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;
	*/
}

.footerWrapper.row {
    padding: 70px 20px 20px;
}

.footer h2 {
    color: #FC5200;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: none;
}
.footer a {
    font-weight: normal;
}

.footer p {
    padding-top: inherit;
    color: #000;
}

.footer ul li {
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 100;
}

.footer ul li a {
    color: #000;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #000;
}

ul.social>li>a {
    color: #000;
}

ul.social>li>a:hover {
    color: #000;
    opacity: 0.7;
}

/* ================== 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: #171818;
    border-color: #555759;
    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;
    }
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
    color: #fff;
    background-color: #FC5200 !important;
    border-color: #FC5200 !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active  {
    color: #fff;
    background-color: #FC5200 !important;
    border-color: #FC5200 !important;
}

#dvTopSidebar {
    display: block;
}

@media only screen and (max-width: 600px){
    div#breadcrumb {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    div#header-container {
        position: fixed;
        width: 100%;
        background: white;
        z-index: 99999;
    }
    div#pcbcVideoWrapper {
        padding-top: 174px;
    }
    /*
    div#pnlCompanyInfoEdit {
    margin-top: 175px;
    }*/
    
    .modal {
        top: 175px;
    }
}
div#templateHome{
   padding-top: 174px;  
}

div#ctl00_dvContent {
    padding-top: 174px !important;
}


.nav.navbar-nav.navbar-right.search {
  display: none;
}

.flexCardBoxv1 {
    padding: 40px 0 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #000 !important;
  border-color: #000 !important;
}

.pagination > li > a, .pagination > li > span {
  color: #000;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #000 !important;
}

.thumbnail {
  min-height: 170px !important;
}

.thumbnail img {
  min-width: 150px;
  min-height: 150px;
}

h5.media-heading,h6.media-heading {
  font-size: 16px;
}

.label-success {
  background-color: #FC5200;
}

@media screen and (min-width: 999px) and (max-width: 1100px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
}