/*****************************************************************************/
/************************ 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;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

hr {
	margin: 40px 0px;
}

a {
	color: #317a91;
}

a:hover {
	color: #f26b2e;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Gill Sans Bold, Gill Sans Regular, sans-serif;
	font-weight: 400;
	text-shadow: none;
}

h1 {
    font-family: Gill Sans Bold, Gill Sans Regular, sans-serif;
	color: #f26b2e;
    font-size: 49.92pt;
    background: url(../images/interface/heading-background-2.png) repeat center top;
    background-size: cover;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

h2 {
    font-family: Gill Sans Bold, Gill Sans Regular, sans-serif;
    color: #F16321;
    font-size: 24pt;

  
}

h3 {
    font-family: Gill Sans Bold, Gill Sans Regular, 'Anton', sans-serif;
	color: #0095D9;
	font-size: 14.4pt
}

h4 {
    font-family: Gill Sans Bold, Gill Sans Regular, 'Anton', sans-serif;
	color: #317a91;
	font-size: 6.72pt
}

h5 {
    font-family: Gill Sans Bold, Gill Sans Regular, 'Anton', sans-serif;
	font-size: 20px;
	color: #5f99af;
}

.breadcrumb > .active {
    color: #317a91 !important;
    font-weight: 700 !important;
}

.container-fluid {
	background-color: white;
}

#dvCustomMasthead {
	background-color: #3f587c;
	display: block;
}

.Masthead {
	box-shadow: none;
}

#content-container .container {
	background-color: white;
	-webkit-box-shadow: none;
	moz-box-shadow: none;
	box-shadow: none;
}

#Msg4006 {
	display: none;
}

#Msg4011 {
	display: none;
}

#Msg4020 {
	padding: 15px 0px 15px 0px;
	display: block !important;
	display: none !important;
}

.content {
	padding: 0px 20px 20px 20px;
}

/*div.sponsor.logos {
	padding: 20px;
    background-color: white;
    margin: -20px;
}*/

div.row.home {
	background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: -21px;
}

.row.home img {
    margin-bottom: 20px;
}

div.thumbnail.bucket {
	border: none;
    border-radius: 0px;
}

p.boxes {
	font-family: Gill Sans Bold, Gill Sans Regular, Helvetica Neue, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.list-inline.headshots > li > img {
    height: 100%;
    max-width: 100%;
    border: 1px solid black;
}

.left-container {
	background-color: #B4B9BD;
}


.blackbar {
    background: #000;
}

.blackbar ul {
    margin: 0px;
    padding:10px;
}

.blackbar a {
    color: #fff;
    font-size: 11px;
}

.section.cta {
    text-align: center;
}

.section.greysection {
    background: #e6e6e6;
}

.section.whitesection {
    background: #fff;
    color: #000;
}

.section.bluesection {
    background-color: #6A737B;
  /*  background: url(../images/interface/video-bg-image.jpg); */
    background-size: cover;
    text-align: left;
    padding: 100px 25px ;
}

.section.bluesection h2 {
    background: none;
    color: white;
    margin-left: 50px;
    -webkit-text-fill-color: white;
}
.section.bluesection p {
	color: white;
	margin-left: 50px;
}

.section {
    padding: 30px 20px;
}

.yellowsection {
    background: #f5b335;
}

.section.cta h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.section.cta h4 {
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

.btn-black {
    background: #000;
    border: #000;
    color: white;
    min-width: 200px;
    font-weight: bold;
}

.blacksection .embed-responsive.embed-responsive-4by3 {
    border-radius: 20px;
}

.blacksection .embed-responsive.embed-responsive-4by3 {
    border-radius: 20px;
}

.blacksection {
    background: #000;
}

.blacksection h2 {
    color: white;
    font-weight: bold;
}

.blacksection h4 {
    color: #5f99af;
    margin-bottom: 20px;
}

.blacksection .col-md-6{
	padding: 0px 60px;
}

#dvTopSidebar {
    display: block;
}

.bgsection h2 {
    color: #5f99af;
    font-weight: bold;
    font-size: 32px;
}

.bgsection  {
    background: url('../images/interface/bgsection.jpg');
    background-position: center;
    background-size: cover;
}
/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	background-color: #009ac7;
}

