#page {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 70px; 
}

@media(max-width:767px) {
	#page {
		padding-top: 56px;
	}
}

@media(min-width:1025px) {
	header + main {
		margin-top: 50px;
	}
}

.main {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

body.page-template-default main {
	padding-top: 3rem;
}

@media(min-width:768px) {
	body.single .main {
		padding-top: 4.5rem;
	}
}

@media(max-width:767px) {	
	.main.container > .content,
	.main.container > #sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

.narrow {
	margin: auto;
	width: 75%;
}

body.single-service main,
body.single-case-study main,
body.single-project main,
body.single-thought-leadership main,
body.single-discovery_material main {
	background-color: #fff;
}


.wp-social-login-provider-list a,
.btn, .btn-default,
input[type="submit"] {
	background-color: #ff5907;
	border: none;
	border-radius: 0.125rem;
	color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 0.75rem 4rem;
    text-transform: uppercase;
}

.btn.small {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.btn:hover, .btn-default:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #d34b00;
    border-color: transparent;
}


.meta {
	margin-bottom: 20px;
}

.meta li {
	padding: 0;
}

.nobr {
	white-space: nowrap;
}

.section-heading {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 30px;
}

h2.opener {
	color: #9fa0a2;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}

h2.opener:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 60px;
	right: 30px;
	height: 2px;
	margin-top: -1px;
	background: #cbcbcb;
	z-index: -1;
}

h2.opener a {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	background: #f7f7f7;
}

h2.opener .arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

h2.opener .arrow:before {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-width: 8px 8px 0;
	border-top-color: #cbcbcb;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -8px;
}

h2.opener .collapsed .arrow {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}





















.pagination {
    background: #f1f1f1;
    display: block;
	margin: 0;	
	width: 100%;
}

@media(min-width:768px) {
	.pagination {
		display: table;
		table-layout: fixed;
	}
}

.pagination .next,
.pagination .prev {
	display: block;
	background: white;
	border-top: none;
	color: #9fa0a2;
	/*border-top: 3px solid #515254;*/
	vertical-align: middle;
}

@media(min-width:768px) {
	.pagination .next,
	.pagination .prev {
		display: table-cell;
		/*height: 100px;*/
		width: 50%;
	}
}

.pagination .next:hover,
.pagination .prev:hover {
	text-decoration: none;
	background: #f1f1f1;
}


.pagination .prev + .prev, .pagination .next + .next { display: none; }


.pagination .next .img,
.pagination .prev .img {
	display: none;
	width: 150px;
	vertical-align: middle;
}

.pagination .img.empty {
	width: 1px; 
	overflow: hidden;
}

.pagination .next img,
.pagination .prev img,
.pagination .next svg,
.pagination .prev svg {
	/*width: 100%;*/
	width: auto;
	max-height: 100px;

}

.single-service .pagination .next img,
.single-service .pagination .prev img,
.single-service .pagination .next svg,
.single-service .pagination .prev svg {
	max-height: 140px;
    padding: 10px 0;
}

.pagination .next .text,
.pagination .prev .text {
	vertical-align: middle;
	padding: 8px;
}

@media(min-width:768px) {
	.pagination .next .text,
	.pagination .prev .text {
		display: table-cell;
	}
}

.pagination .img {
	height: 100px;
}

.pagination .next p,
.pagination .prev p {
	margin: 0;
}

.pagination .next p,
.pagination .prev p {
	color: #677385;
	font-family: Lato;
	font-size: 12px;
	font-weight: 900;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media(min-width:768px) {
	.pagination .next p, 
	.pagination .prev p {
		margin-top: -1rem;
	}
}

.pagination .prev .holder {
	border-left: 20px solid #ff5907;
}

.pagination .next .holder {
	border-right: 20px solid #ff5907;
}

@media(min-width:768px) {
	.pagination .next .holder,
	.pagination .prev .holder {
		display: table;
		width: 100%;
	}
}

.pagination .next {
	text-align: right;
	border-top-color: #ff5907;
}

.pagination .next:first-child { float:right; }

@media(min-width:768px) {
	.pagination .next .text,
	.pagination .prev .text {
		padding: 20px;
	}
}

.pagination .next h3,
.pagination .prev h3 {
	color: #677385;
	font-family: Lato;
	font-size: 1.25rem;
	font-weight: 300;
    margin-bottom: 0;
	text-transform: none;
	letter-spacing: 1px;
}

@media(min-width:1025px) {
	.pagination .next h3,
	.pagination .prev h3 {
		font-size: 2rem;
		line-height: 1;	
	}
}

.pagination .prev .img,
.pagination .next .img {
	position: relative;
}

@media(min-width:768px) {	
	.pagination .next .img,
	.pagination .prev .img {
		display: table-cell;
	}
}

.pagination .prev .img:before,
.pagination .next .img:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 50%;

}

.pagination .prev .img:before {
	border-right: 7px solid #fff;
	right: 100%;
    margin-right: 7px;
}

.pagination .next .img:after {
	border-left: 7px solid #fff;
	left: 100%;
    margin-left: 7px;
}

.pagination .prev svg {
	margin-left: .5rem;
}

.pagination .next svg {
	margin-right: .5rem;
}




.popup-holder {
	height: 0;
	position: relative;
	overflow: hidden;
}

/* grayscale image styles */

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#header {
    background: #131e28;	
	color: #fff;    
	height: 70px;
	left: 0;	
	position: fixed;
	right: 0;	
	top: 0;
	z-index: 10;
}

@media(max-width:767px) {
	#header {
		padding: .25rem 0;
	}
}

#header > .container {
	position: relative;
}

#header > .container > div {
    padding-left: 0;	
    padding-right: 0;
}

#header.minimal .container > div {
	-webkit-transition: width .3s linear;
			transition: width .3s linear;
}

/*@media(max-width:1024px) and (min-width:768px) {
	#header .container > div {
		-webkit-transition: width .3s linear;
				transition: width .3s linear;
	}
}*/

.logo {
	display: block;
	white-space: nowrap;
	margin: 0 60px 0 0;
	position: relative;
    z-index: 12;
    
	margin: 0;
	padding: .666rem 0;
	z-index: 15;
}

@media(max-width:767px) {
	.logo {
	    width: 100%;
	}
}

.logo:before {
	content: "";
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	color: #fff;
	
	-webkit-transition: all .3s linear;
			transition: all .3s linear;
	width: 100%;
}

.minimal .logo a {
    width: 66%;
}

/*
@media(max-width:1024px) and (min-width:768px) {
	.logo a {
	    width: 66%;
	}
}
*/

#logo { 
	opacity: 1;
	max-width: 190px;
	-webkit-transition: all .3s linear;
			transition: all .3s linear;	
	width: 100%;
}

@media(min-width:768px) {
	.minimal #logo {
		opacity: 0;
	}
}

/*
@media(max-width:1024px) and (min-width:768px) {
	#logo {
		opacity: 0;
	}
}
*/



#logo-small {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);	    
	-webkit-transition: all .45s linear;
			transition: all .45s linear;
	width: 39px;    
}

@media(max-width:767px) {
	
	strong.logo > a {
		position: relative;
	}

	#logo-small {
		left: 0;
		top: 0;
	}
}

@media(min-width:768px) {
	.minimal #logo-small {
		opacity: 1;
		-webkit-transition: all .15s linear;
				transition: all .15s linear;	
	}
}

/*
@media(max-width:1024px) and (min-width:768px) {
	#logo-small {
		opacity: 1;
		-webkit-transition: all .15s linear;
				transition: all .15s linear;	
	}
}
*/

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar-toggle {
	cursor: pointer;
    margin: 0;
    /*border: none;*/
	border-radius: 4px;
	width: 38px;
    height: 36px;
    /*background-color: #ff5907;*/
    padding: 0;
    position: relative;
    z-index: 3;
    border:1px solid #26c5ed;
    padding: .5rem;
    
    
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1024px) {
	.navbar-toggle {
		display: block;
	}
}

.navbar-toggle .icon-bar, 
.navbar-toggle:before,
.navbar-toggle:after {
	background-color: #26c5ed;
	border-radius: .125rem;
    content: '';
    display: block;
    height: .125rem;
    margin: 0 0 calc( 0.5rem - .125rem);
    transition: all .2s ease-in-out;
    width: 100%;
}

html.touch-nav-open .navbar-toggle .icon-bar { transform: scale(0); }
html.touch-nav-open .navbar-toggle:before { transform: translateY(.525rem) rotate(135deg); }
html.touch-nav-open .navbar-toggle:after { transform: translateY(-.525rem) rotate(-135deg); }








#nav {
    color: #26c5ed;
    border-bottom: 1px solid #9fa0a2;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.5;
    text-transform: capitalize;
    padding: 0;
    top: 100%;
    z-index: 14;
}

@media(min-width:1025px) {
	#header:not(.minimal) #nav {
		margin-left: -16.85rem;
	}
}

@media(min-width:64.00625rem) {
	#nav {
	    text-transform: uppercase;
	}
}

@media(max-width:1024px) {
	
	header .container {
		height: 100%;
	}
	
	#nav {
		background-color: #162431;
	    position: fixed;
	    color: #eceff0;
	    /*display: block !important;*/
		display: -webkit-box !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    top: 70px;
	    left: 0;
	    bottom: 0;
	    overflow: scroll;
		padding: 1rem 4rem;

	    -webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
				transform: translateX(-100%);

	    -webkit-transition: all .3s ease;
			    transition: all .3s ease;

	    width: 100%;
	    
		font-size: 1.125rem;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	#nav .sub-menu {
		display: none;
	}
}

html.touch-nav-open {
	overflow: hidden;
}

.touch-nav-open #nav {
    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
			transform: translateX(0);
}

#nav > ul {
	margin: 0;
}

#nav .navigation {
	margin: 0;5299
	padding: .666rem 0;
}

#nav a {
	color: inherit;
	display: block;
	text-decoration: none;
}

@media(min-width:1025px) {
	header:not(.minimal) #nav .navigation {
		padding-bottom: 0;
		padding-top: 0;		
	}	
}

@media(max-width:1024px) {
	#nav > ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	
	#menu-main-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;		
		
	    text-align: center;
	}
	
	#menu-top-links {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		padding: 2rem 0 1rem !important;
	}
	
	#menu-top-links li {font-size: 0;}
}

#nav > ul li {
	display: block;
	margin: 0 0 -1px;
	
	padding: 0;
}

@media(min-width:1024px) {
	#nav > ul li {
		border-bottom: 1px solid #9fa0a2;
	}
}

@media(max-width:1024px) {
	#nav > ul li {
		padding: 0 1rem;
	}
}

header .navigation a {
	display: block;
	padding: 10px;
	color: inherit;
    white-space: nowrap;
}

header .navigation .sub-menu a {
	white-space: normal;
}

@media(max-width:1024px) {
	#menu-main-menu {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
	    font-size: 1.5rem;
	    font-weight: 300;
	    height: 100%;
        padding: 2rem 0;
	    width: 100%;
	}
	
	#nav > ul li.active a {
		font-weight: 700;
	}
}

#nav > ul a:hover {
	text-decoration: none;
	color: rgba(38, 197, 237, .6);
}

@media(min-width:1025px) {
	
	#header.minimal .links li {
	    width: 30px;
	}
		
	#header.minimal .links li:not(:last-child) {
		margin-right: .5rem;
	}
	
	header:not(.minimal) #nav .links a:after {
		margin-left: .75rem;
	}
	
	header:not(.minimal) #nav .links a:after {
		transform: translateY(-2px);
	}
}
	
@media(max-width:1024px) {	
	#header .links li:not(:last-child) {
		margin-right: .5rem;
	}
}


#nav .links a:after {
	display: block;	
}

@media(min-width:1025px) {
	#nav .links a:after {
		display: inline-block;	
	}	
}


/*@media(max-width:1024px) and (min-width:768px) {
	#menu-top-links {
		-webkit-transform-origin: center right;
				transform-origin: center right;		
	    -webkit-transform: scale(0.9);
				transform: scale(0.9);	    
	}
}*/


#nav .links a:after {
	background-image: url('../images/icons-header.png');
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
    margin: auto;
	vertical-align: middle;
}

@media(min-width:1025px) {
	
	#nav .links a {
		position: relative;
		padding-left: 40px;
	}
	
}

#nav .links a:hover:after {
	opacity: .5;
}

#nav .links a.login:after {
	background-position: -20px 0;
}

#nav .links a.careers:after{
	background-position: 0% 50%;
}

#nav .links a.press:after {
    background-position: 65% 50%;
    width: 30px;
}

#nav .links a.newsletter:after {
	background-position: 100% 50%;
	width: 28px;
}

#nav .links a.contact:after {
	background-position: 30% 50%;
}


#nav ul li {
    margin: 0;
	position: relative;
}

@media(max-width:1024px) {
	#nav ul li {
		width: 100%;
	}
}


@media(min-width:1025px) {
	#nav ul li ul.sub-menu {
	    background-color: rgba(22, 36, 49,.8);
	    position: absolute;
	    text-align: left;
	    width: 200px;
	}
}

@media(min-width:1025px) {
	
	#nav .sub-menu {
		height: 0;
		margin: 0;
    		opacity: 0;
    		overflow: hidden;
    		transition: opacity .3s, height 0s .3s;
	}
	
	#nav li:hover .sub-menu {
		height: auto;
		opacity: 1;
    		transition: opacity .3s, height 0s .3s;		
	}
	
	#nav ul li .sub-menu li {
		border-bottom: none;
	    color: #eceff0;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1.375rem;
	}
	
	#nav ul li .sub-menu li:hover {
	    background-color: #162431;
	}

	#nav .sub-menu a{
		padding: 1rem 1.25rem;
	}
}

@media(min-width:1025px) {
	#nav.sub-menu li:hover {
	    background-color: #162431;
	}
}

.intro-section {
    align-items: center;	
   	background-position: 50% 20%;
	background-size: cover;
	color: #fff; 
	display: flex;
    flex-direction: column;
    font-weight: 100;
    justify-content: center;
    line-height: 1.5;
	min-height: 32.85vw;
	overflow: hidden;    
    position: relative;
    text-align: center;	
}

