@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.375rem;
	color: #000;
}
.hide-for-xs {
	display: none;
}
.container {
	position: relative;
}
a, .page-link {
	color: #990000;
}
button.redButton, button.grayButton, input[type="submit"], a.redButton {
	outline: none;
	border: none;
}
.clear {
	clear: both;
}
/****************************  HEADER  ******************/
.header, .innerHeader {
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 989;
	background: #fff url('../images/header-back.png') repeat-x center bottom;
	transition: background-position .3s ease;
}
.header .container, .innerHeader .container {
	padding: 0px;
	margin: 0px;
}
.header.scrolled {
	background-position: 0 0;
}
.headerLeft {
	width: 77%;
	float: left;
	padding-left: 20px;
}
.burgerNav {
	width: 23%;
	float: left;
}
.burgerNav button {
	outline: none;
}
.headerRight {
	width: 100%;
	position: absolute;
	top: 69px;
	z-index: 999;
}
.navbar {
	padding: 0px;
	/* border-bottom: 2px solid #990000; */
	width: 1000px;
}
#navbar-header {
	background: #fff;
	padding: 20px;
}
#logo {
	width: 95%;
	max-width: 278px;
	margin-top: 23px;
}
.joinmemberButton {
	float: right;
	border-radius: 28px;
	margin-top: 13px;
	color: #990000;
	border-color: #990000;
	margin-left: 25px;
}
.joinmemberButton:hover {
	background: #990000;
}
.podcast-button {
	border-radius: 28px;
    margin-top: 13px;
    color: #F9F9F9;
    border: 1px solid #F9F9F9;
    background: transparent;
    padding: 10px 15px;
    transition: all .3s ease-in;
	font-size: 16px;
}
.podcast-button:hover {
	background: #F9F9F9;
    text-decoration: none;
    color: #990000;
    border: 1px solid #990000;
}
.grayredButton {
	border-radius: 28px;
	margin-top: 13px;
	color: #990000;
	border: 1px solid #990000;
	background-color: transparent;
	padding: 10px 15px;
	transition: all .3s ease-in;
}
.grayredButton:hover {
	background: #990000;
	text-decoration: none;
	color: #F9F9F9;
}
.grayredButton:focus {
	color: #ffffff;
}
#my-account-button, #login-button, #join-us-button {
	margin-left: 25px;
}
nav a {
	color: #000;
	font-size: 1rem;
	text-transform: uppercase;
}
nav a:hover {
	color: #990000;
}
.navbar-nav .nav-item {
	float: none;
}
.navbar-nav .nav-item + .nav-item {
	margin-left: 0px;
}
.navbar-toggler {
	float: right;
	margin-top: 15px;
	padding: .5rem .9rem .5rem 0;
}
.headerRight #logout-button {
	float: right;
}
div.flash_error {
	background-color: #900;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
}
.navbar-nav .dropdown-menu {
	display: block;
	border: none;
	position: relative;
	float: none;
	padding: 0;
}
.navbar-nav .dropdown-toggle::after {
	display: none;
}
.navbar-nav .dropdown-menu a::before {
	content: '- ';
	display: inline-block;
	width: 10px;
	height: 10px;
}
.dropdown-item {
	padding: 3px 10px;
}
.navbar-nav .dropdown-menu a:last-child {
	border-bottom: none;
}
.navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus  {
	background: transparent;
	color: #990000 !important;
}
.navbar-nav .nav-link:focus {
	color: black;
}
.navbar-nav .small-nav-link {
	font-size: 12px;
}
#navbar-header ul li.desktop {
	display: none !important;
}
/*************************** SLIDESHOW ******************/
.slides .mobl{
	display: block;
}
.slides .desk{
	display: none;
}
.homeCarousel {
	margin-top: 70px;
	margin-bottom: 0px;
}
.homeCarousel .carousel-item {
	height: 15.875rem;
}
.homeCarousel .carousel-indicators {
	bottom: 1.5rem;
	right: 0;
	top: auto;
	bottom: 0;
	left: 0;
	width: 20rem;
	margin: 0 auto .1rem auto;
}
.homeCarousel .carousel-caption, .homeCarousel .carousel-caption-mobile {
	left: 5%;
	right: 5%;
	top: .5rem;
}
.homeCarousel .carousel-caption-mobile {
	top: 3.1rem;
}
.homeCarousel .carousel-indicators .active {
	width: 22px;
	height: 22px;
	margin: 0;
	background-color: #990000;
}
.homeCarousel .carousel-indicators li {
	width: 22px;
	height: 22px;
	margin: 1px;
	text-indent: -999px;
	background-color: transparent;
	border: 2px solid #acacac;
	border-radius: 10px;
}
.homeCarousel .carousel-caption a, .homeCarousel .carousel-caption-mobile a {
	color: #fff;
	left: 5% !important;
	right: 5% !important;
}
.homeCarousel h1 {
	font-size: 1.6rem;
	font-weight: 600;
}
.homeCarousel a:hover {
	text-decoration: none;
}
.carousel-inner .learnmore {
	display: none;
}
/************** New Slideshow ****************/
.slideshow .prev, .slideshow .next {
	display: none;
}
.slideshow .slides ul li {
	display: none;
	background-position: center;
}
.slideshow .slides ul li.active {
	display: block;
}
.slideshow.active .slides ul li.active {
	display: none;
}
.slideshow .slides ul li .slideLink{
	display: none;
}
/* SLIDESHOW - EDIT THIS SECTION IF NEEDED (PER SITE) */
.carousel-caption-mobile{
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.slideText {
	color: #fff;
	font-weight: 700;
	-moz-text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	-o-text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	padding: 150px 30px 0 30px !important;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}
.slideshow {
	width: 100%;
	height: 300px;
	background: #d7d7d7;
	position: relative;
	overflow: hidden;
}
.slideshow .slides {
	height: 300px;
}
.slideshow .slides ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.overlay {
	color: #fff;
}
.slideshow .slides ul li, .overlay {
	width: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
	margin-left: -28px;
	height: 300px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 17px;
	z-index: 700;
	margin: 0px;
	background-size: cover;
}
.slideshow .links {
	position: absolute;
	top: 200px;
	z-index: 800;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: none;
}
.slideshow .links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 90%;
}
.slideshow .links ul li {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/slideDot.png);
	background-position: 0px -39px;
	font-size: 0px;
	cursor: pointer;
}
.slideshow .links ul li.active {
	background-position: 0px 0px;
}
.slide-1 {
	background: url(../img/slide-1-m.jpg);
	background-size: cover;
}
.slide-2 {
	background: url(../img/slide-2-m.jpg);
	background-size: cover;
}
.slide-3 {
	background: url(../img/slide-3-m.jpg);
	background-size: cover;
}
/**************************** HOME *********************/
.homeBlocks .container {
	padding: 0px;
	position: relative;
}
.homeBlocks .background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 800px;
	display: none;
	width: 100%;
}
.homeBlocks {
	position: relative;
	overflow: hidden;
}
.homeBlocks .educational, .homeBlocks .experiential {
	padding: 35px .9375rem 45px .9375rem;
	font-size: .875rem;
}
.homeBlocks .educational {
	background: url('/images/inner-background.jpg');

	/* background: rgb(255,255,255);
	 background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	 background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	 background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );  */
}
.homeBlocks .experiential {
	background: #fff;
}
.description-text {
	text-align: center;
}
.homeBlocks h2 {
	color: #990000;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 700;
}
.homeBlocks .dates {
	font-size: 1.125rem;
	padding: 1.25rem 0;
}
.homeBlocks a {
	color: #990000;
	font-weight: 700;
	display: inline-block;
	padding-bottom: .575rem;
}
.homeBlocks ul.dateLinks {
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	list-style: none;
}
.homeBlocks ul.dateLinks li {
	float: left;
	display: inline-block;
	padding-right: 2.5rem;
}
.homeBlocks ul.dateLinks li a {
	color: #990000;
	font-weight: 400;
}
.homeBlocks ul.dateLinks li a.grayredButton, .cart a.grayredButton, .cart button.grayredButton, input.grayredButton, #continueShopping {
	border-radius: 28px;
	margin-top: 13px;
	color: #990000;
	border: 1px solid #990000;
	background-color: transparent;
	padding: 10px 15px;
	transition: all .3s ease-in;
}
.homeBlocks ul.dateLinks li a.grayredButton:hover, .cart a.grayredButton:hover, .cart button.grayredButton:hover, input.grayredButton:hover, #continueShopping:hover {
	background: #990000;
	text-decoration: none;
	color: #F9F9F9;
}
.homeBlocks .container {
	max-width: 100%;
}
.jumbotron.homeLeaders {
	margin-bottom: 0px;
	text-align: center;
	padding-top: 55px;
	color: #fff;
	background: url('../images/LA-pic-darker.jpg') no-repeat center top;
	background-size: cover;
}
.homeLeaders h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
ul.leaderLinks {
	margin: 3rem 0px 2rem 0;
	padding: 0px;
	list-style: none;
}
ul.leaderLinks li {
	float: left;
	display: block;
	height: 60px;
	font-size: 14px;
	margin: 10px;
}
ul.leaderLinks li a {
	color: #F9F9F9;
}
ul.leaderLinks li a.leaderAllainceButton {
	border-radius: 28px;
	margin-top: 13px;
	color: #F9F9F9;
	border: 1px solid #F9F9F9;
	background: transparent;
	padding: 10px 15px;
	transition: all .3s ease-in;
}
ul.leaderLinks li a.leaderAllainceButton:hover {
	background: #F9F9F9;
	text-decoration: none;
	color: #990000;
	border: 1px solid #990000;
}

