/* 
font-family: "museo",serif;
font-family: "645",sans-serif; 
*/
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body { font-size: 100%; }

body {
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover { cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object { max-width: none !important; }

.left { float: left !important; }
.right { float: right !important; }
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after { clear: both; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.hide { display: none; }
.start { float: left !important; }
.end { float: right !important; }
.text-start { text-align: left !important; }
.text-end { text-align: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select { width: 100%; }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, 
ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, 
ul.pagination li.current a:focus { background: #008cba; }
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered { text-align: center; }
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure { margin: 0 auto 1.25rem; }

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, 
.gallery dl { display: inline-block; }
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget { background-color: #eee; }

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
  
  	position: fixed;
  	top: 0 !important;
	z-index: 999999;
	width: 100% !important;
	/* min-width: 1140px !important; */
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus { color: #444444; }

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a { color: #999; }
.entry-author h4 a:hover, 
.entry-author h4 a:focus { color: #444444; }
.entry-author p { color: #bbb; }

.post header,
.page header { margin-bottom: 1.25rem; }

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a { color: #999; }
.entry-tags a:hover, 
.entry-tags a:focus { color: #444444; }

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus { background: #e6e6e6; }
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, 
.page-numbers li.unavailable a:focus { background: transparent; }
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, 
.page-numbers li.current a:focus { background: #008cba; }
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li { margin-left: 0.5rem; }

.page-numbers li span:hover a,
.page-numbers li span a:focus { background: #e6e6e6; }
.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children { margin-left: 4rem; }
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta { display: inline-block; }
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, 
ol.commentlist li section.comment a.comment-reply-link:focus { color: #444444; }

#sidebar { margin-top: 1.25rem; }

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, 
#sidebar .panel a:focus, 
.footer-widget .panel a:hover, 
.footer-widget .panel a:focus { color: #444444; }
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
footer.full-width p { font-size: 0.875rem; }
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, 
footer.full-width a:focus { color: #666666; }
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar > .fixed { margin-top: 2rem; }

.f-topbar-fixed > .container { margin-top: 2rem; }









/* SOVRN SPECIFIC */
/* GENERAL */
body { background: #FFFFFF; }
#content {
	background: transparent;
	border: 0;
}

header.contain-to-grid { background: #212121; }
.top-bar {
	background: #212121;
	height: 127px;
}
section.top-bar-section {
	position: relative;
	height: 127px;
	z-index: 50;
}
.top-bar-section ul { background: transparent !important; }


.button {
	cursor: pointer;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: #000000 !important;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: 0;
	font-family: "museo-sans",sans-serif; 
	font-weight: 700 !important;
	background: #f2cb39;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 14px 90px 10px 90px;
	text-align: center;
}
button:hover, 
button:focus, 
.button:hover, 
.button:focus {
	/* background-color: #ff6600; */
	background-color: #2E8EB8;
	color: #FFFFFF !important;
}



/* primary navigation */
ul#primary-nav {
	position: absolute;
	top: 60px;
	/* left: 325px; - changed this when we removed the join us button from the main nav */
    left: 510px;
    white-space: nowrap;
    min-width: 650px;
}
ul#primary-nav > li { height: 67px; }
ul#primary-nav li.divider { display: none; }
ul#primary-nav li a {
	background: transparent;
	font-size: 18px;
	line-height: 36px;
	display: inline-block;
	font-family: "museo-sans",sans-serif; 
	font-weight: 500;
	color: #FFFFFF;
	padding: 0 25px !important;
}
ul#primary-nav li:hover,
ul#primary-nav > li:hover a,
ul#primary-nav > li a:hover { 
    /* background: #666666; */
   /*  color: #F60; */
   color: #2E8EB8;
}
ul#primary-nav > li.active a { color: #f2cb39; }


/* added to remove the join now button from the nav */
ul#primary-nav li#menu-item-17 { display: none !important; }


ul#primary-nav li#menu-item-17:hover { background: transparent !important; }
ul#primary-nav li#menu-item-17 { padding-left: 38px; }
ul#primary-nav li#menu-item-17 a {
	font-weight: 900;
	background: #ff6600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul#primary-nav li#menu-item-17 a:hover { color: #212121; }

ul#primary-nav li#menu-item-171 a {
	border: 3px solid #4b4b4b;
	-webkit-border-radius: 5px;
border-radius: 5px;
}

	/* primary dropdown navigation */
	.top-bar-section .has-dropdown > a:after {
	    content: "";
	    display: none;
	}
	.top-bar-section ul.dropdown {
		background: #666666 !important;
		padding: 10px;
		margin-top: 30px;
		min-width: 295px;
	}
	ul#primary-nav ul.dropdown li a {
		color: #3399ff;
		font-size: 14px;
		line-height: 28px;
		font-family: "museo-sans",sans-serif;
		font-weight: 500;
		display: inline-block;
		padding-left: 15px;
	}
	ul#primary-nav ul.dropdown li a:hover,
	ul#primary-nav ul.dropdown li.active a { color: #333333; }
	ul#primary-nav ul.dropdown li.join { padding-top: 30px; }
	ul#primary-nav ul.dropdown li.join a {
		color: #ff6600;
		font-family: "museo-sans",sans-serif;
		font-weight: 900;
		font-size: 14px;
		line-height: 39px;
		background: #f2cb39;
		margin: 0;
		text-align: center;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
	ul#primary-nav ul.dropdown li.join a:hover {
		background: #ff6600;
		color: #f2cb39;
	}
	
	
	/* medium nav */
	#medium_hamburger { 
		position: absolute;
		z-index: 999;
		top: 15px;
		right: 25px;
		display: block;
		width: 200px;
	}
	#medium_hamburger a#hamburger { position: relative; top: 35px; }
	#medium_hamburger a.button {
		font-weight: 900 !important;
		background: #ff6600;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 18px;
		line-height: 36px;
		display: inline-block;
		font-family: "museo-sans",sans-serif;
		color: #FFFFFF;
		padding: 0 38px;
		margin: 0 0 0 15px;
	}
	#medium_hamburger a.button:hover { color: #212121; }
	
		/* dropdown medium nav */
		#medium_nav {
			display: block;
			position: relative;
			z-index: 999;
			background-color: #F4F4F4;
		}
		#medium_nav .row {
			margin: 0;
			padding: 15px 0 !important;
		}
		#medium_nav ul.primary li#menu-item-17 { display: none; }
		#medium_nav ul.primary > li {
			width: 25%;
			float: left;
			padding-bottom: 25px;
		}
		#medium_nav ul.primary ul > li {
			width: 100%; 
			display: block;
		}
		#medium_nav ul.primary ul > li a {
			line-height: 24px;
			font-size: 14px;
			padding-left: 25px;
		}
		.top-bar-section #medium_nav li a { 
			color: #3399ff;
			font-size: 18px;
			font-weight: 500;
			font-family: "museo-sans",sans-serif;
			background: transparent; 
		}
		.top-bar-section #medium_nav li a:hover { color: #333333; }
		
		#medium_nav ul.primary > li#menu-item-171 { border-right: 1px solid #666666; }
		#medium_utility h3 {
			color: #3399ff;
			font-size: 18px;
			line-height: 45px;
			font-weight: 500;
			font-family: "museo-sans",sans-serif;
			background: transparent;
		}
		#medium_utility ul.utility li { width: 100%; display: block; }
		#medium_utility ul.utility li a {
			line-height: 24px;
			font-size: 14px;
			font-weight: 900;
			font-family: "museo-sans",sans-serif;
			padding-left: 0;
		}


ul#primary-nav > li.blog atempl {
	border: 3px solid #4b4b4b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* utility navigation */
#menu-utility-navigation {
	position: absolute;
	top: 5px;
	/* right: 0; - changed when we removed the join us button */
    right: 28px;
}
.top-bar-section #menu-utility-navigation li a {
	padding: 0 10px;
	line-height: 12px;
	background: transparent;
	color: #FFFFFF;
	font-family: "museo",serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 15px;
	border-right: 1px solid #FFFFFF;
}
.top-bar-section #menu-utility-navigation li a:hover { color: #f2cb39; }
.top-bar-section #menu-utility-navigation li:last-child a { border: 0; }




/* footer area */
#get_started {
	background: #000000;
	padding: 29px 0 10px 0;
	text-align: center;
}
#get_started h2 {
	color: #FFFFFF;
	font-weight: 900;
	line-height: 48px;
	font-size: 48px;
	font-family: "museo",serif;
	padding: 0 0 40px 0;
	margin: 0;
}
#get_started p {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-family: "museo",serif;
	font-weight: 300;
}
#get_started p strong { font-weight: 900; }

footer.full-width {
	background: url('../img/footer_bg.png') center bottom no-repeat #454545;
	border: 0;
	padding: 22px 0 180px 0;
	border-bottom: 25px solid #454545;
}

	/* social navigation */
	ul#social {
		display: table;
		margin: 0 auto;
	}
	ul#social li {
		margin: 0 5px;
		float: left;
		display: inline-block;
		width: 25px;
		height: 25px;
		overflow: hidden;
	}
	ul#social li a {
		text-indent: -9999px;
		width: 25px;
		height: 25px;
		display: block;
		opacity: 1;
	}
	ul#social li a:hover { opacity: .8; }
	
	ul#social li#menu-item-20 a { background: url('../img/icon_facebook.png') no-repeat top left; }
	ul#social li#menu-item-21 a { background: url('../img/icon_twitter.png') no-repeat top left; }
	ul#social li#menu-item-22 a { background: url('../img/icon_email.png') no-repeat top left; }
	ul#social li#menu-item-23 a { background: url('../img/icon_instagram.png') no-repeat top left; }
	ul#social li#menu-item-24 a { background: url('../img/icon_linkedIn.png') no-repeat top left; }
	
	
	/* Footer Columns */
	footer .panel {
		border: 0;
		padding: 0;
		background: transparent;
		padding-top: 28px;
	}
	footer .panel h4 {
		color: #999999;
		line-height: 18px;
		font-size: 18px;
		font-weight: 300;
		font-family: "museo",serif;
		padding: 0 0 25px 0;
		margin: 0;
	}
	footer .panel .textwidget { padding-right: 25px; }
	footer .panel p {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
		color: #999999;
		font-family: "museo",serif;
	}
	footer .panel a {
		text-decoration: underline;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		color: #999999;
		font-family: "museo",serif;
	}
	footer .panel a:hover { text-decoration: none; }
	
	
	
	
	/* tabs */
	dl.tabs {
		width: 100%;
		background: #f2cb39;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		overflow: hidden;
	}
	dl.tabs dd { 
		width: 25%; 
		text-align: center; 
	}
	dl.tabs dd a {
		display: inline-block;
		width: 100%;
		background: #f2cb39;
		font-weight: 500;
		font-size: 18px;
		line-height: 57px;
		font-family: "museo",serif;
		color: #333333;
		margin: 0;
		padding: 0;
	}
	dl.tabs dd a:hover,
	dl.tabs dd.active a {
		color: #FFFFFF;
		background: #e8aa16;
	}
	div.tabs-content { margin-bottom: 0; }
	div.tabs-content .content { 
		position: relative;
		padding: 0 115px 20px 115px; 
		min-height: 252px;
	}
	div.tabs-content .content img {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
        width: 240px !important;
        height: auto !important;
	}
	div.tabs-content .content h1 {
		text-align: center;
		font-weight: 700;
		color: #333333;
		font-family: "museo",serif;
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		padding: 45px 0 35px 0;
	}
	div.tabs-content .content p {
		font-family: "museo-sans",sans-serif; 
		font-weight: 300;
		font-size: 18px;
		line-height: 27px;
		color: #333333;
		text-align: center;
	}






/******* HOME PAGE ********/
body > header.contain-to-grid { margin-bottom: 0; }
#video_header {
	height: 546px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 89px !important;
	/* background: url('../img/home_header_bg.jpg') no-repeat top center; */
	background: url('../img/sovrn-display-ad-network-programmatic-advertising.jpg') no-repeat top center;
	background-size: cover;
}