.intro-section.full {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32.85vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media(max-width:767px) {
	body.home .intro-section.full {
		height: 100vh;
		max-height: calc( 100vh - 70px );
	}
}

.intro-section h1 {
	color: inherit;
	font-size: 3.75rem;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 15px;
}

.intro-section > svg {
	bottom: -1px;
	left: 0;
	position: absolute;
	right: 0;
	z-index:0;
}

body:not(.home) .intro-section > svg path {
	fill: #000;
    fill-opacity: 0.12;
    fill-rule: evenodd;
    transform: translateY(25%);
}

.intro-section .text-block, .img-holder .text-block {
	/*top: 50%;
	left: 50%;*/
    max-width: 40rem;
	padding: 5rem 1rem;
	/*white-space: nowrap;
	text-align: center;
	z-index: 1;*/
}

/*
.intro-section .text-block, .img-holder .text-block {
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.intro-section .text-block {
	-webkit-transform: translate(-50%,-66%);
			transform: translate(-50%,-66%);
}

.intro-section .text-block:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
*/

.intro-section .text-block .holder, .img-holder .text-block .holder {
    /*text-align: center;
	white-space: normal;
	display: inline-block;*/
	font-size: 1.25rem;
	/*font-weight: 200;
    line-height: 1.5;
	vertical-align: middle;
	max-width: 100%;*/
}

body.home .intro-section .text-block .holder {

	-webkit-animation-name: example;
          	animation-name: example;
	-webkit-animation-duration: .5s;
    		animation-duration: .5s;
    -webkit-animation-delay: .12s;
    		animation-delay: .12s;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;


}


@-webkit-keyframes example {
    from {
	    opacity: .7;
	    -webkit-transform: translatey(200px);
	    	-ms-transform: translatey(200px);
				transform: translatey(200px);
    }
    to {
	    opacity: 1;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
    }
}

@keyframes example {
    from {
	    opacity: .6;
	    -webkit-transform: translatey(200px);
		    -ms-transform: translatey(200px);
				transform: translatey(200px);
    }
    to {
	    opacity: 1;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
    }
}


@media(max-width:1200px) {
	.intro-section h1 {
		font-size: 2.5rem;
	}
	.intro-section .text-block .holder, .img-holder .text-block .holder {
		font-size: 1.125rem;
	}
}

.intro-section a.btn-scroll {
	color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
	text-transform: uppercase;
	/*-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);*/
	font-size: .875rem;
	line-height: 1.2;
	
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}



.intro-section a.btn-scroll .fa {
    display: inline-block;
    margin: 0 auto 16px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 11px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.intro-section a.btn-scroll .fa:before {
	display: inline-block;
    position: relative;
    text-indent: 3px;
    top: 0px;
}


.intro-section a.btn-scroll:focus,
.intro-section a.btn-scroll:hover {
	text-decoration: none;
	color: #ff5907;
}

.intro-section a.btn-scroll:focus .fa,
.intro-section a.btn-scroll:hover .fa {
	color: #ff5907;
	border-color: #ff5907;
}

.company-overview {
	background: #fff;
	color: #677385;
	padding: 3rem 0;
	line-height: 1.429;
}

.company-overview .heading {
	margin: 0 auto 5rem;
	max-width: 660px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
}


@media(max-width:767px) {
	.company-overview .item:not(:last-child) {margin-bottom: 4rem;}
}



.company-overview h2 {
	color: #677385;
	font-weight: 300;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 19px;
}

.company-overview .block {
	margin: 0 auto;
	max-width: 220px;
}


.company-overview .block a.more {
	color: #ff5907;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
}


.company-overview .block img {
	display: block;
	margin: 0 auto 31px;
}


.company-overview h3 {
	text-transform: uppercase;
	color: inherit;
	font-weight: 700;
	font-size: 16px;
    letter-spacing: 1px;
	margin-bottom: 1rem;
}

/*.case-studies.featured .heading {
    border-bottom: 1px solid #fff;
	white-space: nowrap;
	text-align: center;
	padding: 12.5rem 0;
	color: #fff;
	background: transparent url('../images/hero-case-studies.jpg') no-repeat 50% 100%;
	background-size: cover;
	font-size: 20px;
	line-height: 1.4;
}

@media(max-width:1024px) {
	.case-studies.featured .heading {
		padding: 6.25rem 0;
	}
}

.case-studies.featured .heading .container {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.case-studies.featured .heading h2 {
	color: inherit;
	margin: 0;
	font-weight: 300;
	font-size: 2.25rem;
}

.case-studies.featured .btn-holder {
	background-color: #162431;
}

.case-studies.featured .btn-holder,
.resources-page .btn-holder.bg-info {
	padding: 2.875rem 0.625rem 2.875rem;
}

.case-section {
	color: #808080;
	line-height: 1.375;
}

.case-section .section-block {
	background: #f6f6f6;
}


@media(max-width:767px) {
	
	.case-section .section-block:nth-child(even) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
	


.case-section .section-block:nth-child(2n+1) .block:last-child,
.case-section .section-block:nth-child(2n) .block:first-child {
	background: #fff;
}

.case-section .section-block:nth-child(2n) .block:last-child .image img {
	margin-right: -1999px;
	float: left;
}

.case-section .section-block:nth-child(2n+1) .block:first-child .image img {
	margin-left: -1999px;
	float: right;
}

.case-section .block {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.case-section .block:first-child:before {
	bottom: 0;
	left: 50%;
	content: "";
	position: absolute;
	border: 20px solid transparent;
	margin-left: -20px;
	border-color: #fff transparent;
	border-top-width: 0;
	z-index: 10;
}

@media(min-width:768px) {
	.case-section .section-block:nth-child(2n) .block:before {
		border-width: 20px 20px 0;
		bottom: -20px;
	}
}

@media(max-width:767px) {
	.case-section .section-block:nth-child(2n) .block:before {
		bottom: 100%;
	}
}


.case-section .block .wrapper {
	height: 100%;
	max-height: 450px;
	overflow: hidden;
	position: relative;
}

@media(min-width:1024px) {
	.projects .case-section .block .wrapper { height: 450px;position: relative; }
	.projects .case-section .block .image img {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.projects .case-section .section-block:nth-child(2n+1) .block .image img {right:0;}

}

.case-studies .case-section a.block {
	background-color: #2c3e4f;
}

.case-studies .case-section .block .image img {
	opacity: .2;

    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
			transform: scale(1);
    -webkit-transition: all .3s ease;
    		transition: all .3s ease;
}

.case-studies .case-section .block:hover .image img {
	-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
			transform: scale(1.15);
}

.case-section .block .logo {
	left: 50%;
	position: absolute;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.case-section .text-block {
	padding: 30px 15px;
}

.case-section .image img {
	max-width: 200%;
	min-width: 100%;
}

.case-section blockquote {
	border: none;
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.3;	
	padding: 2rem .9375rem;
	text-align: left;
}

@media(min-width:768px) {
	.case-section blockquote {	
	    max-width:650px;
	    padding: 4.75rem 1rem 1.875rem 6rem;
	}
}

@media(max-width:767px) {
	.case-section blockquote {
		text-align: center;
	}
}


.case-section blockquote q {
	display: block;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 300;
	margin:0;
	padding: 2.5rem 0 1.875rem;
}

@media (max-width:1200px) {
	.case-section blockquote q {
		font-size: 1.5rem;	
	}
}

.section-block:nth-child(even) .no-image blockquote cite {
	text-align: center;	
}

@media(min-width:768px) {
	.section-block:nth-child(even) .no-image blockquote cite {
		text-align: left;
	}
}

.case-section blockquote img {
	max-height: 68px;
}



.case-section blockquote cite {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
}

.case-section blockquote cite:before {
	content:"\2014";
}

.case-section h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #677385;
}

.case-section p {
	margin-bottom: 22px;
}

.case-section a.more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 3px;
}*/


.case-studies, .projects {
	margin-bottom: 5rem;
}

.case-studies h2, .projects h2 {
	margin: 2.5rem 0;
	text-align: center;
}

.case-section {
    padding: .5rem;
}

.section-block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	padding: .5rem;
	position: relative;
    width: 100%;
}

@media(min-width:1025px){
	.section-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.333%;
		        flex: 0 0 33.333%;
		width: 33.333%;
	}
}

@media(min-width:768px) and (max-width:1024px){
	.section-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		width: 50%;
	}
		
}

.section-block .wrapper {
	background-color: #2c3e4f;
	color: #fff;
    height: 0;
    overflow: hidden;    
    padding-top: 69%;
    position: relative;
}

.section-block .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.section-block:hover .image {
	opacity: .5;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
}

.case-section .text-block {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;	
	-webkit-box-pack:center;	
	    -ms-flex-pack:center;	
	        justify-content:center;
	left: 0;
    padding: 3.25rem 1.25rem;	
	position: absolute;
	right: 0;
	top: 0;
}

.case-section h3 {
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25;
    margin: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    text-align: right;
	text-shadow: 0.063rem 0.063rem 0.25rem rgba(44, 62, 79, 0.8);
	text-transform: uppercase;
    width: 100%;
}

@media(min-width:768px) {
    .case-section h3 {
	    max-width: 75%;
	}
}


.section-block blockquote {
	font-weight: 100;
	padding: 0 1.5rem;
}

.section-block blockquote q {
	font-size: 1.5rem;
	line-height: 1.3;
    margin-bottom: .75rem;
	text-align: center;
}

.section-block blockquote cite {
	font-size: 1rem;
	font-style: normal;
	font-weight: inherit;
}

.section-block blockquote cite:before {
	content:"\2014";
	margin-right: .125rem;
}



