/* Global */
html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
header > #NavWrap.top-anchor { position: relative; }
#BackToTop {
	right: 10px;
	bottom: 10px;
}
div[class^=widget] iframe { height: auto !important; }
#Custom { width: 100%; }
.gallery .galleria-stage { bottom: 0; }
.gallery .galleria-thumbnails-container { display: none; }
#Body div#slide {
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.9);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.9); 
	background: #fff;
}
#Body.reveal > nav { display: block; }
#Body.reveal div#slide {
	right: 80%;
	position: fixed;
}
#Body.reveal div#slide #content { opacity: 0.8; }
#Body.off div#slide {
	right: 0;
	/*left: 80%;*/
	position: relative;
}

/* Text */
body {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
/* ----- 12px ----- */
h6,
ul.targets-cols p, 
p.copy, 
div.headline p.long { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 14px ----- */
a.button p,
#RelTab a p,
h5,
.details ul,
.details ol,
div.headline p { 
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
h5, h6 { padding: 0 0 12px; }
/* ----- 16px ----- */
nav, 
p[class^=title],
#Portfolio ul.targets-cols p.link {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
}
div.headline p { line-height: 18px; line-height: 1.8rem; }
div[class^=gutters] { 
	padding-left: 1%; 
	padding-right: 1%; 
}
/* ----- 18px ----- */
body.page-77 div[id^=banner] h1[class^=title], 
div[id^=banner] h1[class^=title], 
h1#Big,
ul.targets-cols p[class^=title],
h4 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
h4 { padding: 0 0 14px; }
@media only screen and (max-width : 450px) {
	*[class^=targets] p[class^=title] {
		font-size: 18px; font-size: 1.8rem;
		line-height: 26px; line-height: 2.6rem;
	}
}
/* ----- 22px ----- */
h2, h3,
#Portfolio ul.targets-cols p.title {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
h2, h3 { padding: 0 0 16px; }
/* ----- 26px ----- */
h1 {
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
@media only screen and (max-width : 450px) {
	/* ----- 30px ----- */
	#TwitterWrap p.title { font-size: 30px; font-size: 3rem; }
}

/* Framework Header */
header .family-links,
div.links { display: none; }
header.hide {
	height: 75px;
	max-height: 75px; 
}
header.hide > div#NavWrap { height: 75px; }
#logo {
	width: 118px;
	height: 75px;
}
div#mSearch { 
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0 15px;
	float: none;
}
div#mSearch input[type=search] { 
	width: 80%;
	height: 40px;
	margin: 18px 0 0;
	padding: 0 10px;
	border: 0;
}
div#mSearch input[type=image] { 
	margin: 14px 0 0 0;
	width: 45px;
	height: 45px;
	float: right;
}
#mAccount {
	width: 100%;
	float: left;
	display: block;
}
#mAccount a {
	width: 50%;
	float: left;
	color: #fff;
	background: #58b7b3;
}
#mAccount a.reverse { 
	background: #00a1e1; 
	border-left: 1px solid #fff;
}
#mAccount p {
	width: 100%;
	padding: 15px 10px 16px;
	float: left;
	text-align: center;
}
#mobileNav { 
	padding: 17px 10px 0 0;
	float: right;
	display: block; 
}
#mobileNav p {
	width: 40px;
	height: 40px;
	padding: 0;
	float: left;
	cursor: pointer;
	background: #00a1e1 url(/_themes/_images/nav/mobile-button.png) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
}
#mobileNav p span { display: none; }
#Breadcrumb {
  min-height: auto;
  padding-bottom: 0;
}
#Breadcrumb ul {
	padding: 10px 2% 0;
	position: relative;
}
.reveal-logo {
	width: 100%;
	float: left;
	text-align: center;
}
.reveal-logo img {
	margin: 0 auto;
	float: none;
	display: block;
}
/* old mobile nav styles */
#NavWrap nav.off { display: none; }
#NavWrap nav.on { display: block; }
#Body > nav > ul { 
	width: 100%;
	padding: 0;
	float: left;
}
#Body > nav > ul > li {
	width: 100%;
	padding: 0;
	float: left;
	border-top: 1px solid #ccc;
}
#Body > nav > ul li a.global {
	width: 100%; 
	padding: 0;
	height: auto !important;
	color: #666;
}
#Body > nav > ul > li > div.drop {
	width: 100%;
	padding: 0 30px 10px;
	float: left;
}
#Body > nav > ul li ul,
#Body > nav > ul li ul li { 
	width: 100%;
	padding: 0; 
	float: left;
}
#Body > nav > ul li ul li a p { padding: 5px 0 15px; } 
#Body > nav > ul li ul li a:hover p, 
#Body > nav > ul li ul li a:active p, 
#Body > nav > ul li ul li a:focus p { text-decoration: underline; }
#Body > nav > ul > li a.global > p { padding: 20px 30px; }
/*nav > ul > li > div { display: none; }*/