.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;
}

/* ====================== Masthead styles =============================== */

img.HDAW-Logo {
    width: 100%;
    max-width: 107px;
    float: left;
}
.header-slogan > strong {
    font-weight: 800;
}

.header-slogan {
    float: left;
    padding: 40px 0 0 10px;
    color: white;
    line-height: 16px;
}
.header-image {
    padding-top: 15px;
    padding-left: 16px;
}
.Register-button {
    float: right;
    padding-top: 40px;
}
a.register-btn {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #d4492f;
    color: white;
    padding: 1em;
}

a.register-btn:hover {
    background-color: #fff;
    color: #d4492f;
}

/* ====================== Navigational styles =============================== */


.navbar-collapse {
	background-color: #3f587c;
	box-shadow: none;
}

.container > .navbar-collapse {
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding: 10px 0 0 0;
	/*margin-left: 185px;*/
}

.navbar-top {
	background-color: transparent !important;
	float: left !important;	
}

.navbar-top > li {
		background-color: transparent !important;
		border: none !important;
}

.navbar-top > li > a {
	color: grey !important;
	background-color: transparent !important;
	padding: 5px !important;
	border: none !important;
}

.navbar-top > li > a:hover {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.navbar-nav > li > a {
    color: #fff;
    /* font-family: 'Helvetica Neue', Helvetica, sans-serif; */
    font-weight: 400;
    text-transform: uppercase;
    padding: 1em;
    font-size: 14px;
}

.navbar-nav > li > a:hover { 
    color: #fff;
    background-color: #d4492f;
}

.navbar-nav > li > a.active {
	color: #fff;
	background-color: #f26b2e;
}

.navbar-nav>li.active>a {
    color: #fff;
    background-color: #f26b2e;
}
.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}
.navbar-nav>li >a {
    padding: 10px 10px 20px 10px;
}

.dropdown-menu {
	background-color: #3f587c; 
	border-bottom-color: transparent;
	border-bottom-width: 0px;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 16px;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #d4492f;
}

.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: #888F96
}

.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: transparent;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.left-subnav > li > a {
	color: white;
}

.left-subnav > li > a:hover {
	color: white;
	background-color: #888f97;
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	color: #009ac7 !important;
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ====================== Default footer styles ============================= */


#footer-container .container {
	background-color: #40597d;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: none;
	padding: 30px 0px;
}

#footer-container {
	background-color: #40597d;
}

ul.list-inline.home > li > a {
	margin-left: 0px;	
}


/* ====================== Custom footer styles ============================== */


.footer h2 {
	color: white;
    padding-bottom: 0px;
    font-size: 18px;
    border-bottom-color: transparent;
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin-bottom: 5px;
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
	color: #000;
	text-decoration: none;
	margin-bottom: 0px;
	list-style-type: none;
}

.footer_copyright p {
    padding: 20px 0px;
    color: white;
}

#Footer.footer {
	background-color: #40597d;
	border-top: 1px solid #40597d;
}

.footer ul li a{
	color: #000	
}

.footer .footerhorz li{
	border-right: none;
	padding-right: 10px;
	margin: 0px;
}
/*
.footer .footerhorz li:first-child{
	border-left: 1px solid #000;
}*/

.footer .footerhorz a{
	margin: 0px;
	font-weight: 500;
	color: white;
}

.footer-social {
    margin-top: 10px !important;
}

/* ====================== Media Query Styles ============================== */

@media (min-width: 992px) {
	.navbar-nav {
    /* float: right; */
    /*margin-top: -50px;*/
 }
	.navbar-collapse {
    background-color: transparent;
	}
	#ctl00_dvTopNavigation {
	background-color: #3f587c;
	/*margin-top: -30px;
	padding-bottom: 15px;*/
	}
	#Msg4006 {
	margin-top: -20px;
	}
}