.case-section .link {
    bottom: 0;
    left: 0;	
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


.media-mentions {
	background: #f6f6f6;
	padding: 20px 0;
}

.media-mentions h2 {
	text-align: center;
	color: #677385;
	font-size: 2.625rem;
    font-weight: 200;
	margin-bottom: 20px;
}

.gallery {
	position: relative;
	padding: 0 25px;
}

.gallery .mask {
	width: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .mask > ul {
	width: 9999px;
	width:100% !important;
	overflow: hidden;
}

.gallery .mask > ul > li {
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 33.333333% !important;
	text-align: center;
}

.gallery .btn-prev,
.gallery .btn-next,
.gallery .slick-arrow {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 27px;
	background: url('../images/sprite.png') no-repeat 0 -20px;
	left: 0;
	margin-top: -3px;
	text-indent: -9999px;
	overflow: hidden;
}

.gallery .btn-next,
.gallery .slick-next {
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.gallery .slick-list {
	margin: 0 2rem;
}

.slick-dots {
	margin: 0;
}

.gallery .img {
	line-height: 1;
	padding: 5px 0;
	white-space: nowrap;
	text-align: center;
}

.gallery .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100px;
}

.gallery .img a {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.gallery .img a {
	position: relative;
}

.gallery .img img {
	opacity: 0;
	vertical-align: top;
}

.gallery .img .grayscale-fix,
.gallery .img .grayscale {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.gallery .img .grayscale-fix {
	position: absolute !important;
	bottom: 0;
	right: 0;
}

.gallery .img .grayscale-fix img {
	opacity: 1;
}

.gallery .img a:hover img {
	opacity: 1;
}

.gallery .img a:hover .grayscale-fix,
.gallery .img a:hover .grayscale {
	opacity: 0;
}

.subscribe-block {
	background: #26c5ed;
	padding: 15px 0;
	color: #fff;
	font-weight: 300;
}

.subscribe-block form {
	margin: 0;
}

.subscribe-block .input-box,
.subscribe-block label {
	margin-bottom: 10px;
	font-weight: inherit;
	font-size: 24px;
}

.subscribe-block label {
	font-weight: 300;
}


.subscribe-block .input-box input {
	width: 100%;
	height: 53px;
	border-radius: 0;
	background: #f6f6f6;
	color: #cfcfcf;
	border-color: transparent transparent #9d9fa3;
	font-weight: 300;
	font-size: 36px;
	line-height: 37px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.subscribe-block .input-box input::-webkit-input-placeholder {
	color: #cfcfcf;
	opacity: 1;
}

.subscribe-block .input-box input::-moz-placeholder {
	opacity: 1;
	color: #cfcfcf;
	opacity: 1;
}

.subscribe-block .input-box input:-moz-placeholder {
	color: #cfcfcf;
	opacity: 1;
}

.subscribe-block .input-box input:-ms-input-placeholder {
	color: #cfcfcf;
	opacity: 1;
}

.subscribe-block .input-box input.placeholder {
	color: #cfcfcf;
	opacity: 1;
}

.subscribe-block .btn-box .btn {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #ff5907;
}


.blogroll-heading {
	margin-bottom: 42px;
}

.blogroll-heading h1 {
	color: #677385;
	font-weight: 300;
}

.posts-section {
	margin: 0 -10px 30px;
}

.posts-section .post {
	padding: 0 10px 19px;
	margin: 0 auto;
	
	max-width: 100%;
	font-size: 14px;
	line-height: 1.43;
	color: #b2b2b2;
}

@media(min-width:768px) {
	.posts-section .post {
		width: 300px;
	}
}


.posts-section .post .holder {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.posts-section img {
	width: 100%;
	display: block;
}

.posts-section h2 {
	text-transform: uppercase;
	color: #677385;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 11px;
}

.posts-section .descr {
	clear: both;
	padding: 1.5rem 1.25rem 1.25rem;
}

.posts-section p {
	margin-bottom: 5px;
}

.posts-section .post-meta {
	border-top: 1px solid #e3e3e3;
	padding: 5px 20px;
}

.posts-section .authors {
	margin: 0;
	font-weight: 900;
	font-size: 10px;
	letter-spacing: 1px;
}

.posts-section .authors li {
	padding: 0;
	margin: 0;
	display: inline;
}

.posts-section .authors a {
	color: #ff5907;
}

.hero-section {
	position: relative;
	overflow: hidden;
}

.hero-section .img-holder {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 68vh;
}

.hero-section .img-holder img {
	width: 100%;
	position: relative;
	opacity: 0;
}

.hero-section .img-holder .text-block,
.hero-section .img-holder .text-block h1,
.hero-section .img-holder .text-block h2,
.hero-section .img-holder .text-block h3,
.hero-section .img-holder .text-block h4,
.hero-section .img-holder .text-block h5,
.hero-section .img-holder .text-block h6 {
	color: #fff;
}

.values-section {
    overflow: hidden;
    position: relative;
}

.values-section.carousel-wrapper {
	background-color: #eee;
	padding-bottom: 5rem;
	position: relative;
}
.values-section.carousel-wrapper:before,
.values-section.carousel-wrapper:after {
	background-color: inherit;
	bottom: 0;
	content:"";
	position: absolute;
	top: 0;
	width: 50vh;
}

.values-section.carousel-wrapper:before { right: 100%; }
.values-section.carousel-wrapper:after { left: 100%; }

.values-section.carousel-wrapper > .row {
	margin: auto;
}

.values-section.carousel-wrapper > .row > h2 {
	color: #677385;
    font-weight: 300;
    font-size: 48px;
    padding: 4.5rem 0;
    text-align: center;
}

.values-section .carousel {
	margin: 0;
	padding-bottom: 5rem;
	position: relative;

}

.values-section .carousel, .values-section .carousel h2 { color: #677385; }

.values-section .carousel h2 {
	font-size: 1.25rem;
}

.values-section .carousel .img-holder {
	position: relative;
	overflow: hidden;
}

.values-section .carousel .img-holder .img-frame {
	position: relative;
	left: 50%;
	width: 100%;
	min-width: 1200px;
}

.values-section .carousel .img-holder img {
	position: relative;
	left: -50%;
	width: 100%;
}



.slick-slide {
	outline: none;
	overflow: hidden;
}

@media(max-width:767px) {
	.slick-slide .ico {
		margin: auto auto 1rem;
	}
	.values-section .carousel .text-block {
		text-align:center;
	}
}


.slick-dots li {
	bottom: 0;
	height:auto;
	line-height: 10px;
	margin: 0 1rem;
	width:auto;
}
.slick-dots li button {
	background: #fff;
	border-radius: 50%;
	display:inline-block;
	height:10px;
	padding: 0;
	width:10px;
}

.slick-dots li.slick-active button {
	background: #ff5907;
}

.slick-dots li button:before {content:none;}

.reading-gallery .slick-arrow, .reading-gallery .slick-arrow:hover, .reading-gallery .slick-arrow:focus {
	background: transparent url("../images/carousel-arrow-right.png") 50% 50% no-repeat;
	background-size: cover;
	height: 23px;
	width: 22px;
}

.reading-gallery .slick-arrow:before, .reading-gallery .slick-arrow:after {
	content: none;
}

.reading-gallery .slick-prev {
	-webkit-transform-orgin: 50% 50%;
		-ms-transform-orgin: 50% 50%;
			transform-orgin: 50% 50%;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.slick-next {}




.page-template-template-about .main.container {
	padding-bottom: 3rem;
	padding-top: 3rem;	
}


.values-section:not(.carousel-wrapper) .values-header {
	background-color: #2c3e4f;
	padding: 4rem 0;
	position: relative;
	z-index:1;
}

.values-section:not(.carousel-wrapper) .values-header:after {
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -33px;
	width: 0;
	height: 0;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;

	border-top: 33px solid #2c3e4f;
}

.values-section:not(.carousel-wrapper) .values-header h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 300;
	text-align: center;
}

@media(max-width:767px) {
	.values-section:not(.carousel-wrapper) .values-header {
		padding: 2rem 0;	
	}
	.values-section:not(.carousel-wrapper) .values-header h2 {
		font-size: 1.125rem;	
	}
	
	.values-section .container {
		text-align: center;
	}
}


.values-section:not(.carousel-wrapper) .values-header + .container {
	padding-bottom: 5rem;
	padding-top: 8rem;
	position: relative;
	z-index: 1;
}

.values-section:not(.carousel-wrapper) .value {
	padding-bottom: 80px;
}

.values-section:not(.carousel-wrapper) .value:nth-child(odd) {
	clear: both;
}


@media(min-width:768px) {
	.values-section:not(.carousel-wrapper) .value:nth-child(odd) {
		padding-right: 1.5rem;
	}

	.values-section:not(.carousel-wrapper) .value:nth-child(even) {
		padding-left: 1.5rem;
	}
}


.values-section:not(.carousel-wrapper) .value .title {
	color: #677385;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	text-transform: uppercase;
}

.values-section:not(.carousel-wrapper) .value-body {
	color: #677385;
	font-weight: 400;
}




.team-section {
	background: #eceff0;
	padding: 25px 0;
}

.team-section .container {
	max-width: 1020px;
}

.team-section h2 {
	margin-bottom: 38px;
}

.team-section .categ-list {
	margin: 0 0 45px;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 700;
}

.team-section .categ-list li {
	padding: 2px;
	margin: 0;
	vertical-align: top;
	display: inline-block;
}

.team-section .categ-list a {
	display: block;
	border-radius: 18px;
	color: #677385;
	letter-spacing: 2px;
	padding: 7px 20px;
}

.team-section .categ-list a.active,
.team-section .categ-list a:hover {
	color: #fff;
	background: #26c5ed;
	text-decoration: none;
}

.team-section .team-list {
	margin: 0 auto 20px;
	width: 250px;
	max-width: 100%;
	color: #f7f7f7;
	font-size: 12px;
	line-height: 1.583;
}

.team-section .team-list h3,
.team-section .team-list h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	margin-bottom: 2px;
	letter-spacing: 2px;
}

.team-section .team-list h4 {
	color: #e5e5e5;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}

.team-section .team-list > li {
	margin: 0 0 20px;
	padding: 0 10px;
	position: relative;
	width: 100%;
}

.team-section .team-list img {
	width: 100%;
}

.team-section .team-list .team-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: 10px;
	z-index: 2;
	opacity: 0;
}

.team-section .team-list li.hover .team-hover,
.team-section .team-list li:hover .team-hover {
	opacity: 1;
}

.team-section .team-list .text-block {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	white-space: nowrap;
	text-align: center;
}

.team-section .team-list .text-block:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.team-section .team-list .text-block .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.team-section .team-list .btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.team-section .team-list p {
	margin-bottom: 5px;
}

.team-section .btn-holder {
	color: #2c3e4f;
	font-weight: 300;
}

.team-section .btn-holder .text {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
}

/*.timeline-section {
	background-image: -webkit-linear-gradient(top, #26c5ed, #2c3e4f);
	background-image: -moz-linear-gradient(top, #26c5ed, #2c3e4f);
	background-image: -ms-linear-gradient(top, #26c5ed, #2c3e4f);
	background-image: linear-gradient(top, #26c5ed, #2c3e4f);
	color: #eceff0;
	font-size: 14px;
	line-height: 1.43;
}

.timeline-section a {
	color: #fff;
	font-weight: 700;
}

.timeline-section .heading {
	white-space: nowrap;
	text-align: center;
	background: #2c3e4f;
	color: #eceff0;
}

.timeline-section .heading:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 144px;
}

.timeline-section .heading .container {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.timeline-section .heading h2 {
	font-weight: 300;
	color: inherit;
	font-size: 48px;
	margin: 0;
}

.timeline-section h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 14px;
}

.timeline-section .milestone-block {
	padding: 10px;
	position: relative;
}

.timeline-section .milestone-block .milestone-frame {
	width: 100%;
}

.timeline-section .milestone {
	position: relative;
}

.timeline-section .milestone time {
    font-style: italic;
}


.timeline-section .year-block {
	position: relative;
}

.timeline-section span.year {
	display: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
	font-weight: 700;
	font-size: 12px;
    background-color: #2c3e4f;
    padding: 0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
}

.timeline-section .text-block {
	overflow: hidden;
}

.timeline-section .alignleft,
.timeline-section .alignright {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);
	width: 100px;
	border: 10px solid #fff;
	border-radius: 75px;
	margin-bottom: 0;
	margin: 5px 15px 0 0;
}

.timeline-section .alignright {
	margin: 5px 0 0 15px;
}

.timeline-section .section {
	position: relative;
	max-width: 1174px;
	margin: 0 auto;
	padding: 0 10px;

}

.timeline-section .section-holder {
	background: url("../images/bg-diamond.png") repeat-y 50% 0, url("../images/bg-diamond-s.png") repeat-y 50% 0;
	position: relative;
}

.timeline-section .timeline {
	position: absolute;
	top: 5px;
    width: 32px;
    left: 50%;
    margin-left: -16px;
	display: none;
	background: #efefef;
	height: 100%;
}

.timeline-section .marker {
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	top: 15px;
	margin: 0 14px;
	right: -3px;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .3);
	-webkit-transform: rotate(45deg) scale(1);
		-ms-transform: rotate(45deg) scale(1);
			transform: rotate(45deg) scale(1);
	display: none;
	z-index: 10;
}

.timeline-section .marker.scale-0 {
	-webkit-transform: rotate(45deg) scale(0);
		-ms-transform: rotate(45deg) scale(0);
			transform: rotate(45deg) scale(0);
}*/

.article {
	background: #fff;
}

.article .visual .embed-responsive,
.article .visual iframe {
	margin-bottom: 0;
}

.article .visual img {
	width: 100%;
}

.article .article-holder {
	padding: 1.25rem;
	overflow: hidden;
	position: relative;
}

.article header {
	margin-bottom: 2.8125rem;
}

.article-holder hr { margin-left: -5rem;width:calc( 100% + 10rem ); }
.article-holder hr:before {
	content:"";
	position: absolute;
	
}

.article header h1 {
	margin-bottom: 0;
}

.article header h3 {
    color: #677385;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.article .attachment { 
	border-bottom: 1px solid #f4f4f4;
	color: #ff5907;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.563rem;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	padding-bottom: 2rem;	
}

.article .attachment:before { 
	background-image:url('../images/icon-document.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	content:"";
	height: 40px;
	margin-right: .5rem;
	vertical-align: middle;	
	width: 40px;
}

.article .article-holder .icon {
	margin-bottom: 2rem;	
}

.article .article-holder .icon svg {
	max-width: 300px;
}

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

.comments-list {
	font-size: 15px;
	line-height: 1.333;
}

.comments-list > li {
	margin: 0 0 20px;
}

.comments-list img {
	float: left;
	width: 48px;
	margin: 2px 12px 0 0;
}

.comments-list p {
	margin-bottom: 5px;
}

.comments-list .holder {
	overflow: hidden;
}

.comments-list h2 {
	font-size: 13px;
	line-height: 1.538;
	margin-bottom: 1px;
	color: #ff5907;
}

@media(max-width:1024px) {
	.intro-section.has-jump-links {
		height: auto;
		max-height: 999vh;
	} 
}

.intro-section .jump-links {	
    padding: .25rem .9375rem;    

}

@media(min-width:1025px) {
	.intro-section .jump-links {	
	    bottom: 2rem;
	    left: 0;
	    position: absolute;
	    right: 0;
	}
}

.intro-section .jump-links ul {
    list-style: none;
    text-align: center;
}

@media(min-width:1025px) {
	.intro-section .jump-links ul {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;    
	    list-style: none;
	    margin: 0;
		text-align: left;
	}
	
	.intro-section .jump-links ul li:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		margin-right:1.333rem;
		padding-right:1.333rem;	
	}
}

.intro-section .jump-links a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

@media(min-width:1025px) {
	.intro-section .jump-links a {
		color: #fff;
		font-size: 1.5rem;
	}
}

.events-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.events-section .heading h2 { 
	color: #677385;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 19px;
}

@media (min-width: 1025px) { 
	.events-section .heading h2 {
		font-size: 3rem;
	}
}

.resources-page .events-section {
    padding-bottom: 3.125em;
	padding-top: 3.125rem;
}

@media(min-width:1025px) {
	.resources-page .events-section {
	    padding-bottom: 6.25em;
		padding-top: 6.25rem;
	}
}

.resources-page .events-section #events-listing {
	padding-top: 3.125rem;
}

@media(min-width:1025px) {
	.resources-page .events-section #events-listing {
		padding-top: 6.25rem;
	}
}

.resources-page .events-section > .row > div:last-child {
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: .05rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

.events-featured {
	margin: 6.25em 0;
}

@media(max-width:767px) {
	#featured-events {
		border-bottom: 1px solid #e5e5e5;
	}
}

.featured-event-photo {
    overflow: hidden;
	position: relative;
}

.featured-event-photo > img {
	width: 100%;
}

.featured-event-photo .info {
    margin: 0;
	padding: 1.5rem 0;
}

.featured-event-photo .info h1 {
	font-size: 2.25rem;
}

@media(min-width:768px) {
	.featured-event-photo .info {
		background: rgba(0,0,0,.4);
		bottom: 0;
		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;

		left: 0;
		padding-left: 2.9375rem;
		padding-right: 2.9375rem;
		/*position: absolute;*/
		right: 0;
	}

	.featured-event-photo .info,
	.featured-event-photo .info h1,
	.featured-event-photo .info h1 a,
	.featured-event-photo.events-list .date {
		color: #fff;
	}
	
	.featured-event-photo .info > div:first-child {
	    -webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
        order: 1;
	}
}


.featured-event-photo .info > div {
    padding-left: 0;
    padding-right: 0;    
}

@media(max-width:767px) {
	.featured-event-photo .info > div:first-child {
	    float: left;
		margin-right: 0;    
	    padding-right: 1.25rem;
	}
}

.featured-event-photo .info > div:last-child {
    padding-right: 0;
}

@media(max-width:1024px) {
	.featured-event-photo .info h1 {
		margin-bottom: 1rem;
	}
}

.featured-event-photo .info h1 a {
	text-decoration: none;
}

.featured-event-photo.events-list .date {
    margin:0;
    padding: 0;
	width: auto;
}

@media(min-width:768px) {
	.featured-event-photo.events-list .date {
    	float: right;
    	margin-top: 1rem;
    }
}

.featured-event-photo.events-list .date time {	
    float: right;	
	margin: 0;
    min-width: 70px;
    width: auto;    
}

@media(min-width:768px) {
	.featured-event-photo.events-list .date time {
		border-color: #fff;
	}
}

@media(max-width:767px) {
	.featured-event-photo.events-list .date time {
		font-size: 1rem;
		font-weight: 400;
	}
}

/*.events-section .btn-holder:last-child {
	margin: 3rem 0;
}*/


@media(max-width:1099px) {
	#events-heading {
		margin-bottom: 3.125rem;	
	}
}

.events-list {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.date {
	margin: 0 20px 10px 0;
	text-transform: uppercase;
	color: #677385;
	text-align: center;
	font-size: .6875rem;
	line-height: 1.1;
	font-weight: 700;
}

/*
.date {
	float: left;
}
*/

.date time {
	display: block;
    font-weight: 300;
	padding: .75rem .25rem;
	border-radius: 2px;
	/*width: 70px;*/
	border: 1px solid #677385;
	margin-top: 5px;
	border-radius:2px;
	text-align: center;
}

.date span {
	display: block;
    font-weight: 300;
    font-size: 1.25rem;
	margin-bottom: 2px;
}

.events-list > li:not(:last-child) {
	margin: 0 0 4.5rem;
}


.events-list h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

.events-list p {
	margin-bottom: 10px;
}

.events-list .event-header {
	margin-bottom: 5px;
}

.events-list .event-header .place {
	font-weight: bold;
}

@media(max-width:767px) {
	.events-list .btn-holder {
		margin-top: 1rem;		
	}
}

#past-events > h2 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}

#past-events .panel {
	background: none;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width: none;}


/* Discovery Material */

#discovery-materials.mediamentions-section {
	background: #fff;
	padding-bottom: 0;
}

@media(min-width:1100px) {
	#discovery-materials .heading {
		text-align: center;
	}
}
#discovery-materials .section {
	padding: 3rem 0 1.5rem;
}

#discovery-materials .section:not(.active) {
	display: none;
}

#discovery-materials-navigation {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}

#discovery-materials-tab-content {
	background-color: #f2f2f2;
}

#discovery-materials-tab-content .slider {
	margin-bottom: 0;
    margin-left: -.75rem;
    margin-right: -.75rem;	
}

#discovery-materials-tab-content .block {
	color: #677385;
    margin-bottom: .5rem;
    padding: .75rem;
}

a.block {
	display: block;
	outline: none;
	text-decoration: none;
}

#discovery-materials-tab-content .block:hover {
	background: #e8e8e8;
}

#discovery-materials .section h2 {
    font-size: 1.875rem;
	font-weight: 300;
}

.section.general-data-science h2,
.tabs [data-category="general-data-science"] h2 {
	color: #ff5907;
}


.section.data-strategy h2,
.tabs [data-category="data-strategy"] h2 {
	color: #28c6ed;
}

.section.architecture h2,
.tabs [data-category="architecture"] h2 {
	color: #0357a8;
}


.section.agile-build h2,
.tabs [data-category="agile-build"] h2 {
	color: #666072;
}

#discovery-materials-slider {
	margin-top: 2rem;
}

@media(min-width:1025px) {
	#discovery-materials-slider {
		margin-top: 4.5rem;
	}
}

#discovery-materials-slider .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#discovery-materials-slider .tab:not(:last-child) {
	margin-right: .9375rem;
}

#discovery-materials-slider .tab {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

@media(max-width:767px) {
	#discovery-materials-slider .tab {
		width: 25%;
	}
}

#discovery-materials-slider .tab.active:before,
#discovery-materials-slider .tab.active:after {
	content: "";
	height: 0;
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0; 
}

