/*
----------------------------------------------------------
BSR Customizations to bootstrap.css
http://getbootstrap.com/
---------------------------------------------------------- */



/* basic page structure and layout
---------------------------------------------------------- */
body {
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
}

html {
	width: 100%;
	height: 100%;
}

.main-content { padding: 60px 0; }

.hero {
    background-position: center;
    background-size: cover;
	height: 600px;
	position: relative;
}

hr		{ border: 1px solid #c9c9c9; }
.clear 	{ clear: both; }


@media (max-width: 768px) {
	.hero { height: 300px; }
}



/* navigation
---------------------------------------------------------- */
.navbar {
	margin-bottom: 0;
	font-size: 12pt;
	border-radius: 0;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 15px #888;
	-webkit-box-shadow: 0px 2px 15px #888;
	box-shadow: 0px 2px 15px #888;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.navbar-default { background: #fff; }
.navbar-default .navbar-nav>li { margin-top: 1.25em; }
.navbar-default .navbar-nav.navbar-right>li { margin-left: 10px; }
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	padding-bottom: 0.25em;
	color: #3db8db;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>.active:before {
	position: absolute;
	display: block;
	top: -5px;
	left: 0;
	right: 0;
	color: #3db8db;
	border-radius: 50%;
	margin: 0 auto;
	background: #4dc4e2;
	content: '';
	width: 8px;
	height: 8px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #3db8db;
	background: transparent;
	-webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}

.navbar-brand img {
	height: 45px;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav>li>a:hover:before,
	.navbar-default .navbar-nav>.active:before {
		background: none;
	}
	.navbar-brand img { height: 30px; }
}



/* site-wide typography
---------------------------------------------------------- */
ul, ol, p {
	padding-bottom: 1em;
}

/*
ul, ol { list-style: none; }
ul li  { list-style: none; }
*/

p {
	margin: 0;
	color: #595959;
	font-size: 16px;
	line-height: 1.4;
}

li { font-size: 16px; }

a {
	color: #4dc4e2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.main-content p + ul { padding-top: 0; }
.main-content li {
	margin-bottom: 0.5em;
	margin-left: -1.75em;
}


.lead { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
	margin: 0.25em 0 0 0;
	font-weight: 600;
	line-height: 1.2;
	color: #6e767b;
}

h1 { font-size: 38px; }
h2 { font-size: 34px; color: #333; }
h3 { font-size: 30px; color: #333; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

strong 	{ font-weight: bold; }
em		{ font-style: italic; }

.de-emphasize {
	font-size: smaller;
	font-weight: normal;
}

.intro {
	font-size: 18pt;
	line-height: 1;
	letter-spacing: -0.02em;
}

span.lighter { font-weight: 400; }

.secondary-content { font-size: smaller; }



@media (max-width: 768px) {
	p, li { font-size: 16pt; }
}




/* non-navigation lists
---------------------------------------------------------- */
.flat-list li {
	display: inline-block;
	margin-right: 1.5em;
}




/* buttons
---------------------------------------------------------- */
.btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: none;
	border: 2px solid #3db8db;
}

.welcome .btn {
	color: #3db8db;
	background: #fff;
	background: url(/images/icons/icon-heart-blue.png) no-repeat;
	background-position: 18px 50%;
	padding-left: 65px;
}

.why .btn {
	color: #fff;
	border-color: #fff;
	background-image: url(/images/icons/icon-tick-white.png);
	background-repeat: no-repeat;
	background-position: 18px 50%;
	padding-left: 80px;
}

.why .btn:hover {
	color: #4dc4e2;
	border-color: #fff;
	background-image: url(/images/icons/icon-tick-blue.png);
	background-color: #fff;
}

.toolkit-intro.btn {
    color: #f4721a;
    border-color: #f4721a;
    background-image: url(/images/icons/icon-eye-orange.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    padding-left: 80px;
}
.toolkit-into .btn:hover {
    color: #fff;
    border-color: #f4721a;
    background-image: url(/images/icons//icon-eye-white.png);
    background-color: #f4721a;
}

.btn-transparent {
	color: #fff;
	border: 1px solid #fff;
}

.btn-transparent:hover {
	background: #fff;
	color: #00aed8;
}

.btn-download {
	background-color: #3db8db;
    color: #fff;
    border: 1px solid #fff;
    background-image: url(/images/icons/icon-download-white.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
    padding-left: 80px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.btn-download:hover {
	background-image: url(/images/icons/icon-download-blue.png);
	border-color: #fff;
    background-color: #fff;
    color: #3db8db;
}

.btn-read-more,
.btn-paginate {
	color: #3db8db;
	padding: 5px 10px;
	font-size: 14px;
}

.btn-read-more:hover,
.btn-paginate:hover {
	color: #fff;
	background: #3db8db;
}

.btn-sm {
	padding: 0.5em 1em;
	font-size: 11pt;
}

.btn.action-002 {
	border: 1px solid #f68621;
}

.btn.action-003 {
	border: 1px solid #d07876;
}


@media (max-width: 768px) {
	.btn { font-size: 10pt; }

	.welcome .btn,
	.btn-download,
	.toolkit-intro.btn,
	.why .btn {
		background-image: none;
		padding: 5px 8px;
	}


}


/* forms
---------------------------------------------------------- */
label h4 {
	display: none;
}




/* home page, hero and welcome
---------------------------------------------------------- */
.home.hero h1 {
    position: absolute;
    top: 50%;
	left: 50%;
    text-align: center;
    font-size: 85px;
	line-height: 85px;
	letter-spacing: -0.04em;
    color: #fff;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.welcome h2 {
	font-size: 54px;
	font-weight: bold;
	color: #3db8db;
	line-height: 1.0;
	letter-spacing: -0.04em;
}

@media (max-width: 768px) {
	.home.hero h1 {
		top: 0;
		left: 0;
		margin: 70px 25px 0;
		font-size: 33pt;
		line-height: 1;
		text-align: left;
		-ms-transform: translateX(0) translateY(0);
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	.welcome h2 { font-size: 24pt; }
}



/* home page, unlock
---------------------------------------------------------- */
.unlock {
    background: #f4721a;
    color: #fff;
    padding: 80px 0;
}

.unlock h3 {
    font-size: 37px;
    letter-spacing: -0.02em;
	color: #fff;
	text-align: center;
}

.unlock h3 a {
    color: #fff;
    text-decoration: underline;
}
.unlock h3 a:hover {
    opacity: 0.8;
}
.unlock p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    letter-spacing: -0.02em;
}
.unlock p a {
    color: #fff;
}

@media (max-width: 768px) {
	.unlock h3,
	.unlock p { text-align: left;}
}


/* home page, why and toolkit
---------------------------------------------------------- */
.why, .toolkit-intro, .cs-intro {
	padding: 40px 20px;
}

.why {
	float: left;
	color: #fff;
	background: #3db8db;
	width: 33%;
}

.why h3 {
    color: #fff;
    margin-bottom: 20px;
	text-align: center;
    font-size: 34px;
	font-weight: 600;
    letter-spacing: -0.04em;
}
.why p { color: #fff; }


.toolkit-intro,
.cs-intro {
	float: right;
	background: #00aed8;
	width: 33%;
}

.dot {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    margin: 15px auto;
}

.toolkit-intro .dot {
	background: #f4721a;
}

.toolkit-intro h3 {
	margin-bottom: 20px;
	color: #f4721a;
	text-align: center;
	font-size: 34px;
	letter-spacing: -0.04em;
}

.toolkit-intro img.float-left {
	float: left;
	margin: 3px 40px 0 0;
	width: auto;
}

.toolkit-intro .btn-action {
	padding-top: 3.5em;
	text-align: center;
}

.toolkit-entry {
	color: #00aed8;
	text-align: center;
	background-color: #caeef6;
}

.toolkit-entry h1 {
	margin-bottom: 30px;
	font-size: 52pt;
	color: #00aed8;
	line-height: 1;
	letter-spacing: -0.04em;
}

.toolkit-entry .intro {
	color: #00aed8;
	font-size: 24pt;
}


@media (max-width: 768px) {
	.why { width: 100%; text-align: left; }
	.dot { display: none; }

	.toolkit-intro { width: 100%; text-align: left; }
	.toolkit-intro h3,
	.toolkit-intto p  { text-align: left; }
	.toolkit-intro img.float-left { float: none; margin-bottom: 1em; width: 100%: }
}


/* home, healthy business
---------------------------------------------------------- */
.healthy-business {
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
}

.healthy-business h4 {
    padding: 95px 0;
    color: #f4721a;
    font-size: 34px;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
	.healthy-business h4 { padding: 1em;  font-size: 18pt; }
}


/* home, latest entries
---------------------------------------------------------- */
.latest-posts h3 {
	margin-bottom: 1em;
}

.meta {
	color: #3db8db;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 15px;
	text-transform: uppercase;
}

.latest-posts h4 a {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	font-size: 16pt;
    letter-spacing: normal;
}
.latest-posts h4 a:hover {
	color: #3db8db;
}



/* about section
---------------------------------------------------------- */
.about-us {
	background: #3db8db;
	overflow: hidden;
}

.about-us h1,
.about-us h3,
.about-us p { color: #fff; }

.about-us h1 {
	font-size: 42pt;
	line-height: 1.0;
	letter-spacing: -0.02em;
}

.about-us hr { margin-top: 0; margin-bottom: 1em; }
.iconography hr {
	border-top: 3px solid #fff;
}

.iconography img {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 45px;
}

.iconography h3 {
	vertical-align: sub;
	margin: 0;
	padding: 0;
	font-size: 16pt;
	line-height: 1;
	width: auto;
}

.about-us-banner {
	background-size: cover;
	background-position: center center;
	height: 539px
}

@media (max-width: 768px) {
	.about-us h1 { font-size: 24pt; }
	.about-us hr { display: none; }
	.iconography img { display: relative; float: none;: }
}


/* why it matters
---------------------------------------------------------- */
.why-it-matters {
	background: #f4721a;
	height: auto;
}

.why-it-matters h1,
.why-it-matters p { color: #fff; text-align: center; }

.why-it-matters h1 {
	margin-bottom: 30px;
	font-size: 52pt;
	line-height: 1;
	letter-spacing: -0.04em;
}

@media (max-width: 768px) {
	.why-it-matters h1 { font-size: 24pt; }
	.why-it-matters h1,
	.why-it-matters p { text-align: left; }
}



/* why it matters, reasons
---------------------------------------------------------- */
.bg-info.reasons h3,
.bg-warning.reasons h3,
.bg-info p,
.bg-warning p	{ color: #fff; }

.number { display: inline-block; }

.reasons .number { padding-top: 50px; }
.reasons h3 { padding-top: 60px; }

.reasons h3 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.reasons h3,
.reasons p { margin-left: 20px; }

.reasons .number {
	font-size: 120px;
    letter-spacing: -0.02em;
	line-height: 1;
}

.bg-info .number,
.bg-warning .number	{
	color: #fff;
	border-bottom: 10px solid #fff;
}

.reasons.warning,
.reasons.info { padding: 60px 0; }

.warning,
.reasons.warning h3,
.reasons.warning .number,
.reasons.warning p { color: #f4721a; }

.reasons.warning h3,
.reasons.warning .number,
.reasons.bg-warning h3,
.reasons.bg-warning .number,
.reasons.info h3,
.reasons.info .number { padding-top: 20px; }

.reasons.warning .number { border-bottom: 10px solid #f4721a; }

.reasons.bg-warning { padding-top: 60px; }

.reasons.info h3,
.reasons.info .number,
.reasons.info p { color: #3db8db; }

.reasons.info .number { border-bottom: 10px solid #3db8db; }

.bg-neutral h5,
.bg-neutral h3 { color: #3db9db; }

.bg-neutral h3 { margin-top: 0.5em; }

.bg-neutral a { border-bottom: 2px solid #3db8db; }

.bg-neutral a:hover {
	text-decoration: none;
	border-bottom: none;
}


@media (max-width: 768px) {
	.reasons .number { display: none; }
	.reasons img { padding: 15px; }
}


/* tookit page
---------------------------------------------------------- */
.toolkit-hero h1,
.toolkit-hero p { text-align: center; }

.toolkit h1 {
	margin-bottom: 30px;
	font-size: 52pt;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.04em;
}

.toolkit h2,
.toolkit h4 { color: #fff; }

.toolkit hr {
	border: 2px solid #fff;
}

p.hero-image { margin-bottom: 0; padding-bottom: 0; }

@media (max-width: 768px) {
	.toolkit-hero h1,
	.toolkit-hero p { text-align: left; }

	.toolkit-hero h1 { font-size: 24pt; }
}




/* news and analysis pages
---------------------------------------------------------- */
.latest-posts { padding-bottom: 4em;}

.latest-posts h2 { margin-bottom: 0.5em; line-height: 1; }

.latest-posts h2 a {
	font-size: 28pt;
	font-weight: 400;
	line-height: 1;
	color: #000;
	letter-spacing: -0.04em;
}

.latest-posts h2 a:hover {
	color: #3db8db;
	text-decoration: none;
}

.equalize h4 a {
	color: #000;
	border-bottom: 1px dotted #333;
}
.equalize h4 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.latest-posts .meta {
	margin: 0;
	color: #000;
	text-transform: none;
	font-weight: 400;
}

.byline {
	margin-bottom: 1.5em;
	font-size: 14pt;
	font-weight: 400;
}

.meta.byline {
	margin-bottom: 1em;
	font-size: inherit;
}

h2:nth-child(n+2) {
	/* margin-top: 1.25em; */
}

.latest-posts .btn-read-more { margin-bottom: 3.5em; }

@media (max-width: 768px) {
	.latest-posts h2 a {
		font-size: 18pt;
		line-height: 1;
	}
}


/* case studies
---------------------------------------------------------- */
.member-mark img {
	padding: 0.5em 2em;
}

.case-study-hero {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 300px;
}

.case-study-hero .channel-name {
	padding-top: 100px;
	margin-bottom: 0.5em;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
}

.case-study-hero h1 {
	color: #fff;
	line-height: 1;
	letter-spacing: -0.02em;
	font-size: 36pt;
}

.case-study-hero .program {
	margin-top: 0.75em;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
}

.cs-icon {
	padding: 0.25em;
	width: 100px;
	border: 4px solid #f4721a;
}

.cs-blocks .equalize {
	padding: 0 2em;
}

.neutral { color: #c9c9c9; }


/* pagination
---------------------------------------------------------- */
.paginate p {
	float: right;
	width: auto;
}

.paginate hr {
	border: 1px solid #c9c9c9;
}





/* news single entry page
---------------------------------------------------------- */
.news-hero {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 500px;
}

.news-hero .channel-name {
	padding-top: 250px;
	margin-bottom: 0.5em;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
}

.news-hero h1 {
	color: #fff;
	line-height: 1;
	letter-spacing: -0.02em;
	font-size: 36pt;
}

@media (max-width: 768px) {
	.news-hero { height: 300px; }
	.news-hero .channel-name { padding-top: 2em; }
	.news-hero h1 { font-size: 24pt; }

	.addthis_inline_share_toolbox {
		margin-bottom: 1em;
		text-align: left;
	}
}


/* webinars
---------------------------------------------------------- */
.webinars {
	padding: 20px;
}

.webinars h3 {
	margin-bottom: 1em;
	text-align: center;
	color: #fff;
}

.webinars h4,
.webinars h5,
.webinars a {
	margin: 0.25em 0;
	color: #fff;
	line-height: 1;
}

.webinars h4	{ font-size: 14pt; }
.webinars h5	{ font-weight: 400; }


/* contact page
---------------------------------------------------------- */
.contact h1 {
	margin-bottom: 1em;
	color: #3db8db;
}

@media (max-width: 768px) {
	.contact h1 { font-size: 24pt; }
}



/* business actions
---------------------------------------------------------- */
h5.action	{ text-transform: uppercase; }
.action		{ padding-bottom: 0.5em; }
.action-001	{ color: #b01e1b; }
.action-002	{ color: #f68621; }
.action-003	{ color: #d07876; }
.action-004	{ color: #ffcf01; }
.action-005	{ color: #dbdb4d; }
.action-006	{ color: #b0d20e; }
.action-007	{ color: #19b89c; }
.action-008	{ color: #4dc5e2; }

h5.action	{
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 1em;
}

@media (max-width: 768px) {
	.action-icon {
		width: 50%;
	}
}


/* accordian
---------------------------------------------------------- */
.panel-title i.glyphicon {
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.rotate-icon {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.panel {
	border: 0px;
	border-bottom: 1px solid #333;
}

.panel:first-child { }

.panel-group {
	margin-top: -1em;
}

.panel-group .panel + .panel {
	margin-top: 0px;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-heading {
	border-radius: 0px;
	padding: 25px 15px;
}
.panel-custom>.panel-heading {
	background-color: transparent;
}
.panel-group .panel:last-child {
	border-bottom: none;
}

panel-collapse .collapse.in {
	border-bottom:0;
}


/* background colors
---------------------------------------------------------- */
.bg-info	{ background-color: #3db8db; }
.bg-warning	{ background-color: #f4721a; }
.bg-go		{ background-color: #9fc80b; }
.bg-neutral	{ background-color: #eee; }

.bg-info,
.bg-warning { color: #fff; }



/* footer
---------------------------------------------------------- */
footer {
    clear: both;
    background: #f4721a;
	overflow: hidden;
	padding: 40px 0 0;
}

footer p {
    color: #fff;
    font-size: 12pt;
    letter-spacing: -0.04em;
}

footer .boiler-plate {
	margin-top: 1em;
}

footer .flat-list li {
	color: #fff;
}

footer p a,
footer li a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

footer a:hover {
	color: #333;
	border-bottom: none;
	text-decoration: none;
}
