/* css to support longform content template */
/* David Hicks, dave@brandot.ca */

/* green - #8c9d03 */
/* light green - DCE1B3*/
/* warm grey - #565c54 */
/* dk warm grey - 444943*/


.IN-widget {
	display: none!important;
}
#debug {
	color: #ff0000;
}
.debug {
	display: none;
	color: #ff0000;
	font-size: 14px;
	text-align: left;
	float: left;
	top: -10px;
	font-weight: 600;
}

ul .debug {
	list-style-type: none;
}

html {
	margin-top: 0!important;
}
body {
	font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
}

.body-inner {
	width: 800px;
	margin: 0 auto;
}

.lf-footer {
	/* margin-top: 40px; */
	padding: 50px 0 10px;
	color: #fff;
	
	display: block;
	/* display: table-cell; */
	text-align: center;
	background: #000;
	position: relative;
}

.lf-footer-logo {
	margin-bottom: 10px;
}

.lf-footer-inner {
	width: 100%;
	display: block;
}

.lf-footer-copyright {
	/* position: absolute;
	bottom: 20px; */
	left: 0;
	text-align: center;
	width: 100%;
	font-size: .8em;
}

.lf-footer-logo-image {
	width: 400px;
	height: auto;
}

.container-wide {
	padding: 0 10%;
	display: inline-block;
	margin-bottom: -13px;
}

.video-left-block {
	padding: 40px 40px 0px 0px; 
}



.hero-inner-content {
	padding: 0 10%;
}

.block-video {
	margin: 0!important;
	
    overflow: hidden;
}

.main-content-lf-override {
	padding-top: 0!important;
	padding-bottom: 0!important;
}


p, ul, ul.p-list, ul.p-list li, ol.p-list li {
	font-size: 2rem;
	line-height: 1.6;
	padding: 10px 0px 10px;
	margin: 0;
	font-weight: 300;
	font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
}

ul.p-list, ol.p-list {
	padding-left: 40px;
}



p a, ul.p-list a  {
	color: inherit;
	text-decoration: underline;
}

p a:hover, ul.p-list a:hover{
	color: inherit;
	text-decoration: none;
}

.sticky-menu {
	
	position: fixed;
	background: rgba(255,255,255,0.96);
	width: 100%;
	text-align: center;
	z-index: 400;
	display: block;
	height: 54px;
	margin: 0 auto;
}

#sticky-menu-bar {
 display: none;
}

#sticky-left {

}
#sticky-center {

}
#sticky-right {
	/* width: 10%;
	float: left;
	*/
float: right;
margin-right: 90px;
	display: inline-block;
}

#sticky-logo {
	display: block;
}

.sticky-logo-wrap {
	width: 54px;
	height: 54px;
	padding: 6px 0;
	/* margin-left: 54px; */
	background: #fff;
}

#first-logo.sticky-logo-wrap {
	float: right;
	text-align: center;
}

.logo-image {
	width: 40px;
	height: 40px;
}
#hero-banner {
	margin-bottom: 40px;
	background: #5494b1;
	display: flex;
	align-items: center;
  align-content: center;
}

#cloudVideo {
	max-width: 2400px;
	height: auto;
	position: absolute;
}

.case-study-video {
	max-width: 840px;
	height: auto;
}

.logo-image-wrap-highlight {
	margin-top: 20px;
}

.highlight-logo {
	padding: 20px 0!important;
}

.fullwidth-wrapper-video {
	position: relative;
}



a.lf-map-button {
	
	padding: 14px 30px;
	background: #CFDE33;
	color: #fff;
	text-align: center;
	
}

a.lf-map-button:hover {
	background: #DEE770;
}

#mobile-menu-bar {
	display: none;
}

#tablet-menu-bar {
	display: none;
}



ul.lf-menu-items {
	display: inline-block;
	padding: 0;
	
}