#video_header .row #home_headlines {
	height: 546px;
	position: relative;
	z-index: 20 !important;
	text-align: center;
	padding-top: 65px;
}
#video_header #home_headlines h1,
#video_header #home_headlines h2,
#video_header #home_headlines h3 {
	font-size: 34px;
	line-height: 36px;
	font-family: "museo",serif;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 50px;
}
#video_header #home_headlines h3 {
	font-weight: 900;
	color: #f2cb39;
	padding-top: 10px;
}
#video_header #home_headlines a {
	font-size: 16px;
	line-height: 18px;
	font-family: "museo",serif;
	font-weight: 700;
	color: #3399ff;
	text-decoration: underline;
}
#video_header #home_headlines a:hover { text-decoration: none; }
#video_header a.button {
	text-decoration: none !important;
	display: inline-block;
	margin-top: 35px;
}

	/* tabs */
	body.home #content { padding: 0; }
    body.home #content > p {
        font-family: "museo-sans",sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
        color: #333;
        text-align: center;
        padding: 0px 30px 20px;
    }
	body.home #content h2,
	body.page-template-page-home-logos-demo #content h2,
	body.page-template-page-home-logos-demo-form #content h2 {
		font-size: 28px;
		line-height: 32px;
		font-family: "museo",serif;
		font-weight: 900;
		color: #000000;
		text-align: center;
		padding: 35px 0 30px 0;
	}
	
	body.home #understand h1,
	body.home #understand h1 a,
	body.home #understand h2,
	body.home #engage h1,
	body.home #engage h1 a,
	body.home #engage h2,
	body.home #monetize h1,
	body.home #monetize h1 a,
	body.home #monetize h2,
	
	body.page-template-templatespage-home-logos-php #understand h1,
	body.page-template-templatespage-home-logos-php #understand h1 a,
	body.page-template-templatespage-home-logos-php #understand h2,
	body.page-template-templatespage-home-logos-php #engage h1,
	body.page-template-templatespage-home-logos-php #engage h1 a,
	body.page-template-templatespage-home-logos-php #engage h2,
	body.page-template-templatespage-home-logos-php #monetize h1,
	body.page-template-templatespage-home-logos-php #monetize h1 a,
	body.page-template-templatespage-home-logos-php #monetize h2,
	
	body.page-template-page-home-logos-demo #understand h1,
	body.page-template-page-home-logos-demo #understand h1 a,
	body.page-template-page-home-logos-demo #understand h2,
	body.page-template-page-home-logos-demo #engage h1,
	body.page-template-page-home-logos-demo #engage h1 a,
	body.page-template-page-home-logos-demo #engage h2,
	body.page-template-page-home-logos-demo #monetize h1,
	body.page-template-page-home-logos-demo #monetize h1 a,
	body.page-template-page-home-logos-demo #monetize h2,
	
	body.page-template-page-home-logos-demo-form #understand h1,
	body.page-template-page-home-logos-demo-form #understand h1 a,
	body.page-template-page-home-logos-demo-form #understand h2,
	body.page-template-page-home-logos-demo-form #engage h1,
	body.page-template-page-home-logos-demo-form #engage h1 a,
	body.page-template-page-home-logos-demo-form #engage h2,
	body.page-template-page-home-logos-demo-form #monetize h1,
	body.page-template-page-home-logos-demo-form #monetize h1 a,
	body.page-template-page-home-logos-demo-form #monetize h2 {
        line-height: 28px;
        font-family: "museo-sans",serif;
        color: #FFFFFF;
        margin: 0;
        padding: 40px 0 30px 0;
        font-size: 28px;
        font-weight: 500;
        text-decoration: none;
	}
	body.home #understand h2,
	body.home #engage h2,
	body.home #monetize h2,
	
	body.page-template-templatespage-home-logos-php #understand h2,
	body.page-template-templatespage-home-logos-php #engage h2,
	body.page-template-templatespage-home-logos-php #monetize h2,
	
	body.page-template-page-home-logos-demo #understand h2,
	body.page-template-page-home-logos-demo #engage h2,
	body.page-template-page-home-logos-demo #monetize h2,
	
	body.page-template-page-home-logos-demo-form #understand h2,
	body.page-template-page-home-logos-demo-form #engage h2,
	body.page-template-page-home-logos-demo-form #monetize h2 {
		font-family: "museo",serif;
		font-weight: 700;
		color: #000000;
		padding: 0 0 24px 0;
	}
	body.home #understand p,
	body.home #engage p,
	body.home #monetize p,
	
	body.page-template-templatespage-home-logos-php #understand p,
	body.page-template-templatespage-home-logos-php #engage p,
	body.page-template-templatespage-home-logos-php #monetize p,
	
	body.page-template-page-home-logos-demo #understand p,
	body.page-template-page-home-logos-demo #engage p,
	body.page-template-page-home-logos-demo #monetize p,
	
	body.page-template-page-home-logos-demo-form #understand p,
	body.page-template-page-home-logos-demo-form #engage p,
	body.page-template-page-home-logos-demo-form #monetize p {
		font-family: "museo-sans",serif;
		font-weight: 300;
		color: #000000;
		font-size: 18px;
		line-height: 24px;
	}
	body.home #understand a,
	body.home #engage a,
	body.home #monetize a,
	
	body.page-template-templatespage-home-logos-php #understand a,
	body.page-template-templatespage-home-logos-php #engage a,
	body.page-template-templatespage-home-logos-php #monetize a,
	
	body.page-template-page-home-logos-demo #understand a,
	body.page-template-page-home-logos-demo #engage a,
	body.page-template-page-home-logos-demo #monetize a,
	
	body.page-template-page-home-logos-demo-form #understand a,
	body.page-template-page-home-logos-demo-form #engage a,
	body.page-template-page-home-logos-demo-form #monetize a {
		font-family: "museo-sans",serif;
		font-weight: 900;
		color: #2e8eb8;
		font-size: 16px;
		line-height: 24px;
	}
	
	
	body.home #understand,
	body.page-template-templatespage-home-logos-php #understand,
	body.page-template-page-home-logos-demo #understand,
	body.page-template-page-home-logos-demo-form #understand {
		height: 279px;
		background: url('../img/understand_home.png') no-repeat top left #f2cb39;
		text-align: center;
	}
	body.home #understand img.aligncenter,
	body.page-template-templatespage-home-logos-php #understand img.aligncenter,
	body.page-template-page-home-logos-demo #understand img.aligncenter,
	body.page-template-page-home-logos-demo-form #understand img.aligncenter {
		position: relative !important;
		top: -8px !important;
	}
	body.home #understand h1,
	body.page-template-templatespage-home-logos-php #understand h1,
	body.page-template-page-home-logos-demo #understand h1,
	body.page-template-page-home-logos-demo-form #understand h1 {
		padding-top: 5px;
	}
	body.home #engage,
	body.page-template-templatespage-home-logos-php #engage,
	body.page-template-page-home-logos-demo #engage,
	body.page-template-page-home-logos-demo-form #engage {
		height: 279px;
		background: url('../img/engage_home.jpg') no-repeat top center;
		background-size: cover;
		text-align: center;
	}
	body.home #monetize,
	body.page-template-templatespage-home-logos-php #monetize,
	body.page-template-page-home-logos-demo #monetize,
	body.page-template-page-home-logos-demo-form #monetize {
		height: 279px;
		background: url('../img/monetize_home.png') no-repeat top left #9ec4c9;
		text-align: center;
	}
	
	
	
	/* partner logos */
	#logos ul#partner_grid {
		width: 603px;
		text-align: center;
		margin: 0 auto;
	}
		
	#logos ul#partner_grid li {
		width: 195px;
		height: 118px;
		margin: 3px !important;
		display: inline-block;
		padding: 0;
	}
			
	#logos ul#partner_grid li img {
		width: 195px;
		height: 118px;
		display: block;
	}
	
	/* callout one */
	body.home #call1 {
		height: 307px;
		min-width: 100%; 
		background: url('../img/home_call1_bg.jpg') no-repeat;
		background-size: cover;
		text-align: center;
		padding: 60px 0 45px 0;
	}
	body.home #call1 h2 {
		font-size: 24px;
		line-height: 24px;
		font-weight: 900;
		font-family: "museo-sans",sans-serif; 
		color: #FFF;
		padding: 0 0 35px 0;
		margin: 0;
	}
	body.home #call1 p {
		font-family: "museo-sans",sans-serif; 
		font-weight: 300;
		font-size: 18px;
		line-height: 25px;
		color: #FFF;
	}
	body.home #call1 a {
		font-family: "museo-sans",sans-serif; 
		font-size: 14px;
		line-height: 19px;
		font-weight: 900;
		color: #FFF;
		text-decoration: none;
	}
	body.home #call1 a:hover { text-decoration: underline; }
	

    body.home #logos .row .columns #categories {
        padding-left: 85px;
    }



    /* home page orbit slider */
    .orbit-container .orbit-slides-container li img {
        position: absolute;
        bottom: 0px;
        left: 20px;
        z-index: -1;
        width: 240px !important;
        height: auto !important;
    }

    body.home #content .orbit-container .orbit-slides-container li h2 { font-weight: 300; }
    .orbit-container .orbit-slides-container li p {
        font-family: "museo-sans",sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
        color: #333;
        text-align: center;
        padding: 0px 115px 20px;
    }
    .orbit-container .orbit-slides-container li a {
        color: #09F;
        font-family: "museo",serif;
        font-weight: 900;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
    }
    .orbit-container .orbit-prev, 
    .orbit-container .orbit-next {
        position: absolute;
        top: 45%;
        margin-top: -25px;
        width: 36px;
        height: 60px;
        line-height: 50px;
        color: #666 !important;
        text-indent: -9999px !important;
        z-index: 10;
        background: #F4F4F4;
    }

    .orbit-bullets-container { margin-top: -35px; }
    .orbit-container { top: 18px; }

        /* let's hide some unsightly orbit stuff */
        .orbit-slide-number,
        .orbit-timer { display: none; }





	
	/* logos */
	#logos {
		padding: 60px 0 55px 0;
		text-align: center;
	}
	#logos h2 {
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 26px;
		line-height: 26px;
		color: #343432;
		text-align: center;
		padding-bottom: 40px;
	}
	#logos ul {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 415px;
		display: block;
	}
	#logos ul li {
		display: block;
		width: 125px;
		height: 125px;
		/* border: 1px solid red; */
		float: left;
		margin-right: 130px;
	}
	#logos ul li:nth-child(4),
	#logos ul li:nth-child(7),
	#logos ul li:nth-child(11) { margin: 0; }
	#logos ul li:nth-child(5) { margin-left: 135px; }
	#logos a,
	.tabs-content a {
		color: #0099ff;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 14px;
		line-height: 14px;
		text-decoration: none;
	}
	#logos a:hover,
	.tabs-content a:hover { text-decoration: underline; }
	
	.tabs-content h5 {
		color: #ff6600;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 14px;
		line-height: 14px;
		text-decoration: none;
		text-align: center;
	}
	
	
	
	/* stats area */
	#stats {
		height: 494px;
		width: 100%;
		background: url('../img/stats_bg.jpg') no-repeat;
		background-size: cover;
		padding: 35px 0;
	}
	#stats h2,
	#stats h3 {
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 28px;
		line-height: 28px;
		color: #212121;
		margin: 0;
		padding: 0 0 30px 0;
		text-align: center;
	}
	#stats ul#stat1 {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#stats ul#stat1 li {
		/* width: 33.3333%; */
		width: 50%;
		float: left;
		text-align: center;
		font-size: 24px;
		line-height: 28px;
		color: #212121;
		font-family: "museo",serif;
		font-weight: 300;
	}
	
	.page-template-templatesa-template-php #stats ul#stat1 li { width: 33.3333%; }
	
	#stats ul#stat1 li strong {
		display: block;
		font-size: 48px;
		line-height: 34px;
		color: #212121;
		font-family: "museo",serif;
		font-weight: 900;
	}
	
	
	/* stats 2 area */
	ul#stat2 {
		position: relative;
		top: 48px;
		list-style: none;
	}
	ul#stat2 li { 
		width: 50%; 
		float: left;
        
        text-align: center;
        
        
		height: 66px;
		padding: 40px 0 25px 0;
		font-weight: 300;
		color: #343432;
		font-family: "museo",serif;
		font-size: 24px;
		line-height: 66px;
		margin-bottom: 25px;
	}
	ul#stat2 li strong {
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 24px;
		line-height: 66px;
		color: #343432;
	}
	/*
    ul#stat2 li#days { background: url('../img/bg_days.png') no-repeat bottom left; }
	ul#stat2 li#return { background: url('../img/bg_return.png') no-repeat bottom left; }
	ul#stat2 li#open { background: url('../img/bg_open.png') no-repeat bottom left; }
	ul#stat2 li#support { background: url('../img/bg_support.png') no-repeat bottom left; }
    */

    ul#stat2 li#days { background: url('../img/bg_days.png') no-repeat top center; }
	ul#stat2 li#return { background: url('../img/bg_return.png') no-repeat top center; }
	ul#stat2 li#open { background: url('../img/bg_open.png') no-repeat top center; }
	ul#stat2 li#support { background: url('../img/bg_support.png') no-repeat top center; }
	
	








/********** A PAGE TEMPLATE **********/
#a_template_content.template_content h3 { padding-top: 25px; padding-bottom: 0; }

.page-id-79 #a_template_content.template_content h1,
.page-id-80 #a_template_content.template_content h1,
.page-id-81 #a_template_content.template_content h1 { 
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	padding-top: 25px; 
	padding-bottom: 0; 
	font-family: "museo",serif;
	color: #333;
	text-align: center;
}
.page-id-79 #a_template_content.template_content h1.body,
.page-id-80 #a_template_content.template_content h1.body,
.page-id-81 #a_template_content.template_content h1.body {
	font-family: "museo",serif;
	font-size: 18px;
	line-height: 21px;
	color: #333;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	text-rendering: optimizelegibility;
	padding: 0 0  55px 0;
}

.page-template-templatesa-template-php #video_header,
.page-template-default #video_header {
	height: 330px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 89px !important;
	position: relative;
	overflow: hidden;
}
.page-template-templatesa-template-php #video_header > img,
.page-template-default #video_header > img {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	min-height: 330px;
}
.page-template-templatesa-template-php #video_header .row #home_headlines {
	height: 477px;
	position: relative;
	z-index: 20 !important;
	text-align: center;
}
.page-template-templatesa-template-php #video_header #home_headlines h1,
.page-template-templatesa-template-php #video_header #home_headlines h2,
.page-template-templatesa-template-php #video_header #home_headlines h3,
.page-template-templatesa-template-php #video_header #home_headlines h4 {
	font-size: 34px;
	line-height: 32px;
	font-family: "museo",serif;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 50px;
}

.page-template-templatesa-template-php #video_header #home_headlines h4 { padding-top: 20px; }


.page-template-templatesa-template-php #video_header #home_headlines h3,
.page-template-templatesa-template-php #video_header #home_headlines h1.body {
	font-weight: 900;
	color: #f2cb39;
	padding-top: 0;
}