#discovery-materials-slider .tab.active:before {
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 27px solid #e5e5e5;
}

#discovery-materials-slider .tab.active:after {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #f7f7f7;
}

#discovery-materials-slider .tab h2 {
	font-size: .875rem;
	font-weight: 300;
	cursor: pointer;
	margin: 0;
}

@media(min-width:1025px) {
	#discovery-materials-slider .tab h2 {
		font-size: 1.875rem;
	}
}

#discovery-materials .section h3 {	
	color: #677385;
	font-size: .875rem;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0.5rem;
	text-transform: none;
}

@media(max-width:767px) {
	#discovery-materials .section h3 {	
		font-size: .75rem;
		text-transform: none;
	}
}


#discovery-materials .has-excerpt .img[class*="file-type-"] {
    vertical-align: top;
}

.img[class*="file-type-"] {
    display: inline-block;
    float: none;
	max-width: 30px;
	padding:  0;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

@media(min-width:768px) {
	.img[class*="file-type-"] {
		min-width: 42px;
	}
}

.img[class*="file-type-"] svg {
	width: 100%;
}

#discovery-materials .block .holder {
   display: inline-block;
   float: none;
   vertical-align: middle;
}

@media(max-width:900px) {
	
	#discovery-materials .block .holder {
		padding-right: 0;
		margin-bottom: 0;
		margin-left: -4px;
		width: 80%;
	}
	
	.img[class*="file-type-"] {
		margin-bottom: 0;		
		width: 20%;
	}
}

#discovery-materials .block > p {
	color: #677385;
}

.general-data-science svg > path,
.general-data-science svg g path {
	stroke: #ff5907;
}

.general-data-science .file-type-video path,
.general-data-science .file-type-article svg > path {
	stroke: #ff5907;
}

.general-data-science .file-type-article svg g path {
	stroke: #ff5907;
}


#discovery-materials .file-type-file {
	
}




.data-strategy svg > path,
.data-strategy svg g path {
	stroke: #28c6ed;
}

.data-strategy .file-type-video path,
.data-strategy .file-type-article svg > path {
	stroke: #28c6ed;
}

.data-strategy .file-type-article svg g path {
	stroke: #28c6ed;
}




.architecture svg > path,
.architecture svg g path {
	stroke: #0357a8;
}
.architecture .file-type-video path,
.architecture .file-type-article svg > path {
	stroke: #0357a8;
}

.architecture .file-type-article svg g path {
	stroke: #0357a8;
}





.agile-build svg > path,
.agile-build svg g path {
	stroke: #666072;
}
.agile-build .file-type-video path,
.agile-build .file-type-article svg > path {
	stroke: #666072;
}

.agile-build .file-type-article svg g path {
	stroke: #666072;
}


#discovery-materials-tab-content .slick-slide > div {
	clear: both;
}

#discovery-materials-tab-content .btn-prev,
#discovery-materials-tab-content .btn-next,
#discovery-materials-tab-content .slick-arrow {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 27px;
	background: url("../images/sprite.png") no-repeat 0 -20px;
	left: -3rem;
	margin-top: -3px;
	text-indent: -9999px;
	overflow: hidden;
}

#discovery-materials-tab-content .btn-next,
#discovery-materials-tab-content .slick-next {
	left: auto;
	right: -3rem;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}




.gated-link {
    border-bottom: 1px solid #f4f4f4;
    color: #ff5907;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.563rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.gated-link .img {
	display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}







	

body.page-template-template-jobs {
	background: #fff;
}

.jobs-section {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	font-size: 14px;
	line-height: 1.43;
	color: #677385;
	
	opacity: 1;
	overflow: hidden;
	
	-webkit-transition: opacity .1s ease;
			transition: opacity .1s ease;
}

.jobs-section.animating {
	opacity: 0;
	
	-webkit-transition: height .2s ease, opacity .1s ease;; 
			transition: height .2s ease, opacity .1s ease;; 	
}

.jobs-section .jobs-list {
	color: #677385;
	position: relative;
}




.jobs-section .jobs-list > li:not(:last-child) {
	margin-bottom: 4.6875rem;
}

.jobs-section .jobs-list h2,
.jobs-section .jobs-list h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 6px;
	font-weight: 900;
	color: #677385;
}

.jobs-section .jobs-list h3 {
	font-weight: normal;
	color: #677385;
}


.jobs-section span.city:empty, 
.jobs-section span.city:empty + br {
	display: none;
}

.jobs-section .jobs-list .btn {
	line-height: 1.5;
	padding: 9px 25px;
	margin: 0 0 0 7px;
}

@media(max-width:767px) {
	.jobs-section .jobs-list .btn{
		margin: .5rem .5rem 0 0;
	}
}

.jobs-section .jobs-list .btn .fa {
	margin-right: 6px;
}

.jobs-section .jobs-list p {
	margin-bottom: 10px;
}

.carat-cta {
	background-color: #f6f6f6;
}
.carat-cta > .container {
	background-color: #f6f6f6;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
}

.carat-cta > .container:before {
	
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 33px solid #fff;
    z-index: 1;
}

.jobs-section .jobs-list p:empty { display: none; }

.job-close {
	cursor: pointer;
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	top: -3rem;
}

.jobs-section + .carat-cta h3 {
	font-size: 28px;
	color: #677385;
}

.jobs-section + .carat-cta .btn {
	font-size: 16px;
	line-height: 1.5;
	padding: 11px 15px;
}


.jobs-section .jobs-list .btn-holder a + a {
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: .125rem;
	margin-left: 1.75rem;
	text-transform: uppercase;
}




.press-section {
	background: #2c3e4f;
	padding: 20px 0;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 1.25;
}

.press-section h1 {
	color: #eee;
	font-size: 42px;
	margin-bottom: 20px;
}

.press-section p {
	margin-bottom: 2px;
}

.press-section .title-block {
	position: relative;
	font-size: 20px;
	line-height: 1.4;
}

.press-section .title-block a {
	color: inherit;
}

.press-section .download {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.press-section h2 {
	text-transform: uppercase;
	color: #eee;
	font-weight: 500;
	font-size: 1.167em;
	margin-bottom: 3px;
}

.press-section .press-list > li {
	margin: 0 0 20px;
}

.press-section .press-list img {
	float: left;
	margin: 2px 30px 0 0;
	max-width: 50%;
}

.press-section .press-list .holder {
	overflow: hidden;
}

.mediamentions-section {
	background: #eee;
	padding: 25px 0;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 1.25;
}

.mediamentions-section h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

@media(min-width:1025px) {
	.mediamentions-section h2 {
		font-size: 2.25rem
	}
}

.mediamentions-section .more {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.mediamentions-section p {
	margin-bottom: 5px;
}

.mediamentions-section .block {
	margin-bottom: 2.5rem;
}


@media(min-width:768px) {
	
	.mediamentions-section:not(#discovery-materials) .block:nth-child(odd) {
		clear:both;
	}
	
	.mediamentions-section .block .img {
		text-align: center;
	}
}

.mediamentions-section .block .holder p > a {
	display: inline-block;
	margin-bottom: .5rem;
}

.mediamentions-section .block .holder {
	overflow: hidden;
}

.mediamentions-section h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.mediakit-section {
	background: #fff;
	padding: 25px 0;
}

.mediakit-section h2 {
	margin-bottom: 25px;
	font-size: 36px;
}

.mediakit-section .mediakit-list {
	margin-bottom: 15px;
	font-size: 32px;
	color: #97989a;
	font-weight: bold;
}

.mediakit-section div.mediakit-list > a { 
	display:block;
	padding: 1.5rem;
	position: relative; 
}

@media(min-width:768px) {
	.mediakit-section div.mediakit-list > a {
		
	    height: 0;
	    overflow: hidden;
	    padding: 0 0 33.333%; 
	}
}

.mediakit-section div.mediakit-list > a:nth-child(3n + 1) { background-color: #26c5ed; }
.mediakit-section div.mediakit-list > a:nth-child(3n + 2) { background-color: #0055a7; }
.mediakit-section div.mediakit-list > a:nth-child(3n + 3) { background-color: #677385; }

.mediakit-section div.mediakit-list > a:hover {
	opacity: .8;
}

.mediakit-section div.mediakit-list > a:after {
	bottom: 1rem;
	content:"";
	position: absolute;
	left: calc( 50% - 9px );

	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;

	border-top: 9px solid #fff;
}

.mediakit-section .mediakit-list .text-block {
	white-space: nowrap;
	text-align: center;
}

@media(min-width:768px) {
	.mediakit-section .mediakit-list .text-block {
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}


@media(min-width:768px) {
	.mediakit-section .mediakit-list .text-block:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
	}
}

.mediakit-section .mediakit-list .text-block .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.mediakit-section .mediakit-list h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 15px;
}

@media(max-width:767px) {
	.mediakit-section .mediakit-list h3 {
		font-size: 1.25rem;
	}
}

.projects .heading {
	white-space: nowrap;
	text-align: center;
	padding: 33px 0;
	color: #fff;
	background: #26c5ed url('../images/img03.jpg') no-repeat 50% 100%;
	background-size: cover;
	font-size: 20px;
	line-height: 1.4;
}

.projects .heading:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 200px;
}

.projects .heading .container {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.projects .heading h2 {
	color: inherit;
	margin: 15px 0;
	font-weight: 300;
	font-size: 42px;
}

.resources-page .heading {
	color: #677385;
	font-size: 1rem;
}

/*
.resources-page .heading h2 {
	color: #677385;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 19px;
}
*/

/*
@media(min-width:1025px) {
	.resources-page .heading h2 {
		font-size: 3rem;
	}
}
*/


.resources-page #thought-leadership {
	background-color: #2c3e4f;
    padding-bottom: 4rem;
}

.resources-page #thought-leadership .heading,
.resources-page #thought-leadership .heading h2 {
	color: #fff;
}


.resources-page #thought-leadership .heading .subtitle {
	font-size: 1.125rem;
	font-weight: 400;
    line-height: 1.4;
}

#thought-leadership.row {
	border-bottom: 5px solid #ddd;
	margin: 0;
	padding: 3.125rem 0 0 .9375rem;
}

@media(max-width:1024px) {
	#thought-leadership.row {
		padding-left: 0;
	}
}

@media(min-width:1025px) {
	#thought-leadership.row {
		padding-top: 6.25rem;
	}
}

@media(min-width:1100px) {
	.resources-page #thought-leadership.row {
		padding-left: calc( ( 100vw - 1068px ) / 2 );
	}
}

#thought-leadership .heading {
	padding-top: 0;
}

#thought-leadership .list {
	margin-bottom: 0;
	padding-right: 0;
    top: 5px;
}

@media(max-width:1024px) {
	#thought-leadership .list {
		padding-left: 0;
	}
}

#thought-leadership .item {
	background-color: #1c3853;
	margin-right: 1.25rem;
	padding-bottom: 5px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;	
}

#thought-leadership .item:after {
	background-color: #ddd;
	bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

#thought-leadership .item:hover:after {
	background-color: #a7a5bb;	
}

#thought-leadership .item:hover {
	background-color: #f1f1f1;
}

#thought-leadership .item .image {
	background-color: #2f4e6a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media(min-width:768px) {
	#thought-leadership .item {
		width: 320px !important;
	}
	
	#thought-leadership .item .image {
		height: 230px;
	}
}

.resources-page #thought-leadership .item, 
.resources-page #thought-leadership .item a {
	outline: none;
}

.resources-page #thought-leadership .item a {
	color: #b2b2b2;
    font-weight: 300;
    text-decoration: none;
}

.resources-page #thought-leadership .item a.no-image {
	padding-top: 71.78683386%;
	position: relative;
}

.resources-page #thought-leadership .item img {
	margin: auto;
}

.resources-page #thought-leadership .item a.no-image img {	
	left: 50%;
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);    
}

.resources-page #thought-leadership .item .title {
    min-height: 4.25rem;	
	padding: 1.125rem;
}

.resources-page #thought-leadership .item .title a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.resources-page #thought-leadership .item:hover .title a {
	color: #677385;
}

.resources-page #thought-leadership .item .desc {
	color: #fff;
	font-size: 0.875rem;
    min-height: 2.625rem;
    padding: 0 1.125rem 1.125rem;
    -webkit-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;	
}

.resources-page #thought-leadership .item:hover .desc {
	color: #677385;
}

#thought-leadership .btn-prev,
#thought-leadership .btn-next,
#thought-leadership .slick-arrow {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 27px;
	background: url("../images/sprite.png") no-repeat 0 -20px;
	left: -7rem;
	margin-top: -3px;
	text-indent: -9999px;
	overflow: hidden;
}

#thought-leadership .btn-next,
#thought-leadership .slick-next {
	left: -5rem;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}



#gated-form {
    height: 0;	
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
    width: 0;
    z-index: 9;
    
    -webkit-transition: width 0s linear .3s, height 0s linear .3s, opacity .3s ease;
    		transition: width 0s linear .3s, height 0s linear .3s, opacity .3s ease;
}

#gated-form.open {
	height: 100vh;
	opacity: 1;
	width: 100vw;
	
    -webkit-transition: width 0s, height 0s, opacity .3s ease;
		    transition: width 0s, height 0s, opacity .3s ease;    
}

#gated-form .wrapper {
	background: #fff;
	left: 50%;
	overflow: hidden;
	padding: 4rem 3rem 3rem;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 10;
	
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);	
			transform: translate(-50%, -50%);	
}

#gated-form:before {
	background: rgba(0,0,0,.3);
	content: "";
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
    z-index: 9;
}

#gated-form .close {
	cursor: pointer;
	position: absolute;
	right: .5rem;
    top: .5rem;
}

#gated-form input[type="email"] {
    height: 53px;
    border-radius: 0;
    background: #f6f6f6;
    color: #677385;
    border-color: transparent transparent #9d9fa3;
    font-weight: 300;
    font-size: 36px;
    line-height: 37px;
    max-width: 500px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#gated-form input[type="submit"] { 
	clear: both;
    display: block;
    margin: 1rem auto 0;
}

.services-section {
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.services-section #sidebar,
.single-service #sidebar {
	float: right;
	position: static;	
}


#sidebar > #text-9 {
	/*display: block;*/
    font-size: 16px;
	text-align: center;
	width: 100%;
}

#sidebar > #text-9 > a {
	background-color: #fff;
	color: #2c3e4f;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.single-service #sidebar > #text-9 > a {
	background: #f7f7f7;
}

#sidebar > #text-9 > a:hover {
	background-color: #ff5907;
	color: #fff;
}


#sidebar > #text-9 h3 {
	display: none;
}

#sidebar > #text-9 h4 {
	color: #ff5907;
	font-size: 30px;
	letter-spacing: .02rem;
	line-height: 1.3;	
	margin: 0;
	padding: 1rem 0;
}

#sidebar > #text-9 > a:hover h4 {
	color: #fff;
}

#services-listing,
.single-service main > .main > .content {
	float:left;
	position: static;
	width: 75%;
}

.services-section h2 {
	margin-bottom: 20px;
	font-size: 30px;
}

.services-section .block {
	margin-bottom: 30px;
}

.member-heading {
	margin: 10px 0 25px;
}