ul.lf-menu-items li {
	padding: 6px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

ul.lf-sticky-social {
	list-style-type: none;
	float: right;
	padding: 0;
	/* margin-right: 20px; */
}

ul.lf-sticky-social li {
	padding: 0 5px;
	color: #3e4040;
	font-size: 24px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
	float: left;

}

ul.lf-sticky-social li:last-child {
	padding-right: 0;
	padding-left: 0;
}

ul.lf-sticky-social li a {
	color: inherit;
}

ul.lf-sticky-social li a:hover {
	color: #ff000;
}

#menu-hamburger-item {
	background: #000;
	padding: 6px 30px;
}

#sidecar-menu-hamburger {
	color: #fff;
	display: inline-block;
	float: left;
	padding: 10px 20px;
}


.post-wrap-full {
	margin-left: 90px;
	position: relative;
}


#sidecar-wrapper {
	/* position: relative; */
}

.sidecar {
	height: 100%;
	/* width: 100%; */
	position:fixed;
	z-index: 1000;
	top: 0;
	left: 0;
}




#sidecar-mini {
	color: #fff;
	z-index: 1001;
	height: 100%;
	position:absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 90px;
	background: #3e4040;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}


.sidecar-brief {
	
}

.menu-list-wrapper {
	height: 100%;
}

#sidecar-menu {
	color: #fff;
	/* width: 18%; */
	width: 360px;
	/* margin-left: -280px; */
	z-index: 1002;
	left: -360px;
	height: 100%;
	position:absolute;
	top: 0;
	background: #3e4040;

	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;

}

.sidecar-title {
	font-size: 24px;
	height: 7.142857%;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	box-sizing: border-box;
}

.sidecar-mini-title {
	padding-top: 15px;
	height: 14.2857%;
}

ul.sidecar-menu-list {
	list-style-type: none;
	height: 100%;
	/* display: inline-block; */

	/* margin-left: -18px; */
}

ul.sidecar-menu-list li {
	list-style-type: none;
	height: 7.142857%; /* 7.14282514c*/
	text-align: center;
	margin: 0;
	padding: 0;
	/* padding: 10px; */
	align-items: center;
	/* border-bottom: 1px solid #797979; */
	border-bottom: 1px solid #fff;
	-webkit-transition: background .6s; /* Safari */
	transition: background .6s;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	justify-content: center;
}


ul.sidecar-menu-list li:first-child {
	/* border-top: 1px solid #797979; */
	border-top: 1px solid #fff;
}


/*

ul.sidecar-menu-list li:first-child {
	border-bottom: none;
}
*/


ul.sidecar-menu-list li:hover {
	/* background: #C6C6C6; */
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px){
		ul.sidecar-menu-list li:active, ul.sidecar-mini-list li:active {
	/* background: #C6C6C6; */
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
	}
}

.sidecar-active {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);	
}

li .sidecar-menu-item .myth-menu-heading {
	height: 7.142857%;
}

#sidecar-mini .sidecar-menu-list {
	padding-top: 0;
	margin-top: 0;
}

.myth-leader {
	width: 80px;
	display: block;
	font-size: .7em;
	line-height: 1;
	/* padding-top: 10px; */
	padding: 0 10px 0 5px;;
	text-transform: uppercase;
}



ul.sidecar-menu-list li p {
	width: 100%;
	display: block;
	text-align: left;
	font-size: .8em;
	line-height: 1.2;
	padding: 0 10px 0 0;
	margin: 0;
	/*padding: 10px 0 10px; */
}

span .myth-leader {
	width: 100%;
	text-align: center;
}	

ul.sidecar-menu-list li p.menu-italic {
	font-style: italic;	
	text-align: center;
}

li.sidecar-menu-item.no-divider {
	border-bottom: none;
}

	
@media screen and (max-width: 480px){
/*
	.long-leader {
		display: none;
	}
*/	
	ul.sidecar-menu-list li {
		font-size: 0.9em;
	}

	ul.sidecar-menu-list li p {
		padding: 0;	
	}	
}





ul.lf-menu-items li:hover {
	background-color: #888C87;
}