.page-template-templatesa-template-php #content { 
	position: relative;
	z-index: 99;
	margin-top: -30px;
	padding: 0; 
}
.page-template-templatesa-template-php .tabs-contents { padding: 30px 150px 30px 150px; }
.page-template-templatesa-template-php #call1,
.page-template-templatese-template-php #call1 { 
	margin: 0;
	padding: 13px 0 3px 0;
	background: #000000; 
}
.page-template-templatesa-template-php #call1 p,
.page-template-templatese-template-php #call1 p {
	color: #ffffff;
	font-family: "museo-sans",sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
}
.page-template-templatesa-template-php #call1 a,
.page-template-templatese-template-php #call1 a {
	font-weight: 900;
	background: #ff6600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-family: "museo-sans",sans-serif;
	font-size: 18px;
	font-weight: 900;
	padding: 10px 15px 8px;
	display: inline-block;
	margin-top: 12px;
}
	/* matrix */
	#matrix {
		width: 100%;
		height: 600px;
		overflow: hidden;
		background: url('../img/solution_overview_background.jpg') no-repeat top center;
		background-size: cover;
		padding-top: 60px;
		display: block;
		margin-bottom: 45px;
	}
	#matrix #matrix_holder {
		display: block;
		width: 600px;
		height: 525px;
		margin: 0 auto;
		position: relative;
	}

	
	#matrix #matrix_holder #understand,
	#matrix #matrix_holder #monetize,
	#matrix #matrix_holder #engage {
		width: 336px;
		height: 336px;
		display: block;
		position: absolute;
	}
	#matrix #matrix_holder #understand {
		top: 0;
		left: 50%;
		margin-left: -168px;
	}
	#matrix #matrix_holder #monetize {
		position: absolute;
		bottom: 0 !important;
		left: 0;
		margin: 0;
	}
	#matrix #matrix_holder #engage {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}
	
	
	
	#matrix #matrix_holder #understand a,
	#matrix #matrix_holder #monetize a,
	#matrix #matrix_holder #engage a {
		background: url('../img/solutions_overview_understand.png') no-repeat;
		opacity: 0.7;
		width: 336px;
		height: 336px;
		display: inline-block;
		text-align: center;
		padding-top: 155px;
		font-family: "museo",serif;
		font-weight: 300;
		font-size: 40px;
		color: #FFF;
		text-decoration: none;
		z-index: 50;
		background-size: contain;
	}
	#matrix #matrix_holder #monetize a {
		background: url('../img/solutions_overview_monetize.png') no-repeat;
		z-index: 25;
		background-size: contain;
	}
	#matrix #matrix_holder #engage a {
		background: url('../img/solutions_overview_engage.png') no-repeat;
		z-index: 1;
		background-size: contain;
	}
	
	#matrix #matrix_holder a span  {
		color: #0099cc;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 20px;
		padding-top: 12px;
		display: none;
	}
	
	
	#matrix #matrix_holder #understand:hover,
	#matrix #matrix_holder #monetize:hover,
	#matrix #matrix_holder #engage:hover {
		z-index: 99 !important;
	}
	
	#matrix #matrix_holder div:hover a { opacity: 0.9 !important; }
	#matrix #matrix_holder div:hover a span { display: block; }
	
	
	
	
	
	/* content area */
	.template_content,
	.template_content p {
		font-family: "museo",serif;
		font-size: 18px;
		line-height: 21px;
		color: #333333;
		text-align: center;
		font-weight: 700;
	}
	.page-id-13 .template_content,
	.page-id-13 .template_content p,
	.page-id-566 .template_content,
	.page-id-566 .template_content p { font-weight: 400; }
	
	.template_content { padding: 30px 0; }
	
	.template_content #full_width p:nth-of-type(1) { padding-bottom: 55px; }

	
	
	
	.template_content h2 {
		color: #343432;
		font-family: "museo",serif;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
		padding-bottom: 25px;
	}
	
	.template_content h4,
	.template_content h3 {
		font-family: "museo",serif;
		color: #333333;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	.template_content h3 {
		font-weight: 900;
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 45px;
	}
	
		/* content block */
		.template_content .contentBlock {
			display: block;
			/* padding: 20px 0 50px 0; */
            padding: 0 140px 50px 140px;
		}
		.template_content .contentBlock,
		.template_content .contentBlock p {
			text-align: left;
			color: #333333;
			font-size: 16px;
			line-height: 22px;
			font-family: "museo-sans",sans-serif;
			font-weight: 300;
		}
        .template_content .contentBlock:nth-child(odd) { padding-left: 200px; }
        .template_content .contentBlock:nth-child(even) { padding-right: 200px; }
		.template_content .contentBlock p strong { font-weight: 700; }
		.template_content .contentBlock h4 {
			color: #333333;
			font-family: "museo",serif;
			font-size: 18px;
			font-weight: 700;
			margin: 0;
			padding: 30px 0;
			text-align: left;
		}
		.template_content .contentBlock img {
			border: 3px solid #e1e1e1;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
		.template_content .contentBlock img.alignleft { margin-right: 60px; max-width: 320px; height: auto; }
        .template_content .contentBlock img.alignright { margin-left: 60px; max-width: 320px; height: auto; }
        
        
        
        
        
        
        
        
        
        
        
        
        
        /* updates based on new designs 27 may 2014 */
        #a_template_content.template_content .contentBlock {
            display: block;
            margin: 0 auto -23px auto;
            padding: 0;
            position: relative;
            width: 100%;
            height: 347px;
        }
        #a_template_content.template_content .contentBlock h4 {
            color: #ff6600;
            font-size: 20px;
            line-height: 20px;
            font-family: "museo",serif;
            font-weight: 300;
            padding: 50px 0 15px 0;
            display: block;
        	margin: 0 auto;
        	width: 755px;
        }
        .page-id-79 #a_template_content.template_content .contentBlock h2,
        .page-id-80 #a_template_content.template_content .contentBlock h2,
        .page-id-81 #a_template_content.template_content .contentBlock h2 {
            color: #ff6600;
            font-size: 20px;
            line-height: 20px;
            font-family: "museo",serif;
            font-weight: 300;
            padding: 40px 0 5px 0;
            display: block;
        	margin: 0 auto;
        	width: 755px;
        	text-align: left !important;
        }
        #a_template_content.template_content .contentBlock p { 
        	display: block;
        	margin: 0 auto;
        	width: 755px;
		}
		.page-id-79 #a_template_content.template_content .contentBlock h2.body,
		.page-id-80 #a_template_content.template_content .contentBlock h2.body,
		.page-id-81 #a_template_content.template_content .contentBlock h2.body { 
        	display: block;
        	margin: 0 auto;
        	width: 755px;
        	text-align: left;
			color: #333333;
			font-size: 16px;
			line-height: 22px;
			font-family: "museo-sans",sans-serif;
			font-weight: 700;
			padding-top: 0 !important;
		}
		
		#a_template_content.template_content .contentBlock:nth-of-type(even) p,
		#a_template_content.template_content .contentBlock:nth-of-type(even) h4,
		.page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(even) h2,
		.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) h2,
		.page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(even) h2 { 
			padding-right: 378px;
		}
		#a_template_content.template_content .contentBlock:nth-of-type(odd) p,
		#a_template_content.template_content .contentBlock:nth-of-type(odd) h4,
		.page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(odd) h2,
		.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) h2,
		.page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(odd) h2 { padding-left: 401px; }
        
        
	        /* understand page */
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(1) { 
	        	background: url('../img/understand_bg_1.jpg') no-repeat top left #cee1e4;
	        	height: 347px;
	        	overflow: hidden;
	        }
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(1) h2,
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(1) h4 { padding-top: 0; }
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(1) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: -375px;
		        border: 0 !important;
	        }
	        
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(2) {
		        background: url('../img/understand_bg_2.jpg') no-repeat top right #f2f2f2;
		        background-size: cover;
		        height: 348px;
		        overflow: hidden;
	        }
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(2) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: 75px;
		        border: 0 !important;
	        }
	        
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(3) {
		        background: url('../img/understand_bg_3.jpg') no-repeat top left #f1cb3f;
		        height: 359px;
		        overflow: hidden;
	        }
	        .page-id-79 #a_template_content.template_content .contentBlock:nth-of-type(3) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: -375px;
		        border: 0 !important;
	        }
	        
	        
	        
	        /* engage page */
	         .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) p,
			 .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) h4,
			 .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) h2 { 
				padding-left: 378px;
				padding-right: 0;
			}
			.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) p,
			.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) h4,
			.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) h2 { 
				padding-right: 401px; 
				padding-left: 0;
			}
		
		
	        .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(1) { 
	        	background: url('../img/engage_bg_1.jpg') no-repeat top left;
	        	background-size: cover;
	        	height: 349px;
	        	overflow: hidden;
	        }
	        .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(1) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: 75px;
		        border: 0 !important;
	        }
	        
			.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(2) { 
	        	background: url('../img/engage_bg_2.jpg') no-repeat top left #cee1e5;
	        	background-size: cover;
		        height: 358px;
		        overflow: hidden;
	        }
	        .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(2) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: -375px;
		        border: 0 !important;
	        }
	        
	        .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(3) {
		        background: url('../img/engage_bg_3.jpg') no-repeat top right #fcfcfc;
		        background-size: cover;
		        height: 346px;
		        overflow: hidden;
	        }
	        .page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(3) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: 75px;
		        border: 0 !important;
	        }
	        
	        
	        
	        /* monetize page */
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(1) { 
	        	background: url('../img/monetize_bg_1.jpg') no-repeat top left #f2cb3a;
	        	height: 359px;
	        	overflow: hidden;
	        }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(1) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: -375px;
		        border: 0 !important;
	        }
	        
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(1) h4,
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(1) h2 { padding-top: 20px; }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(2) h4,
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(2) h2 { padding-top: 10px; }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(4) h4,
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(4) h2 { padding-top: 10px; }



	        
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(2) { 
	        	background: url('../img/monetize_bg_2.jpg') no-repeat top left #cee1e5;
	        	background-size: cover;
		        height: 347px;
		        overflow: hidden;
	        }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(2) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: 75px;
		        border: 0 !important;
	        }
	        
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(3) {
		        background: url('../img/monetize_bg_3.jpg') no-repeat top left #cadde1;
		        background-size: cover;
		        height: 361px;
		        overflow: hidden;
	        }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(3) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: -375px;
		        border: 0 !important;
	        }
	        
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(4) { 
	        	background: url('../img/monetize_bg_4.jpg') no-repeat top left #cee1e5;
	        	background-size: cover;
		        height: 288px;
		        overflow: hidden;
	        }
	        .page-id-81 #a_template_content.template_content .contentBlock:nth-of-type(4) > img {
		        position: absolute;
		        top: 60px;
		        left: 50%;
		        margin-left: 75px;
		        border: 0 !important;
	        }
	        
	        
	        
	        
	        
	        .page-id-79 #a_template_content,
	        .page-id-80 #a_template_content,
	        .page-id-81 #a_template_content { margin-bottom: -47px; }
	        
	        
	        
	        
        
        /* #a_template_content.template_content .contentBlock > img {
            border: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
        #a_template_content.template_content .contentBlock:first-of-type { margin-top: 45px; }
        #a_template_content.template_content .contentBlock p,
        #a_template_content.template_content .contentBlock h4 { 
            position: relative; 
            z-index: 10;
        }
        
        #a_template_content.template_content .contentBlock:nth-of-type(odd) { padding-left: 550px; padding-right: 45px; }
        #a_template_content.template_content .contentBlock:nth-of-type(even) { padding-right: 550px; padding-left: 45px; }

        #a_template_content.template_content .contentBlock p {
            text-align: left;
            color: #333;
            font-size: 14px;
            line-height: 18px;
            font-family: "museo-sans",sans-serif;
            font-weight: 300;
        }
        #a_template_content.template_content .contentBlock p strong { 
            font-size: 16px;
            line-height: 22px;
        }

        body.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) { padding-left: 550px; padding-right: 45px; }
        body.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) { padding-right: 550px; padding-left: 45px; } */
        
        
        
        
        
        
        
        
        
        
		
	
	
	/* a template stats page */
	.page-template-templatesa-template-php #stats { 
		background: url('../img/stats_bg_2.jpg') no-repeat;
		background-size: cover;
		height:225px; 
	}
	.page-template-templatesa-template-php #stats h3 {
		font-size: 24px;
		line-height: 24px;
		color: #343432;
		margin: 0;
		padding: 0 0 60px 0;
		text-align: center;
	}
	.page-template-templatesa-template-php #stats ul#stat1 li h2,
	.page-template-templatesa-template-php #stats ul#stat1 li h3 {
		font-family: "museo",serif;
		font-weight: 900;
		color: #000000;
		font-size: 48px;
		line-height: 28px;
		text-align: center;
	}
	.page-template-templatesa-template-php #stats ul#stat1 li h3 {
		font-weight: 300;
		font-size: 24px;
		padding-bottom: 30px;
	}
	.page-template-templatesa-template-php #stats ul#stat1 li p,
	.page-template-templatesa-template-php #stats ul#stat1 li p strong {
		font-family: "museo",serif;
		font-weight: 300;
		color: #333333;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.page-template-templatesa-template-php #stats ul#stat1 li p { padding-right: 35px; }
	.page-template-templatesa-template-php #stats ul#stat1 li p strong { font-weight: 700; display: inline; }


	
	/* a template featured client area */
	.page-template-templatesa-template-php #featured {
		height: 397px;
		position: relative;
		text-align: center;
		padding: 40px 0 35px 0;
	}
	.page-template-templatesa-template-php #featured > p { 
		margin: 0 !important; 
		padding: 0 !important;
	}
	.page-template-templatesa-template-php #featured > p > img,
	.page-template-templatesa-template-php #featured > img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.page-template-templatesa-template-php #featured .row .columns img {
		border: 3px solid #e1e1e1;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin: 0 auto; 
	}
	.page-template-templatesa-template-php #featured .row .columns h2,
	.page-template-templatesa-template-php #featured .row .columns h3,
	.page-template-templatesa-template-php #featured .row .columns p,
	.page-template-templatesa-template-php #featured .row .columns a {
		color: #343432;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 24px;
		line-height: 24px;
		padding: 0 0 20px 0;
		margin: 0;
	}
	.page-template-templatesa-template-php #featured .row .columns h3 {
		font-size: 18px;
		padding: 10px 0 10px 0;
		color: #000000;
	}
	.page-template-templatesa-template-php #featured .row .columns p,
	.page-template-templatesa-template-php #featured .row .columns a {
		color: #000000;
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
		padding: 0 0 15px 0;
	}
	.page-template-templatesa-template-php #featured .row .columns a {
		font-weight: 700;
		color: #0099ff;
		text-decoration: none;
	}
	.page-template-templatesa-template-php #featured .row .columns a:hover { text-decoration: underline; }
	
	
	/* a template logo area */
	.page-template-templatesa-template-php #logos {
		background: #f5f5f5;
		padding: 35px 0 45px 0;
	}
	.page-template-templatesa-template-php #logos ul { 
		display: table;
		margin: 0 auto;
    	height: 140px; 
    }
    .page-template-templatesa-template-php #logos ul li:nth-child(3) { margin: 0; }