.homePodcast {
	background: #8E8E8E; /* Old browsers */
	background: -moz-linear-gradient(left,  #8E8E8E 0%, #666666 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #8E8E8E 0%,#666666 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #8E8E8E 0%,#666666 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=‘#8E8E8E’, endColorstr=‘#666666’,GradientType=1 ); /* IE6-9 */
	font-size: 1.125rem;
	line-height: 1.1625rem;
	color: #fff;
}

.homePodcast h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.homePodcast .podcast-container {
	padding: 0 2.375rem 2.375rem 2.375rem;
	margin: 50px 0;
	font-size: 16px;
	line-height: 22px;
}

.ma-red {
	color: #990000;
	font-weight: 300;
}

.homePodcast img {
	display: block;
	width: 400px;
	max-width: 95%;
	margin: 0 auto;
}

.homePodcast .podcast-container {
	margin-top: 40px;
    vertical-align: middle;
}

.homeBottom {
	padding: 2.375rem 0;
	background: url('../images/home-background.jpg') no-repeat center top;
	background-size: cover;
}
.homeBottom h2 {
	font-size: 2.25rem;
	line-height: 2.375rem;
	font-weight: 800;
	text-align: center;
}
.homeBottom h3 {
	font-weight: 300;
	font-size: 1.625rem;
	margin: 1.375rem 0 1rem 0;
}
.homeBottom .mission {
	text-align: center;
	margin-bottom: 30px;
}
.homeLeaders .mission {
	text-align: left;
	margin: 30px 0;
	padding-left: 15px;
}
.homeBottom #mission-video {
	display: block;
	width: 300px;
	max-width: 95%;
	margin: 0 auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************** HOME TESTIMONIALS ******************/
.testimonial {
	margin-top: 70px;
	margin-bottom: 0px;
}
.testimonial .carousel-item {
	height: 18.875rem;
	background: none;
	background-color: none;
}
.testimonial .carousel-caption {
	color: #000;
	text-shadow: none;
	font-size: 1.125rem;
	font-style: italic;
}
.testimonial .carousel-caption img, .carousel-inner > .carousel-item img {
	margin-bottom: 1.5rem;
	width: 218px;
	max-width: 218px;
	min-width: 218px;
	position: relative;
	margin: 10px auto;
}
.testimonial ul.attribute {
	list-style: none;
	margin: 0px;padding; 0px;
	float: right;
	text-align: right;
	font-size: 1rem;
	line-height: 1rem;
}
.testimonial i {
	color: #000;
	font-size: 8rem;
}
.carousel-control {
	width: 10%;
}
.testimonial  .carousel-control.left, .carousel-control.right {
	background-image: none;
	padding-top: 15%;
}
.testimonial .carousel-inner {
	width: 70%;
	margin: 0 auto;
}
.podcast-links {
	list-style: none;
	margin: 3rem 0px 2rem 0;
	padding: 0px;
	width: 280px;
}
.podcast-links li {
	float: left;
	padding-right: 25px;
}
.membershipLinks {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 280px;
}
.membershipLinks li {
	float: left;
	padding-right: 25px;
	margin-bottom: 35px;
}
.redButton {
	color: #fff !important;
	background: #990000;
	padding: 8px 20px;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
}
.redButton:hover {
	background: #620101;
	text-decoration: none;
}
a.redButton {
	color: #fff !important;
	background: #990000;
	padding: 8px 20px;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 14px 63px;
}
.redButtonHome {
	color: #fff !important;
	background: #990000;
	padding: 8px 20px;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
}
.redButtonHome:hover {
	background: #620101;
	text-decoration: none;
}
.grayButton {
	color: #000 !important;
	background: #d4d4d4;
	padding: 10px 25px 0 25px;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4rem;
}
.grayButton:hover {
	background: #c7c2c2;
	text-decoration: none;
}
#events .grayButton:hover {
	background: #b6b3b3;
}
input.grayButton, input.redButton {
	padding: 8px 25px;
}
form#new_posting label {
	text-transform: capitalize;
}
.mission {
	margin-top: 80px;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0 6px 0 0;
}
textarea {
	border: 1px solid #847979;
}
.radioInline label.inline {
	padding-right: 10px;
}
.formBox input[type="text"] {
	padding-left: 6px;
}
.formBox .redButton {
	margin: 15px 0 5px 0;
}
#cp-apply .formBox .ccList{
	padding-bottom: 0;
}
#cp-apply .formBox label {
	padding-bottom: 16px;
}
/************ HOME COMPANY MEMBERSHIP *************/
.companyMembership {
	margin: 40px 40px 50px 0;
}
.companyMembershipContainer {
	margin-top: 40px;
	vertical-align: middle;
}
/****************************  INTERIOR PAGES  ******************/
#contact_id{
	width:12rem;
}
.subPage {
	margin-top: 108px;
}
.titleBar {
	background: #990000 url('../images/titlebar.png') no-repeat right top;
	color: #fff;
	margin-top: 70px;
	padding-bottom: 30px;
	background-size: cover;
}
.titleBar h1 {
	font-size: 2rem;
	padding: 23px 0 10px 0;
}
.welcome {
	font-size: 1.3125rem;
}
#pageContent .section:nth-child(even) {
	background: url('../images/inner-background.jpg');
}
.shadow {
	background: url('../images/shadow.png') no-repeat center top;
}
#pageContent .shadow, #employment .resumes, #store .shadow, .cart, .checkout {
	padding: 1.9rem 0;
	border-top: solid 1px #dedede;
	line-height: 1.8125rem;
}
#pageContent h2 {
	font-size: 1.575rem;
	font-weight: 700;
	margin-bottom: .8rem;
}
#pageContent #myAccount h2 {
	font-weight: 500;
}
#pageContent h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin:  .6rem 0 1.4rem 0;
}
#pageContent h4, #store h3, #events h3 {
	font-size: 1.125rem;
	color: #990000;
	margin: 0px;
	padding: 1rem 0 0 0;
}
#events h3 {
	font-weight: 600;
	font-size: 1.3rem;
}
#events ul.filterList li h3{
	font-size: 1.125rem;
}
#pageContent a {
	color: #990000;
}
#pageContent .row.event, #pageContent .row.process {
	line-height: 1.2rem;
	padding:  .6rem 0px;
}
#pageContent .row.event a, #pageContent .row.process a {
	font-weight: 700;
}
#pageContent #events .row.event a {
	font-weight: normal;
}
#pageContent #events .event {
	line-height: 1.5rem;
}
#pageContent #events .row.event p.eventsTages br {
	display: block;
	margin: 3px 0;
}
p.eventsTages {
	margin-top: 10px;
}
ul.absoluteButtons {
	list-style: none;
	padding: 1rem 0 3rem 0;
	margin: 0px;
	display: block;
	width: 100%;
}
ul.absoluteButtons li {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	width: 100%;
}
ul.absoluteButtons li a.redButton {
	width: 95%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#directory .shadow, #toolBar {
	padding: 1.3rem 0;
	border-top: solid 1px #dedede;
	line-height: 1.8125rem;
}
#toolBar {
	background: #f7f7f7;
}
#directory .companyName {
	font-weight: 700;
	font-size: 1.125rem;
	margin: 10px 0;
}
.pagination {
	margin: 0px;
}
.bd-search {
	margin-bottom: .8rem;
}
.bd-search input[type="text"] {
	padding-left: 40px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#employment .resumes .date {
	font-size: .875rem;
	line-height: .5rem;
	font-weight: 700;
}
#employment .resumes {
	font-size: 1.125rem;
	line-height: 22px;
}
#employment .resumes h2 {
	margin-bottom: 2.5rem;
}
#employment .resumes.index-resumes h2 {
	margin-bottom: .5rem;
}
#employment .resumes.index-resumes p {
	margin-bottom: .5rem;
}
#employment .resumes.index-resumes p.name {
	margin-bottom: 1rem;
}
#employment .resumes.index-jobs h2 {
	margin-bottom: .5rem;
}
#employment .resumes.index-jobs p {
	margin-bottom: .5rem;
}
#employment .resumes.index-jobs p.name {
	margin-bottom: 1rem;
	line-height: 23px;
}
.posting-header {
	background-color: #990000;
	padding: 10px;
	color: #ffffff;
}
#store .shadow {
	line-height: 1.5rem;
	border: 1px solid #dedede;
}
#store.store-products .shadow {
	background: none;
	border: none;
	border-top: 1px solid #dedede;
	line-height: 1.5rem;
	padding: 1.9rem 0;
}
#pageContent #store.store-products .shadow .row.event {
	line-height: 1.5rem;
}
#pageContent #store.store-products .row.event a {
	font-weight: 500;
}
#store .contentBlock h3 {
	color: #000;
	margin-bottom: 1rem;
}
#store img {
	display: block;
	margin: 0 auto;
}
#store p {
	line-height: 1.5rem;
}
#store .price, #store .memberPrice, #events .price, #events .memberPrice {
	font-size: 1.125rem;
}
#store .memberPrice, #events .memberPrice {
	color: #990000;
}
#store .savings {
	font-size: .875rem;
}
#store .redButton {
	margin-top: 1rem;
}
#store .row.event p {
	margin-top: 25px;
}
#store .row.event {
	margin-top: 25px;
}
#store .contentBlock {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f4',GradientType=0 ); /* IE6-9 */
}
/************* ACCOUNT PAGE **************/
ul.resume-subscriptions li {
	width: 100%;
	float: left;
	list-style-type: none;
}
/********** Leader Alliance Forum**************/
#pageContent div.forum_post {
	margin: 1em 0 0;
	padding: 5px;
}
#pageContent div.forum_post h3 {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.25px;
	margin: 0;
}
#pageContent div.forum_post h3 a {
	color: #333;
	text-decoration: none;
}
#pageContent div.forum_post h4 {
	margin-bottom: 0;
}
#pageContent div.forum_post ul.attachments {
	margin: 0;
	padding-left: 1em;
}
#pageContent div.forum_post div.addressed_to {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
#pageContent div.forum_post div.info {
	color: #666;
	font-size: 0.9em;
	margin-top: 0.5em;
}
#pageContent div#forum_controls a {
	border-bottom: 1px dashed #666;
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
#pageContent div.forum_post {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#pageContent .leaderalliance-forum h2 {
	font-size: 16px;
}
#pageContent div.forum_post .actions a {
	text-decoration: underline;
	padding: 0 5px;
}
.subscribed > img, .unsubscribed > img {
	margin: 5px 5px 0 0;
}
.leaderalliance-forum label {
	display: block;
}
.leaderalliance-forum textarea {
	width: 100%;
}
.leaderalliance-forum input[type="text"] {
	width: 100%;
}
span.instruction {
	font-size: 12px;
}
.leaderalliance-forum h1 {
	font-size: 1.6rem;
}
.container.attachment {
	margin-bottom: 20px;
}
.sort-actions {
	border-bottom: 1px dashed #666;
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#pageContent .leaderalliance-forum h2.reply-to {
	margin: 10px 0;
	font-weight: 500;
}
div.leaderalliance-forum ul.attachments {
	list-style-type: none;
	padding: 0;
}
ul.forum-posts-group {
	padding: 0;
}
.forum-posts-group > li {
	display: inline-block;
	width: 100%;
}
#forum_controls .sub-menu {
	display: block;
	float: left;
	margin: 10px 0;
}
.sub-menu.sort-by {
	margin-top: 10px;
}
#pageContent .leaderalliance-forum h2.current_discussion {
	font-size: 20px;
	margin: 20px 0;
}
#pageContent .leaderalliance-forum .post_detail {
	border: none;
}
img.reply-to {
	width: 20px;
}
/******* LEADER ALLIANCE GROUP ********/
.la-group {
	margin-top: 30px;
}
.table-header {
	font-weight: 700;
}
ul.facilitator-documents {
	list-style-type: none;
	padding: 0 0 0 15px;
}
ul.facilitator-documents li {
	margin: 0px;
	padding: 0px;
}
.border-row {
	border-bottom: 1px solid #cccccc;
}
.leaderalliance-group {
	margin: 25px auto;
}
/********** MEMBER DIRECTORY **********/
#directory .comments {
	margin: 10px 0;
}
.previous_page.disabled {
	display: none;
}
.next_page.disabled {
	display: none;
}
em.current {
	/* display: none; */
}
span.gap {
	display: none;
}
li.page-item a.page-link.current {
	font-weight: 700;
}
#directory .form-control.search-input {
	width: 60%;
	display: inline;
}
#directory .redButton {
	display: inline;
	padding: 2px 10px;
}
/************** CART PAGE *************/
a.removeCart {
	/*Just margin-left: 10px;*/
	display: none;
}
a.removeCart img {
	margin-top: -5px;
}
#pageContent .cart a.removeCartMobile {
	display: block;
	margin-top: 25px;
	color: #000000;
}
.cart #continueShopping {
	margin-top: 0px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.chooseFile {
	padding-left: 25px;
	width: 150px;
}
.uploadResume {
	padding-left: 25px;
	width: 160px;
}
.fileupload label {
	color: #fff !important;
	background: #990000;
	padding: 8px 20px;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
}
.fileupload label:focus, .inputfile, .fileupload label:hover {
	background: #620101;
	text-decoration: none;
}
.fileupload label, .inputfile {
	cursor: pointer;
}
.cart {
	padding: 3.68rem 1.25rem 0 1.25rem;
}
.cart .cart-container {
	margin-left: 15px;
}
.cart .columnHeads {
	border-bottom: solid 1px #d6d6d6;
	font-size: 1.125rem;
	font-weight: 700;
}
.cart .columnHeads div {
	padding: 0px;
}
.cart .row.buttons div {
	padding: 15px 0;
}
.cart .price, .cart .cost, .cart .name {
	padding: 1rem 0;
}
.cart .price, .cart .cost {
	font-weight: 700;
	font-size: 1.5rem;
}
.cart .price, .cart .cost a {
	font-weight: 500;
	font-size: 1.2rem;
}
.cart .cost.total, .cart .name.total {
	font-weight: 700;
}
.cart .price .discount {
	font-size: .875rem;
	color: #990000;
	font-weight: 400;
	font-style: italic;
}
.cart .name {
	font-size: 1.125rem;
	font-weight: 500;
}
.cart .name {
	font-weight: 700;
}
.cart .name a {
	font-weight: 500;
}
.cart .name.regularFont {
	font-weight: 500;
}
/*Just.cart .quantity {
	margin: 1rem 0;
}*/
.cart .name .details {
	font-size: .875rem;
}
.cart .row.lineItem {
	border-bottom: solid 1px #d6d6d6;
}
.cart .row button {
	margin: 1rem 0;
	width: 100%;
}
.cart .leftButtons {
	margin-top: 12px;
}
a.redButton {
	color: #fff !important;
	background: #990000;
	border-radius: 20px;
	transition: background .3s ease;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0px;
	display: inline-block;
	min-height: 40px;
	font-size: 1rem;
	text-align: center;
	padding: 10px 25px 0 25px;
	text-transform: uppercase;
	line-height: 1.4rem;
}
.desktopOnly {
	display: none;
}
.mobileOnly {
	display: block;
}
.paymentSummary {
	background: #ebebeb;
	padding: 20px;
	margin-top: 2.1rem;
}
.paymentSummary h3 {1.5rem;
}
.paymentSummary .totals {
	font-weight: 700;
}
.checkout h2 {
	font-size: 1.125rem;
}
.checkout .formBox {
	border: solid 1px #eeeeee;
	margin: 1rem 0 1.5rem 0;
}
.checkout .formBox .row {
	margin: 0px;
}
.checkout .formBox .row div.columns {
	padding: 20px;
}
.padLeft {
	padding-left: 30px;
}
input[type="text"], input[type="password"], select {
	border: solid 1px #aab2bd;
	border-radius: 4px;
	line-height: 1.1rem;
	padding: 6px;
}
.formBox label {
	display: block;
	line-height: 18px;
}
.formBox label.radioLabel {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 0 1rem .8rem;
}
.formBox .rowTwo {
	border-top: solid 1px #eee;
}
.noPad {
	padding: 0px;
}
.formBox input[type="text"], .formBox input[type="password"], .formBox select {
	width: 95%;
	max-width: 350px;
}
input[type="text"]#zip {
	width: 100px;
}
select#expMonth, select#expYear {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.rowOne.selected, .rowTwo.selected {
	background: #fafafa;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