#sidecar-mini ul.sidecar-mini-list li:nth-child(2){
	border-top: 1px solid #fff;
}

.force-top-border {
	border-top: 1px solid #fff;
	margin-top: 25px;
}

	#mobile-menu-open {
		display: none;
	}
	
	#mobile-menu-close {
		display: none;
	}
	
	.sidecar-mini-text {
		display:block;
	}


@media screen and (max-width: 800px){

}


	#mobile-menu-open {
		display: inline-block;
		float:left;
	/*	text-align: center;
		width: 100%; */
		margin-top: -14px;
	}
	
	#mobile-menu-close {
		display: inline-block;
		position: absolute;
		top:0;
		right: 12px;
	}



@media screen and (max-width: 480px){
	#sidecar-mini {
		width: 30px;	
	}
	.post-wrap-full {
		margin-left: 30px;
	}

	#sticky-right {
		margin-right: 30px;
	}
	
	.sidecar-mini-text {
		display:none;
	}
	
	.sidecar-icon {
		font-size: 18px;
	}
	
	#mobile-menu-open {
		display: inline-block;
		position: absolute;
		right: 8px;
	}
	
	#mobile-menu-close {
		display: inline-block;
		position: absolute;
		top:0;
		right: 12px;
	}
	
	#sidecar-menu {
		width: 320px;
		left: -320px;
	}	
}

@media screen and (min-width: 480px){
	.sidecar-title {
		font-size: 16px;
	}
	
	.sidecar-mini-text {
		display: inline-block;
		float:left;
		margin-left: 15px;
		margin-right: 5px;
	}
	
	
	#mobile-menu-open {
		display: inline-block;
		float:left;
	/*	text-align: center;
		width: 100%; */
		margin-top: -14px;
	}
	
	#mobile-menu-close {
		display: inline-block;
		position: absolute;
		top:0;
		right: 12px;
	}

}	





h1.hero-title {
	font-size: 12rem;
	line-height: 10rem;
	color: #fff;
	font-weight: 900;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* text-shadow: 1px 1px 1px #222; */
}

h1.hero-subtitle {
	font-size: 8rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	line-height: 8rem;
	display: inline-block;
	text-transform: none;
	/* text-shadow: 1px 1px 1px #222; */

}

@media screen and (max-width: 640px){
	h1.hero-title {
		font-size: 3em;
		line-height: 1em;
		margin-bottom: 0;

	}	
	h1.hero-subtitle {
		font-size: 3em;
		line-height: 1.2em;
	}
}

h2.hero-title {
	font-size: 4rem;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 600;
	line-height: 60px;
	text-align: left;
	/* text-shadow: 1px 1px 1px #222; */
}

.lf-authors {
	color: #3e4040;
	display: inline-block!important;
}

h3 {
	font-size: 3rem;
	color: #3e4040;
	text-transform: none;
	margin: 20px 0 10px;
}

.block-inner h3 {
	margin-top: 0;
	text-transform: uppercase;
}

p.footnote {
	font-size: 1.6rem;
}



h4 {
	font-size: 2.4rem;
}

.list-subhead {
	margin-bottom: 0;
	display: block;
	font-weight: bold;
}

.box-label {
	text-align: center;
}

.hero-inner-content p {
	color: #565c54;
}

.title-black {
	color: #3e4040!important;
}

.fullwidth-wrapper {
	background: none;	
}

.fix-section-margin {
	margin: 0;
}

.attribution {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-top: -40px;
	right: 30px;
	float: right;
	display: none;
}

.superhero-wrapper {
	
}


.vert-center {
 /* position: relative;
  top: 50%;
  transform: translateY(-50%); */
  position: relative;
  width: 100%;
    /* top: 50%; */
    /* transform: translateY(-50%); */
  /*  margin: 0 auto;*/
}

@media screen and (max-width: 480px){
	.vert-center {
		padding: 10% 0;
	}
}

h2.body-title {
	color: #006272;
	font-weight: 700;
	text-transform: uppercase;
}