/********* B TEMPLATE *********/
#b_template_content,
#e_template_content,
#c_template_content {
	height: 314px;
	background: url('../img/b_header_bg.jpg') no-repeat;
	background-size: cover;
	padding: 65px 0 50px 0;
	border-bottom: 3px solid #858585;
	text-align: left;
	margin-top: 89px !important;
}

#b_template_content { 
	background: url('../img/b_hero.jpg') no-repeat;
	background-size: cover; 
}

#c_template_content { 
	background: url('../img/press_room_header.jpg') no-repeat;
	background-size: cover; 
}

#e_template_content { 
	background: url('../img/sovrn_e_header.jpg') no-repeat;
	background-size: cover; 
}

#b_template_content h1,
#b_template_content h2 {
	color: #f2cb39;
	font-family: "museo",serif;
	font-weight: 900;
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 0 25px 0;
    
    text-align: center;
}
#b_template_content p {
	color: #ffffff;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;    
	text-align: center;
}
#b_template_content h1.body {
	color: #ffffff;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;    
	text-align: center;
	font-style: italic;
}
#b_template_content h2 {
	font-size: 26px;
	color: #FFF;
}

	/* logo area */
	.page-template-templatesb-template-php #call1 { padding-bottom: 35px; }
	.page-template-templatesb-template-php #call1 ul {
		list-style: none;
		margin: 0 0 0 -10px;
		padding: 0;
	}
	.page-template-templatesb-template-php #call1 ul li {
		width: 261px;
		height: 261px;
		overflow: hidden;
		float: left;
		margin: 0 0 0 0;
		border: 3px solid #e1e1e1;
		-webkit-border-radius: 4px;
		border-radius: 4;
		position: relative;
		margin: 10px;
	}
	.page-template-templatesb-template-php #call1 ul li:nth-child(4n) { margin-right: 0; }
	.page-template-templatesb-template-php #call1 ul li.bigOne { 
		width: 823px;
		padding: 20px 25px 20px 265px;
		overflow: hidden;
	}
	.page-template-templatesb-template-php #call1 ul li.no-pad { margin-right: 0; }
	.page-template-templatesb-template-php #call1 ul li a > img {
		/*
		width: 254px;
		height: 254px;
		*/
		width: 100%;
		height: auto;
		
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.page-template-templatesb-template-php #call1 ul li a.text {
		position: absolute;
		bottom: 15px;
		left: 20px;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 16px;
		color: #0099ff;
		display: block;
		z-index: 10;
	}
	
	
	/* blogContent - area */
	#blogContent {
		height: 344px;
		background: url('../img/blogContent_bg.jpg') no-repeat;
		background-size: cover;
	}
	#blogContent .panel {
		border: 0;
		margin: 0;
		padding: 0;
		background: transparent;
		padding: 60px 15px 35px 15px;
	}
	#blogContent h4 a > img { display: none; }
	#blogContent h4 a {
		/* color: #343432; */
        color: #F60;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 24px;
		line-height: 24px;
		text-decoration: none;
	}
	#blogContent h4 a:hover { text-decoration: underline; }
	
	#blogContent ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#blogContent ul li a.rsswidget {
		display: block;
		font-weight: 700;
		/* color: #333333; */
        color: #F60;
		font-family: "museo",serif;
		font-size: 18px;
		line-height: 18px;
		padding: 35px 0 30px 0;
	}
	#blogContent ul li div.rssSummary {
		color: #333333;
		font-size: 16px;
		line-height: 22px;	
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
	}
	#blogContent ul li div.rssSummary strong { font-weight: 700; }


	
	
	.page-id-10 #call1 .contentBlock,
	.page-id-323 #call1 .contentBlock { 
		position: relative;
		padding-left: 230px;
	}
	.page-id-10 #call1 .contentBlock img,
	.page-id-323 #call1 .contentBlock img { 
		position: absolute;
		top: 0;
		left: 0;
	}
	.page-id-10.page-template-templatesb-alt-template-php #call1 .columns h4,
	.page-id-323.page-template-templatesb-alt-template-php #call1 .columns h4 {
	    color: #000;
	    font-family: "museo",serif;
	    font-size: 18px;
	    text-align: left;
	    padding: 0;
	    border: 0;
	    margin: 0;
	    font-weight: 700;
	    display: inline-block;
	    width: auto;
	    clear: none;
	    position: relative;
	    top: -40px;
	}
	
	
	.page-id-10.page-template-templatesb-alt-template-php #call1 .columns h2 {
	    color: #000;
	    font-family: "museo",serif;
	    font-size: 18px;
	    text-align: left;
	    padding: 0;
	    border: 0;
	    margin: 0;
	    font-weight: 700;
	    display: inline-block;
	    width: auto;
	    clear: none;
	    position: relative;
	    top: -40px;
	}
	.page-id-10.page-template-templatesb-alt-template-php .template_content .contentBlock h2.title {
	    font-weight: 700;
	    text-align: left;
		color: #333;
		font-size: 16px;
		font-family: "museo-sans",sans-serif;
		display: block !important;
		
		position: relative;
	    top: 0 !important;
	}
	
	
	body.page-id-340 .full-width.template_content p,
	body.page-id-341 .full-width.template_content p,
	body.page-id-341 .full-width.template_content ol li,
	body.page-id-343 .full-width.template_content p,
	body.page-id-343 .full-width.template_content ol li {
		text-align: left;
		font-size: 14px;
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
	}
	body.page-id-340 .full-width.template_content p strong,
	body.page-id-341 .full-width.template_content p strong,
	body.page-id-341 .full-width.template_content ol li strong,
	body.page-id-343 .full-width.template_content p strong,
	body.page-id-343 .full-width.template_content ol li strong {
		font-family: "museo",serif;
	    font-size: 16px;
	    font-weight: 700;
	}
	body.page-id-341 .full-width.template_content ol li,
	body.page-id-343 .full-width.template_content ol li { padding-bottom: 20px; }



/* C Template */
/*
#c_template_content {
	background: url('../img/c_header.jpg') no-repeat;
	background-size: cover;
	height: 347px;
	overflow: hidden;
	border-bottom: 3px solid #858585;
	margin-top: 89px !important;
}
*/
#c_template_content article { 
	text-align: left;
	padding: 50px 0 40px 0; 
}
#c_template_content article header { position: relative; }
#c_template_content .entry-content p {
	color: #ffffff;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}
#c_template_content article header h2,
#c_template_content article header h2 a {
	font-family: "museo",serif;
	font-weight: 900;
	font-size: 34px;
	line-height: 34px;
	color: #f2cb39;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#c_template_content article header h2 a:hover { text-decoration: underline; }
#c_template_content article header .byline.author,
#c_template_content article header .byline.author a {
	font-family: "museo",serif;
	font-weight: 700;
	font-size: 34px;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
}
#c_template_content article header .byline.author a:hover { color: #444444; }
#c_template_content a.read_more { 
	position: relative;
	top: -15px;
	font-family: "museo",serif;
	font-weight: 900;
	color: #0099ff;
}

	/* tabbed sorter */
	ul#news_type {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 52px;
		border-bottom: 6px solid #cacaca;
		margin-bottom: 25px;
	}
	ul#news_type li {
		width: 50%;
		float: left;
	}
	ul#news_type li a {
		display: inline-block;
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
		font-size: 24px;
		line-height: 46px;
		padding: 0 18px;
		color: #0066cc;
		background: #FFFFFF;
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
		width: 100%;
	}
	ul#news_type li.active a {
		color: #000000;
		background: #cacaca;
	}
	
	
	/* sidebar panel */
	.medium-3 .panel {
		border: 3px solid #cccccc;
		background: #FFF;
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: 18px;
		color: #000;
	}
	.medium-3 .panel h3 {
		color: #000000;
		font-family: "museo",serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		margin: 0;
		padding: 10px 0 5px 0;
	}
	.medium-3 .panel p,
	.medium-3 .panel a {
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
		font-size: 16px;
		line-height: 18px;
		color: #000 !important;
		text-decoration: none;
		margin: 0;
		padding: 0;
	}
	.medium-3 .panel p { padding-bottom: 15px; }
	.medium-3 .panel a:hover { text-decoration: underline !important; }
	.medium-3 .panel a.alt { color: #0066cc !important; }
	
	
	#other_press div {
		padding-top: 20px;
	}
	a#show_press { display: block; padding-top: 20px; text-align: right; }
	
	#press article {
		min-height: 195px;
	}
	
	
	
	/* general c template styling */
	body.page-template-templatesc-template-php #call1 .row { padding-top: 50px; }
	body.page-template-templatesc-template-php #call1 article,
	body.page-template-templatesc-template-php #call1 article header { position: relative; }
	
	body.page-template-templatesc-template-php #call1 article { padding-left: 245px; }
	body.page-template-templatesc-template-php #call1 article img.attachment-blog-thum { 
		position: absolute; 
		top: 0;
		left: 0;
		border: 3px solid #e1e1e1;
		-webkit-border-radius: 4px;
		border-radius: 4;
	}
	body.page-template-templatesc-template-php #call1 article header h2,
	body.page-template-templatesc-template-php #call1 article header h2 a {
		margin: 0;
		padding: 0;
		color: #333333;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 24px;
		line-height: 24px;
	}

	body.page-template-templatesc-template-php #call1 article header .byline.author,
	body.page-template-templatesc-template-php #call1 article header .byline.author a {
		color: #9a9a9a;
		font-family: "museo",serif;
		font-weight: 700;font-size: 14px;
		line-height: 14px;
	}
	body.page-template-templatesc-template-php #call1 article header ul.share_it li,
	ul.share_it li { color: #666666 !important; }
	body.page-template-templatesc-template-php #call1 article .entry-content {
		font-family: "museo-sans",sans-serif;
		font-weight: 300;
		color: #333333;
		font-size: 16px;
		line-height: 22px;
	}
	body.page-template-templatesc-template-php #call1 article .entry-content a.read_more {
		position: relative;
		top: -15px;
		font-family: "museo",serif;
		font-weight: 900;
		color: #0099ff;
	}
	body.page-template-templatesc-template-php #call1 article { border-bottom: 6px solid #cacaca; }
	
	
	
	/* share_it */
	ul.share_it {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	ul.share_it li { 
		float: left; 
		margin-right: 3px;
		color: #ffffff;
		font-family: "museo-sans",sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 20px;
	}
	ul.share_it li a {
		display: block;
		width: 20px;
		height: 20px;
		text-indent: -9999px;
	}
	ul.share_it li a#share_facebook { background: url('../img/icon_facebook_share.png') no-repeat top left; }
	ul.share_it li a#share_twitter { background: url('../img/icon_twitter_share.png') no-repeat top left; }
	ul.share_it li a#share_linkedin { background: url('../img/icon_linkedin_share.png') no-repeat top left; }
	ul.share_it li a#share_email { background: url('../img/icon_email_share.png') no-repeat top left; }
	
	ul.share_it li a:hover { opacity: .8; }
	
	
	/* c template */
	#c_template_content h2, 
	#c_template_content h3 {
	    color: #F2CB39;
	    font-family: "museo",serif;
	    font-weight: 900;
	    font-size: 34px;
	    line-height: 34px;
	    margin: 0px;
	    padding: 0px 0px 25px;
	    text-align: center;
	}
	#c_template_content h3 {
	    font-size: 26px;
	    color: #FFF;
        text-align: center;
	}
	#c_template_content h1 {
	    color: #FFF;
	    font-family: "museo-sans",sans-serif;
	    font-weight: 300;
	    font-size: 28px;
	    line-height: 32px;
	    text-align: center;
	}
	
	.page-template-templatesc-template-php #call1 dl.tabs {
	    position: relative;
	    top: -75px;
	}





/* single blog page */
body.single #c_template_content { height: 217px; }
body.single #c_template_content article header h2 {
	margin: 0;
	font-family: "museo",serif;
	font-weight: 900;
	font-size: 34px;
	line-height: 34px;
	color: #f2cb39;
	text-decoration: none;
	padding: 0 0 5px 0;
}
body.single #call1 .row { padding-top: 50px; }
body.single #call1 article { border: 0; }
body.single .entry-content h3 {
	color: #333333;
	font-size: 20px;
	line-height: 24px;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	padding-bottom: 30px;
}
body.single .entry-content,
body.single .entry-content p {
	font-family: "museo",serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 300;
}
body.single .entry-content p strong { font-weight: 500; }
body.single .entry-content h4 {
	font-family: "museo",serif;
	font-weight: 900;
	color: #343432;
	font-size: 18px;
}
body.single .entry-content ul {
	margin: 0 0 25px 25px;
	list-style: none;
    padding:0;
}
body.single .entry-content ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
body.single .entry-content ul li:before {
    content: "• ";
    color: #ff6600; /* or whatever color you prefer */
}