/* Framework Footer */

@media only screen and (max-width : 500px) {
	div#Social > div { max-height: 60px; }
}
@media only screen and (max-width : 375px) {
	#MailingList div.form {
		width: 315px;
	}
}

/* Home */

/* Common page / index */
#PromoImage { 
	top: 105px;
	max-width: 50px; 
	height: auto !important;
}
#content #Section div[id^=banner] h1[class^=title] { padding: 5px 4%; }
div[class^=bar] p { padding: 8px 12px; }
*[class^=bar] select {
	max-width: 100px; 
	margin: 9px 10px 0; 
}
div.bar-head select { margin-left: 0; }
#Related *[class^=bar] { 
	width: 100%;
	float: left; 
}
#RelTab.on { display: none; }
#RelTab a {
	min-height: 35px;
	padding: 0 15px;
}
#RelTab a p { padding: 8px 0 0; }
ul.targets-cols div.scalebox { height: 125px; }
ul.targets-cols div.scalebox img { max-height: 125px; }
#Portfolio ul.targets-cols li {
  width: 100%;
}
#Portfolio ul.targets-cols li,
#Portfolio ul.targets-cols li:nth-child(3n),
#Portfolio ul.targets-cols li:nth-child(2n) {
  margin-right: 0;
}

/* Modules */
@media only screen and (max-width : 500px) {
	#MediaGallery div.thumbs > div { height: 70px; }
	div.thumbs div.block img[class$=thumb] { max-width: 60px; }
	div.thumbs div.block p.source { display: none; }
}
#BlogSearch .q-search { 
	width: 96%; 
	margin: 2%;
}
#BlogSearch div.q-search input[type=search] { width: 80%; }

/* Forms */
input[type=checkbox],
input[type=radio] { margin-top: 3px; }

/* USERS */
@media only screen and (max-width : 500px) {
	.form-box { 
		width: 100%;
		padding: 0; 
	}
	.form-wrapper input[type=submit].flex {
		font-size: 14px; font-size: 1.4rem; 
		line-height: 16px; line-height: 1.6rem;
	}
}

#instagram .item {
	width: 49.33333%;
}
#instagram .item:nth-child(1n) {
	margin-right: 1.33333%;
}
#instagram .item:nth-child(2n) {
	margin-right: 0;
}

#landing_video {
	padding-top: 85px;
	background-size: 75px 75px;
}

#landing_video_cta {
	top: 220px;
	padding: 5px;
}
#landing_video_cta > * {
	max-width: 130px;
}
#landing_video_cta .thumb .icon {
	background-size: 40px 40px;
}
#landing_video_cta img {
	margin-bottom: 4px;
}
#landing_video_cta h2,
#landing_video_cta h3 {
	font-size: 20px;
}
#landing_video_cta h4,
#landing_video_cta h5,
#landing_video_cta h6 {
	font-size: 16px;
}
#landing_video_cta p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
}

#landing_video {
	padding-left: 10px;
	padding-right: 10px;
}
#landing_video .close {
	right: 10px;
}

#landing_video .wrap {
	width: 100%;
}