.body-title {
	padding-left: 20px;
}


.section-title-bar {
	padding: 30px;
	width: 100%;
	display: inline-block;
}

.blue-bar {
	background: #006272; 	
}

.orange-bar {
	background: #f7941d;
}


h2.section-title {
	font-weight: 800;
	margin-top: 80px;
	padding: 0 0 10px;
	text-transform: uppercase;
	color: #3e4040;
	border-bottom: 4px solid #3e4040;
	
}

.section-title-grey {
	color: #3e4040;
	border-bottom: 4px solid #3e4040;
}

.section-title-sand {
	color: #cec8b8;
	border-bottom: 4px solid #cec8b8;
}

.section-title-ltsand {
	
	color: #fff;
	border-bottom: 4px solid #fff;
}

.section-title-sky {
	color: #31B2E1;
	border-bottom: 4px solid #31B2E1;
}

.section-title-teal {
	color: #006272;
	border-bottom: 4px solid #006272;

}

.section-title-olive {
		
			color: #73a533;
	border-bottom: 4px solid #73a533;
}

.section-title-ltgreen {
	color: #CFDE33;
	border-bottom: 4px solid #CFDE33;

}

.section-title-orange {
	color: #f7941d;
	border-bottom: 4px solid #f7941d;
}

.section-title-purple {
	color: #662d91;
	border-bottom: 4px solid #662d91;
}

.section-title-magenta {
	color: #9e1f63;
	border-bottom: 4px solid #9e1f63;
}


.header-image {
	display: block;
}

.header-image-mobile {
	display: none;
}

@media screen and (max-width: 640px){
	.header-image {
		display: none;
	}

	.header-image-mobile {
		display: block;
	}

}



.drop-para {
	font-size: 3.4rem;
	line-height: 60px;
	color: #3e4040;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	padding-left: 0;
	
}


@media screen and (max-width: 640px){
	#hero-banner {
		margin-bottom: 0;
	}
	
	.drop-para {
		font-size: 2.6rem;
		line-height: 1.4;
	}
}
/*
.pull-para {
	font-size: 3rem;
	line-height: 48px;
	padding: 20px 0;
	font-weight: 300;
	margin: 20px 0;
	position: relative;
	z-index: 100;
	
}
*/

.inner-padding {
	padding: 20px;
}

.monochrome {
	color: #fff!important;
	font-weight: 600;
}

.section-parallax {
	padding: 20px 100px;
	margin: 20px 0 0;
	height: 400px;
	
}

.section-pullquote-wide {
	padding: 20px 100px;
	margin: 20px 0;
	height: 280px;
	
}

.image-wrap {
	width: 100%;
	min-height: 100px;
	margin: 20px 0;
	/* padding: 0 20px; */
	/* background: #FFB6C1; */
}

.figure-image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 
}

.emphasis-para {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #c4d600;
}

.emphasis-pullquote {
	font-weight: 300;
	font-size: 3rem;
	text-align: left;
	line-height: 1.8;
	position: relative;
	padding: 20px 40px;
	margin: 10px 0;	
}

.highlight {
	text-align: left!important;
	font-weight: 300!important;
}