body.single-post.single #c_template_content article header h2 { text-align: left; }







/* e template header */

	/* e tabs */
	.page-template-templatese-template-php dl.tabs,
    .page-template-templatesa-template-php dl.tabs,
	#call1 dl.tabs { background: #f2cb39; }
	.page-template-templatese-template-php dl.tabs dd a,
    .page-template-templatesa-template-php dl.tabs dd a,
	#call1 dl.tabs dd a {
		background: #f2cb39;
		color: #333333;
		font-family: "museo-sans",sans-serif;
	}
	.page-template-templatese-template-php dl.tabs dd a:hover,
	.page-template-templatese-template-php dl.tabs dd.active a,

    .page-template-templatesa-template-php dl.tabs dd a:hover,
	.page-template-templatesa-template-php dl.tabs dd.active a,
	
	#call1 dl.tabs dd.active a,
	#call1 dl.tabs dd a:hover {
		color: #FFF;
		background: #e8aa16;
	}
	
	
	
/*#e_template_content {
	height: 255px;
	background: url('../img/e_template_header.jpg') no-repeat;
	background-size: cover;
	border-bottom: 3px solid #858585;
	margin-top: 89px !important;
}*/


#e_template_content h2 {
	font-weight: 900;
	font-size: 34px;
	line-height: 34px;
	padding: 0 0 20px 0;
	color: #f2cb39;
	font-family: "museo",serif;
	text-align: center;
}
#e_template_content h1 {
	color: #FFF;
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	font-family: "museo-sans",sans-serif;
	text-align: center;
}
#e_template_content p { text-align: center; }


	/* tabs */
	#e_page_tabs #content { padding-top: 0; }
	#e_page_tabs dl.tabs { position: relative; top: -25px; }
	
	
	#e_page_tabs dl.tabs dd,
	#call1 dl.tabs dd { 
		width: 25%; 
		text-align: center; 
	}
	
	
	/* tabs */
	.page-template-templatese-template-php div.tabs-content .content { padding: 0 0 20px 0; }
	.page-template-templatese-template-php .tabs-content .content ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.page-template-templatese-template-php .tabs-content .content ul li {
		width: 48%;
		margin: 1%;
		float: left;
		border: 3px solid #cacaca;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		height: 300px;
		padding: 30px 15px;
		overflow: hidden;
		color: #ffffff;
		font-size: 34px;
		line-height: 36px;
		font-family: "museo",serif;
		font-weight: 300;
		position: relative;
	}
	.page-template-templatese-template-php .tabs-content .content ul li p {
		color: #ffffff;
		/*
        font-size: 20px;
		line-height: 29px;
        */
        
        font-size: 24px;
        line-height: 26px;
        
		font-family: "museo",serif;
		font-weight: 300;
		text-align: left;
	}
	.page-template-templatese-template-php .tabs-content .content ul li p a {
		color: #3399ff;
		font-size: 16px;
		line-height: 16px;
		font-family: "museo",serif;
		font-weight: 900;
		text-decoration: underline;
		position: absolute;
		bottom: 20px;
		left: 15px;
	}
	.page-template-templatese-template-php .tabs-content .content ul li p a:hover { text-decoration: none; }
	.page-template-templatese-template-php .tabs-content .content ul li h4 {
		color: #f2cb39;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 24px;
		line-height: 24px;
		padding: 0 0 40px 0;
	}
	.page-template-templatese-template-php .tabs-content .content ul li h5 {
		font-weight: 700;
		color: #000000;
		font-size: 18px;
		line-height: 18px;
		font-family: "museo",serif;
	}
	.page-template-templatese-template-php .tabs-content .content ul li#about_ad {
		background: url('../img/e_tab_about_ad.jpg') no-repeat;
		background-size: cover;
	}
	.page-template-templatese-template-php .tabs-content .content ul li#jobs_ad {
		background: url('../img/e_tab_jobs_ad.gif') no-repeat;
		background-size: cover;
	}
	.page-template-templatese-template-php .tabs-content .content ul li#partners_ad {
		background: url('../img/e_tab_partners_ad.jpg') no-repeat;
		background-size: cover;
	}	
	.page-template-templatese-template-php .tabs-content .content ul li#partners_ad p {
		color: #000000;
		font-size: 16px;
		line-height: 22px;
		font-family: "museo",serif;
		font-weight: 300;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li { background: #f2cb39; }
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel {
		border: 0;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel h4 a { 
        font-size: 24px;
        line-height: 24px;
        color: #ffffff; 
    }
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel ul { 
		margin: -35px 0 0 0; 
		padding: 0; 
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel ul li a {
		font-family: "museo",serif;
		color: #333333;
		font-size: 18px;
		line-height: 16px;
		font-weight: 700;
		display: inline;
		margin: 0;
		padding: 0;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li ul li { 
		width: 100%;
		border: 0;
		height: 200px;
		padding: 0;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li ul li .rssSummary {
		padding-top: 15px;
		font-size: 16px;
		line-height: 22px;
		color: #333333;
		font-family: "museo-sans",sans-serif;
	}
	
	
	
	
	
	
	
	/* call2 */
	.page-template-templatese-template-php #call2 {
		padding: 40px 0 30px 0;
		background: #dce5e6;
	}
	.page-template-templatese-template-php #call2 h1 {
		color: #343432;
		font-size: 24px;
		line-height: 24px;
		font-family: "museo",serif;
		font-weight: 900;
		text-align: center;
		padding-bottom: 25px;
	}
	.page-template-templatese-template-php #call2 ul { 
		list-style: none;
		margin: 10px;
		padding: 0;
		display: block;
		height: 195px;
		width: 100%;
	}
	.page-template-templatese-template-php #call2 ul li {
		float: left;
		/* width: 114px;
		height: 114px; */
		width: 17%;
		height: auto;
		
		margin: 10px 12px 0 12px;
		position: relative;
	}
	.page-template-templatese-template-php #call2 ul li div {
		width: 100%;
		color: #F2CB39;
		font-size: 14px;
		line-height: 20px;
		font-family: "museo",serif;
		font-weight: 900;
		text-align: center;
		position: absolute;
		bottom: 20%;
		left: 0;
		margin-top: -20px;
		z-index: 99;
		display: none;
	}
	.page-template-templatese-template-php #call2 ul li:hover div {
		display: inline-block;
	}
	/* .page-template-templatese-template-php #call2 ul li:nth-of-type(6) { 
		margin-left: 21%;
	} */
	
	.page-template-templatese-template-php #call2 ul li img,
	img.roundish {
		border: 3px solid #cacaca !important;
		-webkit-border-radius: 50% !important;
		border-radius: 50% !important;
		position: relative;
		z-index: 50;
	}
	.page-template-templatese-template-php #call2 .columns > a,
	.page-template-templatese-template-php #call2 .columns p > a {
		color: #0099ff;
		font-weight: 900;
		font-size: 16px;
		line-height: 16px;
		font-family: "museo",serif;
		text-decoration: none;
		display: block;
		text-align: center;
		margin-top: 260px;
		text-decoration: none;
	}
	.page-template-templatese-template-php #call2 .columns > a:hover,
	.page-template-templatese-template-php #call2 .columns p > a:hover { text-decoration: underline; }

	
	
	/* call 3*/
	.page-template-templatese-template-php #call3 {
		height: auto;
		padding: 40px 0 65px 0;
		margin: 0;
	}
	.page-template-templatese-template-php #call3 h1 {
		color: #343432;
		font-size: 24px;
		line-height: 24px;
		font-family: "museo",serif;
		font-weight: 900;
		text-align: left;
	}
	.page-template-templatese-template-php #call3 ul,
	.page-template-templatese-template-php #call3 p { 
		width: 930px; 
		margin: 0 auto;
		list-style: none !important;
	}
	.page-template-templatese-template-php #call3 p,
	#e_page_tabs p { 
		font-weight: 500;
		margin-bottom: 35px; 
	}
	#e_page_tabs p {
		font-family: "museo",serif;
		font-size: 18px;
		line-height: 21px;
		color: #333;
		text-align: center;
		padding: 0 100px 25px 100px;
	}
	#e_page_tabs h2 {
		color: #343432;
		font-family: "museo",serif;
		font-size: 24px;
		font-weight: 900;
		text-align: center;
		padding-bottom: 25px;
	}
	.page-template-templatese-template-php #call3 ul li {
		width: 229px;
		height: 142px;
		margin: 1px;
		float: left;
		position: relative;
	}
	.page-template-templatese-template-php #call3 ul li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 229px;
		height: 142px;
		z-index: 10;
	}
	.page-template-templatese-template-php #call3 ul li div {
		width: 229px;
		height: 142px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 25;
		display: none;
	}
	.page-template-templatese-template-php #call3 ul li:hover div {
		color: #f2cb39;
		font-weight: 900;
		font-size: 18px;
		line-height: 142px;
		font-family: "museo",serif;
		
		text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
		
		display: block !important; 
		
		text-align: center;
	}
	.page-template-templatese-template-php #call3 ul li:hover img { opacity: .7; }
	
	.page-template-templatesb-alt-template-php #call1 .columns h4,
	
	.page-template-careers-template dl.accordion p,
	.page-template-careers-template dl.accordion dd div.content p {
		text-align: left;
	}
	
	
	.page-template-careers-template #full_job_description p {
		text-align: left;
	}
	.page-template-careers-template #full_job_description ul {

	}
	.page-template-careers-template #full_job_description ul li {
		width: 100% !important;
		display: block;
		text-align: left;
		/* height: 35px !important; */
		min-height: 35px !important;
		padding: 0 !important;
		font-size: 11px;
		line-height: 12px;
	}
	.page-template-careers-template #full_job_description ul li:before {
		content: '\2022';
		display: inline-block;
		height: 45px;
		width: 15px;
		margin: 0;
		padding: 0;
	}
	
	
	
	.page-template-careers-template #call1 .columns h4 {
		color: #000000;
		font-family: "museo",serif;
		font-size: 18px;
		text-align: center;
		padding: 60px 0 15px 0;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 45px;
		font-weight: 300;
		display: block;
		width: 100%;
		clear: both;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul,
	.page-template-careers-template #call1 .columns ul { 
		list-style: none;
		margin: 0;
		padding: 0; 
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li,
	.page-template-careers-template #call1 .columns ul li { 
		width: 50%;
		float: left;
		margin: 0;
		padding: 0; 
		padding-left: 100px;
		min-height: 145px;
		position: relative;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li.clear:after,
	.page-template-careers-template #call .columns ul li.clear:after {
	    content:'';
	    display:block;
	    clear: both;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li h3,
	.page-template-careers-template #call1 .columns ul li h3 {
		color: #000000;
		font-weight: 900;
		font-family: "museo",serif;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin: 0;
		padding: 0;
		margin-top: -25px;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li p,
	.page-template-careers-template #call1 .columns ul li p {
		text-align: left;
		font-weight: 300;
		font-family: "museo",serif;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		padding-right: 55px;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li img,
	.page-template-careers-template #call1 .columns ul li img {
		position: absolute;
		top: 0;
		left: 0;
	}
	


















































/* B ALT */
body.page-id-7 #blogContent,
body.page-id-340 #blogContent,
body.page-id-341 #blogContent,
body.page-id-343 #blogContent { display: none !important; }
body.page-id-11 h5 {
    color: #333333;
    font-size: 22px;
    line-height: 22px;
    border-bottom: 3px solid #e1e1e1;
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: "museo",serif;
    margin: 25px 0 15px 0;
    padding: 0 0 14px 0;
}
.page-template-templatesb-alt-template-php .template_content .contentBlock,
.page-template-careers-template .template_content .contentBlock {
	display: block;
	clear: both;
	min-height: 225px;
}
.page-template-templatesb-alt-template-php .template_content .contentBlock h4,
.page-template-careers-template .template_content .contentBlock h4 {
    color: #333;
    font-family: "museo",serif;
    font-size: 18px;
    font-weight: 700;
    margin: -15px 0 0 0;
    padding: 25px 0 30px 0;
    text-align: left;
}
.page-template-templatesb-alt-template-php .template_content .contentBlock img,
.page-template-careers-template .template_content .contentBlock img { margin-bottom: 100px; }
.page-template-templatesb-alt-template-php .template_content .contentBlock,
.page-template-careers-template .template_content .contentBlock {
    display: block;
    padding: 20px 0 30px 0;
}
.page-template-templatesb-alt-template-php .template_content .contentBlock div.image,
.page-template-careers-template .template_content .contentBlock div.image {
	border: 3px solid #E1E1E1;
	border-radius: 4px;
	margin-right: 60px;
	margin-bottom: 100px;
	padding: 20px 25px;
	background: #FFF;
	width: 185px;
	float: left;
}
.page-template-templatesb-alt-template-php .template_content .contentBlock .image > img,
.page-template-careers-template .template_content .contentBlock .image > img {
	border: 0;
	margin: 0;
}



#jump_to {
	display: block;
	position: relative;
	top: -160px;
	z-index: 999;
}


#call1 dl.tabs { position: relative; top: -55px; }





/********* MODAL WINDOW **********/
#myModal .row .hide-for-small {
    background: url('../img/sovrn_press.png') no-repeat top center;
    min-height: 200px;
}
#myModal h2,
#myModal strong {
    font-size: 28px;
    line-height: 32px;
    font-family: "museo",serif;
    font-weight: 900;
    color: #000;
    text-align: left;
    padding: 0 0 30px 0;
}
#myModal p,
#myModal #gform_confirmation_message_1 {
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    padding: 0 0 20px 0;
}
#myModal label {
    font-family: "museo",serif;
    font-weight: 900;
}










