body {
	color: #333f48;
	padding-top: 60px;
	overflow-x: hidden !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
}
html {
	overflow-x: hidden !important;
}

.white.work a:hover, .btn:hover, .btn-primary:hover, .btn-lg:hover, .upcoming-events a:hover, .aboutus-section1 a:hover, #connect-with-us a:hover  {
	text-decoration: none !important;
}

.events a:hover {
	text-decoration: underline !important;
}

section {
	clear: both;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    /*float: none;*/
}

#men, #medal, #chart, #trained, #show, #great, #trust, #icon1, #icon2, #icon3, #icon4, #icon5, #brain {
	visibility: hidden;
}

.animated { visibility: visible !important; }

/*row modifications for global use*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.margin-20 {
	margin-top: 20px;
}


.margin-30 {
	margin-top: 30px !important;
}

.margins-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.margins-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-50 {
	margin-top: 50px;
}

.margins-50 {
	margin-top: 50px;
	margin-bottom: 50px;

}

.margin-20-50 {
	margin-top: 20px;
	margin-bottom: 50px;

}

.padding-12 {
	padding: 12px 0;
}

section.white {
	margin-top: 52px;
	margin-bottom: 70px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #333f48;
	font-size: 66px;
	margin: 0;
	line-height: 55px;
	text-align: left;
	text-transform: uppercase;

}

h1.smaller {
	font-size: 42px;
	line-height: 53px;
}

h1.smallest {
	font-size: 38px;
	line-height: 48px;
}

h1.fifty {
	font-size: 50px;
	line-height: 56px !important;
}

.howto.optimal.white h1 {
	line-height: 76px;
}

.padding-30 {
	padding: 30px 0;
}

.border-left {
	border-left: 1px solid #333f48;
}
h2 {
	color: #333f48;
	font-size: 34px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 42px;
}

h2 .lower {
	text-transform: lowercase;
}

h2.white {
	color: #fff;
}

/*need to refine margins for media queries*/

h2 .green-bg {
	background-color: #333f48;
	padding: 0 15px;
	color: #fff;
}
h2.nomargins {
	margin: 0 !important;
}
h3 {
	font-size: 30px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 36px;
}

h3.nomargins {
	margin: 0 !important;
}

h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin: 5px 0;
	font-weight: 600;
}

h5 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
}

p.italics {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	font-style: italic;
	font-variant: normal;
	font-weight: 400;
	line-height: 31px;
	margin: 30px 0 24px;
}

sup {
		font-size: .7em;
		margin-left:1px;
		top: -0.5em;
}


/*adjustments for topnav*/

.top-nav {
	top: 0;
 position: fixed;
 background-color: #333f48;
 height: 30px;
 width: 100%;
 z-index: 99;
}

ul#tool-bar {
	margin: 5px 0 0;
	padding: 0;
	float: right;
	font-family: "Open Sans";
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

ul#tool-bar li {
display: inline;
list-style-type: none;
/*padding-right: 22px;*/
color: #fff;
padding: 5px 6px 8px 0;
}

ul#tool-bar li.social {
	padding-right: 8px;
}

ul#tool-bar li.social {
	padding-right: 8px;
}

ul#tool-bar li.social.last {
	padding-right: 18px;
	border-right: 1px solid #fff;
}

ul#tool-bar li.login {
	margin-left: 18px;
}

ul#tool-bar li.store {
	padding-right: 18px;
	border-right: 1px solid #fff;
}

ul#tool-bar li img.chat {
	margin-right: 5px;
}
ul#tool-bar li.search {
	margin-left: 9px;
}

ul#tool-bar li a, ul#tool-bar li a:hover {
	color: #fff;
	text-decoration: none;
}

/*mobile nav*/
.navbar-toggle {
	float: right;
	padding: 10px;
}
.mobile-logo {
	background-color: #fff;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

.container.logo {
	padding-left: 0;
}


/*add the x to the navbar to collapse*/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 38px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 17%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 17% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/*end the x collapse*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;

}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 38px;
    height: 5px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-brand {
	display: none;
}
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff;

}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;

}

.navbar-default {
	background-color: #fff;
}
/*main nav*/
.navbar-fixed-top {
  top: 0px;
}



#navbar {
font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.031em;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-nav>li {
	margin-right: 92px;
}


.navbar-nav>li:last-child {
	margin-right: 0px;
}


.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333f48;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
}
.nav>li>a:hover {
    color: #71B0D6 !important;
  
}
.navbar-nav>li:last-child>a {
		padding-left: 15px;
		padding-right: 15px;
    background-color: #97d700;
    font-weight: bold;
}