/*
 .radio label::before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #cccccc;
 border-radius: 50%;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out;
 transition: border 0.15s ease-in-out;
 }
 .radio label::after {
 display: inline-block;
 position: absolute;
 content: " ";
 width: 11px;
 height: 11px;
 left: 3px;
 top: 3px;
 margin-left: -20px;
 border-radius: 50%;
 background-color: #990000;
 -webkit-transform: scale(0, 0);
 -ms-transform: scale(0, 0);
 -o-transform: scale(0, 0);
 transform: scale(0, 0);
 -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 }
 /*
 .radio input[type="radio"] {
 opacity: 0;
 z-index: 1;
 }
 */
.radio input[type="radio"]:focus + label::before {
	outline: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio input[type="radio"] + label::after {
	background-color: #990000;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
	color: #fff;
}
.container.content {
	padding-top: 2rem;
	padding-bottom: 2.5rem;
}
.container.content h2 {
	color: #990000;
}
/**************** ACCOUNT ****************/
.certification-progress table.standard tr th {
	padding: 15px 0 5px 0;
}
.certification-progress table.standard tr td {
	padding: 5px 20px 5px 0;
}
/************ RESUME SUBSCRIPTIONS ********/
.resume-subscription label {
	display: block;
}
.resume-subscription a.redButton {
	margin: 10px;
}
/***************** EVENTS ***************/
ul.filterList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.filterList li {
	float: left;
	margin-right: 15px;
}
ul.filterList li select {
	margin-top: 15px;
	background: #fff;
}
.date {
	font-size: .875rem;
	line-height: 3rem;
	color: #555;
}
/***************** EMPLOYMENT PAGE *************/
body.employment > div#pageContent > div.section > div.shadow > div.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
body.employment > div#pageContent > div.section > div.shadow > div.container > div#myAccount > div.section:first-child > div.shadow {
	background-image: none;
	border: none;
}
body.employment > div#pageContent > div.section > div.shadow {
	padding: 2.5rem 0 0;
}
body.employment #pageContent h4 {
	padding: 2rem 0 0 0;
}
/****************** EMPLOYMENT RESUMES ******************/
#employment .resumes .event {
	padding: 20px;
}
.mobile-menu {
	display: block;
}
.desktop-menu {
	display: none;
}
#employment #toolBar .mobile-menu .mobile-dropdown {
	margin: 20px 0;
}
#pageContent #employment .row.event a {
	font-weight: 400;
	line-height: 22px;
}
/**************** POSTINGS  ****************/
table.showjobs td, table.showjobs th {
	padding: 5px 0px;
	display: block;
	vertical-align: top;
}
table.showjobs th {
	padding-top: 15px;
	padding-bottom: 5px;
}
/***************** CERTIFICATION ENROLLMENT ***************/
ul.news {
	list-style-type: none;
	padding-left: 20px;
}
ul.news li {
	margin-top: 30px;
}
ul.news li div.news_datebox.news_datebox_compact {
	font-size: 20px;
}
ul.news li div.selection {
	float: left;
	margin: 5px 10px 0 0;
}
/***************** CERTIFICATION PROGRAMS APPLY **************/
#cp-apply .container {
	padding: 0 25px;
}
/***************** CERTIFICATION TESTS **************/
ol.certification-tests {
	padding-left: 5px;
}
ol.certification-tests li {
	margin: 15px 0;
}
ol.certification-tests li label {
	display: block;
	margin: 0;
}
ol.certification-tests li input[type="checkbox"], ol.certification-tests li input[type="radio"] {
	display: inline-block;
	float: left;
	margin: 0;
}
ul.certification-tests-grade {
	padding-left: 5px;
}
ul.certification-tests-grade li {
	margin: 20px 0;
	list-style-type: none;
	line-height: 20px;
}
ul.certification-tests-grade li label {
	display: block;
}
ul.certification-tests-grade li ol li {
	margin: 10px 0;
}
#pageContent h3.test-question {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0.6rem 0 1.4rem;
}
/**************** CART *****************/
.paymentButtons {
	margin: 20px 0;
	text-align: center;
}
.paymentButton {
	padding: 20px 0;
}
#continueShopping {
	float: none;
}
#proceedPayment {
	float: none;
}
/**************** CHECKOUT *****************/
.checkout .paymentButtons {
	text-align: center;
}
.checkout .formBox .row.choosePayment {
	margin: 25px 0;
}
/***************** EVENTS CALENDAR ***************/
table.calendar {
	width: 100%;
}
/******************* NEW ACCOUNT ***********************/
.apply .row {
	margin-left: 0;
}
.row.user-pass {
	margin-top: 30px;
	margin-bottom: 5px;
}
.row.new-account {
	margin-top: 30px;
	margin-bottom: 5px;
}
#contact_direct_phone {
	max-width: 210px;
}
#contact_direct_phone_ext {
	max-width: 80px;
	margin-left: 10px;
}
.sub-label {
	font-size: 13px;
}
.redText {
	color: #990000;
}
.formFieldsRow {
	margin-top: 25px;
}
.field_with_errors {
	display: inline;
}
.field_with_errors input, .field_with_errors textarea {
	border: 1px solid red;
}
.radioInline label {
	display: inline;
}
h1.redText {
	font-size: 1.5em;
}
.darkBackground {
	background: rgba(0, 0, 0, 0) url("../images/inner-background.jpg") repeat scroll 0 0;
}
.formSubFieldRow {
	margin-top: 10px;
}
div.desktopRow {
	display: none;
}
label.mobileColumnField {
	display: block;
	margin-top: 20px;
}
.formBox label {
	margin-top: 10px;
}
.formBox {
	padding: 0 20px;
}
/***************** CALENDAR *******************/
table.calendar tr.month_names th {
	padding-bottom: 20px;
}
table.calendar tr.mobileNav th {
	padding-bottom: 20px;
	font-size: 30px;
}
table.calendar tr.month_names th.current {
	text-align: center;
	font-size: 26px;
}
table.calendar tr.month_names th.next {
	text-align: right;
}
table.calendar tr.day_names th abbr[title], abbr[data-original-title] {
	border-bottom: none;
}
table.calendar tr.month_names th.next, table.calendar tr.month_names th.previous {
	display: none;
}
table.calendar tr.day_names th, table.calendar tbody tr td.day.otherMonth {
	display: none;
}
table.calendar tbody tr td.day {
	display: block;
	width: 100%;
	border-left: none;
	border-right: none;
	height: auto;
	padding: 10px 0 10px 30px;
	min-height: 40px;
	position: relative;
	box-sizing: border-box;
	line-height: 18px;
	vertical-align: top;
	border-bottom: solid 1px #000;
}
table.calendar tbody tr td.day .dayNumber {
	position: absolute;
	top: 10px;
	left: 0px;
	font-weight: 700;
	float: left;
}
table.calendar tbody tr td.day a {
	display: block;
}
/****************************  FOOTER  ******************/
.footer {
	border-top: solid 6px #990000;
	border-bottom: solid 6px #990000;
	background: #555;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerLogo {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: solid 6px #b7b7b7;
	margin: -12px auto 0 auto;
	background: #d7d7d7;
	margin-bottom: 1rem;
}
#footerLogo img {
	display: block;
	margin: auto;
	width: 95px;
	height: 98px;
	margin-top: 14px;
}
.cartInfo{
	float: right;
	padding-top: 5px;
	margin-left: 20px;
	font-weight: bold;
}
.cashRight{
	text-align: right;
}
.paymentSummary .row{
	font-size: 15px;
}
#invoiceGrayredButton {
	border-radius: 7px;
	margin-top: 13px;
	color: #990000;
	border: 1px solid #990000;
	background-color: transparent;
	padding: 0px 21px;
	transition: all .3s ease-in;
}
#cartRemoveButton, a#cartRemoveButton {
	color: #fff;
	background-color: #555;
	max-width: 143px;
	font-size: .75rem;
	border-radius: 7px;
	border-radius: 7px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0px 20px;
	display: inline-block;
	font-size: .75rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.75rem;
}
a#cartRegister {
	color: #990000 !important;
	background: #fff;
	border-radius: 7px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0px 3px;
	display: inline-block;
	font-size: .75rem;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.75rem;
	border: 1px solid #990000;
}
.formFieldsRow div.col-lg-4 > label{
	display: block;
}
div.required{
	color: red;
}
select.required{
	border-color: red;
}
.cartInfo{
	display: none;
}
.mobileCartLink{
	display: block;
}
.moblieCartImg{
	margin-top: 15px;
	padding: .5rem .9rem .5rem 0;
}
.overlay .podcast-links {
	margin: 150px auto 0 auto;
	width: 100%;
}
#cert_CC,
#cert_Invoice{
	width: 100%;
}
#cert_Invoice input[type="text"]#po_number{
width: 100%;
}
#cert_CC .row,
#cert_Invoice .row{
	margin: 0;
}
#cp-apply .formBox #cert_CC label {
    padding-bottom: 0;
}
#cert_CC input[type="text"]#billing_zip,
#cert_CC select#credit_card_month,
#cert_CC select#credit_card_year {
    width: 100px;
    float: left;
    margin-right: 10px;
    width: 100px;
}
.overlay { 
	text-align: center;
}
.overlay h1 {
	top: 50px !important;
    font-weight: 800;
    position: relative;
}
.overlay .slideDescription {
	display: block;
	position: relative;
	top: 50px;
}
.overlay .podcast-links {
	margin: 75px auto 0 auto;
	width: 100%;
}
@media (min-width: 544px) {
	.hide-for-xs {
		display: block;
	}
	.headerLeft {
		width: 60%;
		float: left;
	}
	.burgerNav {
		width: 40%;
	}
}
@media (min-width: 768px) {
	.slides .mobl{
		display: none;
	}
	.slides .desk{
		display: block;
	}
	.slideshow{
		text-align: center;
	}
	.slideshow .slides ul li, .overlay {
		width: 100%;
		margin: auto;
		background-size: cover;
	}
	.slideshow .links {
	}
	.slideshow .slides{
		text-align: center;
		margin: auto;
		width: 100%;
	}
	.slideshow .slides ul li .slideDescription {
		display: block;
		position: relative;
		top: -75px;
	}
	.overlay h1 {
		top: 50px !important;
		font-size: 2.5rem;
	}
	.overlay .slideDescription {
		display: block;
		position: relative;
		top: 50px;
	}
	.overlay .podcast-links {
		margin: 75px auto 0 auto;
		width: 100%;
	}
	.slideshow .slides ul li .slideLink{
		display: block;
	}
	.slideshow .slides{
		padding: 0 120px;
	}
	.homeLeaders .mission {
		padding-left: 55px;
	}
	#forum_controls .sub-menu {
		display: inline;
		float: left;
		margin: 0px 0;
	}
	#forum_controls .sub-menu.sort-by {
		margin-top: -3px;
	}
	.cart .price, .cart .cost {
		font-weight: 500;
		font-size: 1.2rem;
	}
	#pageContent .cart a.removeCartMobile {
		display: none;
	}
	a.removeCart {
		display: inline;
	}
	.mobile-menu {
		display: none;
	}
	.desktop-menu {
		display: block;
	}
	.desktopOnly {
		display: block;
	}
	.mobileOnly {
		display: none;
	}
	.homeCarousel .carousel-item {
		height: 32rem;
	}
	.homeCarousel .carousel-caption {
		top: 8.25rem !important;
		right: 0px !important;
		left: 0px !important;
	}
	.homeCarousel h1 {
		font-size: 2.5rem;
		font-weight: 800;
		top: -70px;
		position: relative;
	}
	.homeBlocks {
		/* border-bottom: solid 8px #fff; */
	}
	.homeBlocks .background {
		display: block;
		background: url('/images/inner-background.jpg');
		left: 50%;
	}
	.homeBlocks .container {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	.homeBlocks .educational, .homeBlocks .experiential {
		background: none;
	}
	.homeBlocks .experiential {
		padding-left: 30px;
	}
	.jumbotron.homeLeaders {
		padding-top: 100px;
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
	.homeLeaders h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	nav a {
		color: #000;
		font-size: .8125rem;
	}
	.homeBottom {
		font-size: 1.125rem;
		line-height: 1.5rem;
		padding: 5rem 0;
	}
	.homeBottom #mission-video {
		width: 494px;
	}
	.homeBottom h2 {
		text-align: left;
	}
	.homeBottom h3 {
		font-size: 1.875rem;
		margin: 4rem 0 1.2rem 0;
	}
	.footer {
		text-align: left;
	}
	.testimonial .carousel {
		margin-top: 70px;
		margin-bottom: 0px;
	}
	.testimonial .carousel-item {
	}
	.testimonial .carousel-caption {
		top: 1.25rem;
	}
	.mission {
		margin-top: 0px;
	}
	.membershipLinks {
		margin: 0px;
		width: 410px;
	}
	.podcast-links {
		width: 310px;
	}
	.titleBar h1 {
		font-size: 2.5rem;
		padding-top: 46px;
	}
	.welcome {
		position: absolute;
		right: 30px;
		top: 60px;
	}
	#pageContent .shadow {
		padding: 2.5rem 0;
	}
	.bd-search {
		margin-bottom: 0;
	}
	ul.absoluteButtons {
		position: absolute;
		top: -15px;
		right: 20px;
		list-style: none;
		padding: 0px;
		margin: 0px;
		width: auto;
	}
	ul.absoluteButtons li {
		float: left;
		margin-right: 0;
		margin-left: 1rem;
		width: auto;
	}
	ul.absoluteButtons li a.redButton {
		width: auto;
		display: inline-block;;
		text-align: center;
		margin: 0;
	}
	.cart .row button {
		margin: 1rem 0;
		width: auto;
	}
	.cart .row button.redButton {
		float: right;
	}
	.cart {
		min-height: 520px;
	}
	div.desktopRow {
		display: block;
	}
	label.mobileColumnField {
		display: none;
	}
	.formBox label {
		margin-top: 0px;
	}
	.formBox {
		padding: 0;
	}
	.header {
		background-color: transparent;
		border-bottom: none;
	}
	.footer ul.list-unstyled .address {
		margin-top: 30px;
	}
	/**** CALENDAR ***/
	table.calendar tr.month_names th {
		padding-bottom: 30px;
	}
	table.calendar tr.mobileNav {
		display: none;
	}
	table.calendar tr.month_names th.current {
		text-align: center;
		font-size: 26px;
	}
	table.calendar tr.month_names th.next, table.calendar tr.month_names th.previous {
		display: table-cell;
	}
	table.calendar tr.month_names th.next {
		text-align: right;
	}
	table.calendar tr.day_names th {
		text-align: center;
		width: 14.286%;
		padding-bottom: 10px;
		border-bottom: solid 1px #000;
		display: table-cell;
	}
	table.calendar tr.day_names th abbr[title], abbr[data-original-title] {
		border-bottom: none;
	}
	table.calendar tbody tr td.day {
		position: relative;
		border-left: solid 1px #000;
		border-bottom: solid 1px #000;
		height: 200px;
		padding: 34px 6px 6px 6px;
		box-sizing: border-box;
		line-height: 18px;
		vertical-align: top;
		width: 14.286%;
		display: table-cell;
	}
	table.calendar tbody tr td.day.otherMonth {
		padding-left: 6px;
		padding-top: 6px;
	}
	table.calendar tbody tr td:last-child {
		border-right: solid 1px #000;
	}
	table.calendar tbody tr td.day .dayNumber {
		position: absolute;
		top: 6px;
		left: 6px;
		font-weight: 700;
	}
	table.calendar tbody tr td.day.otherMonth {
		color: #a6a6a6;
		display: table-cell;
	}
	/**************** POSTINGS  ****************/
	table.showjobs td, table.showjobs th {
		padding: 20px 20px;
		display: table-cell;
	}
	#directory .form-control.search-input {
		width: 80%;
	}
	#directory .companyName {
		margin: 0px;
	}
	.forum-posts-group > li {
		display: inline-block;
		width: 33%;
	}
}
@media (min-width: 992px) {
	.mobileCartLink{
		display: none;
	}
	.cartInfo{
		display: block;
	}
	#contact_id{
		width:auto;
	}
	.slideshow .homeCarousel {
			height: 100%;
			max-height: 400px;
	}
	.slideshow {
		height: 400px;
	}
	.slideshow .slides ul li, .overlay {
	width: 100%;
	margin: auto;
	height: 400px;
			background-size: cover;
}
	.slideshow .links {
		position: relative;
		top: 350px;
	}
	.slideshow .slides ul li .slideDescription, .overlay .slideDescription {
		display: block;
		position: relative;
	}
	.overlay .slideDescription {
		font-size: 24px;
	}
	.overlay h1 {
		width: 60%;
		margin: 10% auto 0 auto;
	}
	ul.resume-subscriptions li {
		width: 33.333333%;
		float: left;
		list-style-type: none;
	}
	.homePodcast img {
		width: 575px;
		max-height: 100%;
	}
	.homePodcast h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.homePodcast .podcast-container {
		font-size: 18px;
		line-height: 26px;
	}
	.burgerNav {
		display: none;
	}
	.headerRight {
		width: 40%;
		float: left;
		position: relative;
		background: transparent;
		top: 0px;
		right: 0px;
	}
	.navbar-nav .nav-item {
		float: left;
	}
	nav {
		float: left;
	}
	.navbar {
		padding: 0 0 0 25px;
		border: none;
		width: auto;
	}
	.navbar-nav .nav-item + .nav-item {
		margin-left: 10px;
	}
	.header .container, .innerHeader .container {
		padding-left: .9375rem;
		padding-right: .9375rem;
		margin: 0 auto;
	}
	#navbar-header {
		background: none;
		padding: 10px 0 0 0;
	}
	#navbar-header ul li.mobile {
		display: none;
	}
	#navbar-header ul li.desktop {
		display: block !important;
	}
	.navbar-nav .dropdown-menu {
		display: none;
		border-radius: 0;
		border-bottom: 4px solid #990000;
		padding: 5px;
		position: absolute;
		float: left;
		top: 100%;
		left: 0;
	}
	.navbar-nav .dropdown-toggle::after {
		display: inline-block;
		border: none;
		background: url('../images/toggle.png')no-repeat center;
		background-size: contain;
		width: 10px;
		height: 10px;
	}
	.navbar-nav .dropdown-toggle:hover::after {
		background: url('../images/toggle-hover.png')no-repeat center;
		background-size: contain;
	}
	.navbar-nav .open > .dropdown-menu {
		display: block;
		top: 82%;
		background: #ececec; /* Old browsers */
		background: -moz-linear-gradient(top,  #ececec 1%, #ffffff 25%, #ffffff 25%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ececec 1%,#ffffff 25%,#ffffff 25%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ececec 1%,#ffffff 25%,#ffffff 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.navbar-nav .open > .dropdown-menu a.dropdown-toggle, .navbar-nav .open > .dropdown-menu a.dropdown-toggle:focus{
		color: #000 !important;
	}
	.navbar-nav .dropdown-menu a {
		border-bottom: 1px solid #ebebeb;
	}
	.navbar-nav .dropdown-menu a::before {
		display: none;
	}
	.navbar-nav .dropdown-menu a:last-child {
		border-bottom: none;
	}
	.container {
		width: 1200px;
	}
	.header {
		height: 108px;
		/* background-position: 0 -400px; */
	}
	.titleBar {
		margin-top: 108px;
		position: relative;
	}
	.innerHeader {
		height: 108px;
	}
	#logo {
		max-width: 400px;
		margin-top: 32px;
	}
	.homeCarousel {
		margin-top: 108px;
	}
	.headerLeft {
		width: 35%;
		float: left;
	}
	.headerRight {
		width: 65%;
		float: left;
	}
	.homeCarousel .carousel-indicators {
		bottom: 0rem;
		top: auto;
	}
	.homeCarousel .carousel-caption {
		left: 15%;
		right: 15%;
	}
	.cart {
		padding: 60px 0 0 0;
	}
	.carousel-inner .learnmore {
		display: block;
	}
	ul.leaderLinks li {
		font-size: 16px;
	}
	.jumbotron.homeLeaders {
		height: 650px;
	}
	.paymentButtons {
		margin: 20px 0;
		text-align: center;
	}
	.paymentButton {
		padding: 20px 0;
	}
	#continueShopping {
		float: left;
	}
	#proceedPayment {
		float: right;
	}
	.checkout .paymentButtons {
		text-align: left;
	}
}
@media (min-width: 1201px) {
	#cert_CC,
	#cert_Invoice{
		width: 50%;
	}
	.container {
		width: 1200px;
		max-width: 1200px;
	}
	.headerRight {
		width: 60%
	}
	.headerLeft {
		width: 40%;
	}
	nav a {
		font-size: 1rem;
	}
	.navbar-nav .nav-item + .nav-item {
		margin-left: 1.5rem;
	}
	.jumbotron.homeLeaders {
		height: 600px;
	}
	.homePodcast {
		height: 600px;
	}
	.homePodcast .podcast-container {
		padding-top: 100px;
	}
	.slides ul {
		width: 100%;
	}
}
@media (min-width: 1350px) {
	.slideshow .homeCarousel {
			height: 100%;
	}
	.slideshow {
		height: 702px;
	}
	.slideshow .slides ul li, .overlay {
		width: 100%;
		margin: auto;
		height: 902px;
		background-size: cover;
	}
	.slideshow .links {
		position: relative;
		top: 550px;
	}
	.slideshow .slides ul li .slideDescription, .overlay .slideDescription {
		display: block;
		position: relative;
		top: 90px;
	}
	.overlay .podcast-links {
		margin: 150px auto 0 auto;
	}
.homeCarousel h1 {
	font-size: 3.8rem;
	font-weight: 800;
	top: 110px;
}
	.container {
		width: 1400px;
		max-width: 1400px;
	}
}
/***************** SEMINAR *******************/
.seminars-intro {
	padding-top: 1.9rem;
}
@media (min-width: 768px) {
	.seminars-intro {
		padding-top: 2.5rem;
	}
}
.seminar {
	border-bottom: 2px solid #CCCCCC;
	padding-top: 10px;
	float: none;
	margin: 40px 0;
}
.seminar-info {
	margin-left: 20px;
}
.video-list {
	overflow: hidden;
}
.seminar-video {
	margin: 20px;
	padding: 0;
	text-align: left;
}
@media (min-width: 768px) {
	.seminar-video {
		width: 44%;
		float: left;
	}
}
@media (min-width: 992px) {
	.seminar-video {
		width: 45%;
	}
}
@media (min-width: 1350px) {
	.seminar-video {
		width: 30%;
	}
}
.seminar-video .video {
	display: block;
	padding-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.video-info {
	display; block;
	margin: 20px;
	
}
.seminar-video h3 {
	color: #CC0000;
	font-weight: bold !important;
}
.seminar-video .presenter {
	color: #CC0000;
}
.seminar-thumbnail {
	position: relative;
}
.seminar-thumbnail img {
	width: 100%;
	height: 234.77px;
}
.seminar-thumbnail img.play-icon {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.slides-link {
	width: 125px;
	position: relative;
	margin: 20px auto;
	padding: 10px 0;
}
.slides-link a {
	font-size: 1rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	color: #000000 !important;
	background-color: lightgray;
	width: 100%;
	border-radius: 500px;
	padding: 10px 25px 10px 25px;
}
.slides-link a:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-decoration: none;
}
.slides-link a:active, .slides-link a:visited, .slides-link a:link {
	text-decoration: none;
}