/********** Meridian **********/
.page-template-template-median,
.page-template-template-median-live {
	background: url('../img/meridian.jpg');
}
.page-template-template-median #intro p,
.page-template-template-median-live #intro p {
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	padding: 45px 0 25px 0;
	display: block;
}
.page-template-template-median #meridian_content,
.page-template-template-median-live #meridian_content {
	height: 595px;
	margin-top: 95px;
	display: block;
	border-top: 1px solid #579cb8; 
	border-bottom: 1px solid #579cb8;
}
.page-template-template-median #meridian_content p,
.page-template-template-median-live #meridian_content p {
	font-weight: 900;
	color: #f2cb39;
	padding-top: 50px;
	font-size: 34px;
	line-height: 36px;
	/* font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important; */
	font-family: "museo",serif;
    font-weight: 900;
    
	text-align: center;
	display: block;
}
.page-template-template-median #ubermenu-nav-main-2-primary,
.page-template-template-median #menu-utility-navigation,
.page-template-template-median #get_started,
.page-template-template-median footer.full-width,

.page-template-template-median-live #ubermenu-nav-main-2-primary,
.page-template-template-median-live #menu-utility-navigation,
.page-template-template-median-live #get_started,
.page-template-template-median-live footer.full-width {
	display: none !important;
}
.page-template-template-median .tile,
.page-template-template-median-live .tile {
	margin-bottom: 35px;
	position: relative;
}
.page-template-template-median .tile > img,
.page-template-template-median-live .tile > img {
	position: relative;
	z-index: 10;
}

.page-template-template-median .tile .rollover,
.page-template-template-median-live .tile .rollover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	
	width: 100%;
	height: 100%;
	background-color: rgba(59, 96, 108, .8);
	
	padding: 25px;
	display: none;
	
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
}
.page-template-template-median .tile:hover .rollover,
.page-template-template-median-live .tile:hover .rollover {
	display: block;
}


.page-template-template-median .tile .rollover h2,
.page-template-template-median-live .tile .rollover h2 {
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
.page-template-template-median .tile .rollover p,
.page-template-template-median-live .tile .rollover p {
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
}
	/* footer */
	.page-template-template-median #form_footer,
	.page-template-template-median-live #form_footer {
		background: #212121;
		border-top: 1px solid #467181;
		border-bottom: 1px solid #467181;
		padding: 70px 0;
		margin-top: 40px;
	}
	.page-template-template-median #form_footer h2,
	.page-template-template-median-live #form_footer h2 {
		font-weight: 900;
		color: #f2cb39;
		padding-bottom: 15px;
		font-size: 34px;
		line-height: 36px;
		/* font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important; */
		
		font-family: "museo",serif;
		font-weight: 900;
    
		text-align: center;
		display: block;
	}
	.page-template-template-median #form_footer .gform_body ul {
		margin-left: -20px;
	}
	.page-template-template-median #form_footer .gform_body ul li.gfield {
		width: 256px;
		margin: 0 20px;
		float: left;
		clear: none;
	}
	.page-template-template-median #form_footer .gform_body ul li#field_2_3 
		margin-right: 0 !important;
		float: right;
	}
	.page-template-template-median #form_footer .gform_body ul li.gfield label {
		color: #FFFFFF;
		font-size: 16px;
		padding-bottom: 5px;
	}
	
	.page-template-template-median #form_footer .share-buttons,
	.page-template-template-median-live #form_footer .share-buttons {
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
		position: relative;
		top: 45px;
	}

	.page-template-template-median #form_footer .share-buttons li,
	.page-template-template-median-live #form_footer .share-buttons li {
		display: inline;
		color: #ffffff;
	}
	.page-template-template-median #form_footer .share-buttons li img,
	.page-template-template-median-live #form_footer .share-buttons li img {
		opacity: .6;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		/* ...and now for the proper property */
		transition:.5s;
	}
	.page-template-template-median #form_footer .share-buttons li:hover img,
	.page-template-template-median-live #form_footer .share-buttons li:hover img {
		opacity: 1.0;
	}
	/* .page-template-template-median #form_footer .gform_footer {
		width: 275px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.page-template-template-median #form_footer .gform_footer input {
		width: 275px;
		text-align: center;
		margin: 12px 0 0 0;
		padding-left: 20px;
		padding-right: 20px;
	} */
	
	.page-template-template-median #form_footer .gform_footer input {
		display: block;
		margin: 0 auto;
	}
	
	.page-template-template-median .top-bar-section .share-buttons {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 999;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.page-template-template-median .top-bar-section .share-buttons li {
		display: inline-block;
		color: #ffffff;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
	}
	.page-template-template-median .top-bar-section .share-buttons li a {
		background: transparent;
		width: 32px;
		height: 32px;
		display: block;
		position: relative;
	}
	.page-template-template-median .top-bar-section .share-buttons li img {
		opacity: .6;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		/* ...and now for the proper property */
		transition:.5s;
		
		width: 32px;
		height: 32px;
		
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.page-template-template-median .top-bar-section .share-buttons li:hover img {
		opacity: 1.0;
	}



.page-template-template-median #lft_2 p,
.page-template-template-median #rt_2 p,

.page-template-template-median-live #lft_2 p,
.page-template-template-median-live #rt_2 p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}


.page-template-template-median #left_side,
.page-template-template-median-live #left_side {
	text-align: right !important;
}
.page-template-template-median #right_side,
.page-template-template-median-live #right_side {
	padding-top: 140px;
	text-align: left !important;
}


.page-template-template-median #meridian_content #meridian_header,
.page-template-template-median-live #meridian_content #meridian_header {
	width: 577px;
	height: 77px;
	background: url('../img/meridian_header_rev-february.png') no-repeat top left;
	position: absolute;
	top: 140px;
	right: 0;
}

.page-template-template-median.page-id-506 #meridian_content #meridian_header {
	width: 300px;
	height: 67px;
	background: url('../img/meridian_header.png') no-repeat top left;
	position: absolute;
	top: 120px;
	right: 40px;
}
.page-template-template-median #meridian_content #top_form {
	position: absolute;
	top: 200px;
	right: 0;
	width: 280px;
}
.page-template-template-median #meridian_content #top_form li {
	height: 62px !important;
}
.page-template-template-median #meridian_content #top_form label {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	
	margin: 0 0 2px 0;
}
.page-template-template-median #meridian_content #top_form #gform_submit_button_2,
.page-template-template-median-live #meridian_content #top_form #gform_submit_button_2 {
	width: 275px !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-family: "museo",serif;
}
.page-template-template-median #meridian_content #top_form .gform_footer {
	padding: 0 !important;
}

	/* meridian thank you page */
	.page-id-506 #top_form,
	.page-id-506 #left_side,
	.page-id-506 #right_side,
	.page-id-506 #form_footer div.small-12.columns{ display: none !important; }




	
	
	
	
	.page-template-template-median-live #top_form {
		padding-top: 100px;
		text-align: right;
	}
	.page-template-template-median-live #form_footer .small-12 {
		text-align: center;
	}






/************ MERIDIAN MODAL FOR LANDING ************/
body.modal-open :not(#meridianModal) {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
body.modal-open > #meridianModal * {
	-webkit-filter: initial !important;
	filter: initial !important;
	
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
}
#meridianModal {
	width: 540px;
	padding: 10px;
	background: rgba(0, 0, 0, .4);
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	
	position: absolute;
	left: 50%;
	z-index: 99999999999 !important;
	margin-left: -270px;
}
#meridianModal #meridian_content {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background: #272826;
	color: #FFFFFF;
	padding-bottom: 30px;
}
#meridianModal #meridian_content h2 {
	background: #171717;
	color: #f2cb39;
	padding: 18px;
	
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#meridianModal #meridian_content p {
	padding: 20px 40px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	text-align: center;
}

#meridianModal #meridian_content #meridian_logo {
	margin: 15px auto;
	width: 261px;
	height: 74px;
	display: block;
}

#meridianModal #meridian_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	height: 45px;
}
#meridianModal #meridian_content ul li {
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
	
	height: 45px;
	top: 15px;
}
#meridianModal #meridian_content ul li a.close-reveal-modal {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	
	position: relative !important;
	
}
#meridianModal #meridian_content ul li a.button {
	margin: 0;
	padding: 0;
	
	padding: 8px 22px;
	border-bottom: 3px solid #8c770d;
	
	font-family: "museo",serif;
	font-weight: 700 !important;
	
	-webkit-border-radius: 0;
	border-radius: 0;
}

#meridianModal a.close-reveal-modal.x {
	padding: 10px;
	background: rgba(0, 0, 0, .4);
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#meridianModal a.close-reveal-modal.x {
    float:right;
    margin-top:-20px;
    margin-right:-20px;
    cursor:pointer;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 30px;
    background: #171717;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 18px 10px;       
}




ul#primary-nav li#menu-item-514 a { 
	color: #008cba !important;
}
ul#primary-nav li#menu-item-514 a:hover { 
	color: #FFFFFF !important;
}



#primary-nav li a.cmn-t-pulse {
    -webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */
    animation: myfirst 5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {color: #FFFFFF;}
    12%  {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    25%  {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
    }
    37% {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    50%   {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
    62%  {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    75%  {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
    87% {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    100%  {
	    color: #008cba;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
}

/* Standard syntax */
@keyframes myfirst {
    0%   {color: #FFFFFF;}
    12%  {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    25%  {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
    }
    37% {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    50%   {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
    62%  {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    75%  {
	    color: #FFFFFF;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
    87% {
	    color: #f2cb39;
	    -webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    100%  {
	    color: #008cba;
	    -webkit-filter: initial !important;
		filter: initial !important;
		
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
		filter: blur(0);
	}
}





/* things that need to be updated */
ul#primary-nav {
	position: absolute;
	top: 60px;
	left: 360px;
	white-space: nowrap;
	min-width: 800px;
}











/***** search ******/
body, 
html {
	height: 100%;
	width: 100%;
}

#sidebar #hd_search {
	width: 255px;
	text-align: right;
	color: #999999;
	font-size: 30px;
	display: block;
	padding: 0 0 25px 0;
}
#sidebar #hd_search:hover {
	color: #666666;
}
.full-modal {
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	height: 100% !important;
	width: 100%;
	top: 0 !important;
	left: 0 !important;
	margin: 0 0 0 0 !important;
}

.close-full-modal {
	position: fixed !important;
	top: 5px !important;
	right: 5px !important;
}

a.close-reveal-modal {
	margin: 30px;
}

	/* search modal */
	#clock-modal { 
		background-color: rgba(255, 255, 255, .9);
	}
	#clock-modal #searchsubmit { visibility: hidden; }
	#clock-modal .lead {
		padding-top: 85px;
		font-family: "museo",serif;
		font-size: 22px;
		color: #444142;
	}
	#clock-modal .sm {
		font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		color: #999999;
		font-size: 14px;
		line-height: 28px;
		padding: 0;
		margin: -10px 0 0 0;
	}
	#clock-modal a.close-reveal-modal {
		font-size: 80px;
		color: #999999;
	}
	#clock-modal a.close-reveal-modal:hover {
		color: #666666;
	}
	#clock-modal #searchform #s {
		font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 40px;
		color: #999999;
		box-shadow: none;
		border: 0;
		border-bottom: 1px solid #999999;
		height: 60px !important;
		line-height: 50px !important;
		padding: 10px 0;
		background: transparent;
	}	

	
	

body.search #c_template_content h1.page-title {
  text-align: left !important;
  margin-top: -10px !important;
}








/* mobile */
@media only screen and (max-width: 64.063em) { /* tablet */
	/* meridian */
	.page-template-template-median .top-bar-section .share-buttons {
		position: absolute;
		top: 55px;
		right: 85px;
	}
	.page-template-template-median #right_side {
		padding-top: 0 !important;
	}
	.page-template-template-median #form_footer .gform_body ul li.gfield {
		width: 320px;
	}
	.page-template-template-median #form_footer .gform_body ul li#field_2_3 {
		float: left !important;
	}
	.page-template-template-median .tile .rollover h2 {
		font-size: 22px;
		line-height: 22px;
	}
	.page-template-template-median .tile .rollover p {
		font-size: 18px;
		line-height: 22px;
	}
	
	
	
	
	

    .top-bar-section > a { padding-left: 15px; }
	#get_started .columns { text-align: center !important; }
	#call1 br,
	#logos br { display: none; }
	
	ul#stat2 li { 
		padding-left: 0;
		padding-top: 45px;
		text-align: center;
		padding-bottom: 50px;
		font-size: 18px;
		line-height: 20px;
	}
	ul#stat2 li#days { background: url('../img/bg_days.png') no-repeat top center; }
	ul#stat2 li#return { background: url('../img/bg_return.png') no-repeat top center; }
	ul#stat2 li#open { background: url('../img/bg_open.png') no-repeat top center; }
	ul#stat2 li#support { background: url('../img/bg_support.png') no-repeat top center; }
	
	
	/* logos */
	#logos ul { height: 335px; }
	#logos ul li {
		display: block;
		width: 95px;
		height: 95px;
		margin-right: 100px;
	}
	#logos ul li:nth-child(5) { margin-left: 102px; }
    
    
    .orbit-container .orbit-slides-container li p {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 30px 20px 30px;
    }
	
	
	
	/* a template  */
	.page-template-templatesa-template-php #featured > p > img, 
	.page-template-templatesa-template-php #featured > img { display: none; }
	
	

    
    #medium_hamburger { text-align: right; }
    #medium_hamburger a.button { display: none; }
    
    
    
    
    #a_template_content.template_content .contentBlock {
        width: 98%;
        height: 0;
        padding-bottom: 36.1458%;
    }
    /*#a_template_content.template_content .contentBlock > img {
        width: 100%;
        height: 100%;
    }
    #a_template_content.template_content .contentBlock h4 { padding: 15px 0 5px 0; }
    #a_template_content.template_content .contentBlock:nth-of-type(odd) { padding-left: 50%; padding-right: 20px; }
    #a_template_content.template_content .contentBlock:nth-of-type(even) { padding-right: 50%; padding-left: 20px; }

    #a_template_content.template_content .contentBlock p strong { 
        font-size: 14px;
        line-height: 20px;
    }

    body.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(even) { padding-left: 50%; padding-right: 20px; }
    body.page-id-80 #a_template_content.template_content .contentBlock:nth-of-type(odd) { padding-right: 50%; padding-left: 20px; }
    
    
    #a_template_content.template_content .contentBlock:nth-of-type(even) p,
		#a_template_content.template_content .contentBlock:nth-of-type(even) h4 { 
			padding-right: 378px;
		}
		#a_template_content.template_content .contentBlock:nth-of-type(odd) p,
		#a_template_content.template_content .contentBlock:nth-of-type(odd) h4 { padding-left: 401px; }
    
    
    */
    
    
    
    
    
	
	
	/* b template */
	/* logo area */
	.page-template-templatesb-template-php #call1 ul {
		margin: 0 0 0 -10px;
		padding: 0;
		width: 100%;
	}
	.page-template-templatesb-template-php #call1 ul li {
		width: 31%;
		height: 261px;
		margin: 1% !important;
	}
	.page-template-templatesb-template-php #call1 ul li.bigOne { width: 97% !important; }
    .page-template-templatesb-template-php #call1 ul li.bigOne a > img { 
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    } 
	
	
	
	
	/* c template */
	body.page-template-templatesc-template-php ul.share_it,
	body.single ul.share_it { width: 110px !important; }
	body.page-template-templatesc-template-php #call1 article .entry-content,
	body.single #call1 article .entry-content { padding-right: 95px; }
	body.page-template-templatesc-template-php ul.share_it li:first-child,
	body.single ul.share_it li:first-child { 
		padding-left: 51px !important;
		display: block !important; 
		width: 100% !important;
	}
	
	
	
	
	/* e template */
	.page-template-templatese-template-php #call2 ul li {
	    float: left;
	    width: 140px;
	    height: 140px;
	    margin: 10px 2%;
	}
	.page-template-templatese-template-php #call2 ul:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}

	
	
	.page-template-templatese-template-php #call3 ul,
	.page-template-templatese-template-php #call3 p { 
		width: 100%;
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.page-template-templatese-template-php #call3 ul li {
	    width: 24%;
	    height: auto;
		padding-bottom: 11.5%;
	}
	.page-template-templatese-template-php #call3 ul li img {
	    width: 100%;
	    height: auto;
	}
	.page-template-templatese-template-php #call3 ul li div {
		width: 100%;
		height: 70px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 25;
		display: none;
		font-size: 12px;
		line-height: 12px;
	}
	
	.page-template-templatese-template-php #call2 ul li:nth-of-type(6) { 
		margin-left: 0 !important;
	}
	
}