.member-heading blockquote {
	margin-bottom: 30px;
	border: none;
	padding: 0;
}

.member-heading blockquote q {
	font-style: italic;
	font-size: 20px;
	line-height: 1.4;
}


.reading-section {
	background: #ddd;
	padding: 25px 10px;
}

.reading-gallery {
	position: relative;
	padding-top: 40px;
	font-size: 14px;
}

.reading-gallery a.btn-next,
.reading-gallery a.btn-prev {
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 30px;
	line-height: 1;
	color: #162431;
	margin-left: -30px;
}

.reading-gallery a.btn-next:hover,
.reading-gallery a.btn-prev:hover {
	text-decoration: none;
	color: #ff5907;
}

.reading-gallery a.btn-prev {
	margin-left: 5px;
}

.reading-gallery .mask {
	position: relative;
	overflow: hidden;
}

.reading-gallery ul {
	width: 9999px;
	float: left;
}

.reading-gallery li {
	float: left;
	width: 300px;
	padding: 0 10px;
	margin: 0;
}

.reading-gallery img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.reading-gallery h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.signin-popup {
	width: 470px;
	padding: 20px;
	max-width: 100%;
}

.signin-popup h2 {
	text-align: center;
	font-size: 42px;
	margin-bottom: 15px;
}

.signin-popup .wp-social-login-connect-with,
.signin-popup span.text {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.signin-popup .wp-social-login-provider-list {
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
}

.signin-popup .wp-social-login-provider-list a {
	display: inline-block;
	vertical-align: top;
	color: #515254;
	font-size: 10px;
	line-height: 20px;
	padding: 8px 20px;
	width: 165px;
	margin: 5px;
	border: 1px solid #ddd;
}

.signin-popup .wp-social-login-provider-list a:hover {
	text-decoration: none;
	background-color: #e6e6e6;
	border-color: #bebebe;
}

.signin-popup .wp-social-login-provider-list a:before {
	color: #cbcbcb;
	margin-right: 2px;
	float: left;
	font: 14px/20px FontAwesome;
}

.signin-popup .wp-social-login-provider-list a.wp-social-login-provider-facebook:before {
	content: "\f09a";
}

.signin-popup .wp-social-login-provider-list a.wp-social-login-provider-twitter:before {
	content: "\f099";
}

.signin-popup .socials-login {
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.signin-popup .socials-login .btn {
	color: #515254;
	font-size: 10px;
	line-height: 20px;
	padding: 8px 20px;
	width: 165px;
	margin: 5px;
}

.signin-popup .socials-login .btn .fa {
	color: #cbcbcb;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}

.signin-popup form {
	margin: 0;
}

.signin-popup input[type=text],
.signin-popup input[type=password] {
	display: block;
	width: 100%;
	margin-bottom: 19px;
	background: #eee;
	color: #b2b2b2;
}

.signin-popup input[type=text]::-webkit-input-placeholder,
.signin-popup input[type=password]::-webkit-input-placeholder {
	opacity: 1;
	font-size: 12px;
	color: #b2b2b2;
}

.signin-popup input[type=text]::-moz-placeholder,
.signin-popup input[type=password]::-moz-placeholder {
	opacity: 1;
	opacity: 1;
	font-size: 12px;
	color: #b2b2b2;
}

.signin-popup input[type=text]:-moz-placeholder,
.signin-popup input[type=password]:-moz-placeholder {
	opacity: 1;
	font-size: 12px;
	color: #b2b2b2;
}

.signin-popup input[type=text]:-ms-input-placeholder,
.signin-popup input[type=password]:-ms-input-placeholder {
	opacity: 1;
	font-size: 12px;
	color: #b2b2b2;
}

.signin-popup input[type=text].placeholder,
.signin-popup input[type=password].placeholder {
	opacity: 1;
	font-size: 12px;
	color: #b2b2b2;
}

.signin-popup input[type=submit] {
	display: block;
	width: 150px;
	margin: 19px auto;
	font-size: 10px;
	line-height: 20px;
	padding: 8px 20px;
	font-weight: bold;
}

.signin-popup .links {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #515254;
	margin-bottom: 0;
}

.signin-popup .links a {
	color: inherit;
}





/* single thought leadership */








/* gated form */

#gated-modal-form {
    background: rgba(255,255,255,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
	-webkit-transition: opacity .5s ease, height 0s linear .3s;
			transition: opacity .5s ease, height 0s linear .3s;	
	width: 100vw;
    z-index: 11;
}

#gated-modal-form.completed {
	height: 0;
    opacity: 0;
    overflow: hidden;
}

#gated-modal-form.hidden {
	display: none;
}

#gated-modal-form:not(.completed):not(.hidden) + #page {
	-webkit-filter: blur(8px);
			filter: blur(8px);
}

#gated-modal-form .modal-form-wrap {
	background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin: auto;
	max-width: 600px;
    padding: 3.125rem;
    position: relative;
    width: 100%;
}
    
.modal-form-wrap .modal-close {
	cursor: pointer;
    font-size: 1.5rem;
    font-family: sans-serif;
    position: absolute;
    right: 1.125rem;
    top: 1.125rem;
    line-height: 1.5rem;
}





#sidebar h3 {
	text-transform: uppercase;
	font-weight: 900;
	color: #677385;
	font-size: 16px;
	margin-bottom: 1rem;
	margin-top: 1.875rem;
}

#sidebar .widget {
	font-size: 14px;
	line-height: 1.43;
	margin: 0 auto;

}

/*#sidebar .widget:not(:first-child):not(:last-child) {*/
#sidebar .widget:not(:last-child) {
	border-bottom: 1px solid #d8dade;	
	margin-bottom: 1.875rem;
	padding-bottom: 2.25rem;		
}

#sidebar .widget.widget_text {
	text-align: center;
	line-height: 1.375;
}

#sidebar .alignleft.widget.widget_text{
	text-align: left;
	line-height: 1.43;
}

#sidebar .yarpp-related-widget btn-holder {
	display: block;
	margin-top: 2rem;
}

#sidebar #text-6 {
	text-align: left;
}


.widget {
	font-size: 14px;
	line-height: 1.43;
}

.widget ul > li {
	margin: 0 0 1rem;
}

.widget h4 {
	font-size: 14px;
	line-height: 1.43;
	font-weight: 900;
	text-transform: uppercase;
	color: #ff5907;
	margin-bottom: 2px;
}

.widget p {
	margin-bottom: .75rem;
}

.widget .btn-holder {
	text-align: center;
	padding: 10px 0;
}

.widget .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}




/* forms */

/*
select {
	height: 40px !important;
}

input[type="text"], input[type="email"], input[type="number"], textarea, select {
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	border-radius: 0.125rem;
	font-size: 1.125rem;
	line-height: 1.3;
    padding: .666rem .9375rem;
}

.ninja-forms-form {
	margin: 0;
}

.ninja-forms-form .field-wrap {
	margin-top: 1.5rem;
}

.ninja-forms-form .list-radio-wrap li,
.ninja-forms-form .list-checkbox-wrap li {
	margin: 0 0 .5rem;
	padding:0 0 0 1rem !important;
}

.ninja-forms-form .list-radio-wrap li:not(:last-child),
.ninja-forms-form .list-checkbox-wrap li:not(:last-child) {
	margin-right: 1rem;
}

.field-wrap.label-above > label,
#sidebar .ninja-forms-form .field-wrap > label {
    color: #515254;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.5;
    margin-bottom: .75rem;
}


@media(min-width:1025px) {
	.content .ninja-forms-cont .list-checkbox-wrap ul li,
	.content .ninja-forms-cont .list-radio-wrap ul li {
		max-width: 50%;
	}
}

.content .ninja-forms-cont .list-checkbox-wrap ul label,
.content .ninja-forms-cont .list-radio-wrap ul label {
	color: #9a9ca1;
    font-size: 1.125rem;
}


.list-radio-wrap li input,
.list-checkbox-wrap li input {
	margin: 0 .25rem 0 -1rem !important;
}


@media(min-width: 1025px) {
	.content .ninja-forms-cont .list-checkbox-wrap ul,
	.content .ninja-forms-cont .list-radio-wrap ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	
	.content .ninja-forms-cont .list-checkbox-wrap ul label,
	.content .ninja-forms-cont .list-radio-wrap ul label {
		margin-right: 1.875rem;	
	}
	
	.content .ninja-forms-cont .list-checkbox-wrap ul label input,
	.content .ninja-forms-cont .list-radio-wrap ul label input {
		margin-right: .5rem !important;
	    margin-top: -.25rem !important;
	}
	
}


@media(min-width:1025px) {
	.widget .btn,
	.widget .ninja-forms-cont input[type="submit"] { 
		min-width: 100%;
	}
}
*/



/* inline form */

/*.inline-form {
	margin: 3.125rem auto;
    max-width: 920px;
}

.inline-form  .ninja-forms-all-fields-wrap > div {
    display: inline-block;
    margin: .25rem 0;
}

.inline-form input:not([type="submit"]),
.inline-form select {
	background: none;
    border: 0 solid #d5d5d5;
    border-bottom-width: 1px;
    border-radius: 0;
    box-shadow: none;
	font-size: 1rem;
    outline: 0;	
    padding: .25rem;
    margin: 0 .25rem;
    width: auto;
}



.inline-form .ninja-forms-all-fields-wrap .field-wrap:nth-of-type(2) input,
.inline-form .ninja-forms-all-fields-wrap .field-wrap:nth-of-type(4) input,
.inline-form .ninja-forms-all-fields-wrap .field-wrap:nth-of-type(5) input {
	margin-right: 0;
}

.inline-form .ninja-forms-all-fields-wrap > .submit-wrap {
	display: block;
	margin-top: 1rem;
}

.inline-form .list-dropdown-wrap {
	position: relative;
}

.inline-form .list-dropdown-wrap:after {
	border-bottom: 1px solid #d5d5d5;
	bottom: 0;
	content:"";
	left: 0;
	position: absolute;
	right: 0;
}

.inline-form select {
	border: none;
    height: 1.875rem !important;
    min-width: 100px;
}*/


/* forms */








/* Gravity forms */

/*select { height: 40px !important; }*/

#sidebar .gform_wrapper h2{
	font-weight: 700;
}

input[type="text"], input[type="email"], input[type="number"], textarea, select {
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	border-radius: 0.125rem;
	
	line-height: 1.3;
}

#sidebar input[type="text"], #sidebar input[type="email"], #sidebar input[type="number"], #sidebar textarea, #sidebar select {
	font-size: 1.125rem;
    padding: .666rem .9375rem;
}

#sidebar .gform_wrapper ul li.gfield {
	margin-top: 1.5rem;
}

.gform_wrapper .top_label .gfield_label {
    color: #515254;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .75rem;
}

.gform_wrapper .ginput_container label {
    color: #515254;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .75rem;
}

#sidebar .gform_wrapper .top_label .medium,
#sidebar .gform_wrapper .gform_description,
#sidebar .ginput_complex.ginput_container span,
#sidebar .gform_footer input[type=submit] {
    width: 100%;
}

.gform_wrapper .gfield_contains_required .gfield_required {
    color: #ff0000;
    font-weight: 700;
}

@media(max-width:1024px) {
	#sidebar .gform_wrapper .gform_footer input[type=submit]{
	    width: auto;
	}
}


/* inline form */

.inline-form {
	margin: 3.125rem auto;
    max-width: 920px;
}

.inline-form .gform_body,
.inline-form .gform_footer {
    text-align: center;
}

.inline-form label {
	display: none !important;
}

.inline-form  .gfield {
    display: inline-block;
    margin: .25rem 0;
}

.inline-form  .gfield_html {
	display: inline;
}

.inline-form .gform_wrapper form .gform_body {
	width: 100%;
}

.inline-form .gform_wrapper li.gfield {
	margin: 0;
    max-width: 100%;
	padding-right: 2px !important;
}

.inline-form input:not([type="submit"]),
.inline-form select {
	background: none;
    border: 0 solid #d5d5d5;
    border-bottom-width: 1px;
    border-radius: 0;
    box-shadow: none;
	font-size: 1rem;
	height: auto;
    outline: 0;	
    padding: .25rem;
    margin: 0 .25rem;
    width: auto !important;
}

.inline-form .gform_footer {
	display: block;
	margin-top: 1rem;
}

.inline-form .gfield.dropdown {
	position: relative;
}

.inline-form .gfield.dropdown:after {
	border-bottom: 1px solid #d5d5d5;
	bottom: 0;
	content:"";
	left: 0;
	position: absolute;
	right: 0;
}

.inline-form select {
	border: none;
    height: 1.875rem !important;
    min-width: 100px;
}

.inline-form .gform_wrapper .gform_footer input[type=submit]{
	width: auto;
}


/* forms */








.widget.widget_article img,
.widget.widget_author img {
	width: 100%;
}

/*.widget.widget_events .date {
	color: #26c5ed;
	float: left;
	margin: 0 1.25rem 0 0;
	text-transform: uppercase;
	text-align: left;
	font-size: .6875rem;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
}

.widget.widget_events .date span {
	color: #26c5ed;
	display: block;
	font-weight: 300;
	font-size: 1.25rem;
    letter-spacing: 1px;
	margin-bottom: 2px;
}*/

.widget.widget_events .date {
	margin-top: -2px;
	margin-right: 12px;
}

.widget.widget_events .date time {
	width: 60px;
}



/*
.widget.widget_events .holder {
	overflow: hidden;
}
*/

.widget_events h4 a {
	color: #677385;
}


.widget.widget_publications > ul > li {
	position: relative;
	padding-left: 80px;
	min-height: 55px;
}

.widget.widget_publications > ul > li .attachment-post-thumbnail {
	width: 41px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 10px;
}

.widget.widget_socials ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	font-size: 20px;
}

.widget.widget_socials ul li a {
	color: inherit;
}

.widget.widget_socials ul li a:hover {
	color: #ff5907;
}

.widget .contact-info {
	color: #969696;
}

.widget .contact-info .email,
.widget .contact-info .phone {
	display: block;
	margin-bottom: 14px;
	padding-left: 35px;
	position: relative;
}

.widget .contact-info .email:before,
.widget .contact-info .phone:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 11px;
	top: 50%;
	margin-top: -4px;
	left: 1px;
	background: url('../images/sprite.png') no-repeat -100px 0;
}

.widget .contact-info .email:before {
	background-position: -100px -20px;
}

.widget .contact-info a {
	color: inherit;
}

.widget .filters-list {
	margin: 0 0 20px;
}

.widget .filters-list li {
	margin-top: 10px;
}

.widget .filters-list .btn {
	padding: 7px;
}



/* search form */
.search-form label {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	color: #677385;
	font-size: 16px;
	margin-bottom: 14px;
	letter-spacing: 3px;
}

.search-form input[type="search"] {
	background-color: rgba(19, 30, 40,.5);
	border: 1px solid rgba(38, 197, 237,.75);
	border-width: 0 0 1px;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	height: auto;
	margin: 0;
	outline: none;
	padding: .5rem 1rem;
	width: 100%;	
    z-index: 10;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: rgba(255,255,255,.1);
}
.search-form input[type="search"]::-moz-placeholder {
	color: rgba(255,255,255,.1);
}
.search-form input[type="search"]:-ms-input-placeholder {
	color: rgba(255,255,255,.1);
}


