/* Global UI Elements */
@media screen and (min-width: 800px) { .mobile      { display: none !important; } }
@media screen and (max-width: 799px) { .desktop     { display: none !important; } }
@media screen and (max-width: 500px) { .space-saver { display: none !important; } }

.offset-anchors h1[id]:before,
.offset-anchors h2[id]:before,
.offset-anchors h3[id]:before
{
	content: ' ';
	display: block;
	height: 100px;
	width: 1px;
	margin: -100px 0 0 0;
	visibility: hidden;
}

#wrapper
{
	max-width: 100%;
	overflow: hidden;
}

.container
{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 40px;
}

.container-left,
.container-right
{
	position: relative;
	max-width: 590px;
	width: 100%;
	padding: 0px 10px;
}

.container-left
{
	margin: 0 0 0 auto;
}

.container-right
{
	margin: 0 auto 0 0;
}

.pad-top
{
	margin-top: 3rem !important;
}

.video-thumb
{
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 840px;
	cursor: pointer;
}

.video-thumb:after
{
	font: 1.8em/1.4 turn-icons;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 33.3%;
	max-width: 6.5rem;
	max-height: 6.5rem;
	background: #EE7933 url('/app_theme/turn/images/svg/ui-video-white.svg') 50% 50% no-repeat;
	background-size: 75%;
}