.navbar-nav>li:last-child>a:hover {
	background-color: #97d700;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333f48;
    background-color: #fff;
}
.navbar-default {
    background-color: #333f48;
    border: none;
}
/*dropdown menus*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px -25px 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
 }
.dropdown-menu>li>a:hover {
 color: #71B0D6;
 background-color: transparent;
}

/*page headers*/
.header {
	min-height: 573px;
	background: url('/App_Themes/KBCPublicMain/Images/2017/header-home.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 45px 0 0 0;
  margin: 0 auto;
}

.header#product-trust  {
    min-height: 391px;
    background: url(images/header-products-building.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 137px 0 0 0;
    margin: 0 auto;
}


#products-building-trust-background.header {
	min-height: 391px;
	background: url('../images/header-products-building.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

#product-coaching.header {
	min-height: 391px;
	background: url('../images/header-products-coaching.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

#product-managers.header {
	min-height: 391px;
	background: url('../images/header-products-manager.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#product-change {
	min-height: 391px;
	background: url('../images/pc-organization-development-and-change.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#product-motivation {
	min-height: 391px;
	background: url('../images/om-motivating-employees-in-workplace.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 0 0 0;
  margin: 0 auto;
}

.header#product-motivation h1.green {
	padding-top: 0;
}

.change p.eightyfivepercent {
	margin: 0 auto;
}

.header#selfleadership {
	min-height: 391px;
	background: url('../images/sl-self-leadership-development.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 127px 0 0 0;
  margin: 0 auto;
}

.header#coachingservices {
	min-height: 391px;
	background: url('../images/products-coaching_services/cs-corporate-coaching-hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 127px 0 0 0;
  margin: 0 auto;
}

.header#product-service {
	min-height: 391px;
	background: url('../images/ls-legendary-service-customer-service-training-programs.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#product-online {
	min-height: 391px;
	background: url('../images/products-online/ol-online-leadership-training-hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#product-sl {
	min-height: 391px;
	background: url('../images/sl2-situational-leadership-training.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
.header#product-teamleadership {
	min-height: 391px;
	background: url('../images/st-team-leadership-training.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#products {
	min-height: 391px;
	background: url('../images/products-home/p-leadership-development-training-hero.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#how-home {
	min-height: 391px;
	background: url('../images/how-we-work/hw-training-needs-assessment-hero.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 137px 0 0 0;
  margin: 0 auto;
}

.header#events {
	min-height: 391px;
	background: url('../images/events-home/events-home-header.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 0 0 0;
  margin: 0 auto;
}

.header#resources {
	min-height: 391px;
	background: url('../images/resources/rs-leadership-resource-center-hero-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 0 0 0;
  margin: 0 auto;
}
/*#product-trust .header h1 {
	text-align: center;
}*/

.product.header h1 {
	font-size: 50px;
	line-height: 60px;
	text-align: center;
}

.product.header#product-sl h1:first-child {
	margin-top: 70px;
}


.product.header#product-sl h1 {
	text-align: center;
	font-size: 66px;
}

h1.green {
	padding: 11px 15px;
}



h1.white {
	line-height: 76px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;

}

.green-bg {
	background-color: #333f48;
	padding: 0 15px;
	color: #fff;
}

/*buttons*/
.btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary.active, .btn-primary:active {
    color: #333f48 !important;
    background-color: #97d700 !important;
    border: none;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #97d700;
}
a.no-ul:hover {
  text-decoration:none !important;
}
.btn {
    border: none;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.btn.mixed-case {
	text-transform: none;
}

 .btn-lg {
    padding: 13px 22px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.header .btn {
	margin: 36px 0 0 22px;
}

.thirtysixpx {
	font-size: 36px;
}
/*blue boxes*/

.lt-blue-box {
background-color: #8dbbdc;
}

.blue-box {
background-color: #7bafd4;
}

.box.blue-lines {
	border-color: #7fb1d5;
}

.green-box {
	background-color: #333f48;
	max-width: 324px;
	text-align: center;
	padding: 0;
	margin: 40px;
}
.green-box:first-child {
	margin-left: 0;
}

.green-box:last-child {
	margin-right: 0;
}

.green-box h4 {
	padding: 25px;
	line-height: 29px;
}

.green-box p {
	padding: 0 25px 32px;
}
.green-box h4, .green-box p {
	color: #fff;
}

.green-box .btn-primary{
	margin-bottom: 27px;
}

.box.book {
	padding: 38px 20px 20px;
	font-family: Arial;
	margin: 0 30px;
}

.box.book:first-child {
	margin-left: 0;
}

.box.book:last-child {
	margin-right: 0;
}

.box.book p.author {
	margin: 25px 0 5px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.box.book p.title {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}

.box.book .buy-now {
	position: absolute;
	bottom: 20px;
	left: 35%;
	right: 35%;
}

.forgot {
	font-size: 12px;
	float: right;
	text-transform: none;
	margin-top: -15px;
}

.forgot a {
	color: #333f48;
}

/*back next buttons*/
.btn.btn-back-next {
border: 1px solid #97d700;
border-radius: 0;
margin: 20px 0;
padding: 20px 30px;
font-size: 17px;
}

.btn.btn-back-next.back {
}

.btn.btn-back-next.next{
background-color: #97d700;

}
.forgot a {
	text-decoration: underline;
}

.required {
	font-size: 12px;
	margin-top: 60px;
	text-transform: none;
}
.box-steps  > [class*="col-"] {
	padding: 20px 5px;
	color: #7bafd4;
	border-right: 1px solid #7bafd4;
	border-bottom: 1px solid #7bafd4;
}

.box-steps  > [class*="col-"]:last-child {
	border-right: none;
}

.box-steps  > [class*="col-"].active {
	background-color: #7bafd4;
	color: #fff;
}

/*mobile*/
.box-steps.visible-xs  > [class*="col-"] {
	padding: 20px 5px;
	color: #7bafd4;
	border: 1px solid #7bafd4;
}

.box-steps.visible-xs  > [class*="col-"]:last-child {
	border-right: 1px solid #7bafd4;
}



.box-steps {
	text-align: center;
	font-family: "Montserrat";
}

.box-steps .step-number {
	line-height: 45px;
	font-size: 32px;
	font-weight: bold;
}

.box-steps .step-name {
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
}

.summary {
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
	color: #7bafd4;
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px solid #7bafd4;
	margin-bottom: 33px;
}

.total {
	margin-top: 32px;
	border-top: 1px solid #333f48;
	padding-top: 13px;
}

.lt-blue-box, .blue-box {
color: #fff;
padding: 30px 10px 15px;
text-align: center;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
/*width: 260px;*/
	/*min-height: 225px;*/

}

.arial16 {
	font-family: arial;
	font-size: 16px;
}
.arial21 {
	font-family: arial;
	font-size: 21px;
	margin-top: 10px;
}

.uppercase {
	text-transform: uppercase;
}

section.partnersleadership p.eightyfivepercent {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}



section.partnersleadership p {
	margin-top: 35px;
}

/*photo boxes*/
.photo-boxes {
	margin-bottom: 60px;

}

.photo-boxes .col-md-4 {
	background-color: #333f48;
	margin-top: 50px;
	padding-left: 0;
	padding-right: 0;
	margin-left : 15px;
	margin-right: 15px;
	max-width: 324px;
}

.photo-box {
	max-width: 324px;


}

.photo-box img {
	width: 100%;
}

.photo-box.center {
	display: block;
  margin-left: auto;
  margin-right: auto;

}

.photo-box .text {
	text-align: center;

	padding: 34px 22px;
	color: #fff;

}

.photo-box a {
	display: block;
	margin-top: 25px;
	font-size: 12px;
	color: #97d700;
	text-decoration: underline;
}

.photo-box p {
	margin-top:32px;
}

/*homepage managers section*/
section.managers {
	height: 675px;
}


section.managers .left {
min-height: 675px;
	background: url('../images/global-mini/global-mini-home-great-managers-left.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.managers .right {
	padding-top: 65px;
min-height: 675px;
	background: url('../images/global-mini/global-mini-home-great-managers-right.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.managers .right h2 {
margin-left: 50px;
}
section.managers .right h2 .green-bg {
margin-left: -15px;
}
section.managers p {
	margin-left: 50px;
	width: 505px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.bottom-line-title {
	color: #7bafd4;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
	width: 543px;
	text-align: center;
	margin-bottom: -15px;
}
.bottom-line-box {
	background: url('../images/bottom-line-bg.png') no-repeat;
	margin: 0 0 48px 30px;
	width: 543px;
	height: 103px;
	padding: 18px 28px 16px;
	text-align: center;
	text-transform:uppercase;
}

.row.download {
	margin-left: 30px;
	width: 543px;
	font-size: 18px;
	font-weight: bold;
}

.row.download .seven-ways {
	text-align: center;
}

.row.download .dl-button {
	padding-left: 0;
}

/*white background sections*/

section.white.great {
	margin-top: 86px;

}

section.white .right {
	padding-left: 56px;
}


.row.icon {
	margin-bottom: 45px;
}

/*clients section homepage*/
section.clients {
	height: 587px;
	background-color: #e5eff6;
}

section.clients .left {
	padding: 48px 30px 23px 152px;


}

section.clients .logo-block {
	margin-top: 25px;
	border-top: 1px solid #333f48;
}

section.clients .right {
	min-height: 587px;
	background: url('/KBCPublic/media/Content/Home/GarryRidge.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*work section homepage*/
section.work p {
	margin: 30px 0 25px;
}

section.work .manager-path {
	margin-bottom: 35px;
}

/*founder sections*/
section.founder {
	min-height: 459px;
}

section.founder .left {
	min-height: 459px;
	background: url('../images/ken-photo.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.founder .right {
	min-height: 459px;
	background: url('../images/founder-right.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 47px 0 0 38px;
}
section.founder .right p {
	width: 475px;
	margin: 33px 0;
}

/*breadcrumbs*/
.breadcrumbs {
	text-transform: uppercase;
	margin-top: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}

.breadcrumbs .divider {
	padding: 0 8px;
}

.breadcrumbs a {
	color: #333f48;
}

.box {
	border: 1px solid #000;
	}

	.blue {
		color: #7bafd4;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	}

	.blackbold {
	color: #333f48;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

/*products trust sections*/

section.lackoftrust .container-fluid {
	background: url('../images/products-building-trust-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
section.lackoftrust.legendary .container-fluid {
	background: url('../images/products-online/ol-why-leadership-training-programs-online-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
section.lackoftrust.teamleadership .container-fluid {
	background: url('../images/products-teamleadership-section1-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background
  -size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
section.bossvcoach .container-fluid {
	background: url('../images/products-coaching-boss-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.bossvcoach.selfleadership .container-fluid {
	background: url('../images/products-selfleadership-section1-bg.jpg')
	-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.bossvcoach.first-time-managers .container-fluid {
	background: url('../images/products-managers-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.bossvcoach.coachingservices .container-fluid {
	background: url('../images/products-coaching_services/cs-why-coaching-for-managers-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.bossvcoach.products .container-fluid {
	background: url('../images/products-home/products-home-section-1-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}



section.change .container-fluid {
	background: url('../images/products-change-howto-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.change.optimal-motivation .container-fluid {
	background: url('../images/products-optimal-motivation-section1-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
section.sl .container-fluid {
	background: url('../images/products-sl2-experience-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

section.events-home .container-fluid {
	background: url('../images/events-home/atd-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 30px;
  margin: 0 auto;
  text-align: center;
}

.special-events {
	font-family: "Montserrat";
	color: #333f48;
	font-weight: 200;

}

.special-events .event-logo {
	margin: 68px auto 0;
	text-align: center;
}

.special-events .event-logo img {
	margin: 0 auto;
}
.special-events .event-photo {
	margin-top: 38px;
}
.special-events .event-title {
	font-size: 44px;
	line-height: 44px;
	margin: 46px 0 26px;
}

.special-events .event-location {
	font-size: 24px;
}

.special-events .btn-primary {
	margin-top: 42px;
	margin-bottom: 50px;
}


section.events-webinars {
 padding: 75px 0 50px 0;
}

.subtitle {
	font-size: 24px;
}

.webinarboxes > [class*="col-"] {
    margin: 50px 42px;
    max-width: 325px;
    padding: 0;
    /*text-align: center;*/
}

.webinarboxes > [class*="col-"]:first-child {
	margin-left: 0;
}

.webinarboxes > [class*="col-"]:last-child {
	margin-right: 0;
}

.webinar-content {
	padding: 20px;
}

.webinar-time {
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
}

.webinar-title, .workshopboxes-title, .trainingfortrainers-title  {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.workshopboxes > [class*="col-"] {
    margin: 50px 55px;
    max-width: 522px;
    padding: 0;
    /*text-align: center;*/
}

.workshopboxes > [class*="col-"]:first-child {
	margin-left: 0;
}

.workshopboxes > [class*="col-"]:last-child {
	margin-right: 0;
}

.workshopboxes-content {
	padding: 30px 23px 30px 30px;
}

.workshopboxes-content .details, .trainingfortrainers .details {
	font-weight: 600;
	margin: 20px -15px;
	text-transform: uppercase;
}


.register-now {
	text-align: center;
	margin: 20px auto 0;
}

.trainingfortrainers .right {
	padding: 60px 30px 30px;
	text-align: left;
}
.trainingfortrainers p {
	margin-bottom: 40px;
}
.trainingfortrainers .box {
	margin-top: 30px;
}
section.trainingfortrainers {
background: url('../images/events-home/training-for-trainers-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;

}

section.trainingfortrainers .col-lg-6.left{
	/*margin-left: -11px;*/
	padding-left: 0 !important;
}
section.bossvcoach.how .container-fluid {
	background: none;
}

section.nobackground .container-fluid {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 !important;
}

section.lackoftrust h2, section.bossvcoach h2, section.change h2, section.sl h2, section.nobackground h2 {
	margin: 25px 0 25px;
}
section.lackoftrust p, section.bossvcoach p, section.sl p, section.nobackground p {
/*	width: 90%;*/
	margin: 0 auto;
}

p.eightyfivepercent {
	width: 85%;
}

section.setupsuccess p.eightyfivepercent, section.nobackground p {
	width: 80%;

}

section.nobackground p {
	width: 70%;

}
section.lackoftrust .box {
	width: 75%;
	margin: 25px auto;
	padding: 14px 0;
}

section.lackoftrust .box.seventyfive-percent {
	width: 75%;
}

section.bossvcoach .box {
	width: 75%;
	margin: 25px auto;
	padding: 8px;
}

section.bossvcoach .box.larger {
	width: 80%;
}

section.change .box {
	width: 75%;
	margin: 25px auto;
	padding: 15px;
}

section.sl .box {
	margin: 30px 0 0 14px;
	padding: 60px 15px 40px;
	min-height: 260px;
}

section.sl .box:first-child {
	margin-left: 0;
}

section.sl .box img {
	margin: 0 auto;
}

section.sl .box h4 {
	margin-top: 20px;
}

/*#sl rollover boxes#*/
section.sl .box:hover {
	background-color: #333f48;
}

section.sl .box .content-rollover {
	display: none;
}
section.sl .box .content-show {
	padding-top: 10px;
}

section.sl .box:hover .content-show {
	display: none;
}
section.sl .box:hover .content-rollover {
	color: #fff;
	display: block;
}

/*#sl rollover boxes#*/
.productsboxes .box:hover {
	background-color: #333f48;
}

.productsboxes .box .content-rollover {
	display: none;
}
.productsboxes .box .content-show {

}

.productsboxes .box:hover .content-show {
	display: none;
}
.productsboxes .box:hover .content-rollover {
	padding: 20px 10px 0;
	color: #fff;
	display: block;
}



/*#sl photo and icons# */
section.bluesl {
	background-color: #e5eff6;
}
section.dkblue {
	background-color: #7bafd4;
	padding: 65px 0 50px;
}

ul.white-box {
	margin: 40px 0;
}

ul.white-box li {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 200;
	list-style: none;
	display: inline-block;
	margin-bottom: 6px !important;
	margin-right: 6px;
	color: #fff;
	border: 1px solid #fff;
	padding: 9px 12px;
}
ul.white-box li:last-child {
	margin-right: 0;
}

.bluesl .left {
	padding-top: 65px;
min-height: 675px;
	background: url('../images/products-sl-photo.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bluesl .left.online {
	padding: 0 !important;
min-height: 446px;
	background: url('../images/products-online/ol-manager-training-courses-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bluesl .right {
	margin-left: 30px;
	max-width: 500px;
}

.course {
	margin-top: 34px;
	min-height: 180px;
}

.course p {
	padding: 35px 12px 0!important;
	text-align: center;
}

.course.manager {
	background: url('../images/products-online/ol-manager-training-course-bg.png') no-repeat center top;
}
.course.individual {
	background: url('../images/products-online/ol-online-leadership-training-course-bg.png') no-repeat center top;
}

.box .chain-left p {
	padding: 15px 35px;
}

.box .chain-left.service p {
	padding-left: 15px;
	padding-right: 15px;
}

.box .chain-left {
	border-right: 1px solid #000;
	}

.box .chain-right img {
	margin: 0 auto;
}

.box .cloud-right img {
	margin: 0 auto;
	padding: 10px 0 !important;
}

.box .clock-right {
	padding: 15px 0 !important;
}
.box .clock-right img {
	margin: 0 auto;
}


.box .handshake-left {
display: inline-block;
}

.box .handshake-left img {
	vertical-align: middle;
}

.box .computer-left {
display: inline-block;
}

.box .computer-left img {
	vertical-align: middle;
	padding: 0 8px;
}

.box .handshake-right {
	text-align: left;
	display: inline-block;
	border-left: 1px solid #000;
}

.box .step-left p {
	padding: 15px 35px;
}

 .coachingservices .box .step-left p {
	padding: 15px 0px 0px 10px !important;
}

.box .step-left {
	border-right: 1px solid #000;
	vertical-align: middle;
	}

.box .step-left.left-aligned {
	text-align: left;
}

.box .arrow-right img {
	margin: 10px auto;
	vertical-align: middle;
	padding: 3px 25px;
}

.box .arrow p {
	padding: 15px;
	text-align: left;
}

.box .arrow-right {
	border-right: 1px solid #000;
	vertical-align: middle;
	}



.box .step img {
	margin: 15px auto;
	vertical-align: middle;
}

.box .question-left p {
	padding: 35px 15px;
	text-align: left;
}

.box .question-left {
	border-right: 1px solid #000;
	}

.box .question-right img {
	margin: 0 auto;
	padding: 15px;
}

.box .thumbs-down-left p {
	padding: 15px 15px 0;
	text-align: left;
}

.box .thumbs-down-left {
	border-right: 1px solid #000;
	vertical-align: middle;
	}

.box .thumbs-down-right img {
	margin: 0 auto;
	padding: 15px;
	vertical-align: middle;
}

.coachingservicesboxes > [class*=" col-"]{
	max-width: 325px;
	padding: 0;
	text-align: center;
}

.coachingservicesboxes > [class*=" col-"] {
	margin: 0 33px 20px;
}

.coachingservicesboxes > [class*=" col-"]:first {
	margin-left: 0;
}

.coachingservicesboxes > [class*=" col-"]:last {
	margin-right: 0;
}

.white .row.

 strong {
	font-size: 17px;
	text-transform: uppercase;
}

.row.productsboxes {
	margin: 50px 0 0 !important;
}

.row.productsboxes .content-rollover a {
	font-size: 12px;
	color: #97d700 !important;
	display: block;
	text-align: center;
}

.row.productsboxes.second-row {
	margin: 0px 0 50px 0 !important;
}

section.white#productboxes .row .col-sm-6, .row.productsboxes.second-row .col-lg-6 {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.col-sm-offset-1-and-half {
        margin-left: 12.499999995%;
    }

.productsboxes > [class*=" col-"]{
	max-width: 258px;
	padding: 0;
	text-align: center;
	min-height: 262px;
}

.productsboxes > [class*=" col-"] {
	margin: 0 12px 20px;
}

.productsboxes > [class*=" col-"]:first {
	margin-left: 0;
}

.productsboxes > [class*=" col-"]:last {
	margin-right: 0;
}

.productsboxes h3 {
	font-size: 17px;
	font-family: Arial;
	line-height: 28px;
	font-weight: bold;
}


/*#stats for SL#*/

.stats {
	display: table;
}

.stats .box {
	display: table-cell;
	padding: 25px;
	max-width: 270px;

}


.stats .blue {
	font-size: 70px;
	line-height: 70px;
	color: #7bafd4;
	border-bottom: 1px solid #000;
	display: block;
	text-align: center;
	margin: 0 auto;
}

section.trust .stats p {
	margin-top: 20px;
	text-align: center;
}


.stats .arrow img {

  margin: 0 auto;
  padding-top: 50%;
}



p.bold18 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto 30px !important;
	text-transform: uppercase;
}

.coachingservicesboxes h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto 0 !important;
	text-transform: uppercase;
}

.coachingservicesboxes p {
	padding: 0 20px 20px;
}

section.lackoftrust button, section.bossvcoach button, section.change button, section.sl button, section.sl .btn, section.change .btn, section.bossvcoach .btn, section.lackoftrust .btn {
	margin: 10px 0 55px;
}

section.trust .icons {
	margin-top: 25px;
}

section.trust .icons h4 {
	line-height: 26px;
}

section.trust .icon {
	margin-bottom: 15px;
}

section.trust .icons p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

section.trust p.eightyfivepercent, section.setupsuccess p.eightyfivepercent, section.sl2experience p.eightyfivepercent{
	margin: 28px auto;
	text-align: center;
}


section.setupsuccess.bestleaders p.eightyfivepercent{
	margin: 5px auto;
	text-align: center;
}

section.howto, section.setupsuccess {
	background-color: #e5eff6;
	padding: 50px 0 50px;
}

section.howto.teamleadership {
	padding-bottom: 50px;
}

section.empower {
	background-color: #e5eff6;
	padding: 40px 0 40px;
}

section.leadership {
	background-color: #e5eff6;
	padding: 40px 0 60px;
}

section.empower.white {
	background-color: #fff !important;
	padding-top: 0px !important;
}

section.empower p.eightyfivepercent {
	margin-left: auto;
	margin-right: auto;
}


section.sl2experience {
	padding: 50px 0 75px;
	background: url('../images/products-sl2-experience-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sl2experience h2 sup, .sl2express h2 sup {
	font-size: .3em;
	top: -1.7em;
}

.checkbox-chart {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 10px;
}

section.howto.white {
	background-color: #fff !important;
}

section.howto p {
	margin: 25px 0 10px;
	padding-right: 40px;
}

section.howto .right.learn-more {
	margin-top: 0px;
}
section.howto .right.learn-more.teamleadership {
	margin-top: 50px;
}
.learn-more.service.sl {
	margin-top: 40px;
}

.side-by-side-graphics {
	margin:40px 0 30px;
}
.checkbox {
	font-size: 12px;
}
input[type=checkbox] {
	margin-top: 6px;
}
.trustissue {
	background: url('../images/products-man-woman-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 40px 30px;
	text-align: center;
	margin: 50px 0;
}

.trustissue.service {
	background: url('../images/ls-customer-care-skills-quiz.png') no-repeat center center;
	padding: 50px 40px 55px 30px;
	no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	text-align: center;
	margin: 50px 0;
}
.trustissue.online {
	background: url('../images/products-online/ol-online-leadership-training-benefits-bg.png') no-repeat center center;
	padding: 50px 40px 55px 30px;
	no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	text-align: center;
	margin: 0;
}
.managersvideo {
	background: url('../images/products-managers-video-background.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 40px 30px;
	text-align: center;
	margin: 25px 15px;
	min-height: 297px;
}

.managersvideo h3 {
	font-size: 20px;
}

.optimalvideo {
	background: url('../images/om-motivating employees-video.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 50px 40px 50px 30px;
	text-align: center;
	margin: 0px 15px;
	min-height: 305px;
}

/*.optimalvideo h3 {
	font-size: 20px;
}*/

.slvideo {
	background: url('../images/sl2-situational-leadership-training-overview-video.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 50px 40px 50px 30px;
	text-align: center;
	margin: 0px 15px;
	min-height: 305px;
}



.coachingskills {
	background: url('../images/products-coaching-skills-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 40px 30px;
	text-align: center;
	margin: 50px 0;
}

.trustissue p, .coachingskills p {
	font-size: 16px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	line-height: 28px;
}

.trustissue .dl-button, .coachingskills .dl-button {
	margin-top: 25px;
}
.howto .right, .setupsuccess .right{
	/*text-align: center;*/
}

.oneminutemanager, .optimalbook {
	background-color: #333f48;
	padding: 13px;
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 50px;
}

.optimalbook {
	margin-top: 10px;
}

.optimalbook .right {
	padding-top: 40px;
}

.setupsuccess .oneminutemanager .left{
	text-align: right;
}
.howto .right h3 {
	margin-top: 110px;
	text-align: center;
}

.howto .right.teamleadership  h3 {
	margin-top: 0px !important;
}

.howto .right.service h3 {
	margin-top: 50px;
	text-align: center;
}

.howto .right ul, .setupsuccess .right ul, .sl2experience .right ul, section.empower .right ul{
	list-style-type: none;
	margin: 0 auto !important;
	text-align: left;
	display:inline-block !important;
}

./*setupsuccess .col-md-6.right.learn-more ul {
    -webkit-padding-start: 0px !important;
    margin-left: 0 !important;
  }*/

/*.sl2experience .right ul {
	margin-left: 50px !important;
}*/

.setupsuccess .right ul {
	margin-top: 25px !important;
	margin-bottom: 50px !important;
}

.howto .right ul li {
	font-size: 17px;
	font-family: "Open Sans";
	font-weight: 600;
	padding: 5px 0;
	line-height: 17px;
	vertical-align: text-bottom;
	text-transform: uppercase;
}
.setupsuccess .right ul li, .howto.optimal .right ul li, .howto .right.service ul li, .sl2experience .right ul li, .teamleadership.right ul li, section.empower .right ul li  {
	font-size: 17px;
	font-family: "Open Sans";
	font-weight: 600;
	padding: 5px 0;
	line-height: 17px;
	vertical-align: text-bottom;
	text-transform: uppercase;
}

.setupsuccess .oneminutemanager .right {
	margin-top: 42px;
}

.howto .right ul li img, .setupsuccess .right ul li img, .sl2experience .right ul li img, section.empower .right ul li img {
	vertical-align: text-bottom;
	padding-right: 13px;
}
.howto .right ul li a, .setupsuccess .right ul li a, .sl2experience .right ul li a, section.empower .right ul li a{
	color: #97d700;
	text-decoration: underline;
}

.results-clients {
	background: url('../images/products-results-background.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 50px 30px;
	text-align: center;
}

.results-clients-no-bg {
	background-image: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 40px 30px;
	text-align: center;
}

.results-coaching-services {
	background: url('../images/products-coaching_services/cs-corporate-coaching-client-results-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #fff;
	padding: 40px 40px 50px 30px;
	text-align: center;
}

.product-client-slides {
	margin-top: 50px;
	color: #333f48;
	text-align: left;
}

.product-client-slides .italics {
	margin-top: 0;
}

.slick-dots li button:before {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

.col-xs-3.sl-icon {
	margin-right: 0;
	padding-right: 0;
}

.col-xs-9.sl-text {
	padding-left: 5px !important;
}

.checkbox-text {
	padding-right: 50px;
}

.get-started {
	/*padding: 20px;*/
	color: #fff;
	padding-left: 0;
}
.get-started h2 {
	margin-top: 0;
	color: #fff;
}
.get-started p {
	margin: 30px 10px 60px;
}

.get-started p.narrow {
	margin: 30px 40px 60px;
}

.get-started .btn {
	width: 80%;
}
.green-form .get-started {
padding: 60px 20px 40px;
}

.green-form.harnessing .get-started {
	padding-top: 20px;
}

.green-form.wide {
	color: #fff;
	text-align: center;
	padding: 20px 130px 50px;
}

.empower p.text {
	width: 92%;
}

.erode-trust .title {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 30px;
}

.erode-trust .form-group, .erode-trust .btn {
	width: 90%;
	/*margin-top: 30px;*/
}
.erode-trust.right {
	margin-left: 82px;
	padding-left: 0;
	max-width: 514px;
}
.great-start {
	margin-bottom: 20px;
}

.erode-trust .form-group select {
	height: 52px;
	border-radius: 0;
}

.footnotes {
	margin-bottom: 15px;
}
.footnote {
	font-size: 12px;
}
/*green background form*/
.green-form {
	background-color: #333f48;
	margin-right: 25px;
	margin-left: 15px;
}

.green-form.narrow {
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 200;
	font-size: 20px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.green-form.narrow.five-twenty {
	max-width: 540px;
	margin-right: 20px !important;
}

.green-form.narrow.five-twenty .btn {
	width: 95%;
	margin-top: 35px;
}

.green-form.narrow.five-twenty .book {
	margin-top: 40px;
}

.green-form.five-twenty .get-started {
    padding: 40px 20px 20px;
}
form.leadership-insights {

	padding: 40px 28px;
	color: #fff;
}
form.leadership-insights h2 {
	margin-top: 0;
	color: #fff;
}
form.leadership-insights p {
	margin: 20px 0 26px;
}

.form-control {
	font-family: "Open Sans";
    display: block;
    width: 100%;
    /* height: 34px; */
    padding: 25px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #c7c7c7;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;

}
.cancellation {
	position: absolute;
	font-size:12px;
	font-family: arial;
	bottom: 20px;
	margin: 0 auto;
  left: 0;
  right: 0;
	text-transform: none;
}

.cancellation a {
	color: #7bafd4;
}

.total .blue {
	font-size: 22px;
}

label, label.insights {
		font-family: "Arial";
		font-size: 15px;
		text-transform: none;
}

.big-form label, .blue-form label, .blue-form {
		font-family: "Open Sans";
    font-size: 17px;
    text-transform: uppercase;
    color: #333f48;
    font-weight: 200;
}


.big-form label.insights {
		font-family: "Arial";
		font-size: 15px;
		text-transform: none;
}

.big-form .checkbox-inline:first-child{
	margin-left: 20px;
}

/*.form-group {
	border-radius: 0 !important;

}*/

.form-group select {
    height: 52px;
    border-radius: 0;
}

/*fixes border*/
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

/*events*/
.upcoming-events, .connect, .erode-trust {
	margin-left: 25px;
	border: 1px solid #333f48;
	padding: 40px;
}

.erode-trust {
	padding-top: 20px;
}

/*connect*/
.connect {
	margin-top: 42px;
	margin-left: 50px;
}

.connect {
	font-size: 14px;
}

.connect a {
	color: #7bafd4;
}

.connect h2 {
	margin-bottom: 30px;
}

.tweet {
	margin-bottom: 25px;
}

.social .icon {
	margin: 0 7px;
	text-align: right;
}

.col-sm-12.social {
	margin: 0 -15px;
}


.upcoming-events h2 {
	margin-top: 0;
}

.events .row  {
	border-top: 1px solid #333f48;
	padding-bottom: 15px;
	padding-top: 32px;
}

.events .row.workshop {
	background: url('../images/events-flag-workshop.png') no-repeat top right;
}

.events .row.trainers {
	background: url('../images/events-flag-trainers.png') no-repeat top right;
}

.entries .row  {
	border-bottom: 1px solid #333f48;
	padding-bottom: 15px;
	padding-top: 20px;
}

.events .row:last-child,
.entries .row:last-child {
	border-bottom: 0;
}

.date {
	font-size: 12px;
}
.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
}
.events a, .entries a {
	font-size:12px;
	color: #97d700;
}

/*blog listings*/

.blog {
	padding-left: 0;
	padding-top: 90px;
	margin-left: 15px;
}

.blog .entries {
	margin-left: 0;
	width: 90%;
}
.blog .entries .row {
	margin-left: 0;
}

.blog .entries .row .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
.blog .entries .row .col-sm-9 {
	padding-left: 0;
}

/*footer*/

.footer.container-full {
	background-color: #333f48;
	color: #fff;
	padding: 46px 0;
}

.footer a {
	color: #fff;
}

.footer h5.bottom-border {
	padding-top: 19px;
	padding-bottom: 7px;
	border-bottom: 1px solid #71797f;

}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 32px;
	width: 100%;
}

.footer .box ul {
	padding: 8px 13px 18px 15px;
	/*white-space: nowrap;*/
}


.footer .box {
/*	width: 100%;*/
	margin-left: 20px;
	border: 1px solid #71797f;
	padding-top: 18px;
}

.footer .box:last-child {
	margin-right: -15px;
}

.footer .box h5 {
	padding: 0 0 0 15px;
}

.sub-footer {
	font-family: 'PT Sans', sans-serif;
	margin-top: 34px;
	border-top: 1px solid #71797f;
	padding-top: 22px;
	font-size: 12px;
	line-height: 12px;
}

.inside-box {
	border-bottom: 1px solid #71797f;
	padding-bottom: 16px;
	text-align: center;
}
.footer .box .inside-box h5 {
    padding-left: 0;
}

.box-spacer {
	height: 15px;
	border-left: 1px solid #333f48;
	border-right: 1px solid #333f48;
	margin-left: -1px;
	margin-right: -1px;
	border-bottom: 1px solid #71797f;
}

.related {
	padding-top: 5px;
}

.copyright {
	margin-top: 22px;
}

.copyright.copy {
	margin-top: 10px;
}

.copyright.bottom {
	margin-top: 45px !important;
}

.copy, .privacy {
	padding-top: 7px;
}

.footer .privacy ul {
	margin: 0;
	line-height: 12px;
}
.footer .privacy ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 38px;
	line-height: 12px;
}

.footer .social ul {
	margin: 0;
	line-height: 12px;
	text-align: right;
}
.footer .social ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	line-height: 12px;
	padding: 0 8px;
}

.footer .social ul li:last-child {
	padding-right: 0;
}

.top-nav {
	display: none;
}

.green-form .g-recaptcha {
	padding: 30px 0;
	text-align: center;
}

section.bluebg {
	padding: 85px 0;
	background-color: #e5eff6 !important;
	margin: 0;
}

section.bluebg.nopadding {
	padding: 0;
	background-color: #e5eff6 !important;
	margin-bottom: 0;
}

section.white.nopadding {
	padding: 0;
	margin-top: 0;
}

section.bluebg.nopadding .row:first-child {
	margin-left: -30px;
}

section.bluebg.nopadding .left {
	background: url('../images/events-t4t/top-left.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  min-height: 488px;
}

section.bluebg.nopadding.workshop-detail .left {
	background: url('../images/events-workshop-details/top-left.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  min-height: 532px;
}

section.bluebg.nopadding.workshop-detail.virtual .left {
	min-height: 550px;
}

section.bluebg.nopadding.webinars {
	padding-bottom: 50px;
}

section.bluebg.nopadding.webinars .left {
	background: url('../images/events-webinars/top-left.jpg') no-repeat center top;
  -webkit-background-size: 100% 546px;
  -moz-background-size: 100% 546px;
  -o-background-size: 100% 546px;
  background-size: 100% 546px;
  padding: 0;
  margin: 0 auto;
  min-height: 546px;
  padding: 560px 5% 95px;

}

.uberflips {
	padding-bottom: 30px;
}

section.bluebg.nopadding.webinars .left p.italics {
	font-size: 24px;
	line-height: 38px;
	font-weight: 200;
}

section.bluebg.nopadding.webinars .left p.eightfivepercent {
	margin-left: auto;
	margin-right: auto;
}

section.bluebg.nopadding.webinars .right ul {
	margin-top: 32px;
}

section.bluebg.nopadding.webinars .right ul li {
	padding-bottom: 0;
}

section.bluebg.nopadding.webinars .right ul.small-indent li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

section.bluebg.nopadding.webinars .left  img {
  max-height: 100%;
  max-width: 100%;
}


section.bluebg.nopadding.webinars.virtual .left {
	min-height: 550px;
}

section.bluebg.nopadding .right {
	max-width: 600px;
}

section.bluebg.nopadding.virtual .right {
	max-width: 700px;
}

section.bluebg.nopadding .right p {
	margin-top: 32px;
}

section.bluebg.nopadding .right p.nomargin {
	margin-top: 0 !important;
}

.blue-thin {
	color: #7bafd4;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 10px;
}

.blue-thin.small {
	font-size: 16px;
}

section.bluebg.nopadding a {
		color: #97d700;
}
section.bluebg.nopadding .breadcrumbs a {
		color: #333f48;;
}

section.events-dates-locations {
	padding: 50px 0;
}

section.events-dates-locations .reduced-padding {
	padding: 0 2px !important;
}

section.events-dates-locations .reduced-padding-filter {
	padding: 12px 8px !important
}

section.events-dates-locations .reduced-padding-right {
	padding: 0 30px 0 6px !important
}

.row.table {
	margin: 0 -15px;
	padding: 16px 30px;
	font-size: 18px;
	line-height: 36px;
}

.row.table .image-column {
	padding: 0;
	max-width: 210px;
}


.row.table.bluebg {
		background-color: #e5eff6;
}

.row.navigation {
	margin: 45px 0 60px;
}

.row.navigation a {
	color: #333f48;
	text-decoration: underline;
}

.row.table.upcoming-workshops {
	line-height: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.row.table.upcoming-workshops .right-line {
	border-right: 1px solid #000;
	/*height: 100%;*/
	/*width: 63%;*/
}

.row.table.upcoming-workshops .right-line p {
	font-size: 15px;
	line-height: 26px;
}

.row.table.upcoming-workshops .title {
	margin-top: 5px;
	font-size: 26px !important;
}

.details-info {
	margin-top: 40px;
}

.details-info a {
	font-size: 12px;
	color: #97d700;
	text-decoration: underline;
	padding-right: 25px;
}

.box.details {
	padding: 20px;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.box.details.small-links {
	padding: 12px 20px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.box.details a {
	color: #97d700;
	text-decoration: underline;
}

.box.details .row:first-child {
	padding-bottom: 20px;
}

.box.details.small-links .row:first-child {
    padding-bottom: 8px;
}

.right-box {
	padding: 20px 20px 25px 20px;
	margin-top: 25px;
}

.right-box:last-child {
	margin-bottom: 25px;
}
.right-box hr {
	    border-top: 1px solid #333f48;
}
.indent20 {
	margin-left: 20px;
}
/*nav arrows*/

.nav-back span, .nav-forward span {
	font-size: 20px;
	vertical-align: middle;
	border: 3px solid #333f48;
	margin: 0 8px;
	padding: 6px;
}

.nav-forward span {
	background-color: #333f48;
	color: #fff;
}

ul.small-indent {
	padding-left: 1.5em;
}

ul.small-indent li {
	line-height: 28px;
	padding: 0 0 15px;
	text-align: left;
}

ul.small-indent.tight li {
	line-height: 28px;
	padding: 0 0 10px;
}
.course .title {
	display: none;
}

.productstop .slick-slide {
    text-align: center;
}

.productstop .slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.productstop .slick-slide p {
    vertical-align: middle;
    display: inline-block;
}

.productstop .slick-track {
height: 200px;
}

.lt-blue-box, .blue-box {
	min-height: 200px;
}



/*style adjustments for tablet and mobile*/
@media (min-width: 220px) and (max-width: 1200px) {

.container.alternating-rows {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: -15px;
}

.uberflips img {
	margin: 0 auto 30px;
}

	.nobreak {
	white-space: nowrap;
}

/*navbar*/
	.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

	.caret, .caret-up {
		float: right;
		margin-right: 30px;
	}

	.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 12px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    /*color: #273037;*/
    color: #fff;
}

	.caret-up {
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    /*color: #273037;*/
    color: #fff;
}


.navbar-default .container {
    width: 100%;
    padding: 0;
}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0;

    }


    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        display: block;
        background-color: #333f48;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-nav>li {
	margin: 10px auto !important;
	text-align: center;
	font-size: 28px;
	padding: 10px 0;
}

.navbar-nav>li.dropdown {
    margin-left: 46px !important;
    text-align: center;
    font-size: 28px;
}

.navbar-nav>li.dropdown ul li{
   margin-left: -46px !important;
 }

.navbar-nav>li:last-child {
	margin-right: 0px;
}


.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
    margin: 0 auto;
}

.nav>li.dropdown {
	display: block;
	padding: 5px 0px;
}

.nav>li>a {
    position: relative;
    display: inline;
    
}

.navbar-nav>li:last-child>a {
		padding-left: 15px;
		padding-right: 15px;
    background-color: #97d700;
    width: 220px;
    margin-bottom: 60px;
    color: #333f48 !important;
    margin-top:15px;
}

.navbar-nav>li:last-child>a:hover {
	background-color: #97d700;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333f48;
    background-color: transparent !important;

}
.navbar-default {
    background-color: #333f48;
    border: none;
}

/*chat loging store*/
.mobile-icon {
	padding: 0 7px;
}

.nav>li.mobile-chat-login-store {
	font-size: 14px !important;
	padding: 10px 0;
}

.nav>li.mobile-chat-login-store > a{
	display: inline;
	}

.nav>li.mobile-chat-login-store > a:hover {
	text-decoration: none !important;
}

.mobile-chat-login-store .chat {
	margin-right: 13px;
}

.mobile-chat-login-store .login {
	margin-left: 30px;
	border-left: 1px solid #fff;
	padding-left: 30px !important;
	margin-right: 40px;
}

.mobile-chat-login-store .store {
	margin-right: 25px !important;
	padding-right: 35px !important;
	border-right: 1px solid #fff;
}

.mobile-chat-login-store .login a, .mobile-chat-login-store .store a{
		color: #fff !important;

}

nav>li.mobile-chat-login-store .login > a:hover {

}

/*dropdown menus*/
.dropdown-menu {
    position: relative;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0;
    font-size: 12px;
    text-align: center;
    list-style: none;
    background-color: transparent;
    font-size: 20px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
    color: #fff;
 }
.dropdown-menu>li>a:hover {
 color: #fff;
 background-color: #273037;
}


/*end navbar stuff*/

/*headers*/
    h1, h1.green {
	text-align: center;
}

.mobile-center {
	margin: 0 auto !important;
	text-align: center;
}
.header
.mobile-center  .btn {
    margin-left: 0 !important;
    margin-bottom: 30px;
}

/*managers*/

section.managers .col-md-12 {
	text-align: center;
margin: 0 auto;

}

section.managers .col-md-12 p {
	width: 70%;
	text-align: center;
margin-left: auto !important;
margin-right: auto !important;

}

section.managers .bottom-line-title {

	text-align: center;
margin-left: auto !important;
margin-right: auto !important;

}

section.managers .bottom-line-box {
	text-align: center;
margin-left: auto !important;
margin-right: auto !important;

}
.seven-ways {
	margin-bottom: 25px;
}

.dl-button {
	margin-bottom: 50px;
}

.container-fluid .row.download {
	margin: 0 auto !important;
	text-align: center;
}


.great h1 {
	font-size: 54px;
	line-height: 54px;
}


.row.icon {
	margin-top: 50px;
}

section.managers:after {
	clear: both;
	margin-bottom: 50px;
}

.row.get-started {
	margin: 0 auto 50px auto;
	text-align: center;

}
/*clients*/
section.clients {
	text-align: center;
	height: auto;
}

section.clients .left {
	padding-bottom: 60px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.clients p.italics {
	width: 80%;
	text-align: center;
	margin: 30px auto !important;
}
section.founder {
	text-align: center;
	height: auto;
	min-height: auto;
	margin: 0 auto;
}

section.founder .right {
	height: auto;
	min-height: auto;
	padding: 0 !important;
}

section.founder p {
	margin-left: auto !important;
	margin-right: auto !important;
}

section.founder button {
	margin-bottom: 25px;
}
/*events*/
.upcoming-events, .connect, .erode-trust {
	background-color: #fff;
	border: 0;
	margin-left: 0;
}

section.bluebg .erode-trust {
	background-color: transparent;
	border: 0;
	margin-left: 0;
}

/*products building trust sections*/



.upcoming-events h2, .blog h2, .connect h2 {
	text-align: center;
}

.green-form {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}

.green-form .col-md-8 {
	padding: 0 !important;
}

/*blog*/

.blog {
	width: 100%;
	background-color: #e5eff6;
	margin: 0;
	padding: 40px;

}

.blog .entries {
    margin-left: 0;
    width: 100%;
}

.blog .entries .row {
    margin-left: -15px;
    margin-right: -15px;
}

.blog .entries .row .col-sm-9 {
    padding-left: 15px;
}
/*footer*/
.sub-footer {
	border-top: none;
}
.footer .box {
/*	width: 100%;*/
	margin-left: 0px;
	border: 0;
	padding-top: 18px;
	text-align: center;

}

/*government box*/
.inside-box {
	border-bottom: 0;

}

.box-spacer {
	border: 0;
}


.mobile-box {
border: 1px solid #71797f;
}

.footer-logo {
	margin: 0 auto 30px auto;
	text-align: center;
	padding: 0;
}

.footer .social ul {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.copyright {
	text-align: center;
}
.privacy {
	margin-top: 17px;
}

.privacy a {
	text-decoration: underline;
}

/*container*/
.container-fluid {
	padding: 0 !important;
}


.container-fluid .row, .container>.navbar-header {

    margin-right: 0;
    margin-left: 0;
}


.container-fluid.header {
	padding-top: 45px !important;
}

section.white.work .img-responsive {
	display: inline;

}

section.trust .icons {
	margin-top: 0px;
}
}

/*tablet*/
@media (max-width: 992px) {

section.sl .box {
    margin-left: 0;
 }

 .stats {
    margin: 0 5px 50px;

}
.photo-box {
	margin-top: 0;
	max-width: 100%;
	background-color: #333f48 !important;
	height: 100%;
	border-top: 1px solid #fff;
	padding-bottom: 20px;

}
section.white.form {
margin-top: 0;
}

.photo-box .photo{
	width: 50%;
	float: left;
	display: block;
	background-color: #333f48 !important;
}

.photo-box .photo img {
	width: 100%;
	height: 260px;
}

.photo-box .text-box {
	background-color: #333f48;
	height: 100%;
	margin-left: 50%;
	height: 260px;
	max-height: 260px;
	overflow: hidden;

	/*padding-bottom: 11.5%;*/
}

.photo-box .text-box .text {
	padding: 50px 50px;

}
.photo-box .center-block, .photo-box.pull-right {
	margin: 0;
	float: none !important;
}


.container.mobile-full {
	width: 100%;
}

.photo-boxes {
	background-color: #333f48;
	margin-left: -15px;
	margin-right: -15px;
}

.photo-boxes .col-lg-4 {
	clear: both;
}

.photo-boxes .col-md-4 {
	background-color: #333f48;
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-left : 0;
	margin-right: 0;
	max-width: 100%;
}


.row.green {
	background-color: #333f48;
	border-top: 1px solid #fff;
}

.photo-boxes .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.row.green .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

section.white {
	margin-bottom: 0 !important;
}

section.white.work {
	padding-bottom: 25px;
}

section.founder .right p {
    width: 75%;
    margin: 33px 0;
}
section.white .right {
	padding-left: 15px;
}
section.bluebg.nopadding .right {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}

#connect-social {
	margin: 20px auto;
 text-align: center;
 padding: 0;
}




/*ul#connect-social li {
	 text-align: center !important;
    margin: 20px auto !important;
    padding: 20px 5px;
}

ul#connect-social li:first-child {
	padding-left: 10%;
}*/
}

/*phones*/
@media (max-width: 767px) {

/*make the navbar unsticky so it can expand and push down everything else*/


body {
	padding: 0;
}
	 .navbar-fixed-top {
	 	 position: relative;
}
#desktop-search {
	display: none;
}

.nobreak {
		white-space: nowrap;
	}
/*reduce h1's further*/
h1 {
	font-size: 36px !important;
	line-height: 40px !important;
}

.navbar-nav>li {
	margin: 10px auto !important;
	text-align: center;
	font-size: 16px;
}

.navbar-nav>li.dropdown {
    margin-left: 46px !important;
    text-align: center;
    font-size: 16px;
}
.navbar-nav .open .dropdown-menu>li>a {
	font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #aed1eb;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.dropdown-menu>li>a:hover {
 color: #97d700;
 background-color: #273037;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	 color: #fff;
   background-color: #273037;
}

.photo-box {
	height: 100% !important;
}

.photo-box .photo {
	display: none;
}

.photo-box .text-box {
	background-color: #333f48;
	height: 100% !important;
	max-height: 100% !important;
	margin-left: auto !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
	overflow: visible !important;
}

section.managers .bottom-line-title {

	text-align: center;
margin-left: auto !important;
margin-right: auto !important;
width: 100%;
margin-bottom: -25px;
}

section.managers .bottom-line-box {
padding-top: 25px;
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
width: 80%;
height: auto;
background: none !important;
border: 1px solid #000 !important;
/*margin-bottom: 25px !important;*/
}

section.managers {
	height: 100%;
	/*height: 850px;*/
}

section.white.great {
    margin-top: 50px;
}

section.managers .right h2 {
    margin-left: auto !important;
    margin-right: auto !important;
}

section.managers .right {
	padding-bottom: 10px;
}

.row.download {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 80% !important;

}

.footer .privacy ul li {
    display: inline;
    list-style-type: none;
    margin: 0 !important;
    line-height: 12px;
    padding: 0 3px;
}

/*remove box borders*/
.box .chain-left {
	border-right: 0;
	}

.box .handshake-right {
	border-left: 0;
	}

.box .chain-left,.box .step-left, .box .question-left, .box .thumbs-down-left {
    border-right: 0;
}

.howto {
	text-align: center;
}

.setupsuccess .oneminutemanager .left{
	text-align: center;
}

.btn-primary {
    white-space: normal;
}

.side-by-side-graphics {
	margin-top: 0;
}
.oneminutemanager {
    padding-right: 13px;
}

.coachingservicesboxes > [class*=" col-"] {
	margin: 20px auto !important;
	max-width: 100%	!important;
}
.coachingservicesboxes > [class*=" col-"] img {
	width: 100%;
	margin: 0 auto;
}
.productsboxes > [class*=" col-"], .productsboxes.second-row > [class*=" col-"] {
	margin: 20px auto !important;
	max-width: 100%	!important;
	height: 320px;

}
.productsboxes > [class*=" col-"] img {
	width: 100%;
	margin: 0 auto;
}
.col-sm-offset-1-and-half {
    margin-left: auto;
}

.row.productsboxes.second-row .col-lg-6 {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: 345px;
}

.coachingservicesboxes > [class*=" col-"] {
	margin: 20px auto !important;
	max-width: 100%	!important;
}
.coachingservicesboxes > [class*=" col-"] img {
	width: 100%;
	margin: 0 auto;
}

.course {
	border: 1px solid #333f48;
}
.course.manager {
    background: none;
}
.course.individual {
	background: none;
}
.course .title {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.course p {
	padding-top: 5px !important;
}
}
/*for large desktop browsers*/
@media (min-width: 1200px) {
body {
	padding-top: 155px;
}
/*main nav*/
.navbar-fixed-top {
  top: 30px;
}

.caret-up, .caret, .nav > li > a.caret-holder {
	display: none;
}
.top-nav {
	display: block;
}
.navbar-brand {
	padding: 0;
	display: block;
	float: none;
	height: 40px;
	margin: 26px 0 18px;
}
.navbar-default {
	background-color: #fff;
}
.mobile-logo {
	display: none;
}
.productstop .slick-track {
height: 125px;
}

.lt-blue-box, .blue-box {
	min-height: 125px;
}

section.partnersleadership {
	background: url('../images/products-home/p-leadership-training-programs-and-services-bg.jpg') no-repeat bottom right;
	background-size: 50% auto;
	padding: 50px 0;

}
section.partnersleadership p.eightyfivepercent {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
}

/*for large desktop browsers*/
@media (min-width: 768px) {
	.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

}
/*additional search stuff*/



form#desktop-search {
	float: right;
	display: inline-block;
}

.search-field {
    top: 0;
    display: block;
    height: 23px;
    width: 200px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    color: #000;
}
.search-field-shown {
	display: block;
	float: right;
    right: 0px;
    width: 200px;
}
.search-field-hidden {
    right: 0px;
    width: 0px;
    border: 0;
    padding: 0;
}


form#mobile-search {
	display: block;
	margin: 0 auto;
}

.mobile-search-field {
    padding-top: 5px;
    display: block;
    width: 200px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    color: #000;
    line-height: 28px;
}
.mobile-search-field-shown {
	display: block;
    width: 200px;
    margin: 3px auto;
}
.mobile-search-field-hidden {
    width: 0px;
    border: 0;
    padding: 0;
     margin: 3px auto;
}

input.mobile-search-field-shown[type='text'] {
font-size: 16px;
}

@media (min-width: 668px) and (max-width: 920px) {
	section.trust .icons .icon-block {
		clear: both;
		margin: 25px 50px;
	}
	section.trust .icon {
		float: left;
		margin-right: 25px;
	}
	section.trust h4, section.trust p {
		/*text-align: left;*/
	}
	section.trust br {
		display: none;
	}
	section.sl .box, section.sl .box:first-child {
	width: 46%;
	margin-left: 5px;
	margin-right: 5px;

}
.handshake-right br {
	display: none;
}

.coachingservicesboxes > [class*=" col-"] {
    margin: 0 10px 20px;
}
.green-form.narrow.five-twenty {
    max-width: 100%;

}
.empower .col-sm-5 {
    margin-left: 2%;
    width: 39%;
}

}
@media (max-width: 920px) {

	.experts br, .leaders br{
	display: none;
}	

	.pull-right {
		float: none !important;
		/*margin-top: 50px;*/
	}

	.pull-right img {
		margin: 30px auto 15px;
	}

.side-by-side-graphics img {
	text-align: center;
	margin: 30 auto;
}
section.howto p {
	padding-right: 0;
}

.left p.margin-50 {
	margin-top: 0;
}

section.white.form {
	margin-top: 70px !important;

}

.stats.arrow-boxes .arrow .spacer {
	height: 50px;
}

.stats.arrow-boxes .arrow img {
	padding-top: 50%;
}

.product.header#product-sl h1 {
		line-height: 66px;
}

.sl2experience .right ul {
	margin-left: auto !important;
	margin-right: auto !important;
}

.coachingservices-graphic img {
	margin-top: 30px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.empower .margins-20, .empower .margins-50 {
	margin-top: 30px;
	margin-bottom: 0;
}
section.empower {
	margin-bottom: 0;
}
.get-started .btn {
	width: 90%;
}
.erode-trust.right {
    margin-left: 15px;
    padding-left: 0;
    max-width: 100%;
}



h1.green.second-line {
	padding-top: 0 !important;
	margin-top: -5px;
}



}

/*ipad landscape*/
@media (max-width: 1024px) {

.header#product-motivation, .header#product-change, .header#selfleadership, .header#product-service, .header#product-teamleadership, #header#coachingservices, .header#products, header#how-home, .header#product-online, .header#coachingservices, .header#how-home, .header#events, .header#product-managers, .header#product-coaching,.header#product-trust, .header#about-us, .header#get-started, .header#resources {
	padding-top: 120px !important;
}

.header#events {
	padding-top: 137px !important;
}
.header#product-online{
	padding-top: 120px !important;
}
.tablet-20 {
	margin-top: 30px;
}

.product.header h1{
	font-size:40px;
}


section.empower .right.learn-more {
	margin: 30px auto 0;
	text-align: center;
}


section.empower .right ul{
	list-style-type: none;
	margin: 0 auto 0 !important;
	text-align: left;
	display:inline-block !important;
}
.green-form {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}


section.setupsuccess.bestleaders {
	padding-bottom: 0;
}
.title.nobreak {
	white-space: normal !important;
}

.erode-trust.right {
    margin-left: 0px;

}
.big-form .text-right, .container.alternating-rows .text-right {
	text-align: center;
}
.container.alternating-rows .text-right {
	margin-top: 20px;
}

.container.alternating-rows.t4t .text-right {
	margin-top: 0;
	margin-bottom: 10px;
}
.big-form .pull-right {
	float: none !important;
	margin: 0 auto !important;
}
.big-form .center-block {
	text-align: center;
}
.row.productsboxes.second-row {
	margin-left: 0px!important;
}



.webinarboxes > [class*="col-"] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 325px;
    padding: 0;
    text-align: center;
}

.workshopboxes > [class*="col-"], .workshopboxes > [class*="col-"]:first-child, .workshopboxes > [class*="col-"]:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 525px;
    padding: 0;
    text-align: left;
}

h1.green {
	padding: 0 !important;
	margin-bottom: 10px !important;
}
}
@media (min-width: 920px) and (max-width: 1024px) {

.trust-graphic.pull-right.threeskills {
	margin-top: 120px;
}
.trust-graphic.pull-right.icare {
	margin-top: 100px;
}
.trust-graphic.pull-right.team-performance {
	margin-top: 140px;
}
.tablet-50 {
	margin-top: 50px;
}
.arrow-boxes .col-md-5.box:first-child {
	margin-left: 100px;
}
.arrow-boxes .col-md-5.box:last-child {
	margin-right: 100px;
}
.green-bg.nobreak {
	white-space: normal !important;
}

.green-form.narrow{
	max-width: 50% !important;
}

section.bluebg .form-control {
	background-color: transparent;
}
.bluesl .right {
 	margin-left: 25%;
 }

 .productstop .slick-track {
height: 175px;
}

.lt-blue-box, .blue-box {
	min-height: 175px;
}




}
@media (max-width: 420px) {
	.green-bg {
    padding: 0 5px !important;
}
.box .step-left p {
    padding: 15px 0px;
}
.green-form.wide {
    color: #fff;
    text-align: center;
    padding: 20px 30px 50px;
}

.arrow-boxes .box {
	margin: 0px auto 20px;
	max-width: 100%
}

.stats {
    margin: 0 auto;
}

.bluesl .right {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
}

.pull-right {
    margin-top: 0px;
}
.pull-right.team-performance, .pull-right.threeskills {
    margin-top: 40px;
}
.nobreak {
	white-space: normal;
}

}

/*yet another breakpoint for some stupid nitpicky issue discovered on the 10th revision*/
@media (min-width: 376px)  {
.oneminutemanager {
    text-align: center;
}

.stats {
	margin: 20px auto;
}
.stats .box {
	margin-right: 15px !important;
	margin-left: 15px !important;
}

}

/*another strange breakpoint*/
@media (min-width: 567px) and (max-device-width : 768px)  {

	.delivered .col-xs-3 {
		text-align: right;
	}

	.green-box {
	margin: 10px;
}


}


@media (max-width: 376px) {
	.checkbox-text {
		margin-left: 15px;
	}
	.workshopboxes > [class*="col-"], .workshopboxes > [class*="col-"]:first-child, .workshopboxes > [class*="col-"]:last-child {
    max-width: 323px !important;
}
	.trainingfortrainers .box {
    max-width: 323px !important;
    /*max-width:376px; tic - 5/16*/
    margin-left: auto;
    margin-right: auto;/*these last two lines uncommented by tic on 5/16*/
}

.green-box:first-child, .green-box:last-child {
    margin-left: 40px;
    margin-right: 40px;
}
.col-xs-offset-3.captcha {
	margin-left:9% !important;
}

section.bluebg.nopadding .row:first-child {
	margin-left: 0;
}
.box.book .buy-now {
    position: relative;
    bottom: 20px;
    left: auto;
    right: auto;
}
.row.table .image-column {
	margin-left: auto;
	margin-right: auto;
}

}
@media (max-width: 667px) {

.green-form.narrow.five-twenty {
    max-width: 100% !important;
    margin-right: 0 !important;
}

.great-start .col-sm-5 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cancellation {
    position: relative;
    margin: 20px auto;
    bottom: 0;
}
section.bluebg.nopadding .right {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 30px;
    padding: 0 0 0 15px;/*tic 5/16*/
}

}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
/*and (orientation : portrait)*/
and (-webkit-min-device-pixel-ratio: 1)  {
.green-form.narrow {
	max-width: 384px;
 }
 .bluesl .right {
 	margin-left: auto;
 	margin-right: auto;
 }
 .webinarboxes > [class*="col-"], .webinarboxes > [class*="col-"]:first-child, .webinarboxes > [class*="col-"]:last-child {
    margin-left: 10px !important;
    margin-right: 10px !important;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.workshopboxes > [class*="col-"], .workshopboxes > [class*="col-"]:first-child, .workshopboxes > [class*="col-"]:last-child {
    margin-left: 10px !important;
    margin-right: 10px !important;
   /* max-width: 100% !important;*/
    padding: 0;

}

}

.productstop {
	padding: 0 50px;
	background-color: #7bafd4;
}

.slick-prev {
		top: 45%;
    left: 0px;
    z-index: 1;
}
.slick-next {
		top: 45%;
    right: 15px;
}
@media (max-width: 670px) {
section.events-dates-locations .reduced-padding-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.row.table.upcoming-workshops .right-line {
    border-right: 0;
}
.latest.text-right {
	text-align: left;
}
.box.book:first-child, .box.book:last-child {
    margin-left: 30px;
    margin-right: 30px;
}
.uberflips {
    padding-bottom: 0px !important;
}
.green-box, .green-box:first-child, .green-box:last-child {
	margin-left: auto;
	margin-right: auto;
}
/*section.bluebg.nopadding .right {
	padding-left: 0;
	
}*/
}
@media (min-width: 670px) { /*tic 5/16*/
section.bluebg.nopadding .right {
	padding-left: 20px;
	
}

}
}
/* iPad mini in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { /* STYLES GO HERE */
.blue-form .row-eq-height {
  display: block;
}

}
.caret-holder{
    display:none;
}

.privacy-map .privacy {
  padding-right: 50px !important;
}
@media (max-width: 320px) {
.row.productsboxes.second-row .col-lg-6 {
    margin-left: 15px !important;
    margin-right: 15px !important;
    max-width: 290px !important;
}
}
.help-block, .help-block ul {
  margin-bottom: 0 !important;
}

/*form fix for safari*/
.erode-trust .form-group select, .form-group input[type=text], .form-group input[type=password] {
                height: 52px !important;
                border-radius: 0 !important;
                padding: 0px 12px 0px 12px;
}
 