#header .search-form {
	-webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;	
    background-color: #162431;
	bottom: 0;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    left: 0;	
	margin: 0;
	padding: 5px 0;
    position: relative;
    right: 0;  
    -webkit-transition: all .3s;    
		    transition: all .3s;
    z-index: 10;
}

@media(min-width:1025px) {
	#header .search-form { 
		position: absolute;
		-webkit-transform: rotateX(90deg) translateZ(53px);
		    transform: rotateX(90deg) translateZ(53px);    
    -webkit-transform-origin: center bottom;
		    transform-origin: center bottom;
	}
}

#header .search-form label {
	display: none;
}

@media(min-width:1025px) {
	#header.minimal .search-form {
		height: 70px;	
		left: 65px;
		right: 225px;
	}
}
    
#header.search-active .search-form {    
    -webkit-transform: translateY(-1px);
		    transform: translateY(-1px);
}

#header .search-form:before,
#header .search-form:after {
	height: 100%;
}

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

@media(max-width:1024px) {
	.main-menu-wrapper {
	    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
        min-height: 460px;
	}
}
/*
#header .search-form .holder {
	width: 100%;
}
*/

#header .search-form input[type="search"] {
	padding-right: 2rem;
}

@media(min-width:1025px) {
	#header .search-form input[type="search"] {
		min-width: 100%;
		padding-right: 5rem;	
	}
}

@media(max-width:1024px) {
	#header .search-form input[type="search"] {
		-webkit-box-flex: 1;
           -ms-flex: 1 1 auto;
               flex: 1 1 auto;
	}
}


#header a.search-button {
	font-size: 0;
	outline: none;
}

@media(max-width:1024px) {
	#header li.search-button {
		display: none;
	}
}

#header a.search-button:after {
	background: transparent url('../images/spyglass.png') 0 0 no-repeat;
	background-size: contain;
	content:"";
	height: 23px;
	margin: 0 !important;
	transition: all .3s;
	width: 23px;	
}

@media(min-width:1025px) {
	#header.minimal a.search-button {
		margin-top: 2px;
	}
}

@media(max-width:1024px) {
	#header a.search-button {
		margin-top: 2px;
	}	
}


/*#header.minimal a.search-button {
    bottom: auto;	
	right: -52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
		    transform: translateY(-50%);
}*/


.search-form input[type=submit] {
    background-size: contain;
    outline: none;
    transition: all .3s;
}

@media(max-width:1024px) {
	.search-form input[type=submit] {
		background: transparent url('../images/spyglass.png') 0 0 no-repeat;
		border-radius: 0;
		-webkit-box-flex: 0;
           -ms-flex: 0 0 1.5rem;
               flex: 0 0 1.5rem;
		font-size: 0;
		margin-left: 1.25rem;
		padding: 1.5rem 1.5rem 0 0;
	}
}

@media(min-width:1025px) {
	.search-form input[type=submit] {
	    background: transparent;
	    color: #26c5ed;
	    font-weight: 400;
	    height: calc(100% - 17px);
	    letter-spacing: .025rem;
	    padding: 0 1rem 0 0;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 10
	}
}


@media(max-width:1024px) {
	#header-widget-area {
		-webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
	}
}

/* search from */















#footer {
	background: #162431;
	font-size: 14px;
	line-height: 1.43;
	padding: 20px 0;
	color: #fff;
}

#footer a:not(.btn) {
	color: inherit;
}

#footer address {
	background: transparent url('../images/icon_map_marker.png') 0 50% no-repeat;
	background-size: 18px auto;
	font-style: normal;
	margin-bottom: 20px;
}

@media(min-width:768px) {
	#footer address {
	    padding-left: 2rem;		
	}
}

@media(max-width:991px) and (min-width:768px) {
	#footer address:nth-child(even) {
		background-position: .625rem 50%;
		padding-left: calc( 2rem + .625rem);
	}
}

@media(max-width:767px) {
	#footer address {
		background-position: 0 0;
		padding-top: 2rem;
	}
}


#footer .footer-block .block {
	float: left;
	width: 50%;
	padding-right: 10px;
}

#footer .footer-block {
	border-color: #454f58;
	border-style: solid;
	border-with: 0;
}
@media(min-width:992px) {
	#footer .footer-block {
		border-width: 0 1px;
	}
}

@media(max-width:991px) and (min-width:400px) {	
	#footer address {
		float: left;
		margin-top: 2rem;
		width: 50%;
	}
}	

@media(max-width:991px) and (min-width:768px) {	
	#footer .footer-block {
		border-width: 0 0 0 1px;
	}
}



#footer p {
	margin-bottom: 15px;
}

#footer ul {
	margin-bottom: 0;
}

#footer ul li {
	margin: 0 0 1px;
}

#footer .socials {
	margin-bottom: 30px;
}

#footer .socials li {
	margin: 0 11px 0 0;
}

#footer .footer-block {
	position: relative;
}

#footer .footer-block ul:last-child {
	margin-bottom: 0;
}




.socials {
	margin-bottom: 30px;
}

.socials li {
	float: left;
	padding: 0;
	margin: 0 11px 0 0;
}

.socials a {
    border-radius: 3px;
	position: relative;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
}

.socials a:after,
.socials a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/socials.png") no-repeat -9999px;
    background-size: 107px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.at-share-tbx-element .at-share-btn {
	background-color: transparent;
    border-radius: 3px;
}

.share-box .at4-icon.aticon-facebook,
.share-box .at4-icon.aticon-twitter,
.share-box .at4-icon.aticon-linkedin,
.share-box .at4-icon.aticon-compact,
#sidebar .fa { 
	background-image: url('../images/social-lite.png');
	background-repeat:no-repeat; 
}


.share-box .addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32, #sidebar .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: auto !important;
    position: relative;
}
#sidebar .fa:before{ content:none;}


.socials a:after {
	z-index: 3;
	opacity: 0;
	top: 100%;
}

.socials a:hover:before {
	opacity: 0;
	top: -100%;
}

.socials a:hover:after {
	opacity: 1;
	top: 0;
}

.socials a.facebook:after,
.socials a.facebook:before {
	background-position: -77px 0 !important;
}

.socials a.twitter:after,
.socials a.twitter:before {
	background-position: 0 0;
}

.socials a.linkedin:after,
.socials a.linkedin:before {
	background-position: -39px 0;
}


.share-box .at4-icon.aticon-facebook, #sidebar .fa-facebook {
	background-position: 0px 7px !important;
}

.share-box .at4-icon.aticon-twitter, #sidebar .fa-twitter {
	background-position: -36px 7px !important;
}

.share-box .at4-icon.aticon-google_plusone_share, #sidebar .fa-google {
	background-position: -74px 7px !important;
}

.share-box .at4-icon.aticon-linkedin, #sidebar .fa-linkedin {
	background-position: -188px 7px !important;
}

/*.share-box .at4-icon.aticon-google_plusone_share, #sidebar .fa-rss {
	background-position: -74px 7px !important;
}*/

.share-box .at4-icon.aticon-compact {
	background-position:-154px 7px !important;
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 9;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 10;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 9;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 9;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 10;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 10;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media all and (min-width: 480px) {
	.gallery .mask,
	.gallery .mask > ul > li {
		width: 400px;
	}

	.team-section .team-list {
		margin: 0 -10px 20px;
		width: auto;
		max-width: none;
	}

	.team-section .team-list > li {
		float: left;
		width: 50%;
		max-width: none;
	}
}

@media all and (min-width: 600px) {
	.gallery .mask {
		width: 540px;
	}

	.gallery .mask > ul > li {
		width: 270px;
	}

	.press-section .press-list > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 -4px 40px 0;
		padding-right: 20px;
	}
}

@media all and (min-width: 1025px) {
	#header:not(.minimal) .main-menu-wrapper {
		margin-left: 1.5rem;	
	}
}


@media(min-width:1025px) {
	#header:not(.minimal) .main-menu-wrapper {
		background: #162431;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	    margin: 60px -.3125rem 0;
		position: relative;
		width: auto;
		
		-webkit-transition: transform .3s;
				transition: transform .3s;
		-webkit-transform-origin: center bottom;
				transform-origin: center bottom;
	}
	
	#header.search-active .main-menu-wrapper {	
		-webkit-transform: translateZ(0px) rotateX(-90deg);
				transform: translateZ(0px) rotateX(-90deg);
	}

	#header:not(.minimal) .main-menu-wrapper:before,
	#header:not(.minimal) .main-menu-wrapper:after {
		bottom: 0;
	}

	#header:not(.minimal) .main-menu-wrapper:before,
	#header .search-form:before { 
		right: 100%;
	}
	
	#header:not(.minimal) .main-menu-wrapper:after,
	#header:not(.minimal) .search-form:after { 
		left: 100%;
	}
	
	#header:not(.minimal) .navigation a {
		font-size: .875rem;
	}

	#header:not(.minimal) .links li:not(:last-child) {
		margin-right: 1.5rem;
	}

	#header:not(.minimal) .links a:before {
		left: calc( 100% + .75rem );
	}
}

@media(min-width:1025px) {
	
	header:not(.minimal) #nav {
		margin-top: 10px;
	}
	
	header:not(.minimal) #nav .links {
		top: 8px;
	}	
	
	#nav .navigation a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

/*
@media(max-width:1024px) and (min-width:768px) {
	#header #nav {
		padding-right: 11.25rem;
	}
	
	#header #nav .links li:not(:last-child) {
		margin-right: .5rem;
	}
	
	#header #nav .links a {
		display: block;
		/*height: 30px;*/
		overflow: hidden;
		font-size:0;
		/*width: 100%;*/
	}
}
*/

#nav .links {
	right: 0;
}

@media all and (min-width:1025px) {
	#nav .links {
		right: 10px;
	}
}

/*
@media (max-width:1025px) and (min-width:768px) {
	#nav .navigation {
		height: 70px;
	}
}
*/

@media (min-width:1025px) {
	#nav {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		background: none;
		border: none;
		color: inherit;
	}

	#header.minimal #nav {
		padding-left: 1rem;
		padding-right: 14rem;
	}

	#nav .navigation {
	    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-transform-origin: center bottom;
				transform-origin: center bottom;
		-webkit-transition: all .5s;
				transition: all .5s;		
		width: 100%;
	}
	
	header.search-active #nav .navigation {
		-webkit-transform: rotateX(-90deg);
				transform: rotateX(-90deg);
	}
	
	header.minimal #nav .navigation {
		height: 70px;
	}

	#nav .main-menu-wrapper:before,
	#nav .main-menu-wrapper:after,
	#header:not(.minimal) .search-form:before,
	#header:not(.minimal) .search-form:after {
		content:"";
		background: inherit;
		bottom: 100%;
		position: absolute;
		top: 0;
		width: 50vw;
	    z-index: -1;
	}

	#nav .navigation > li {
		border: none;
		text-align: center;
		vertical-align: top;
	}

	#nav .navigation a {
		color: #fff;
	}

	#nav .navigation a {
		font-weight: 300;
		letter-spacing: 1px;	
		padding: 1rem .5rem;
	}

	#nav .navigation a:hover {
		color: #26c5ed;
	}

	#nav .links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 14px;
	}

	#nav .links {
		padding: .666rem 0;
	}

	#nav .links li {
		margin: 0;
		border: none;
	}

/*
	#header.minimal #nav .links li {
		width: 40px;
	}
*/

	#nav .links a {
		color: #26c5ed;
		display: block;
		padding: 0;
		letter-spacing: 1px;
		font-weight: 300;
	}

	#header.minimal #nav .links a {
		/*height: 30px;
		overflow: hidden;*/
		font-size:0;
		/*width: 40px;*/
	}

	#header #nav .links a {
		-webkit-transition: none;
				transition: none;
	}

	#header #nav .links a:before {
		-webkit-transition: none;
			transition: none;
	}
	
	#header #nav .links a.careers:before {
		margin-top: -14px;
	}
	
	#header #nav .links a.press:before {
		margin-top: -16px;
	}	
	
	#header #nav .links a.newsletter:before {
		margin-top: -15px;
	}
	
	#header #nav .links a.contact:before {
		margin-top: -15px;
	}
}