.video-embed
{
	position: relative;
	margin: 20px 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-embed iframe,
.video-embed object,
.video-embed embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ooyalaplayer .innerWrapper
{
	position: relative;
	z-index: 5;
}

/* Page Header */
header.page
{
    position: relative;
    width: 100%;
    background: #FFF;
    box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    z-index: 100;
}

header.sticky
{
    position: fixed;
    top: 0px;
}

#header-logo
{
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 10px;
	font: 32px/1 amobee-icons;
	color: #3BB0C9;
	letter-spacing: 4px;
	text-decoration: none;
	border: none;

	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Content Area */
#content
{

}

header.page.sticky + #content
{
    margin-top: 115px;
}

/* Page Article */
.page
{
	position: relative;
}

.page section
{
	padding: 6rem 0;
}

.page section.container
{
	padding: 6rem 40px;
}


.page section:first-child
{
	margin-top: -6rem;
    /*padding: 0rem 0 8.8rem;*/
}

.page section:nth-child(even) { background: #E3E7ED; }
.page section.black           { background: #000000; color: #FFF; }
.page section.blue            { background: #3BB0C9; }
.page section.gray            { background: #E3E7ED; }
.page section.white           { background: #FFFFFF; }

.page header
{

}

.page header.image-header,
.page header.image-header h1
{
	margin-bottom: 0;
}

.page header.pad
{
	margin-top: 60px;
}

.page .centered > header
{
	text-align: center;
}

.page h1 span[class^="icon-"],
.page h1 span[class*=" icon-"]
{
	margin-right: 10px;
	color: #3BB0C9;
	font-size: 7rem;
	line-height: 1;
	vertical-align: middle;
}

figure
{
	margin: 3rem 0;
	text-align: center;
}

figure.cell
{
	margin: 0;
}

figure.border
{
	padding: 10px;
	border: 1px solid #CCC;
}

figure img
{
	vertical-align: middle;
}

figure figcaption
{
	margin: 14px 0 0;
	text-align: left;
}

.result-count,
.category-tag
{
	color: #5DA9BA;
	font-size: 1.3rem;
	font-weight: 400;
}

.result-count.boxed,
.category-tag
{
	display: inline-block;
	margin: 0 0 4.1rem;
	padding: 0 1.5rem;
	text-align: center;
	color: #FFF;
	line-height: 3.6rem;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #617D85;
}

a.filter
{
	display: inline-block;
	padding: 5px 8px;
	margin: 0 3px 10px 0;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.2;
	background: #A0B1B6;
}

a.filter.selected
{
	background: #617D85;
}

a.filter:first-child
{
	border-radius: 2px 0 0 2px;
}

a.filter:last-child
{
	border-radius: 0 2px 2px 0;
}


.result-list
{

}

.result-list .result
{
	display: none;
	min-height: 87px;
	margin: 0 0 20px 0;
	border: 1px solid #E4E8E9;
	border-bottom-width: 2px;
}

.result-list[data-filter="all"] .result,
.result-list[data-filter="collections"] .result.collections,
.result-list[data-filter="resources"] .result.resources,
.result-list[data-filter="blog"] .result.blog
{
	display: block;
}

.result-list .result figure
{
	float: left;
	width: 125px;
	height: 84px;
	margin: 0;
	background-color: #E4E8E9;
}

.result-list .result figure span
{
	color: #ACE;
	font-size: 50px;
}

.result-list .result .title
{
	display: inline-block;
	margin: 15px 15px 0;
	color: #2B2B2B;
	font-size: 1.9rem;
	font-weight: 400;
}

.result-list .result .count
{
	margin-left: 15px;
	color: #7F8E8F;
	font-size: 1.3rem;
}

.result-list .result .post-meta
{
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.2;
}

.result-list .result .dateline
{
	margin-left: 15px;
	color: #7F8E8F;
	font-size: 1.4rem;
}

.result-list .result .author
{
	color: #5DA9BA;
	font-size: 1.4rem;
}

.result-list .result .tags
{
	margin-left: 15px;
}

.result-list .result .tag
{
	font-size: 1.3rem;
}

.result-list .result .tag:after
{
	content: ",";
}

.result-list .result .tag:last-child:after
{
	content: "";
}

.image-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.image-list li
{
	margin: 4rem 0;
}

.image-list p
{
	margin: 0 0 2rem;
}

.image-list div.icon
{
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.image-list div.icon span
{
	color: #69C6D7;
	font-size: 6.5rem;
	font-size: 5.5vw;
	line-height: 1.1;
}

.stats-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.stats-list li
{
	margin: 0 0 1rem;
	padding: 0;
}

.stats-list strong
{
	color: #3A7D8B;
}

.tile-list
{
	list-style: none;
	vertical-align: top;
	display: flex;
	flex-flow: row wrap;
}

.tile-list li
{
	width: calc(25% - 20px);
	margin: 0 20px 40px 0;
}

.tile-list h4
{
	margin: 0 0 0.5rem;
	font-weight: 400;
}

.tile-list p
{
	color: #454c4d;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 300;
}

.management-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.management-list li
{
	list-style: none;
	display: inline-block;
	width: 168px;
	margin: 0 15px 40px 0;
	padding: 0;
	vertical-align: top;
}

.management-list li a
{
	display: block;
	width: 100%;
}

.management-list li a .photo
{
	display: block;
	position: relative;
	width: 168px;
	height: 175px;
	margin: 0 0 1rem;

	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;

	will-change: background-size;
	-webkit-transition: background-size 0.3s ease-in;
	-moz-transition: background-size 0.3s ease-in;
	-ms-transition: background-size 0.3s ease-in;
	-o-transition: background-size 0.3s ease-in;
	transition: background-size 0.3s ease-in;
}

.management-list li a h4,
.management-list li a p
{
	margin: 0;
	color: #454C4D;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 300;
	text-align: left;
}

.management-list li a h4
{
	font-weight: 400;
}

.management-list li a:hover .photo
{
	background-size: auto 105%;
}

.management-list li a:hover h4,
.management-list li a:hover p
{
	color: #E73;
}


/* Blog/Resource Meta */
.post-notice
{
	padding: 10px;
	font-size: 0.9em;
	font-style: italic;
	background: #F2F4F5;
}

.post-meta
{
	margin: 0 0 2rem;
	color: #454C4D;
	font-size: 1.7rem;
	overflow: hidden;
}

.post-meta .dateline
{
	display: inline-block;
	margin: 0 0.5rem 0 0;
	padding: 0 1.2rem 0 0;
	border-right: 1px solid #C0C7C8
}

.post-meta .event-date
{
	display: block;
	color: #5DA9BA;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

.post-meta a.author
{
  white-space: nowrap;
}

.post-meta .tags
{
	list-style-type: none;
	margin: 1rem 0 0rem;
	padding: 0;
	font-size: 1.5rem;
}

.post-meta .tags li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.post-meta .tags li:after
{
	content: ', ';
 	color: #7F8E8F;
}

.post-meta .tags li:last-child:after
{
  display: none;
}

#ooyalaplayer
{
	position: relative;
	margin: 3rem 0;
	z-index: 1;
}

article .careers
{
	margin: 0 0 4rem;
	-webkit-column-width: 270px;
	-moz-column-width: 270px;
	column-width: 270px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2.6rem;
	-moz-column-gap: 2.6rem;
	column-gap: 2.6rem;
}

article .careers p
{
	margin: 0 0 1rem;
	font-size: 1.4rem;
	line-height: 1;
}

.glassdoor
{
	position: relative;
	left: 4.4rem;
}

.glassdoor:before
{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 1.2rem;
	background-image: url("http://www.apothecom.com/img/icon_glassdoor.png");
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.location-list
{
	list-style-type: none;
	margin: 0 0 4rem;
	padding: 0;

	vertical-align: top;
	display: flex;
	flex-flow: row wrap;
}

.location-list li
{
	width: 18rem;
	max-width: 100%;
	margin: 0;
	padding: 0 0.5rem 0 0;
}

.location-list h4
{
	font-weight: 400;
}

.location-list p
{
	color: #454c4d;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 300;
}

.location-list a:hover h4,
.location-list a:hover p
{
	color: #E73;
}

/* Pagination Buttons */
.pagination
{
	display: block;
	width: 100%;
	margin-top: 5.4rem;
	text-align: center;
}

.pagination-list
{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.pagination-list li
{
	margin: 0 1rem 0 0;
	display: inline-block;
	text-decoration: none;
}

.pagination-list li:last-child
{
	margin: 0;
}

.pagination-list li a,
.pagination-list li span
{
	padding: 1.2rem;
	color: #3D3135;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
	text-decoration: none;
	will-change: color;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

.pagination-list li a span
{
	padding: 0;
}

.pagination-list li a:hover,
.pagination-list li a:hover span
{
	color: #EE7933;
}

.pagination-list li.active a,
.pagination-list li.active span
{
	color: #EE7933;
	font-weight: 400;
}

.pagination-list li.disabled a,
.pagination-list li.disabled span
{
	color: #DBE0E2;
	-webkit-transition: 0 none;
	-moz-transition: 0 none;
	-ms-transition: 0 none;
	-o-transition: 0 none;
	transition: 0 none;
}

.pagination-list li.disabled a:hover,
.pagination-list li.disabled a:hover span
{
	color: #DBE0E2;
}

.pagination-list li span.text
{
	color: #666;
	font-weight: 200;
}

/* Sidebars */
.sidebar
{
	width: 100%;
	padding: 3rem 3.4rem 4.4rem;
	background-color: #F2F4F5;
	border-top: 1px solid #DBE0E2;
	border-bottom: 2px solid #DBE0E2;
}

article.page section:nth-child(even) .sidebar
{
	background-color: #FFF;
}

.sidebar a.next-link,
.sidebar a.next-link:visited
{
    font-size: 1.5rem;
	font-weight: 300;
}

.sidebar a.next-link:after,
.sidebar a.next-link:visited:after
{
    font-size: 1.5rem;
}


.sidebar hr
{
	margin: 4rem 0;
}

.sidebar h3
{
	margin: 2em 0 1em;
	color: #617D85;
	font-size: 1.7rem;
	line-height: 1.22;
	font-weight: 300;
}

.sidebar h3:first-child,
.sidebar h3:first-of-type
{
	margin: 1em 0;
}

.sidebar h3 span[class^="turn-icon-"]
{
	padding-right: 1rem;
}

.sidebar h4
{
	margin: 0 0 1.7rem;
	font-size: 1.6rem;
	line-height: 1.22;
}

.sidebar a h4
{
	margin: 0 0 0.8rem;
	color: #454C4D;
	will-change: color;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

.sidebar a h4.meta-event
{
	margin: 0;
	color: #617d85;
}

.sidebar h4 a
{
	color: #454C4D;
}

.sidebar a:hover h4,
.sidebar h4 a:hover
{
	color: #3BB0C9;
}

.sidebar p
{
	color: #454C4D;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 300;
}

.sidebar blockquote
{
	position: relative;
	margin: 1rem 0;
}

.sidebar blockquote p
{
	position: relative;
	margin: 0 0 1rem;
}

.sidebar blockquote:before
{
	content: "\201c";
	position: absolute;
	top: -20px;
	left: -17px;
	font-size: 4rem;
	color: #5DA9BA;
}

.sidebar .category-list,
.sidebar .category-list li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .meta-date
{
	margin: 0;
}

.sidebar .tag-cloud
{
	margin: 0;
	padding: 0;
}

.sidebar .tag-cloud li
{
	margin: 0;
	padding: 0;
	display: inline;
}

.sidebar .tag-cloud li:after
{
	content: ',';
	color: #7F8E8F;
}

.sidebar .tag-cloud li:last-child:after
{
	display: none;
}

.sidebar .tag-cloud a
{
	color: #3BB0C9;
	font-size: 1.5rem;
	will-change: color;
	transition: color 0.15s ease-in-out;
}

.sidebar .tag-cloud a:hover
{
	color: #4CC1DA;
	border-bottom: #DBE0E2 1px solid;
}

.channel-list
{
	list-style: none;
	margin: 0 0 4rem;
	padding: 0;
}

.channel-list li
{
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	margin: -1px auto 0;
	padding: 1.4rem 2rem 1.4rem 4rem;
	color: #515A5B;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 2rem;
	border: 1px solid #DBE0E2;
	border-radius: 0;
	box-shadow: 0 none;
	z-index: 1;
	cursor: pointer;
	will-change: border-color, border-radius, width, left, z-index, box-shadow;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.channel-list li:hover
{
	width: 104%;
	left: -2%;
	border-radius: 0.5rem;
	border-color: #C0C7C8;
	box-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.04);
	z-index: 2;
}

.channel-list li span
{
	padding-right: 2rem;
	color: #5DA9BA;
	font-size: 2rem;
	line-height: 2rem;
	vertical-align: text-bottom;
}

.channel-list li:hover span
{
	color: #EE7933;
}

ul.cookie-list
{
	margin: 0 0 1em;
	padding: 0;
}

ul.cookie-list > li
{
	margin: 0 0 5px 0;
	padding: 0.3em 0;
	border-bottom: 1px solid #CCC;
}

ul.cookie-list > li .cell.right
{
	float: none;
	text-align: right;
}


ul.cookie-list li.head
{
	font-weight: bold;
}


/* Amobee Pulse */
.amobee-pulse
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.amobee-pulse li
{
	position: relative;
	display: block;
	margin: 0 0 2.6rem;
	padding: 0 2rem 2rem 4.5rem;
	border-bottom: 1px solid #DBE0E2;
}

.amobee-pulse li:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.amobee-pulse img
{
	position: absolute;
	top: 8px;
	left: 0;
	width: 3rem;
	height: 3rem;
}

.amobee-pulse .author
{
	color: #617D85;
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: none;
	will-change: color;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

.amobee-pulse .author:hover
{
	color: #E73;
}

.amobee-pulse .author:active
{
	color: #D86E2E;
}

.amobee-pulse .timestamp
{
	color: #515A5B;
	font-size: 1.3rem;
	font-weight: 300;
}

.amobee-pulse .timestamp:before
{
	content: '•';
	margin: 0 0.6rem;
}

.amobee-pulse p
{
	color: #3D3135;
	font-size: 1.4rem;
	line-height: 1.42;
	margin: 0;
}

.partner-list
{
	position: relative;
	list-style: none;
	margin: 1rem 0 4rem;
	padding: 0;
	text-align: center;
}

.partner-list li
{
	display: inline-block;
	max-width: calc(50% - 4px);
	width: 250px;
	margin: 1rem 0;
	padding: 1rem 2rem;
	border-radius: 3px;
	border: 2px solid transparent;
}

.partner-list li.hastooltip
{
	cursor: pointer;
}

.partner-list li.open,
.partner-list li:hover
{
	border: 2px solid #DBE0E2;
}

.partner-list li .partner
{
	position: relative;
}

.partner-list li.open .partner:after
{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -1.5rem;
	border-style: solid;
	border-width: 1.5rem;
	border-color: transparent transparent #F2F4F5 transparent;
}

.partner-list li img
{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.partner-list .tooltip
{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 3rem;
	padding: 3rem;
	text-align: left;
	background-color: #F2F4F5;
	border-bottom: 0.2rem solid #DBE0E2;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 6;
	will-change: opacity, visibility, margin;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.partner-list .open .tooltip
{
	display: block;
	opacity: 1;
	filter: none;
	visibility: visible;
}

.partner-list .tooltip h4
{
	margin: 0;
	padding: 0;
	color: #5DA9BA;
	font-size: 2.4rem;
	font-weight: 300;
}

.partner-list .tooltip h5
{
	color: #3D3135;
	font-size: 1.7rem;
	font-weight: 400;
	font-style: normal;
}

.partner-list .tooltip p
{
	margin: 0 0 1.2rem;
	font-size: 1.4rem;
}

.ecosystem-list
{
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
	column-count: 2;
	column-gap: 3rem;
}

.ecosystem-list li
{
	/*margin: 0 0 1.5rem 0;*/
	margin: 0;
}

.author-bio
{
	position: relative;
	min-height: 14.2rem;
	margin: 4.2rem 0;
	padding: 2.6rem 2.6rem 2.6rem 14.2rem;
	background: #EBEDEE;
}

.author-bio.light
{
	position: relative;
	min-height: 10.2rem;
	margin: 0;
	padding: 1.8rem 0 0 12.2rem;
	background: #FFF;
}

.author-bio .author-photo
{
	position: absolute;
	top: 2.6rem;
	left: 2.6rem;
	width: 9rem;
	height: 9rem;
}

.author-bio.light .author-photo
{
	top: 0rem;
	left: 0rem;
}

.author-bio .author
{
	margin-right: 1rem;
	font-size: 1.7rem;
	font-weight: 600;
	vertical-align: middle;
}

.author-bio.light .author
{
	font-size: 1.8rem;
}

.author-bio .position
{
	color: #617D85;
	font-size: 1.8rem;
}

.prev-next
{
	margin: 4rem 0;
	border-left: 1px solid #DBE0E2;
	border-right: 1px solid #DBE0E2;
}

.next-post.desktop
{
	border-right: 1px solid #DBE0E2;
}

.prev-post, .next-post
{
	display: block;
	margin: 0;
	padding: 0 2rem;
}

.prev-post
{
	text-align: left;
}

.next-post
{
	text-align: right;
}

.prev-post h4,
.next-post h4
{
	margin: 0;
	font-size: 1.3rem;
}

.prev-post img
{
	float: left;
	margin: 0 10px 10px 0;
}

.next-post img
{
	float: right;
	margin: 0 0 10px 10px;
}


/* Share and Social Bars */

.social-bar,
.social-bar li
{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-bar li
{
	margin-right: 1rem;
	font-size: 1.8rem;
}

.social-bar li a
{

}

.social-bar li a span
{

}

.social-links
{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.post-meta .social-links
{
	text-align: right;
}

.social-links li
{
	display: inline-block;
	margin: 0 0.6rem 0 0;
	border: 1px solid transparent;
	border-radius: 50%;

	will-change: border-color;
	-webkit-transition: border-color 0.15s ease-in-out;
	-moz-transition: border-color 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out;
	-ms-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}

.social-links li.label
{
	display: inline-block;
	margin: 0 0.6rem 0 0;
	border: none;
	border-radius: 0;
}

.social-links li.label h3
{
	margin-right: 1.2rem;
}

.social-links li a
{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	color: #3BB0C9;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #C0C7C8;
	border-radius: 50%;

	will-change: border-color, color;
	-webkit-transition: all 0.15s ease-in-out, color 0.25s ease-in-out;
	-moz-transition: all 0.15s ease-in-out, color 0.25s ease-in-out;
	-o-transition: all 0.15s ease-in-out, color 0.25s ease-in-out;
	-ms-transition: all 0.15s ease-in-out, color 0.25s ease-in-out;
	transition: all 0.15s ease-in-out, color 0.25s ease-in-out;
}

.social-links li:hover
{
	border-color: #C0C7C8;
}

.social-links li.label:hover
{
	border: none;
}

.social-links li a:hover
{
	color: #FFF;
	background-color: #3BB0C9;
	border-color: #C0C7C8;
}

/* Video Player */
#ooyalaplayer .ooyala-xsmall .control-bar .controlBarItemsWrapper
{
	padding-top: 4px;
}

#ooyalaplayer .volumeBar.on
{
	background-color: #3BB0C9;
}

#ooyalaplayer [class^="icon-"],
#ooyalaplayer [class*=" icon-"]
{
	vertical-align: baseline;
}

/* Video Offer */
.video-offer
{
	cursor: pointer;
	margin-bottom: 5rem;
	background-color: #D3EAF6;
}
.video-offer h2
{
	margin: 0;
	padding: 15px 30px 8px 30px;
	color: #53AEA8;
	font-size: 2.6rem;
	line-height: 1;
}
.video-offer p
{
	margin: 0;
	padding: 0px 30px 15px;
	color: #453135;
	font-size: 1.8rem;
	line-height: 1.2;
}

.video-offer .offer
{
	position: relative;
	padding-right: 250px;
	color: #FFF;
	background-color: #52AEA9;
}
.video-offer .offer h2
{
	color: #FFF;
}
.video-offer .offer p
{
	color: #FFF;
}
.video-offer .offer .cta
{
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 220px;
	padding: 5px;
	color: #53AEA8;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	transform: translateY(-50%);
}

.video-offer .video
{
	max-width: 100%;
}

.video-offer .video video
{
	width: 100%;
}

.fineprint
{
	padding: 5px 10px;
	color: #939393;
	font-size: 1.2rem;
	line-height: 1.3;
	background: #F2F4F5;
}

/* Page Footer */
footer.page
{
	margin-top: 60px;
	background: #363839;
	overflow: hidden;
}

footer.page .main
{
	height: auto;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

footer.page .demo,
footer.page .tour
{
	position: relative;
	height: 100%;
}

footer.page .demo .container-left,
footer.page .tour .container-right
{
	position: relative;
	height: 100%;
}

footer.page .tour a
{
	position: relative;
}

footer.page .tour span
{
	display: block;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: 800;
	color: #FFF;
}

footer.page .tour h2
{
	display: block;
	margin: 0;
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	background-color: #3BB0C9;
	padding: 3rem 4rem;
	white-space: nowrap;
}

footer.page .demo
{
	background: rgba(0,0,0,0.9);
}

footer.page .demo .callout
{
	position: relative;
	cursor: pointer;
}

footer.page .demo .callout span
{
	display: block;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: 800;
	color: #FFF;
}

footer.page .demo .callout h2
{
	display: block;
	margin: 0;
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	background-color: #363839;
	padding: 3rem 4rem;
	white-space: nowrap;
}

footer.page .links
{
	padding: 60px 50px;
}

footer.page .meta
{
	padding: 30px 10px;
	border-top: 1px solid #FFF;
}

footer.page .copyright
{
	float: left;
	color: #FFF;
	font-size: 13px;
	line-height: 1.6;
}

#consent
{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: #000;
	z-index: 1000;
	border-top: 3px solid #3099CC;
	box-shadow: 0 -3px 5px #000;
}

#consent.show { display: block; }
#consent.grid.show { display: flex; }


#consent p
{
	margin: 0;
	color: #FFF;
}

#consent .link
{
	padding-left: 10px;
	text-align: center;
}

/* Medium Screens and Larger */
@media screen and (min-width: 600px)
{
	/*.partner-list li { max-width: 31%; }*/

	footer.page .tour a,
	footer.page .demo .callout
	{
		position: absolute;
		top: 50%;
		left: 50%;

		-webkit-transform: translate(-50%, -50.4%);
		-moz-transform: translate(-50%, -50.4%);
		-ms-transform: translate(-50%, -50.4%);
		-o-transform: translate(-50%, -50.4%);
		transform: translate(-50%, -50.4%);
	}

	footer.page .tour .rubric
	{
		display: inline-block;
	}
}

/* Full Size Screens Only */
@media screen and (min-width: 800px)
{
	footer.page .main
	{
		height: 375px;
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 1000px)
{
	/*.partner-list li { max-width: 31%; }*/
}

@media screen and (min-width: 1200px)
{
	.container { padding: 0px 0px; }
	.page section.container { padding: 6rem 0px; }

	.image-list div.icon span { font-size: 6.5rem; }
	footer.page .links { padding: 60px 60px; }
	footer.page .meta  { padding: 30px 0px; }
}

/* Small and Medium Screens */
@media screen and (max-width: 799px)
{
	.col-25 .sidebar
	{
		max-width: 100%;
	}

	.container-left,
	.container-right
	{
		position: relative;
		max-width: 100%;
	}

	.page h1 span[class^="icon-"],
	.page h1 span[class*=" icon-"]
	{
		font-size: 6rem;
	}

	.image-header .icon { float: left; width: auto; padding: 0 10px 10px 0; }

	.image-list .column { float: left; }
	.image-list .col-85 { width: 85%; }
	.image-list .col-15 { width: 15%; }
	.image-list div.icon span { font-size: 10vw; }


	.post-meta .social-links
	{
		float: none;
		margin: 1rem 0 3rem;
	}

	.next-post, .columnset .next-post,
	.prev-post, .columnset .prev-post
	{
		width: 50%;
		margin: 0;
	}

	.sidebar.collapse
	{
		position: relative;
		width: 100%;
		height: 50px;
		margin: 0 0 20px;
		padding: 4px 10px;
		overflow: hidden;
		border-left: 1px solid #DBE0E2;
		border-right: 1px solid #DBE0E2;
	}

	.sidebar.collapse.sticky
	{
		position: fixed;
		top: 72px;
		left: 0;
		width: 100%;
		margin: 0;
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 2px 3px rgba(0,0,0,0.4);
		z-index: 50;
		border-left: none;
		border-right: none;
	}

	.sidebar.collapse.open
	{
		height: auto;
		max-height: calc(100% - 79px);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.sidebar.collapse form.search {display: inline-block; width: 70%; }
	.sidebar.collapse .expand
	{
		position: relative;
		float: right;
		display: block;
		margin-right: 10px;
		padding-right: 30px;
		line-height: 40px;
	}

	.sidebar.collapse .expand:after
	{
		content: '';
		position: absolute;
		top: 50%;
		right: 0px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-top: 10px solid #5DA9BA;
		border-right: 8px solid transparent;

		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.sidebar.collapse.open .expand:after
	{
		border-bottom: 10px solid #5DA9BA;
		border-top: none;
	}

	.sidebar h3 { clear: both; }

	footer.page
	{
		margin-top: 40px;
	}

	footer.page .tour,
	footer.page .demo
	{
		height: 250px;
		background-image: inherit;
		background-size: cover;
	}

	footer.page .demo
	{
		background: #000;
	}
}

/* Tablet and smaller Screens */
@media screen and (max-width: 699px)
{
	.video-offer .offer
	{
		padding-right: 0px;
		padding-bottom: 15px;
	}

	.video-offer .offer .cta
	{
		display: block;
		position: relative;
		top: 0;
		right: 0;
		width: 220px;
		margin: 10px auto;
		transform: none;
	}

	.tile-list li
	{
		width: calc(50% - 20px);
	}

	nav.social { float: none; margin: 0 0 10px; }
	nav.social > ul { text-align: center; }
}


/* Small Screens Only */
@media screen and (max-width: 599px)
{
	.container
	{
		padding: 0px 20px;
	}

	.page section.container
	{
		padding: 6rem 20px;
	}

	.container-left,
	.container-right
	{
		padding: 0;
	}

	.page h1 span[class^="icon-"],
	.page h1 span[class*=" icon-"]
	{
		font-size: 4rem;
	}

	.image-list .column { float: none; width: 100%; }
	.image-list .col-15 { float: left; width: 20%; }
	.image-list div.icon span { font-size: 15vw; }
	.image-list p { clear: both; }

	.pagination-list li
	{
		margin: 0;
	}

	.pagination-list li a,
	.pagination-list li span
	{
		padding: 1.2rem 0.9rem;
	}

	.pagination-list li:nth-child(10n+3),
	.pagination-list li:nth-child(10n+8),
	.pagination-list li:nth-child(10n+3).active ~ li:nth-child(10n+7),
	.pagination-list li:nth-child(10n+8).active ~ li:nth-child(10n+4)
	{
		display: none;
	}

	.pagination-list li:nth-child(10n+3).active,
	.pagination-list li:nth-child(10n+8).active,
	.pagination-list li.first,
	.pagination-list li.prev,
	.pagination-list li.next,
	.pagination-list li.last
	{
		display: inline-block;
	}

	.tile-list
	{
		list-style: none;
		vertical-align: top;
		display: block;
	}

	.tile-list li
	{
		width: 100%;
		margin: 0 0 40px 0;
	}

	footer.page
	{
		margin-top: 20px;
	}

	footer.page .tour,
	footer.page .demo
	{
		height: auto;
	}

	footer.page .tour span,
	footer.page .demo .callout span

	{
		padding: 8px 40px;
		background: #000;
	}

}