span.emphasis-highlight {
	color: #fff;
	display: inline;
	  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.emphasis-highlight-teal {
	padding: 4px 0;
	background-color: #006272;
	background: #006272;
	box-shadow: 20px 0 0 #006272, -20px 0 0 #006272;
}

.emphasis-highlight-white {
	padding: 4px 0;
	/* background-color: #fff; */
	/* background: #fff; */
	/* box-shadow: 20px 0 0 #fff, -20px 0 0 #fff; */
	color: #fff;
}

.emphasis-highlight-grey {
	padding: 4px 0;
	background-color: #3e4040;
	background: #3e4040;
	box-shadow: 20px 0 0 #3e4040, -20px 0 0 #3e4040;
}

.emphasis-highlight-sky {
	padding: 4px 0;
	background-color: #31b2e1;
	background: #31b2e1;
	box-shadow: 20px 0 0 #31b2e1, -20px 0 0 #31b2e1;
}

.emphasis-highlight-olive {
	padding: 4px 0;
	background-color: #73a533;
	background: #73a533;
	box-shadow: 20px 0 0 #73a533, -20px 0 0 #73a533;
}

.emphasis-highlight-orange {
	padding: 4px 0;
	background-color: #f7941d;
	background: #f7941d;
	box-shadow: 20px 0 0 #f7941d, -20px 0 0 #f7941d;
}

.emphasis-highlight-purple {
	padding: 4px 0;
	background-color: #662d91;
	background: #662d91;
	box-shadow: 20px 0 0 #662d91, -20px 0 0 #662d91;
}

.emphasis-highlight-ltgreen {
	padding: 4px 0;
	background-color: #CFDE33;
	background: #CFDE33;
	box-shadow: 20px 0 0 #CFDE33, -20px 0 0 #CFDE33;
}

.emphasis-highlight-magenta {
	padding: 4px 0;
	background-color: #9e1f63;
	background: #9e1f63;
	box-shadow: 20px 0 0 #9e1f63, -20px 0 0 #9e1f63;
}

.emphasis-pullquote-grey {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #3e4040;
	position: relative;
	padding: 20px 40px;
	
}

.emphasis-pullquote-green {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #c4d600;
	position: relative;
	padding: 20px 40px;
	

	
}

.emphasis-pullquote-olive {

		font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: 	#73a533;
	position: relative;
	padding: 20px 40px;
}

.emphasis-pullquote-orange {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #f7941d;
	position: relative;
	padding: 20px 40px;


	
}

.emphasis-pullquote-teal {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #006272;
	position: relative;
	padding: 20px 40px;

}
.emphasis-pullquote-magenta {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #9e1f63;
	position: relative;
	padding: 20px 40px;

}


.emphasis-pullquote-teal a {
	color: inherit;
	text-decoration: underline;	
}

.emphasis-pullquote-teal a:hover {
	color: inherit;
	text-decoration: none;	
}	


.emphasis-pullquote-ltgreen {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #CFDE33;
	position: relative;
	padding: 20px 40px;
	
}

.emphasis-pullquote-ltgreen a {
	color: inherit;
	text-decoration: underline;	
}

.emphasis-pullquote-ltgreen a:hover {
	color: inherit;
	text-decoration: none;	
}	

.emphasis-pullquote-sky {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #31b2e1;
	position: relative;
	padding: 20px 40px;

	
}

.emphasis-pullquote-purple {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #662d91;
	position: relative;
	padding: 20px 40px;
}

.emphasis-pullquote-purple a {
	color: inherit;
	text-decoration: underline;	
}

.emphasis-pullquote-purple a:hover {
	color: inherit;
	text-decoration: none;	
}




.emphasis-pullquote-magenta {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	color: #9e1f63;
	position: relative;
	padding: 20px 40px;

	
}

/*
.emphasis-pullquote-magenta:before {
	content: "";
	position: absolute;
	width: 33.33%;
	border-top: 2px solid #9e1f63;
	padding: 0px 40px;
	top: 0px;
	left: 33.33%;
	right: auto;
}

.emphasis-pullquote-magenta:after {
	content: "";
	width: 33.33%;
	position: absolute;
	border-bottom: 2px solid #9e1f63;
	padding: 0px 40px;
	bottom: 0px;
	left: 33.33%;
	right: auto;
}

*/



.white-text {
	color: #fff;
}

.teal-text {
	color: #006272;
}

.ltsand-text {
	color: #fff;
}

.orange-text {
	color: #f7941d;
}

.olive-text {
	color: #73a533;
}

.purple-text {
	color: #662d91;
}

.magenta-text {
	color: #9e1f63;
}

.sky-text {
	color: #31b2e1;
}

.ltgreen-text {
	color: #CFDE33;
}

.magenta-text {
	color: #9e1f63
}

.h3 .qa-title {
	font-size: 2.4rem;
}


.iconbox{
	background: #cec8b8;
	padding: 6px 8px;
	margin-right: 8px;
	display: inline-block;
}

.expand-icon {
	color: #fff;
}

.collapse-icon {
	color: #fff;
	display: none;
	

}



.qa-question {
	font-size: 2rem;
	font-weight: 600;
	background: #edebe5;
}

.qa-expand {
	margin-top: 20px;
	display: none;  /* none to hide expander */
}

.qa-expand p {
	padding-left: 30px;
}

.qa-expand p a {
	color: inherit;
	text-decoration: underline;
}

.qa-expand p a:hover {
	color: inherit;
	text-decoration: none;
}

.teal-text {
	color: #006272;
}


.tan-text {
	color: #b4a77d;
}

ul.box-list {
	list-style-type: disc;
	padding: 0 20px;
	font-size: 1.8rem;
	font-weight: 300;
}

ul.box-list li {
	padding-bottom: 10px;
}

ul.box-list li:last-child {
	padding-bottom: 0;
}

.block-100 {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 40px 0;
}

.block-50 {
	width: 50%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 40px 0;
}

.block-66 {
	width: 66.66%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 40px 0;
}

.block-33 {
	width: 33.33%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 40px 0;
}

.block-25 {
	width: 25%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 40px 0;
}

.block-left {
	padding-right: 10px;
}

.block-right {
	padding-left: 10px;
}

.teal-block {
	background: #B2D0D4;
	border: 1px solid #006272;
	color: #fff;
}

.sky-block {
	background: #C1E7F6;
	border: 1px solid #31b2e1;
	color: #fff;
}

.magenta-block {
	background: #fff;
	border: 1px solid #9e1f63;
	color: #9e1f63;
}

.green-block {
	background: #fff;
	border: 1px solid #c4d600;
	color: #c4d600;
}

.orange-block {
	background: #fff;
	border: 1px solid #f7941d;
	color: #f7941d;
	
}

.teal-outline-block {
	background: #fff;
	border: 1px solid #006272;
	color: #006272;
}

.olive-outline-block {
	background: #fff;
	border: 1px solid #73a533;
	color: #73a533;
}

.block-inner-content {
	padding: 40px;
}

.block-inner-content p {
	padding: 0;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 36px;
}

.block-inner-content p:last-child {
	padding: 0;
	margin-bottom: 0;
}

.full-width-video-wrap .block-inner-content {
	padding: 20px 0 0;
}

.full-width-video-wrap .block-inner-content h4{
 text-align: left;
 margin-bottom: 0;
}

.full-width-video-wrap .block-inner-content ul.box-list {
 padding: 0;
}

.full-width-video-wrap .block-inner-content ul.box-list li {
 padding-top: 4px;
 margin: 0 0 0 20px;
 line-height: 1.1em;
}

.full-width-video-wrap .block-inner-content ul.box-list li:first-child {
	margin-top: 20px;
} 

.olive-banner-bg {
	background-color: #73a533!important;
}



ol, li {
	margin: 20px;
}

.illustration {
	text-align: center;
}

.illustration-info {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}


.lf-button-container {
	text-align: center;
	padding: 0 20px 20px;
}

.center-button-wrap {
	margin: 20px auto;
	text-align: center;
	display: block;
}

.lf-button-container-ltgreen {
	/* width: 100%; */
	padding: 10px 40px;
	display: inline-block;
	/* diplay: block; */
	line-height: 1.2;
	background: #CFDE33;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.lf-button-container-teal {
	/* width: 100%; */
	padding: 10px 40px;
	display: inline-block;
	/* diplay: block; */
	line-height: 1.2;
	background: #006272;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

a.lf-map-button, a.lf-infographic-button {
	padding: 0;
	background: none;
	color: #fff;
}

.lf-button-container-ltgreen:hover {
	background: #DEE770;
	color: inherit;
}

.lf-button-container-teal:hover {
	background: #33828E;
	color: inherit;
}

a.lf-map-button:hover {
	background: none;
}


.call-out-box {
	
	font-weight: 300;
	font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
	/* border: 1px solid #222; */
	color: #6E6259;
	font-size: 2rem;
	line-height: 1.6;
	margin: 20px 40px;
	padding: 20px;
	box-sizing:border-box;
	background: #E2DFDD;
}

svg text {
	  cursor: default;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
svg text::selection {
   /* background: #ff0000; */
}

.full-width-video-wrap {
	margin: 40px 0;
	width: 100%;
	padding: 0;
	background-color: #3e4040;
	margin-bottom: 40px;
}

.inline-video-wrap {
	margin: 20px 0 40px;
	width: 100%;
	background-color: #3e4040;	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.inline-video-wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
@media screen and (max-width: 375px){
	.inline-video-wrap > iframe {
	width: 450px;
}
}
*/
.inline-video-wrap h3 {
	text-align: center;
	margin: 0 0 40px;
}

.full-width-download-wrap {
	width: 100%;
	padding: 40px 0;
	background-color: #006272;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}

.footer-cta-icon-wrap {
	color: #fff;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
}

.block-cta a > .block-inner:hover {
	background: #33828E;
	 -webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

.fluid-width-video-wrapper iframe {
	border: none;
}

.tight-video-container {
	padding: 0;
	overflow: hidden; 
}


#reference-section {
	background: #cec8b8;
	padding: 20px 0 40px;
	margin-top: -27px; /* fix gap */
}

.lf-reference {
	color: #fff;
	padding: 10px 0;
	
}

.lf-reference a {
	color: inherit;
	text-decoration: underline;
	
}

.lf-reference a:hover {
	color: inherit;
	text-decoration: none;
	
}


.lf-reference strong {
	display: block;
}



.download-center {
	color: #fff!important;
	text-align: center;
	padding: 40px 0;
}

.download-center a h3 {
	color: #fff;
}

.download-center a h3:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}


.quote-wrap {
	width: 100%;
	display: inline-block;
	margin: 5px 0;
}

.quote-wrap-sky {
	background: #82BBD6;
}

.quote-image-bg-sky {
	background: #5BAACE;
}

.quote-wrap-green {
	background: #93ad65;
}

.quote-image-bg-green {
	background: #779A45;
}

.quote-wrap-orange {
	background: #E7A766;
}

.quote-image-bg-orange {
	background: #DF8F44;
}

.quote-wrap-teal {
	background: #36747d;
}

.quote-image-bg-teal {
	background: #005761;
}




.quote-wrap-lt-green {
	background: #c4d600;
}



.quote-image-bg {
	display: inline-block;
	float: left;
	text-align: center;
	width: 25%;
	min-height: 360px;
	padding: 40px 0;
	box-sizing: border-box;
	
}

.quote-image-frame {
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	width: 200px;
	height: 200px;
	overflow:hidden;
	margin: 0 auto;
	float: none;

}

.quote-image {
	width: 200px;
	height: 200px;
}

.quote-name {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
}	

.quote-body {
	}
	
.quote-about {
	margin-top: 40px;
}

.pull-para {
	font-size: 3rem;
	line-height: 48px;
	font-weight: 300;
	position: relative;
	margin: 40px 0;
	z-index: 100;
	
}

.reverse-quote {
	width: 75%;
	padding: 20px 40px;
	margin: 0;
	color: #fff;
	display: inline-block;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.quote-body:before {
	content: '\201C';
	font-family: 'serif';
	font-size: 200px;
	position:absolute;
	top: 40px;
	left: -20px;
	z-index: -1;

}

.quote-body:after {
	content: '\201D';
	font-family: 'serif';
	font-size:200px;
	position:absolute;
	bottom: -40px;
	right: -20px;
	z-index: -1;
}


.quote-body-ltgreen:before, .quote-body-ltgreen:after {
	color: #CFDE33;
}

.quote-body-sky:before, .quote-body-sky:after {
	color: #a1cce0;
}

.quote-body-green:before, .quote-body-green:after {
	color: #AEc28B;
}


.quote-body-orange:before, .quote-body-orange:after {
	color: #EDBD8C;
}

.quote-body-teal:before, .quote-body-teal:after {
	color: #68979D;
}



.reverse-purple-quote {
	padding: 40px;
	margin: 40px 0;
	background: #662d91;
	color: #fff;
	position: relative;
}

.reverse-purple-quote:before {
	content: '\201C';
	font-family: 'serif';
	font-size: 600px;
	position:absolute;
	color: #8457A7;
	top: 170px;
	left: 0px;
	
}

.reverse-purple-quote:after {
	content: '\201D';
	font-family: 'serif';
	font-size: 600px;
	position:absolute;
	color: #8457A7;
	bottom: -106px;
	right: 0;
}

.ref-expand {
	padding-left: 40px;
}

.reference-expander h3 {
	display: inline-block;
	margin-right: 10px;
}

.reference-expander .iconbox .expand-icon, .reference-expander .iconbox .expand-icon {
	margin-top: -5px;
	position: relative;
}

#menu-hamburger-item {
	display: none!important;
}

#show-tablet-menu-items {
	display: none;
}

@media screen and (min-width: 801px) and (max-width: 1176px){
#menu-hamburger-item {
	display: block!important;
}

.hide-tablet {
	display: none!important;
}

#sticky-left {
	width: 84px;
}

ul.lf-menu-items {
	display: block;
}	

#show-tablet-menu-items {
	left: 84px;
	/* padding-top: 40px; */
	top: 30px;
	position: absolute;
	z-index: -1;
	padding: 16px 0 0 0;
	width: 200px;
	display: none;
}

#show-tablet-menu-items ul.lf-menu-items li {
	width: 100%;
	text-align: left;
	padding-left: 30px;
	
}