@media all and (min-width: 768px) {
	hr {
		margin: 50px auto;
	}

	/*h1,
	.h1 {
		font-size: 3.75rem;
		font-weight: 300;
		line-height: 1;
		color: #677385;
	}*/

	.commentlist-item .commentlist-item {
		padding-left: 3em;
	}

	.section-heading {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.company-overview {
		padding: 6rem 0;
	}

	/*.case-studies.featured .heading h2 {
		font-size: 3rem;
		line-height: 3rem;		
	}

	.case-section .block {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		text-align: left;
		height: 450px;
	}

	.case-section .block:first-child {
		text-align: right;
	}

	.case-section .block:first-child:before {
		display: none;
	}

	.case-section .section-block:nth-child(2n):before {
		bottom: 50%;
		border-width: 33px 0 33px 33px;
		margin-left: 0;
	}

	.case-section .text-block {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		width: 600px;
		max-width: 100%;
		padding: 40px;
	}

	.case-section .image img {
		max-width: none;
		min-height: 100%;
	}
*/

	.media-mentions {
		padding: 70px 0 65px;
	}

	.gallery {
		padding: 0;
	}

	.gallery .btn-prev {
		left: -20px;
	}

	.gallery .btn-next {
		right: -20px;
	}

	.gallery .mask {
		width: 100%;
	}

	.gallery .mask > ul > li {
		width: 240px;
	}

	.subscribe-block {
		padding: 44px 0 47px;
	}

	.subscribe-block .holder {
		display: table;
		width: 100%;
	}

	.subscribe-block .input-box,
	.subscribe-block label,
	.subscribe-block .btn-box {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}

	.subscribe-block .input-box {
		padding: 0 15px;
	}

	.subscribe-block label {
		white-space: nowrap;
	}

	.posts-section .post {
		margin: 0;
		width: 50%;
		float: left;
	}

	.values-section .carousel .ico {
		float: left;
		margin: 0 30px 0 10px;
	}

	.values-section .carousel .holder {
		overflow: hidden;
		padding: 10px 0 0;
		text-align: left;
	    max-width: 50%;
	}

	.team-section {
		padding: 35px 0 77px;
	}

	.team-section .team-list > li {
		width: 33.33%;
	}

	.team-section .btn-holder {
		font-size: 36px;
		line-height: 1;
	}

/*
	.timeline-section span.year,
	.timeline-section .timeline {
		display: block;
	}
	
	.timeline-section .timeline {
		background-color: transparent;
		background-image: url('../images/timeline-notch-sm.png');
		background-position: 50% 10px;
		background-repeat: repeat-y;
	}

	.timeline-section .milestone-block {
		float: left;
		width: 50%;
	}

	.timeline-section .milestone-block:nth-of-type(2n) {
		margin-top: 20px;
	}

	.timeline-section .milestone-block:nth-of-type(2n) .marker {
		right: auto;
		left: -3px;
	}

	.timeline-section .milestone-block:nth-of-type(2n) .milestone {
		margin-left: auto;
	}

	.timeline-section .milestone-block:nth-of-type(2n+1) {
		clear: left;
	}

	.timeline-section .milestone {
		max-width: 90%;
	}


	.timeline-section .marker {
		display: block;
	}*/

	.article .next-article {
		font-size: 24px;
		line-height: 1.2;
	}

	.article .next-article .text {
		padding: 20px;
	}

	.article .next-article h2 {
		font-size: 24px;
		margin-bottom: 0;
	}

	.article h1 {
		font-size: 42px;
	}

	.events-section {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.events-list > li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		/*table-layout: fixed;*/
	}

	.events-list > li:after {
		display: none;
	}

	.events-list .date {
		/*display: table-cell;
		vertical-align: top;
		width: 90px;*/
		padding-right: 1.25rem;
		float: none;
		margin: 0;
	}

	/*.events-list .descr,
	.events-list .btn-holder {
		display: table-cell;
		vertical-align: top;
	}*/
	
	.events-list .descr {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}

	.events-list .btn-holder {
		vertical-align: middle;
		padding: 10px 0 10px 20px;
		/*width: 200px;*/
		/*text-align: right;*/
	}

	.events-list .event-header {
		margin-bottom: 10px;
	}

	.events-list .event-header h2 {
		margin: 0 5px 0 0;
		display: inline-block;
		vertical-align: middle;
	}

	.events-list .event-header .place {
		display: inline-block;
		vertical-align: middle;
	}

	.events-list .event-header .place:before {
		content: "|";
		margin-right: 5px;
	}

	#past-events > h2 {
		font-size: 42px;
	}

	.jobs-section {
		padding-bottom: 6.5rem;
		padding-top: 6.5rem;
	}

	.jobs-section .jobs-list > li {
		display: table;
		width: 100%;
	}

	.jobs-section .jobs-list .descr,
	.jobs-section .jobs-list .btn-holder,
	.jobs-section .jobs-list .jobs-header {
		display: table-cell;
		vertical-align: top;
	}

	.jobs-section .jobs-list .jobs-header {
		width: 190px;
		padding-right: 20px;
		max-width: 30%;
	}

	.jobs-section .jobs-list .btn-holder {
		white-space: nowrap;
		padding-left: 20px;
	}

	.jobs-section .jobs-list .btn {
		margin: 0 0 0 10px;
	}

	.jobs-section + .carat-cta .btn {
		margin-top: 15px;
	}

	.press-section {
		padding: 130px 0 77px;
	}

	.press-section .title-block {
		padding-right: 20px;
		padding-bottom: 120px;
	}

	.press-section .title-block:after {
		content: "";
		position: absolute;
		top: 15px;
		bottom: 0;
		right: 0;
		width: 1px;
		background: #909193;
	}

	.press-section .title-block + div {
		padding-left: 30px;
	}

	.mediamentions-section {
		padding: 100px 0 50px;
	}

	.mediamentions-section h2 {
		margin-bottom: 40px;
		font-size: 42px;
	}

	.mediamentions-section .col-sm-6.block:nth-of-type(2n+1) {
		clear: left;
	}

	.mediakit-section {
		padding: 60px 0 50px;
	}

	.mediakit-section h2 {
		margin-bottom: 70px;
		font-size: 42px;
	}

/*
	.projects .heading h2 {
		font-size: 48px;
	}

	.projects .section-block:nth-child(2n) .block:first-child .text-block {
		text-align: right;
	}

	.projects .section-block img {
		max-width:9999px;
	}
*/

	.services-section {
		padding: 7rem 0 70px;
	}

	.services-section h2 {
		font-size: 42px;
	}

	.services-section .block {
		margin-bottom: 70px;
	}

	.reading-section {
		padding: 90px 10px 70px;
	}

	.reading-section .title-block {
		float: left;
		width: 300px;
		margin: 20px -100% 0 0;
	}

	.reading-section h2 {
		font-size: 42px;
		margin-bottom: 30px;
	}

	.reading-section .section-holder {
		width: 50%;
		margin: 0 0 0 auto;
	}

	.reading-section .section-frame {
		margin-left: -360px;
	}

	.reading-gallery {
		float: left;
		width: 100%;
		padding: 0;
	}

	.reading-gallery .gallery-holder {
		position: relative;
		padding-left: 40px;
		margin-left: 300px;
	}

	.reading-gallery a.btn-next,
	.reading-gallery a.btn-prev {
		margin: 0;
		left: 0;
	}

	.reading-gallery a.btn-prev {
		top: 40px;
	}

	.reading-gallery li {
		width: 340px;
	}

	.signin-popup {
		padding: 30px 55px;
	}

	#sidebar .widget {
	    clear: both;
		margin: 0 0 1rem;		
	}
	
	#sidebar .widget:not(:first-child):not(.widget_author) h3 {
		margin-top: 0;
	}	
	
	/*#sidebar .widget_author img + h3 {
		margin-top: 1rem;
	}*/
	
	.widget .filters-list {
		margin: 1.875rem 0 1.25rem 0;
	}

	#footer .footer-block {
		padding: 0 15px;
	}

	#footer {
		padding: 40px 0 45px;
	}

	/*#footer ul {
		margin-bottom: 20px;
	}*/
}

/*
@media (max-width: 1024px) and (min-width: 768px){
	#header #nav,
	#header.minimal #nav {
	    padding-right: 10.25rem;
	}
	#header .container > div:first-child,
	#header.minimal .container > div:first-child {
		width: 40px;
	}
	#header .container > div:nth-child(2),
	#header.minimal .container > div:nth-child(2) {
		width: calc(100% - 40px);
	}
}
*/


@media(min-width:1024.1px) {
	#header.minimal .container > div:first-child {
		width: 40px;
	}
	#header.minimal .container > div:nth-child(2) {
		width: calc(100% - 40px);
	}

}


@media all and (min-width: 992px) {

	.intro-section {
		font-size: 24px;
	}

	.gallery .mask > ul > li {
		width: 235px;
	}

	.subscribe-block label {
		font-size: 36px;
		line-height: 1;
		letter-spacing: -.5px;
	}

	.posts-section .post {
		width: 33.33%;
	}

	.team-section .team-list {
		margin-bottom: 55px;
	}

	.team-section .team-list > li {
		width: 25%;
	}

/*
	.timeline-section .alignleft,
	.timeline-section .alignright {
		width: 130px;
		margin: 5px 25px 0 0;
	}

	.timeline-section .alignright {
		margin: 5px 0 0 25px;
	}
*/

	.article .article-holder {
		padding: 2.5rem 3.4375rem;
	}

	.article .comments {
		margin-left: -25px;
		margin-right: -25px;
	}

	.mediamentions-section .col-sm-6.block:nth-of-type(2n+1) {
		clear: none;
	}

	.mediamentions-section .col-md-4.block:nth-of-type(3n+1) {
		clear: left;
	}

	.reading-section .section-frame {
		margin-left: -470px;
	}

	#footer .footer-block {
		padding: 0 35px 0 55px;
		margin: 0 20px;
	}
}

@media all and (min-width: 1100px) {
/*
	.case-section .text-block {
		padding: 2.75rem 10.3125rem 1.875rem 4.0625rem;
	}

	.case-section .text-block blockquote {
		margin: -16px -100px 0 0;
	}
*/

	.gallery .btn-prev {
		left: -25px;
	}

	.gallery .btn-next {
		right: -25px;
	}

	.gallery .mask > ul > li {
		width: 262px;
	}
	
	.values-section .carousel .ico {
		margin: 0 49px 0 41px;
	}

	.team-section .team-list .text-block {
		right: 20px;
		left: 20px;
	}

	.team-section .team-list h4 {
		margin-bottom: 17px;
	}

	.team-section .team-list p {
		margin-bottom: 17px;
	}

/*
	.timeline-section .milestone {
		max-width: 84%;
	}

	.timeline-section .alignleft,
	.timeline-section .alignright {
		width: 150px;
		margin: 5px 45px 0 0;
	}

	.timeline-section .alignright {
		margin: 5px 0 0 45px;
	}
*/

	.press-section .title-block {
		padding-right: 60px;
	}
	.press-section .title-block + div {
		padding-left: 60px;
	}

	.services-section .text-block {
		margin-top: 30px;
	}

	.reading-section .section-frame {
		margin-left: -524px;
	}
}

@media all and (max-width: 767px) {
	[class*=col-] {
		margin-bottom: 20px;
	}

	#header [class*=col-] {
		margin-bottom: 0;
		position: static;
	}



}



/************************
*** What Were Reading ***
************************/	

.single-what-we-reading #sidebar {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	
}

.single-what-we-reading #sidebar .widget {
	width:auto;
}

.single-what-we-reading #sidebar .content,
.single-what-we-reading #sidebar .widget.share {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.single-what-we-reading .content .article {
	background: none;
}



/***********
* Services *
* Section **
***********/

.services-section .row {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-section h2 {
	color: #677385;
	font-family: Lato;
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
}

.services-section .section-heading {
	display: none;
}

.services-section .item:not(:last-child) {
	margin-bottom: 8rem;
}

.services-section .container {
	position: relative;
	z-index: 1;
}

.services-section p {
	font-size: 16px;
}


/* RESOURCES */

.section-heading:empty {
	display:none; 
}

.section-heading p {
	color: #677385;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
}

/**********
* Reading *
* Section *
**********/

.reading-section {
	background-color: #fbfbfb;
	border-bottom: 5px solid #ddd;
	padding-bottom: 0;
	padding-top: 4rem;
}

.reading-section .title-block h2 {
	color: #677385;
	font-family: Lato;
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
}

.reading-section .title-block p {
	color: #677385;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	width: 220px;
}

.gallery-holder li:hover {
	background-color: #f1f1f1;
}

.reading-gallery li {
	height: 26rem;
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	margin-left: 10px;
}

.reading-gallery li h3 {
	color: #677385;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.reading-gallery li p {
	color: #677385;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
}

.reading-gallery li h3,
.reading-gallery li p {
	padding-left: 1rem;
}

/**********
*Blog Roll*
**********/

.member-heading h1 {
	color: #677385;
	font-family: Lato;
	font-size: 42px;
	font-weight: 300;
}
.member-heading p {
	color: #677385;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
}

#sidebar h3 {
	color: #677385;
	font-family: Lato;
	font-size: 14px;
	font-weight: 900;
}

h2.opener {
	border-bottom: 1px solid #e4e4e4;
}

h2.opener:before {
	background: none;
}

h2.opener .arrow:before {
	border-top-color: #FF5F07;
}

h2.opener a {
	color: #677385;
    display: block;
	font-family: Lato;
	font-size: 14px;
	font-weight: 900;
	line-height: 14px;
	padding-right: 2rem;
	text-transform: uppercase;
}

h2.opener a .load-more {
    color: #ff5907;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.posts-section p {
	color: #677385;
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}



/* Single Event */


.single-tribe_events #sidebar .widget_author > h3 {
	color: #515254;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 0.875rem;
	margin-bottom: 2rem;
	margin-top: 0;
    padding-top: 0.25rem;
}

.widget_author ul > li:not(:last-child) {
	margin-bottom: 2.5rem;
}


h4.event-date {
	background-color: #162431;;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
    line-height: 1.3;
	margin: 2.75rem -3.4375rem 0;
	padding: .75rem 3.4375rem;
}

.session-header {
	margin-bottom: 2rem;
	margin-top: 2.75rem;
}

.session-info { 
	font-style: italic;
}

.session-speakers .session-speaker:not(:last-child):after {
	content:",";
	padding-right: .25rem;
}





/* Mail Form */

#newsletter-sign-up {
	background-color: #26c5ed;
	padding: 3rem 0;
	text-align: center;
}

@media(max-width:767px) {	
	#newsletter-sign-up {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


/*#newsletter-sign-up .ninja-forms-cont {
	display: none;
}


#newsletter-sign-up .ninja-forms-cont {
    margin: auto;	
    max-width: 970px;
}

#mc4wp-form-1 form,
#newsletter-sign-up .ninja-forms-cont form {
	margin-bottom: 0px;
}

@media(min-width:1025px) {
	#mc4wp-form-1 form > .mc-form,
	#newsletter-sign-up .ninja-forms-cont .ninja-forms-all-fields-wrap {
    	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		            -ms-grid-row-align: stretch;
		        align-items: stretch;	
	}
}

#newsletter-sign-up .ninja-forms-cont.text-wrap {
    align-items: center;
    display: flex;
}

#mc4wp-form-1 label,
#newsletter-sign-up .ninja-forms-cont label {
	font-size: 1.5rem;
	color: white;
	font-weight: 300;
	letter-spacing: -0.5px;
	margin-bottom: 0;
	padding-right: 1rem;
}

@media(min-width:768px) {
	#mc4wp-form-1 label,
	#newsletter-sign-up .ninja-forms-cont label {
		font-size: 2.125rem;
	}
}

@media(max-width:1024px) {
	#mc4wp-form-1 label,
	#newsletter-sign-up .ninja-forms-cont label {
		display: block;
		margin-bottom: 1rem;
	}
}


@media(max-width:970px) {
	
	#newsletter-sign-up {
		padding: 1rem 0 1.5rem;
	}
	
	#mc4wp-form-1 label,
	#mc4wp-form-1 input[type="email"],
	#newsletter-sign-up .ninja-forms-cont label,
	#newsletter-sign-up .ninja-forms-cont input[type="text"] {
		display: block;
		margin: 0 auto 1rem; 
	}
}

#mc4wp-form-1 input[type="email"],
#newsletter-sign-up .ninja-forms-cont input[type="text"] {
	width: 35%;
	height: 53px;
	border-radius: 0;
	background: #24bbe0;
	color: #2c3e4f;
	border-style: solid;
	border-width: 0 0 1px;
	border-bottom-color:#20aed2;
	font-weight: 300;
	font-size: 1.25rem;
	height: auto;
	line-height: 1.5rem;
	max-width: 500px;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

#newsletter-sign-up .ninja-forms-cont input[type="text"] {
	width: 49%;
}

@media(min-width:768px) {
	#mc4wp-form-1 input[type="email"],
	#newsletter-sign-up .ninja-forms-cont input[type="text"] {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

#mc4wp-form-1 input[type="email"]::-webkit-input-placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

#mc4wp-form-1 input[type="email"]::-moz-placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"]::-moz-placeholder {
	color: #fff;
}

#mc4wp-form-1 input[type="email"]:-moz-placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"]:-moz-placeholder {
	color: #fff;
}


#mc4wp-form-1 input[type="email"]:-ms-input-placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

#mc4wp-form-1 input[type="email"].placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"].placeholder {
	color: #fff;
}


@media(max-width:767px) {
		
	#mc4wp-form-1 input[type="email"],
	#newsletter-sign-up .ninja-forms-cont input[type="text"] {
		margin-bottom: 1rem;
		width: 100%;
	}
}


#mc4wp-form-1 input[type="submit"],
#newsletter-sign-up .ninja-forms-cont input[type="submit"] {
	background-color: #162431;
	margin-left: 1rem;
}



#newsletter-sign-up .ninja-forms-cont .submit-wrap {
    align-items: stretch;
    display: flex;
    margin: 0;
}

#newsletter-sign-up .ninja-forms-cont .submit-wrap > div:first-of-type {
    align-items: stretch;
    display: flex;
}

#newsletter-sign-up .ninja-forms-cont .field-wrap,
#newsletter-sign-up .ninja-forms-cont .ninja-forms-field {
	margin: 0;
}


div.mc4wp-alert.mc4wp-error { 
	background: rgba(255, 147, 147, 0.95);
	border: 1px solid #c77;
	border-radius: 5px;
	color: #900;
	font-weight: 300;
	margin: 1.5em auto 0;
	padding: 1em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
	width: 90%;
}*/


/* newsletter sign up */

#newsletter-sign-up .gform_wrapper {
	margin: 0;
}