@media only screen and (max-width: 40.063em) { /* phone */




	
	
	
	
	
	

	/***** meridian *****/
	.page-template-template-median #meridian_content p {
		font-weight: 900;
		color: #f2cb39;
		padding-top: 40px;
		font-size: 24px;
		line-height: 26px;
		font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
		text-align: center;
		display: block;
	}
	.page-template-template-median #right_side {
		padding-top: 0 !important;
	}
	.page-template-template-median #meridian_content #top_form {
		position: absolute;
		top: 200px;
		right: 55px;
		width: 280px;
	}
	.page-template-template-median #form_footer .gform_body ul li {
		width: 100% !important;
	}
	.page-template-template-median #form_footer .gform_body ul li#field_2_3 {
		margin-right: 0 !important;
		float: left;
	}
	.page-template-template-median #meridian_content #meridian_header {
		width: 300px;
		height: 67px;
		background: url('../img/meridian_header.png') no-repeat top left;
		position: absolute;
		top: 120px;
		right: 40px;
	}
	.page-template-template-median .top-bar-section .share-buttons {
		display: none;
	}





	.sovrn_video { display: none; }
	div.saftext,
	div.aaetext,
	div.haftext,
	div.fadtext,
	div.btext,
	div.haitext,
	div.stext,
	div.ntext	 {
		background: transparent !important;
		opacity: 1.0 !important;
		padding-top: 55px;
	}
	
	div.saftext a,
	div.aaetext a,
	div.haftext a,
	div.fadtext a,
	div.btext a,
	div.haitext a,
	div.stext a,
	div.ntext a {
		font-size: 22px !important;
		line-height: 20px !important;
		color: #F2CB39;
		text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
	}
	
	.page-template-templatese-template-php #call3 ul li div {
	    color: #F2CB39;
	    font-weight: 900;
	    font-size: 18px;
	    line-height: 18px;
	    font-family: "museo",serif;
	    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
	    display: block !important;
	    text-align: center;
	    padding-top: 55px;
	}
	.page-template-templatese-template-php #call2 ul li div {
	    line-height: 14px;
	    margin-top: -20px;
	    display: inline-block;
	}



	
    /* #medium_nav > * { border: 1px solid red; } */
	.top-bar { overflow: visible; }
    .top-bar-section > a { padding-left: 15px; }
	.top-bar-section #medium_nav li a { font-size: 14px; }
	.top-bar-section #medium_nav ul.primary ul > li a { font-size: 12px; }
 	#medium_nav ul.primary > li {
	    width: 100%;
	    float: none;
	    display: block;
	}
	#medium_nav ul.primary ul > li,
	#medium_utility ul.utility li { height: 22px; }
	#medium_nav ul.primary ul > li a,
	#medium_utility ul.utility li a { 
		display: block; 
		height: 22px; 
		line-height: 24px; 
		padding: 0 0 0 20px !important; 
		font-size: 13px;
	}
	
	#medium_nav .row .columns { width: 50% !important; }
	
	#medium_nav ul.primary > li#menu-item-14 { border: 0; }
	#medium_nav ul.primary { border-right: 1px solid #666; }
	
	
	#medium_utility ul.utility li a { padding: 0 !important; }


	#medium_utility .button { 
		font-weight: 900 !important;
		white-space: nowrap;
		width: 100px !important;
		font-size: 12px;
		margin-top: 25px; 
		padding: 5px 15px;
		text-align: center;
        
        display: none !important;
	}
 	#video_header {
		/* background: url('../img/home_header_bg.jpg') no-repeat !important; */
		background: url('../img/sovrn-display-ad-network-programmatic-advertising.jpg') no-repeat !important;
		background-size: cover !important;
		height: 300px; 
		position: relative;
		z-index: 10;
	}
	#video_header .row #home_headline { 
		height: 300px !important;
		border: 1px solid white;
	}
	#video_header #home_headlines h1 {
		font-size: 18px;
		line-height: 20px;
	}
	
	#video_header #home_headlines h2, 
    #video_header #home_headlines h3 {
	    font-size: 15px;
	    line-height: 17px;
	    padding-top: 15px;
	}
	#video_header #home_headlines a {
		margin-top: -2px;
	}
	
	dl.tabs dd {
	    width: 100%;
	    display: block;
	}

    dl.tabs dd a {
        font-size: 14px;
    }
	div.tabs-content .content {
	    position: relative;
	    padding: 0 15px 20px 15px;
	    min-height: 200px;
	}
	#get_started .columns {
		text-align: center !important;
	}
	
	#get_started p { 
		font-size: 16px;
		line-height: 20px;
		padding-right: 0; 
	}
	
	#medium_hamburger a.button { display: none !important; }
	#medium_hamburger a#hamburger {
	    position: absolute;
	    top: 35x;
	    right: 15px;
	}
	
	
    
    #call1 dl.tabs { border: 1px solid #999999; }
    #call1 dl.tabs dd {
        width: 100%;
        text-align: center;
    }
    #call1 dl.tabs dd a {
        display: block;
        width: 100%;
    }
    
    
    
    
    
	
	body.home #content h2 {
	    font-size: 24px;
	    line-height: 28px;
	    padding: 25px 0px 20px;
	}

	
	body.home #call1 {
	    padding: 30px 0 15px 0;
	}
	body.home #call1 p {
	    font-size: 18px;
	    line-height: 20px;
	}
    
    
    body.home #logos .row .columns #categories {
        padding-left: 25px;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    body.home #logos .row .columns #categories a {
        display: inline-block;
        width: 229px;
        height: 142px;
        position: relative;
        margin-top: -75px;
        line-height: 142px;
        z-index: 999;
    }
    
    .orbit-container .orbit-slides-container { 
        height: 550px !important;
        position: relative;
        
    }
    .orbit-container .orbit-slides-container li {
        display: inline-block;
        height: 497px !important;
    }



	#stats {
		height: 932px;
		width: 100%;
		background: url('../img/stats_mobile_bg.jpg') no-repeat;
		background-size: cover;
		padding: 35px 0px;
	}
	#stats h3 {
	    font-size: 18px;
	    line-height: 18px;
	    padding: 0 0 15px;
	}
	#stats ul#stat1 li {
		font-size: 18px;
		line-height: 24px;
		width: 100% !important;
	}
	#stats ul#stat1 li strong {
	    font-size: 36px;
	    line-height: 28px;
	}
	#stats ul#stat1 li,
	#stats ul#stat2 li  {
		width: 100%;
		display: block;
		padding: 15px 0;
	}
	#stats ul#stat2 li { 
		font-size: 16px;
		line-height: 22px;
		padding-top: 65px; 
		margin-left: -15px;
		display: block !important;
		padding-bottom: 35px;
	}
	#stats ul#stat2 li strong { 
		font-size: 20px;
		line-height: 24px;
		display: block; 
	}
	
    #stats ul#stat2 { margin-left: 40px; }
	ul#stat2 li#days { background: url('../img/bg_days.png') no-repeat 45% 0; }
	ul#stat2 li#return { background: url('../img/bg_return.png') no-repeat 44% 0; }
	ul#stat2 li#open { background: url('../img/bg_open.png') no-repeat 46% 0; }
	ul#stat2 li#support { background: url('../img/bg_support.png') no-repeat 45% 0; }
	
	
	div.tabs-content .content h1 {
	    font-size: 14px;
	    line-height: 14px;
	    padding: 35px 0px 25px;
	}
	div.tabs-content .content p {
	    font-size: 12px;
	    line-height: 16px;
	}


	
	
	body.home #call1 p {
	    font-size: 14px;
	    line-height: 20px;
	}

	
	
	
	/******** HOME understand/engage/monetize *******/
	body.home #understand h1, 
	body.home #engage h1, 
	body.home #monetize h1,
	
	body.page-template-page-home-logos-demo-form #understand h1, 
	body.page-template-page-home-logos-demo-form #engage h1, 
	body.page-template-page-home-logos-demo-form #monetize h1,
	
	body.page-template-page-home-logos-demo #understand h1, 
	body.page-template-page-home-logos-demo #engage h1, 
	body.page-template-page-home-logos-demo #monetize h1 {
		line-height: 26px;
		color: #FFF;
		margin: 0;
		padding: 10px 0 10px;
		font-size: 26px;
	}
	body.home #engage h1,
	body.page-template-page-home-logos-demo-form #engage h1,
	body.page-template-page-home-logos-demo #engage h1 { padding-top: 20px; }
	body.home #monetize h1,
	body.page-template-page-home-logos-demo-form #monetize h1,
	body.page-template-page-home-logos-demo #monetize h1 { padding-top: 40px; }
	
	body.home #understand h2, 
	body.home #engage h2, 
	body.home #monetize h2,
	
	body.page-template-page-home-logos-demo-form #understand h2, 
	body.page-template-page-home-logos-demo-form #engage h2, 
	body.page-template-page-home-logos-demo-form #monetize h2,
	
	body.page-template-page-home-logos-demo #understand h2, 
	body.page-template-page-home-logos-demo #engage h2, 
	body.page-template-page-home-logos-demo #monetize h2 {
	    padding: 0 0 20px;
	    font-size: 20px;
	    line-height: 20px;
	}
	body.home #understand p, 
	body.home #engage p, 
	body.home #monetize p,
	
	body.page-template-page-home-logos-demo-form #understand p, 
	body.page-template-page-home-logos-demo-form #engage p, 
	body.page-template-page-home-logos-demo-form #monetize p,
	
	body.page-template-page-home-logos-demo #understand p, 
	body.page-template-page-home-logos-demo #engage p, 
	body.page-template-page-home-logos-demo #monetize p {
	    font-size: 16px;
	    line-height: 18px;
	}




	/********* solutions overview *******/
	/* matrix */
	#matrix {
		width: 100%;
		height: 360px;
		overflow: hidden;
		background: url('../img/solution_overview_background.jpg') no-repeat top center;
		background-size: cover;
		padding-top: 20px;
		display: block;
		margin-bottom: 45px;
	}
	#matrix #matrix_holder {
		display: block;
		width: 320px;
		height: 280px;
	}

	
	#matrix #matrix_holder #understand,
	#matrix #matrix_holder #monetize,
	#matrix #matrix_holder #engage {
		width: 179px !important;
		height: 179px !important;
		display: block;
		position: absolute;
	}
	#matrix #matrix_holder #understand {
		margin-left: -89px;
	}
	
	
	
	#matrix #matrix_holder #understand a,
	#matrix #matrix_holder #monetize a,
	#matrix #matrix_holder #engage a {
		width: 179px;
		height: 179px;

		display: inline-block;
		text-align: center;
		padding-top: 75px;
		font-weight: 300;
		font-size: 24px;
		color: #FFF;
		z-index: 50;

	}
	
	#matrix #matrix_holder a span  {
		color: #0099cc;
		font-family: "museo",serif;
		font-weight: 900;
		font-size: 16px;
		padding-top: 12px;
		display: none;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* solutions page(s) */
	.page-id-79 #a_template_content.template_content .contentBlock,
    .page-id-80 #a_template_content.template_content .contentBlock,
    .page-id-81 #a_template_content.template_content .contentBlock {
    	padding: 20px 10px 10px !important;
	}
    #a_template_content.template_content .contentBlock > img {
       display: none !important;
    }
    #a_template_content.template_content .contentBlock p,
    #a_template_content.template_content .contentBlock h4 {
	    background-color: rgba(255, 255, 255, .7) !important;
	    border: 10px solid transparent;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
    }
	#a_template_content.template_content .contentBlock p {
		font-size: 14px;
		line-height: 18px;
	}
    #a_template_content.template_content .contentBlock p,
	#a_template_content.template_content .contentBlock h4 { 
		padding: 0 !important;
		width: 95% !important;
		margin: 0 2%;
	}
	.page-template-templatesa-template-php #video_header > img {
		width: auto;
		height: 100%;
	}
	     
	        
	        
	        
	        
	        
	        
	        
	        
	        
	        
	        
	        
	        

	
	/* logos */
	#logos { padding: 30px 0 20px 0; }
	#logos h2 {
	    font-size: 14px;
	    line-height: 14px;
	    padding-bottom: 20px;
	}
	#logos ul { 
		display: table;
		margin-left: 30px !important;
    	height: 335px; 
    	width: 285px !important;
    }
	#logos ul li {
		display: block;
		margin: 0 5px 5px 5px !important;
		width: 30%;
		max-width: 83px;
		max-height: 83px;
	}	
	
	
	
	
	
	/******** home page partner grid logos ********/
	/* partner logos */
	body.home #logos ul#partner_grid,
	body.page-template-page-home-logos-demo-form #logos ul#partner_grid,
	body.page-template-page-home-logos-demo #logos ul#partner_grid {
		width: 95%;
		text-align: center;
		margin: 0 auto;
		position: relative;
		left: 25px !important;
	}
	body.home #logos ul#partner_grid li,
	body.page-template-page-home-logos-demo-form #logos ul#partner_grid li,
	body.page-template-page-home-logos-demo #logos ul#partner_grid li {
		border-bottom: 10px solid #FFFFFF;
		width: 95px;
		height: 58px;
		margin: 3px !important;
		display: inline-block;
		padding: 0;
	}		
	body.home #logos ul#partner_grid li img,
	body.page-template-page-home-logos-demo-form #logos ul#partner_grid li img,
	body.page-template-page-home-logos-demo #logos ul#partner_grid li img {
		width: 95px;
		height: 58px;
		display: block;
	}
	
	
	/* a template */
	#logos ul {
		position: relative;
		left: -25px;
	}
    /* .template_content .contentBlock { padding: 0 !important; } */
    .page-template-templatesa-template-php .tabs-contents { padding: 30px 0 !important; }
    .page-template-templatesa-template-php .tabs-contents { padding: 30px 0 !important; }
	
	
	

    
    #a_template_content.template_content .contentBlock {
        width: 98%;
        height: auto !important;
        /* padding-bottom: 36.1458%; */
    }
    #a_template_content.template_content .contentBlock > img {
        width: 100%;
        height: auto;
    }
    #a_template_content.template_content .contentBlock h4 { padding: 15px 0 5px 0; }
    #a_template_content.template_content .contentBlock { 
        padding: 80px 10px 10px 10px !important; 
    }
    #a_template_content.template_content .contentBlock p strong { 
        font-size: 14px;
        line-height: 20px;
    }

    
    
    
    
    
    
    
    
    
    
    
	
	/* b template */
	#b_template_content { padding: 50px 0 30px 0; }
	#b_template_content h1, 
	#b_template_content h2 {
	    font-size: 22px;
	    line-height: 22px;
	    padding: 0 0 15px 0;
	}
	#b_template_content h2 { font-size: 18px; }
	#b_template_content p {
	    font-size: 16px;
		line-height: 22px;
	}

    
    
	/* logo area */
	.page-template-templatesb-template-php #call1 ul {
		margin: 0 0 0 -10px;
		padding: 0;
		width: 100%;
	}
	.page-template-templatesb-template-php #call1 ul li {
		width: 48%;
		max-height: 150px;
		margin: 1% !important;
		overflow: hidden;
	}
	/* .page-template-templatesb-template-php #call1 ul li img {
		width: auto;
		height: 150px !important;
	} */
	.page-template-templatesb-template-php #call1 ul li.bigOne {
		padding: 165px 10px 45px 10px;
		height: 550px !important;
		max-height: 550px;
	}
	.page-template-templatesb-template-php #call1 ul li.bigOne a > img { 
		width: auto;
		height: 150px !important;
		display: block; 
		position: absolute;
		left: 50%;
        margin-left: -75px;
	}
	.page-template-templatesb-template-php #call1 ul li.bigOne p {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		clear: both;
		position: relative;
		z-index: 999;
		font-size: 12px;
		line-height: 16px;
		max-height: 130px;
		overflow: hidden;
	}
	
	
	/* latest from our blog area */
	#blogContent .panel {
	    border: 0;
	    padding: 20px 10px 15px 10px;
	}
	#blogContent h4 a {
	    font-size: 18px;
	    line-height: 18px;
	}
	#blogContent ul li a.rsswidget {
	    font-size: 14px;
	    line-height: 14px;
	    padding: 15px 0 10px 0;
	}
	#blogContent ul li div.rssSummary {
	    font-size: 14px;
	    line-height: 14px;
	}
	
	
	
	
    /* b template alt */
    .page-template-templatesb-alt-template-php .template_content .contentBlock { padding-bottom: 45px; }
    .page-template-templatesb-alt-template-php .template_content .contentBlock div.image { 
        margin-bottom: 20px;
        width: 225px; 
    }
    .page-template-templatesb-alt-template-php .template_content .contentBlock img {
        display: block;
        clear: both;
        width: 167px;
        height: 167px;
        margin: 0 50px 30px 60px;
        margin-top: 25px;
    }
    .page-template-templatesb-alt-template-php .template_content .contentBlock h4 { 
        display: block;
        width: 100% !important;
    }

    
    
    
    
    
    
    
    
    
    
    .page-template-templatesb-alt-template-php #call1 .columns ul { 
		list-style: none;
		margin: 0;
		padding: 0; 
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li { 
		width: 100%;
		clear: both;
		margin: 0;
		padding: 0; 
		padding-left: 0;
		min-height: 145px;
		position: relative;
		padding-top: 105px;
		display: block;
		height: auto;
		text-align: center;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li h3,
	.page-template-templatesb-alt-template-php #call1 .columns ul li p {
		text-align: center;
	}
	.page-template-templatesb-alt-template-php #call1 .columns ul li img {
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    margin-left: -33px;
	}
	
	
	
	
	
	
	
	
    

	
	/* c template */
	body.page-template-templatesc-template-php #call1 article img.attachment-blog-thum { display: none; }
	body.page-template-templatesc-template-php #call1 article { padding-left: 0; }
	
	#c_template_content article { padding: 30px 0 20px 0; }

	#c_template_content article header h2 { padding-top: 30px; }
	#c_template_content article header h2,
	#c_template_content article header h2 a {
	    font-size: 28px;
	    line-height: 22px;
	}
	#c_template_content .entry-content p {
	    font-size: 14px;
	    line-height: 14px;
	}
	
	ul.share_it {
	    position: absolute;
	    top: -20px;
	}
	body.page-template-templatesc-template-php #call1 article header h2 { padding-top: 30px; }
	body.page-template-templatesc-template-php #call1 article header h2,
	body.page-template-templatesc-template-php #call1 article header h2 a {
	    font-size: 18px;
	    line-height: 20px;
	}
	body.page-template-templatesc-template-php #call1 article .entry-content, 
	body.single #call1 article .entry-content {
    	padding-right: 0;
	}
	body.page-template-templatesc-template-php #call1 article .entry-content,
	body.page-template-templatesc-template-php #call1 article .entry-content p {
	    font-size: 14px;
	    line-height: 18px;
	}
	
	
	
	
	ul#news_type {
		height: 30px;
		border-bottom: 4px solid #cacaca;
	}
	ul#news_type li {
		width: 50%;
		float: left;
	}
	ul#news_type li a {
		font-size: 16px;
		line-height: 26px;
		padding: 0 8px;
	}
	
	
	
	
	
	
	
	/* single page (d template) */
	body.single #c_template_content article { padding: 30px 0 20px 0; }

	body.single #c_template_content article header h2 { padding-top: 30px; }
	body.single #c_template_content article header h2,
	body.single #c_template_content article header h2 a {
	    font-size: 28px;
	    line-height: 22px;
	}
	body.single #c_template_content .entry-content p {
	    font-size: 14px;
	    line-height: 14px;
	}
	
	
	
	
	
	/* e template */
    #e_template_content h2 {
        font-size: 22px;
        line-height: 22px;
    }
	.page-template-templatese-template-php #call3 {
	    height: 625px;
	    padding: 20px 0;
	}
	.page-template-templatese-template-php #call3 h1 {
		font-size: 20px;
    	line-height: 20px;
	}
	.page-template-templatese-template-php #call3 figure {
		display: block;
		width: 100%;
	}
	.page-template-templatese-template-php #call3 img {
		width: 50%;
		display: block;
		height: auto;
		clear: all;
	}
	.page-template-templatese-template-php #call3 h2 {
		display: block;
		width: 100%;
		clear: both;
		font-size: 16px;
	}
	.page-template-templatese-template-php #call3 p {
    	font-size: 14px;
    	line-height: 18px;
    	display: block;
    	width: 100%;
	}
    
    
    
    body.page-id-8 #call3.template_content .contentBlock { padding: 0 !important; }    
    body.page-id-8.page-template-templatese-template-php #call2 ul { 
        margin-left: 30px;
        max-width: 250px !important;
    }
    
	
	/* photos */
	.page-template-templatese-template-php #call2 {
    	padding: 30px 0px 20px;
	}
    .page-template-templatese-template-php #call2 ul { margin-left: 55px; }
	.page-template-templatese-template-php #call2 ul li {
	    float: left;
	    width: 95px;
	    height: 95px;
	    margin: 8px 2%;
	}
	.page-template-templatese-template-php #call2 ul:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}
	.page-template-templatese-template-php #call2 ul li:nth-of-type(6) { 
		margin-left: 0 !important;
	}
	
	.page-template-templatese-template-php #call2 h1 {
	    font-size: 20px;
	    line-height: 20px;
	}
	.page-template-templatese-template-php #call2 .columns p > a {
	    font-size: 14px;
	    line-height: 14px;
	    text-align: center;
	    display: block;
	    clear: both;
	    padding-top: 25px;
	}
	
	
	/* tabs */
	#e_page_tabs dl.tabs dd {
	    width: 100%;
	    text-align: center;
	}
	#e_page_tabs dl.tabs dd a {
		padding-left: 20px;
	}
	.page-template-templatese-template-php .tabs-content .content ul li {
	    width: 97%;
	    margin: 1%;
	    float: none;
	}
	.page-template-templatese-template-php .tabs-content .content ul li p {
		/* font-size: 24px;
		line-height: 26px; */
        font-size: 16px;
        line-height: 16px;
	}
	.page-template-templatese-template-php .tabs-content .content ul li h4 { padding-bottom: 15px; }
	.page-template-templatese-template-php .tabs-content .content ul li#partners_ad p {
    	font-size: 16px;
		line-height: 16px;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel ul li,
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel ul li a {
		font-size: 18px;
		line-height: 16px;
	}
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel h4,
	.page-template-templatese-template-php .tabs-content .content ul#news_feed li .panel h4 a {
    	font-size: 24px;
		line-height: 24px;
		color: #FFF;
		padding-bottom: 40px;
	}
	
	.page-template-templatese-template-php #call1 a {
	    width: 100%;
	    display: block;
	}
	
	
	
	
	
	.page-template-templatesb-template-php #call1 ul li a.text { display: none; }
	
	
	
	.page-template-templatese-template-php #call3 ul,
	.page-template-templatese-template-php #call3 p { 
		width: 100%;
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.page-template-templatese-template-php #call3 ul li {
	    width: 49%;
	    min-height: 93px;
	}
	.page-template-templatese-template-php #call3 ul li img {
	    width: auto;
	    height: 93px;
	}
	.page-template-templatese-template-php #call3 ul li div {
		width: 100%;
		height: 70px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 25;
		display: none;
		font-size: 12px;
		line-height: 12px;
	}
	#e_page_tabs p {
	    font-family: "museo",serif;
	    font-size: 18px;
	    line-height: 21px;
	    color: #333;
	    text-align: center;
	    padding: 0px 10px 25px;
	}
	
	
	
	
	.page-id-10 #call1 .contentBlock,
	.page-id-323 #call1 .contentBlock {
	    position: relative;
	    padding-left: 0;
	    padding-top: 230px;
	}
	
	
	
	
	body.page-id-3595 #video_header {
		background: url('/wp-content/uploads/2015/08/ambassador-program-sovrn-1520x330.jpg') no-repeat !important;
	}


}













@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) { /* iphone 5 specific */
	.sovrn_video { display: none; }
	div.saftext {
		opacity: .7 !important;
	}
	
	
	#video_header video { display: none !important; }
	#video_header {
		/* background: url('../img/home_header_bg.jpg') no-repeat !important; */
		background: url('../img/sovrn-display-ad-network-programmatic-advertising.jpg') no-repeat !important;
		background-size: cover !important;
		height: 300px; 
	}
	
	#medium_utility ul.utility li a { 
		display: block; 
		height: 22px; 
		line-height: 22px; 
		padding: 0 0 0 20px !important; 
		
	}
}







@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