.menu-expander {
	background: #666C65;
}

#sticky-right {
	width: 18%;
	float: right;
}

#sticky-center {
	width: 72%;
}



}
	

@media screen and (max-width: 800px){


	
h1.hero-title {
	font-size: 6rem;
	color: #fff;
}

.hero-inner-content {
	padding: 0 10%;
}

h2.section-title {
	margin-left: 0;
	margin-top: 0;
}

.body-inner {
	width: 100%;
}

.container-wide {
	padding: 0;
}

.block-50 {
	width: 100%;
}

.block-33 {
	width: 100%;
	margin: 0;
}

.block-25 {
	width: 100%;
	margin: 0;
}

.block-33 .block-inner-content, .block-25 .block-inner-content {
	padding: 20px 40px;
}

.video-left-block {
	padding: 20px;
}

.block-video {
	float: right;
}

.case-study-video {
	max-width: 100%;
}

.qa-question  {
	padding-left: 48px;
	text-indent: -48px;
	line-height: 1.6;
}
.iconbox {
	width: 34px;
	height: 34px;
	padding-top: 0;
}

.expand-icon {
	display: inline;
	margin-left: 48px;
}

.collapse-icon {
	display: none;
	margin-left: 48px;
}

.quote-image-bg {
	width: 100%;
	min-height: 280px;
	padding: 20px 0;
}
.reverse-quote {
width: 100%;
padding: 0px 40px 20px;
}



.image-wrap {
	padding: 0;
}

p.drop-para {
	margin-top: 0;
}

.pull-para {
	font-size: 2rem;
line-height: 24px;
}
} /* END @720 */

.nav-space:before {
	height: 20px;
	display: block;
	content: '';
}

@media screen and (min-width: 680px) and (max-width: 1120px){
	.container {
		width: 100%!important;
	}
	
}

.attribution-bar {
	width: 100%;
	text-align: left;
	text-decoration: underline;
	padding: 20px 0;
	margin-top: 40px;
}
	
.attribution-bar a {
	color:#67909A;
	font-size: 20px;
}

.attribution-bar a:hover {
	text-decoration: none;
}