@media(min-width:801px) {
	#newsletter-sign-up .gform_wrapper form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

#newsletter-sign-up .gform_heading {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	min-width: 100%;
}

#newsletter-sign-up .gform_body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
}

@media(min-width:801px) {
	#newsletter-sign-up .gform_body {
		margin-right: .875rem;
	}
}

@media(min-width:801px) {
	#newsletter-sign-up .gform_body > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

#newsletter-sign-up .gform_body > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 0;
    padding-right: 0;
    margin: 0;
}
@media(min-width:801px) {
	#newsletter-sign-up .gform_body > ul > li:last-child {
		padding-right: 1rem;
	}
}

#newsletter-sign-up .gform_footer {
    width: auto !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    padding: 0;
}

@media(min-width:801px) {
	#newsletter-sign-up .gform_footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media(max-width:800px) {
	#newsletter-sign-up .gform_footer {
		margin-top: 1rem;
	}
}

#newsletter-sign-up .gform_title {
    color: white;
    font-size: 2.125rem;
    font-weight: 300;
    letter-spacing: -0.5px !important;
    margin-bottom: 0;
    padding-right: 1rem;
}

#newsletter-sign-up .ginput_container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
    width: auto;
}

@media(min-width:801px) {
	#newsletter-sign-up .ginput_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}	
}

#newsletter-sign-up .ginput_container > span {
	padding-top: 0;
	width: auto;
}

@media(max-width:800px) {
	#newsletter-sign-up .ginput_container > span {
		display:block;
		margin: 0 0 1rem;
	    padding-right: 0;
	}
}

#newsletter-sign-up .gform_wrapper label {
	display: none;
}

#newsletter-sign-up input[type="email"]::-webkit-input-placeholder,
#newsletter-sign-up input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255,.5);
}

#newsletter-sign-up input[type="email"]::-moz-placeholder,
#newsletter-sign-up .ninja-forms-cont input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255,.5);
}

#newsletter-sign-up input[type="email"]:-moz-placeholder,
#newsletter-sign-up input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255,.5);
}


#newsletter-sign-up input[type="email"]:-ms-input-placeholder,
#newsletter-sign-up input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255,.5);
}

#newsletter-sign-up input[type="email"].placeholder,
#newsletter-sign-up input[type="text"].placeholder {
	color: rgba(255, 255, 255,.5);
}

#newsletter-sign-up .gform_wrapper input[type="text"],
#newsletter-sign-up .gform_wrapper input[type="email"] {
	border-radius: 0;
	background: #24bbe0;
	color: #2c3e4f;
	border-style: solid;
	border-width: 0 0 1px;
	border-bottom-color:#20aed2;
	font-weight: 300;
    font-size: 1.6rem;
	height: auto;
	line-height: 2.5rem;
	max-width: 250px;
    padding: .5rem 1.5rem;
    width: auto;
}

@media(max-width:800px) {
	#newsletter-sign-up .gform_wrapper input[type="text"],
	#newsletter-sign-up .gform_wrapper input[type="email"] {
		max-width: 100%;
		width: 100%;
	}
}

#newsletter-sign-up input[type="submit"] {
    background-color: #162431;
}

#newsletter-sign-up .gform_confirmation_message {
    color: white;
    font-weight: 300;
    letter-spacing: -0.5px !important;
    margin-bottom: 0;
    padding-right: 1rem;
    font-size: 2.125rem;
}


/* contact page */

/*#text-8 p {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#text-8 a {
	color: #677385;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: Lato;
}

#text-8 p:nth-child(1) {
	margin-top: 6rem;
}

#text-8 p:nth-child(4) {
	color: #677385;
	font-size: 1rem;
}*/


.page-template-template-contact .main {
	padding-bottom: 0;
}

@media(min-width:1025px) {
	.page-template-template-contact .main .heading h1 {
		font-size: 3.75rem;
		padding-top: 3.125rem;
	}
}

.contact-map {
	background-position: -3px 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
	position: relative;
	
}

@media(min-width:992px) {
	.contact-map {
	    margin-top: 12.5rem;
		padding-bottom: 37.5%;
	}
}

@media(max-width:991px) {
	.contact-map:first-child {
		margin-bottom: .25rem;
		margin-top: 5rem;
	}
}

.contact-map[data-location="silicon-valley"] {
	background-image: url('/wp-content/themes/svds/images/ca-map.jpg');
}

.contact-map[data-location="chicago"] {
	background-image: url('/wp-content/themes/svds/images/chi-map.jpg');
}




.contact-map-info,
.contact-map-info h2,
.contact-map-info a {
	color: #fff;
}

.contact-map-info {	
	background-color: rgba(255, 89, 7,.75);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding: 5rem 3.5rem;
}

.contact-map[data-location="chicago"] .contact-map-info {
	background-color: rgba(9, 29, 50, .75);
}

.contact-map-info h2 {
	font-size: 2.75rem;
	font-weight: 300;
	line-height: 4.25rem;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.contact-map-info p {
	margin-top: 1.75rem;
}

@media(min-width:992px) {
	.contact-map .contact-map-info {
		background-color: rgb(255, 89, 7);
		height: 360px;
		left: 50%;
		padding-bottom: 2.5rem;		
		padding-top: 2.5rem;
		position: absolute;
		top: 0;
		-webkit-transform: translate(-50%, -33%);
				transform: translate(-50%, -33%);	
		width: 360px;
	}
	.contact-map[data-location="chicago"] .contact-map-info {
		background-color: rgb(9, 29, 50);
	}
}


/* Remove Resources Comments */

#respond {
	display: none !important;
}

/* projects */
body.single-project .content > img { margin-bottom: 2rem; }



/* case studies */
body.single-case-study .content > img { margin-bottom: 2rem; }






/*#broken-line-graph .blue.compact, #broken-line-graph .blue.full {display:none;}*/
#broken-line-graph .blue {
	opacity: 0.77;
    fill: #26C5ED;
    enable-background: new;
    -webkit-transform: scaleY(0) rotateX(45deg);
			transform: scaleY(0) rotateX(45deg);
    -webkit-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
    
    -webkit-transition: all .8s ease-in .5s;
			transition: all .8s ease-in .5s;
}
#broken-line-graph .white { 
	fill:#fff;
    /*-webkit-transform: translateY(-185%);
			transform: translateY(-185%);*/
}

#broken-line-graph.animated .blue { 
	-webkit-transform: scaleY(1) rotateX(0);
			transform: scaleY(1) rotateX(0);
}



.services-section .item > div:first-child {
	padding-right: 2rem;
}

.services-section .item > div:last-child {
	padding-left: 2rem;
}


svg.service {
	max-width: 300px;
	width: 100%;
}

@media(max-width:767px) {
	svg.service {
		max-width: 200px;
	}
}

.company-overview svg.service + h3 {
	margin-top: 2rem;
}

svg .blue > *, svg .orange > * {
	fill:none;
	stroke-linecap:round;
	stroke-miterlimit:10;
}

svg .blue > * {
	-webkit-transition: opacity .5s linear .75s;
			transition: opacity .5s linear .75s;
	stroke:#26c5ed;
	stroke-width:4;
}

svg .blue:not(.center) > * {
	opacity: 0;
}

svg.animated .blue > * {
	opacity: 1;
}

svg .orange > * {
	stroke:#ff5907;
	stroke-width:2;
	stroke-dashoffset: -210;
	-webkit-transition: stroke-dashoffset .5s ease .55s;
			transition: stroke-dashoffset .5s ease .55s;
	stroke-dasharray: 210;
}
svg .orange .one {
	stroke-dashoffset: -250;
	stroke-dasharray: 250;
}

svg.animated .orange > * {
	stroke-dashoffset: 0;
}

svg .center > path {
	fill:#26c5ed;
	opacity: 0;
	-webkit-transition: all .2s linear .75s;
			transition: all .2s linear .75s;

	-webkit-transform: scale(10);
		-ms-transform: scale(10);
			transform: scale(10);
	
	-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}

svg.animated .center > path {
	opacity: 1;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}







svg.compass .orange line {
	stroke-width:4px;
}

svg.compass .orange path {
	fill: #ff5907;
	stroke-width:4px;
}


svg.arrows .blue > * {
	stroke-width: 5;
}

svg.arrows .blue path {
	stroke-dashoffset: -250;
	stroke-dasharray: 250;
}

svg.arrows .blue path.one {
    stroke-dasharray: 385;
    stroke-dashoffset: -385;
}

svg.arrows.animated .blue path {
	stroke-dashoffset: 0;
}


svg.arrows.animated .blue path.one {
	-webkit-transition: stroke-dashoffset .3s ease .75s;
			transition: stroke-dashoffset .3s ease .75s;
}



svg.arrows .blue path.two {
	-webkit-transition: stroke-dashoffset .25s ease 1.05s;
			transition: stroke-dashoffset .25s ease 1.05s;

}

svg.arrows.animated .blue path.two {
    stroke-dashoffset: 0;
}
svg.arrows.animated .blue path.three {
	-webkit-transition: stroke-dashoffset .2s ease 1.2s;
			transition: stroke-dashoffset .2s ease 1.2s;
}



.parallax, .parallax > div {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;	
	top: 0;
	z-index: -1;
}
.parallax > div {
	background-position: 50% 50%;
}
.parallax .solid {
	background-image: url('../images/diamonds-solid.png');
}
.parallax .hollow {
	background-image: url('../images/diamonds-hollow.png');	
}



/*.win-height {
	min-height: calc( 100vh - 70px );
}*/

/**
 * iPad with portrait orientation.
 */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .win-height {
    min-height: 954px;
  }
}*/

/**
 * iPad with landscape orientation.
 */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .win-height {
    min-height: 698px;
  }
}*/

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
/*@media screen and (device-aspect-ratio: 40/71) {
  .win-height {
    min-height: 430px;
  }
}*/


#search-results .search-item {
	border-bottom: 1px solid #e3e3e3;
	clear: both;
    margin: 1em 0;
    padding: 1em 0;
}


.search-results .member-heading h1,
.search-results .post h2,
.search-results .tribe_events h2,
.search-results .what-we-reading h2,
.search-results .project h2 {
    text-transform: uppercase;
    color: #677385;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 11px;
}

/*
.search-results .post .descr,
.search-results .tribe_events .descr,
.search-results .what-we-reading .descr,
.search-results .project .descr {
	padding: 24px 0 20px;
}
*/

.search-results .post p,
.search-results .tribe_events p,
.search-results .what-we-reading p,
.search-results .member-heading p,
.search-results .project p {
    color: #677385;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.search-results .post .authors.list-inline,
.search-results .member-heading .authors.list-inline,
.search-results .what-we-reading .authors.list-inline,
.search-results .project .authors.list-inline {
    margin: 0;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1px;
}

.search-results .post .post-meta,
.search-results .what-we-reading .post-meta,
.search-results .project .post-meta {
    border-top: 1px solid #e3e3e3;
	margin-top: 1em;
    padding: 0 20px;
	display: none;
}

.search-results .attachment-full,
.search-results .wp-post-image {
    max-height: 135px;
    margin-right: 1em;
    float: left;
}

.search-results .info,
.search-results .meta { display: none; }


body.single-team #past-events > h2 {
	font-size: 24px;
	margin-bottom: 12px;
	text-align: left;
}


@media print {
	#nav li { display: none !important; }
	a:after { content: none !important; }
}









/* updated grid */

.group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}



/* basic page section */

.content > .section:nth-of-type(even) {
	background-color: #fff;
    margin: 3rem 0 2.5rem;	
    padding: 2.5rem 0 3rem;
	position: relative;
}

.content > .section:nth-of-type(even):before,
.content > .section:nth-of-type(even):after {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 50vw;
}

.content > .section:nth-of-type(even):before { right: 100%; }
.content > .section:nth-of-type(even):after { left: 100%; }



/* featured ctas for sidebar */

.featured-cta {
    border: 1px solid #ff5907;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;    
    overflow: hidden;
}

.featured-cta:not(:last-child) {
	margin-bottom: 3rem;
}

.featured-cta.asset {
	background-color: #0e1f2e;
	padding: .75rem .75rem 0;
}

/*.featured-cta.event-webinar {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;	
    padding-top: 50%;
}*/

.featured-cta .info {
    background-color: rgba(149, 149, 149,.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .625rem .875rem;
}

.featured-cta .date {
	color: #fff;
    min-width: 70px;
}

.featured-cta .date time {
	border-color: #fff;
}

.featured-cta .title {
	font-size: 0.75rem;	
	line-height: 1.3;
	padding: .5rem 0;
	text-transform: uppercase;	
}

.featured-cta.asset .title {
	text-align: center;
}

.featured-cta .link {
	background-color: #ff5907;
    display: block;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: .5rem .875rem;
    text-align: center;
}

.featured-cta.asset .link {
	margin-left: -.75rem;
	margin-right: -.75rem;	
}








/* toast messages */
/* messages */
.toast-container { 
	color: #fff;
    max-width: calc(100vw - 1.5rem);    
    position: fixed;
    right: 6rem;
    top: 8.5rem;
    width: 37.5rem;
}

@media(max-width:640px) {
	.toast-container { 
		left: 1rem;
		right: 1rem;
		top: 5.5rem;
		width: auto;
	}
}

.toast {
	-webkit-animation-name: showToast;
	        animation-name: showToast;
	-webkit-animation-delay: 1.25s;
	        animation-delay: 1.25s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	background-color: #ff5907;
	border-radius: 3px;
    clear: both;
    float: right;
    font-weight: 300;
    max-width: 24rem;
    opacity: 0;
    padding: 1.5rem 1.875rem;
}

.toast:after {
	background-image: url('../images/toast-close.png');
	background-size: contain;
	content:"";
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: .625rem;
	top: .625rem;
	width: 18px;
}

.toast .title {
	font-size: 1rem;
	font-weight: 700;
}

.toast .body {
	font-size: 0.875rem;
	font-weight: 400;
}

.toast .body p:not(:last-child) {
	margin-bottom: .25rem;
}

.toast a {
  color: #162431;
  text-decoration: none;
}

.toast a:after {
	content:"\00BB";
	padding-left: .25rem;
}

.toast.toast-hide {
	-webkit-animation-name: hideToast;
	        animation-name: hideToast;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;	
	-webkit-animation-delay: 0s;	
	        animation-delay: 0s;
}

@-webkit-keyframes showToast {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	
    to {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	}
}

@keyframes showToast {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	
    to {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	}
}

@-webkit-keyframes hideToast {
    from {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	}
	to {
	    opacity: 0;
	    -webkit-transform: translateX(100%);
	            transform: translateX(100%);
	}	
}

@keyframes hideToast {
    from {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	}
	to {
	    opacity: 0;
	    -webkit-transform: translateX(100%);
	            transform: translateX(100%);
	}	
}