@media (min-width: 1200px) {
	.navbar-nav > li > a {
	padding: 16px;
	/*border-right: 1px solid #000;*/
	}
	
	.navbar-nav > li:first-child > a {
	/*border-left: 1px solid #fff;*/
	}
	div.logo {
	background-color: transparent;
    float: left;
    padding: 15px 15px 1px 15px;
    /*margin-right: 41px;*/
    clear: both;
    display: block;
	}
	h3.top {
	padding-top: 25px;
	color: #009ac7;
	font-size: 27px;
	font-family: "Teko", Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	}
	div.thumbnail.bucket {
    min-height: 385px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-nav > li > a {
	padding: 5px 12px;
	border-right: 1px solid #000;
	}
	.navbar-nav > li:first-child > a {
	border-left: 1px solid #000;
	}
	div.logo {
	background-color: #f5b335;
	float: left;
	padding: 15px 35px 1px 15px;
	/*margin-right: 18px;*/
	clear: both;
    display: block;
	}
	h3.top {
	padding-top: 25px;
	color: #009ac7;
	font-size: 24px;
	font-family: "Teko", Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	}
	div.thumbnail.bucket {
    min-height: 444px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	div.thumbnail.bucket {
    min-height: 305px;
	}


}

@media (min-width: 300px) and (max-width: 991px) {
	.navbar-collapse {
    background-color: #3f587c;
	}
	#Msg4006 {
	display: none !important;
	}
	#dvCustomMasthead .container {
	/* display: none; */
	text-align: center;
	/*padding: 10px 40px;*/
	}
	.navbar-top {
    background-color: transparent !important;
    float: none !important;
	}
	.navbar-top > li > a:hover {
    color: #009ac7 !important;
    background-color: transparent;
	}
	#footer-container .container {
    padding: 30px;
	}
	
}

@media (max-width: 992px){
    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav, #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
        padding-left: 30px;
    }
	.section.bluesection {
    /*background-color: #5f99af;
    background: url(../images/interface/video-bg-image.jpg);
    background-size: cover;
    text-align: left;*/
    padding: 100px 25px ;
}
    .section.cta h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 0;
    }
    .section.bluesection p {
        color: white;
        margin-left: 0px;
    }

}
.media-left.subpic {
    float: left;
    margin-right: 20px;
}

div#Msg4016 {
    margin: 20px 0px;
}

p.lead {
	margin-bottom: 35px;
}


/* ====================== Flexbox styles =============================== */

.flexCardBoxv1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding: 40px;*/
    justify-content: flex-start;
}

.cardv1 {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 10px;
    border: 1px solid #ddd;
    flex: 0 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
    background: #fff;
}

@media (max-width: 992px) and (min-width: 768px) {
	.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);
	}
}

.cardv1ImageContainer {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 130px;
    overflow: hidden;
    background: #eee;
    color: #323232;
}

.cardv1text {
    padding: 20px 20px 50px 20px;
}


/* ====================== Button styles =============================== */


.button-default.button-slanted.yellow {
    background: #f5b335;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    margin: 10px;
  	display: inline-block;
	font-weight: 500;
    letter-spacing: 1px;
}

.button-default.button-slanted.blue {
    background: #5f99af;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    margin: 10px;
  	display: inline-block;
  	font-weight: 500;
    letter-spacing: 1px;
}

.button-slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.button-slanted-content {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
}

.button-fixedwidth {
  min-width: 100px;
}

a.dropdown-toggle.language-toggle {
    display: none;
}

.img-responsive.logo {
    height: 150px;
    margin: 10px 0px -40px 0px;
}

@media only screen and (max-width: 992px) {
    .img-responsive.logo {
        height: 100%;
        margin: 0 auto;
    }
}

/*Responsive Table*/

   table.resp-tble {
        border: 0;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }


    table.resp-tble tr {
        background-color: #fff;
        border: 0;
        padding: .35em;
    }

    table.resp-tble th,
    table.resp-tble td {
        padding: .625em;
        text-align: left;
        border: #000 solid 1px;

    }

    table.resp-tble th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    @media screen and (max-width: 700px) {
        table.resp-tble {
            border: 0;
        }


        /*table.resp-tble tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }*/

        table.resp-tble td {
            /*border-bottom: 1px solid #ddd;*/
            display: block;
            font-size: .8em;
            text-align: left;
        }

        table.resp-tble td::before {
            /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }

        /*table.resp-tble td:last-child {
            border-bottom: 0;
        }*/
    }


.section.bluesection video {
    aspect-ratio: 16/9;
    width: 100%;
}



#_MemberTypeNonMember {
    margin-left:370px;
    
}