/*  
Theme Name: Inclusive Security
Theme URI: 
Description: Adaptation of Clean theme for Inclusive Security Site
Version: 0.9
Author: Matt Pusateri / Theme Trust
Author URI: http://flyingdogcreative.com


/* IIS Blues -- Official */

/*
Main Colors

Primary Blue: 	#029DC1
First Accent:	#45BAC5 (light blue)
Second Accent:	#2AD3A3 (teal)
Third Accent:   #A04097 (purple)

Additional Blues

#063E4F - Only for text on colored backgrounds
#045C7F - Dark blue
#077399 - Mid blue
#0888AF - Light blue

Neutrals

#414042 - Dark gray (body text)
#C1C1C1 - Mid gray
#F1F2F2 - Light gray
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html {height: 100%;}

body {
	line-height: 1;
	height: 100%;
}
blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

img,
video, object, embed {
	max-width: 100%;	
	height: auto;
}

/**** Video Embeds ****/

.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.videoContainer iframe,  
.videoContainer object,  
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pretty-embed {
	margin-bottom: 20px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	width:auto; 
	height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #414042;
}

p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a {	
	color: #A04097;	
}

a:hover {
	color: #A04097;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height:1.25em;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: both;
}

h1 {
	font-size: 42px;
	color: #045C7F;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 36px;
		line-height: 1.3;
	}
}

h2 {
	font-size: 20px;
	color: #045C7F;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #029DC1;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 { 
	font-size: 1em;
	font-weight: bold; 
}

sup {
	font-size: .5em;
	vertical-align: baseline;
   	position: relative;
   	top: -0.95em;
   	line-height: 0;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;	
}

blockquote {
	background: transparent url(images/quote.png) no-repeat;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], input[type="email"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(images/field_bkg.png) repeat-x;	
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}



/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

.hidden { display: none;}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;			
}

#main {
	margin: 0 auto;
	padding: 0;	
	max-width: 1000px;	
	position: relative;
}

.home #main {	
	border: none;		
}

.home.page #content {
	padding-top: 30px !important;
}

#main.full {
	background: none;
}

#sidebar {
	width: 33%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

.home #sidebar {	
	padding: 30px 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.oneFourth {
	width: 220px;	
}

.oneThird {
	width: 280px;	
}

.threeFourths {
	width: 75%;	
}

.full {
	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#header .inside{	
	margin: 0 auto;	
	position: relative;
	padding: 30px 0 30px 0;		
}

#header h1 {
	font-size: 1.5em;	
	color: #262626;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #262626 !important;	
}

/* ///////////////////////////////////////////////////////////////////// 
//  Primary Navigation
/////////////////////////////////////////////////////////////////////*/

#mainNav {
	position: relative;
    display: block;
    top: 0;
    right: 0;
    height: auto;
    clear: both;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    background: none;
    margin: 0 auto;
    max-width: 1600px;
}

#mainNav #logo {
    float: left;
    width: 196px;	
	display: block;		
	padding: 0;
}

.menu-nav-container {
    max-width: 1600px;
    position: relative;
    height: 48px;
    display: block;
    margin: 0 auto;
    width: 96%;
}

#mainNav ul#menu-nav {
    float: right;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 0;
    width: auto;
    max-width: 71%;
    display: block;
    min-height: 2em;
    z-index: 1000;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

#mainNav ul li {
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding: .25em 0 .4em;
    margin: 0 1.25em 0 0;
    font-size: 14px;
    margin-right: 1em;
    float: left;
    position: relative;
    list-style: none;
}

#mainNav ul li.donate {
    float: right;
    margin-right: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
}

#mainNav ul li.donate a {
	color: #fff!important;
	background: #A04097;
    padding: 5px 30px;
}

#mainNav ul li.donate a:hover {
	background: #414042;
}

#mainNav ul a {
    color: #077399;
    font-size: 1em;
    line-height: 24px;
    display: block;
    position: relative;
}

#mainNav ul ul {
    padding: .5em 1em .5em 1em !important;
    margin: 6px 0 0 0;
    background: #077399;
    text-align: left;
    max-width: none;
    position: absolute;
    z-index: 100;
    width: 180px;
    display: none;
}

#mainNav ul li:hover ul {
/*	display: block;*/
}

#mainNav ul ul::before {
	content: "";
	position:relative;
	float: left;
	top: -12px;
	left: 0;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #077399;
}

#mainNav ul ul li {
	display: block;
	float: none;
}

#mainNav ul ul li a {
	color: #fff;
	line-height: 1.2!important;
	padding: .5em  0;
}

#mainNav ul ul li a:hover {
	color: #fff!important;
}

/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0;
	padding: 0 0 0 0 !important;
	width: 72%;
	float: left;		
}

#content.full {
	margin: 0 0 20px 0;	
	width: 100%;							
}

#content .masonry {	
	padding: 0 0 30px 0;
}

#content.threeFourths {	
	margin: 0 2% 20px 0;	
	width: 64%;	
}

.home #content {
	padding-top: 30px !important;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #045C7F ;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}



#pageHead {		
	padding: 1em 0 0;	
	margin: 0 2em 1em;		
}

#pageHead h1 {	
	line-height: 1.25em;
	padding: 0;
	margin-bottom: 0;	
	display: block;	
}

#pageHead p {	
	margin: 0!important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;				
}

/*Posts------------------*/

#content .post, 
#content .page, 
#content #commentBox {
	margin: 0 0 0 2%;		
	width: 96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#content.threeFourths .post, 
#content.threeFourths .page, 
#content.threeFourths #commentBox {
	margin: 0 0 0 2.7027027%;		
	width: 97.29%;	
}

#content.threeFourths .posts > .post {
	padding-bottom: 1.5em;
}

#content.threeFourths .posts .post h1 {
	font-size: 30px;
}

#content .post .inside, #content .page .inside, #commentBox .inside{
	margin: 0 1em;
	padding:0 0 0 0;	
}

.search #content .post {
	min-height: 50px;		
}

.post .meta, .post .metaCat, .attachment .meta {
	margin: -5px 0 20px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;		
}

#content .post.small{	
	width: 225px;
	display: block;	
	margin: 0 0 20px 20px;	
	padding-bottom: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;		
	height: auto;	
	zoom: 1;	
}

#content .post.small img {
	margin: 0 !important;
}

#content .post .featImgLink {
	display: block;
	padding: 0 !important;
	margin: 0 !important;	
}

#content .post .featImgLink img{	
	padding: 0 !important;
	margin: 0 !important;	
}

#content .post.small a {
	margin: 0;	
}

#content .post.small .inside {	
	margin: 0 25px 0 25px;
	padding: 25px 0 0 0;
}

#content .post.small h1{
	font-size: 1em;
	line-height: 1em;
}

#content .posts {
/* 	padding: 0 0 0 1em !important; */
}

.post.small a.thumb {
	display: block;
	position: relative;
}

.lbIndicator {
	background: transparent url(images/black_alpha_50.png); 
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	display: none;
}

.lbIndicator span{
	background: transparent url(images/lightbox_icon.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

/*Infinite Scrolling------------------*/

#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0 0 0 0;	
	padding: 15px 15px 15px 40px;	
	font-size: .7em;
	font-style: none;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	background: #fff url(images/loading.gif) 15px 13px no-repeat;
}

#infscr-loading img {
	display: none;
}

.infscrBtn span{
	line-height: 35px;
}

.infscrBtn {
	margin: 0 0 30px 3%;		
	background: #faf9f9;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	width: 97%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	clear: both;
	text-align: center;	
	cursor: pointer;
	font-size: .7em;
	padding: 0;		
}

#content.threeFourths .infscrBtn {
	width: 96.62%;
}

#content.full .infscrBtn {
	width: 96%;
	margin-left: 2%;
}

.infscrBtn:hover {
	background-color: #fff;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

article .alignleft,
article img.alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

article .alignright,
article img.alignright {
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}



/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

ul{	
	margin:  0 0 1em 1em;
	list-style-type: disc;	
}

ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
}

ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

ol{	
	margin: 0 0 20px 20px;	
}

ul ul, ol ul, ul ol, ol ol {	
	padding-top: 10px;		
}

li ol,
li ul {
	margin-top: 0;
	padding-top: 0;
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow {	
	margin:  1em auto;
	position: relative;			
}

.home .slideshow {
	width: 96%;
}

#content .slideshow {	
	margin: 0;
}

#content .flex-control-nav {
	padding: 0;	
	margin: 0 !important;
	padding: 0 !important;
	bottom: -20px !important;	
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider .slides {
	margin: 0;	
}

#content .flexslider .slides li {
	display: none;
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, 
#footer a.button, 
#searchsubmit, 
input[type="submit"],
#content .button, 
#mc_embed_signup .button#mc-embedded-subscribe,
button  {		
	display: inline-block;	
	text-decoration: none;		
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 7px 15px 7px;
	border: none;
	margin: 0 3px 0 0;	
	background:#A04097;
	padding:.75em 2em;
	text-align:center;
	font-size:15px;
    color:#fff!important;
    font-weight:bold; 
    text-transform:uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    border-radius: 0;
}

a.button.center {
	max-width: 33%;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

@media screen and (max-width: 800px) {
	a.button.center {
		max-width: 75%;
	}
}

@media screen and (max-width: 600px) {
	a.button.center {
		max-width: 85%;
	}
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
	color: #fff;
}

/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;		
}

.sidebarBox.oneFourth {	
	width: 100%;
}

.sidebarBox h3{	
	font-size: .8em;	
	font-weight: bold;	
	line-height:1.2em;
}

#sidebar p {	
	margin-bottom: 12px;
	color: #909090;
}

#sidebar a {	
	color: #747373;
}

#sidebar a:hover {	
	color: #8a8989;
}

#sidebar li {
	font-size: .75em;
	color: #909090;
	list-style: none;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;	
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul, .homeWidgets ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
	font-size: 1em!important;
	list-style-type: none;
}

#sidebar ul li, #footer ul li, .homeWidgets ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}



/*Search------------------*/

.widget_search {	
	display: inline-block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px 10px 7px 10px !important;
	line-height: normal!important;	
	width: 39%;
	color: #9a9a9a;
	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	font-size: 13px !important;
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
	padding-top: 3px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;		
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #e3e3e3;
}

#footer .widget_tag_cloud a{
	background: #e5e5e5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}


/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}


/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;		
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .75em;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .75em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 97%;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 0 3%;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	color: #a2a2a2;	
	background: #f1f2f2;
	padding-top: 1.5em;
}

#footer a {
	color: #797979;	
}

#footer a:hover {
	color: #5b5b5b;	
}

#footer .inside {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 30px;			
}

#footer .secondary {	
	margin: 0 2% 0 2%;
	padding-top: 30px;
	border-top: 1px solid #dddddd;			
}

#footer .secondary .left {
	float: left;		
}

#footer .secondary .right {
	float: right;			
}


body {
	background-color: #fff; color: #333;
}

.home #main {width:100%; max-width:100%} /* this helps the "splash" run from edge to edge */
.slideshow {max-width:960px; display:block;}


input[type="text"], #sidebar textarea, input[type="email"] {
	border: 1px solid #ccc;
	width:100%;
	margin-bottom:1em
	}

#sidebar input[type="text"] {
	width:95.3333333333333333%;
	padding-left:2%;
	padding-right:2%;
}

#footer .inside {
	padding: 0;			
}

#footer .secondary {	
	padding-top: 0;
	border-top: 0	
}

#header .inside{	
	margin: 0 auto;	
	position: relative;
	padding:0;		
}

.nobreak {
	display: inline-block;
}

#content ul,
.article-core ul,
#content ol,
.article-core ol {
	margin: 1em 2em;
}

#content ul li,
#content ol li,
#content ul ul li,
#content ol ul li,
#content ul ol li,
#content ol ol li  {
	line-height:1.7em;
	margin:1em 0;
}

#content ul ul,
#content ul ol {
	margin-top:0; 
	padding-top:0;
}

#content ul.no-bullets {
	list-style-type: none;
	margin: 0;
}

#content ul.no-bullets li {
	line-height: 1.2;
}

.inside h3 {
	margin:1em 0 .5em;
	font-size:1em;
}

.pitch-container {
    max-width:100%; 
    margin:0 auto;
    display:block; 
    overflow:hidden; 
    background:#029DC1;
    position:relative;
    }
    
.pitch {
	max-width:960px;
	padding:2.5em 2% 2em;
	overflow:hidden; 
	margin:0 auto; 
	color:#fff; 
}
.pitch p {font-size:1.1em;line-height:1.6em;margin:0;}
.pitch a {color:#fff;}

.pitch .us_wrapper {width:auto;display:inline-block;}
.pitch div.us_shortcode {width:200px;clear:none;}

.split {width:47%; display:block;}
.clear {
	display:block;
	overflow:hidden;
	clear:both;
}
.clear.break {
	padding: .5em 0;
}
@media screen and (max-width: 600px) {
	.clear.break {
		padding: 0;
	}
}
.half {width:50%;}

.sub-pitch {width:100%;overflow:hidden;}
.third {width:31%;margin-right:2%; }
.two-thirds {width:64%}
.last {margin-right:0;}

.sub-pitch h3 {text-align:center;color:#184E82; font-size:1.7em;font-weight:normal; padding-bottom:.5em;}
.sub-pitch p {text-align:left;font-size:1em; line-height:1.4em; color:#333}
.sub-pitch li {font-size:1em; line-height:1.3em; color:#333}
.sub-pitch p span {font-size:2em;font-weight:bold;color:#666; display:inline-block; vertical-align: middle;}

.right {float:right}
.left {float:left}



.us_wrapper,
.us_share_buttons,
.us_tal us_skin_default,
.us_shortcode,
.us_box,
.us_facebook,
.us_button {
	display:inline-block;
	max-width:200px;
	}

.pitch .us_button {margin-top:1em;}	

.signup {
	padding: 1em 1em .5em;
	margin-top:.4em;
	background:#ccc;
	color:#fff;
	background: rgba(255,255,255,.2); 
}
    
#sidebar .signup {padding:0}    

.blog-post-signup .signup {
	padding:0;
	}

    @media screen and (max-width:600px) {
   .blog-post-signup {
     display:none;
     } 
	}


#email-signup {width:100%; overflow:hidden;}
#email-signup .email {width:60%; float:left; color:#666;}
#email-signup .button {
	float:right;
	display:block;
	padding:.5em 1em;
	text-decoration:none;
	text-align:center;
	font-size:.85em;
    height:40px;
	font-weight:bold;
	width:30%;
	}
	
#sidebar #email-signup .email {width:100%; float:none; margin:0 auto 1em;  }
#sidebar #email-signup .button {width:100%;float:none; margin:0 auto; font-size:.9em;}
	
.signup h4 {text-transform:uppercase;font-size:1em;padding:0 0 .5em 0; margin:0; font-weight:bold;}

.tw-envelope, .fb-envelope {display:inline-block; height:20px;}
.tw-envelope iframe {
	vertical-align:top !important; 
	height:20px !important;
	position:relative;
	top:7px;
	}
.fb-envelope iframe {
	vertical-align:top !important; 
	height:20px !important;
	position:relative;left:-1em; 
	}

#header ul.social-top {display:block; list-style:none;text-align:right; margin-right:2%;float:right; overflow:hidden;}


.social-top li {display:inline-block; margin-left:1em;padding-top:2px;}
.social-top li:hover {
	position:relative; 
	top:-2px;
	opacity: 0.5;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 50);
/*-ms-filter must come before filter*/
	filter: alpha(opacity = 50);
	}

.widget_search {	
	display: block;
	width:20%;
	float:right;
	clear:right;
	margin-top:1em;
}
#searchform {width:15%; float:right;clear:right;margin:1em 1.5em 0 0; }
#s  {clear:both;overflow:hidden; width:90%; }


	

/*  FOOTER STUFF */

		#footer {
		display:block;
		overflow:hidden;
		}

		.mega-footer {
			display:block;
			overflow:hidden;
			width:100%;
			background:none; 
			font-size:.9em; 
			color:#666;
			}
			
		.mega-footer .quarter {display:block;width:23%; float:left; text-align:left; margin-right:1%}
		.mega-footer .third {display:block;width:31%; float:left; text-align:left;}
		
		.mega-footer p {padding:0 0 1em; margin:0; line-height:1.5em}
		
		.mega-footer h4 {
				font-weight:normal; padding:0 0 1em; font-size:1.1em; font-weight:bold; text-align:left;margin:0;color:#029DC1;
				}
		
		.mega-footer h5 {padding:0 ;font-weight:bold; color:#666;}
		
		.mega-footer ul {padding:1em 0 0 0;} 
		.mega-footer ul li  {padding:0;margin:0;line-height:1.5em}
		.mega-footer ul li a, .mega-footer p a {color:#029DC1 !important}
		
		.mega-footer ul li a {
			margin:0;
			font-size:.9em; 
			font-weight:normal; 
			line-height:100%; 
			display:inline-block; 
			padding:0; 
			margin:0;
			clear:none; 
			}
		
		.mega-footer #email-signup .button {font-size:1em;	padding:.5em  0;}
		
		#footer .mega-footer ul.connect-list  {display:block; width:100%; padding-top:0;margin:0;}
        .mega-footer .connect-list li  {display:block;border:0;  padding:0;float:left;}
        .mega-footer .connect-list li  a{display:block;padding-right:1em;}
		.core-footer {display:block;margin:0 auto 1em; padding:2em 1em 0; overflow:hidden;}
		
		.half-fit {width:50%;margin-left:.5em;height:auto;}	
		
		.footer-stretch {
			display:block;
			color:#fff;
			width:100%;
			margin:0 auto;
        	background:#029DC1;
        	padding:.5em 0;
		}
			
		.footer-stretch p {
				margin:0 auto;
				max-width:1000px;
			    display:block;
			    text-align:center;
				}	
			
/* Region Page Stuff */
.region-splash img {
	margin:0 0 1em 2em;
	max-width:970px;
	width:100%;
	height:auto;
	}
 
 .region {padding:0 0 0 2em;}
 .region h3 {font-weight:normal; font-size:1.5em;padding:0 0 .5em 0; margin:0; }
 .region p, .region ul li {line-height:1.5em; font-size:.9em;}
 
#sidebar p, #sidebar ul li {font-size:.9em;line-height:1.5em; color:#333;}
.at-a-glance {
	margin-bottom:2em;


}

#sidebar .at-a-glance p {margin-bottom:1.5em; display:block;}	
.at-a-glance p span {text-transform:uppercase; font-weight:bold; color:#688c50}	
	
	
	
#content .post .inside, #content .page .inside, #commentBox, #sidebar .widgetBox h3 {line-height:1.33em;}

.sidebox {
	margin-bottom:2em;
}

.sidebox h5 {
	color: #666;
	margin-bottom: .35em;
}

#sidebar a {color: #045C7F;}
#sidebar a:hover {color: #045C7F ;}
 #sidebar .widgetBox h3 {font-size:1em; font-weight:normal;}
 #sidebar .widgetBox h3 a {color:#333;}
 #sidebar .widgetBox ul li {font-size:.8em;}
 
#sidebar .rsswidget img {display:none;}


.picright, .vidright {float:right;margin-top:.25em;padding:0 0 .5em 1em;}
.picleft, .vidleft {float:left;margin-top:.25em;padding:0 1em .5em 0;}

.centered-tools {width:50%;margin:1em auto;}

.breadcrumb {font-size:.9em;margin:1em 0 }


/* More Home Page Stuff */
hr {
	height:0px;
	border-top:1px dotted #C1C1C1;
	margin:1em 0;
	clear:both;
	overflow:hidden;
}

h3.wideheader {
	text-align:left;
	font-size:1.7em;
	font-weight:normal; 
	padding:0.5em 0 .5em 0; 
	margin-top:1.5em;
	border-top:1px dotted #045C7F; 
	color:#184E82;
	}

.top-three {
	display:block;
	max-width:1000px;
	margin:0 auto;
	padding:0 0 0 2em;
}
.top-three h3 {display:block;overflow:hidden;font-size:1.6em;}
.top-three p {font-weight:normal;text-align:left}
.top-three a {
	font-weight:bold;
	color: #029Dc1;
}

.top-three a:hover {
	text-decoration: none!important;
	color: #029Dc1!important;
}
.top-three img,
.top-three .img {
	margin-bottom:1em; 
	width:100%;
	height:auto;
}

.big-fact {}
.big-fact .fact {
	width:40%; 
	float:left;
	line-height:100%;
	padding-right:1em;
	font-size:4em;
	font-weight:bold;
	color:#999;    
	}
	
.big-fact .explainer {
	margin-left:45%;
	font-size:1em;
		}


.quick-ideas p {font-size:1em;}
.quick-ideas img {margin-bottom:1em; }

.quick-facts p {font-size:1em;text-align:center; font-weight:bold; padding-top:.5em;}
.quick-facts span {
	font-size:4em;
	font-weight:bold;
	color:#999;    
	display:block;
	width:100%;
	padding-bottom:.5em;
	}


.mini-facts .oneFourth {
	width:172px; 
	margin-right:20px; 
	padding:1.5em 20px; 
	background:#eee; 
	min-height:18em;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    }
.mini-facts p {font-size:.9em;text-align:left; font-weight:normal; padding:.5em 0 0 0;}
.mini-facts .last {margin-right:0}

.mini-facts span {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:#999;
	display:block;
	width:100%;
	padding-bottom:0;
	}
	
.blogbox {
	margin-top:2em;
	padding:1.5em 1em; 
	background:#fff; 
	-webkit-border-radius: 6px;
    border-radius: 6px;
}	

.blogbox h3 {padding-bottom:1em;}

.blogbox a {font-weight:bold;}
	
.alert {padding:1em 2em; font-size:.9em;background-color:#f1e693;}
.alert h3 {font-size:1.1em;font-weight:normal; padding:0; margin:0; text-align:center}
.alert h3 a {color:#000; font-weight:bold;}

#sidebar a{	
	color: #077399;
}

.inside a:hover, #sidebar a:hover {
	color: #414042  !important; 
	text-decoration:none;	
}

.inside p.meta {
	font-style:italic;
	color:#C1C1C1;
}

.press-item {margin:1em 0 0 0;}
.press-item h4 {margin:0 0 .5em 0; font-style:italic; line-height:1.25em}
.press-item p {margin:0;}

p.more {margin:1em 0 2em; font-weight:bold;font-style:italic;}

.press-featured {display:block;background:#eee; padding:0 1em 1em;margin-bottom;1em;overflow:hidden;}
.press-featured .videoContainer iframe {float:right;width:50%;height:auto;margin:0 0 0 1em;}


aside {
  display:block;
  width:40%;
  float:right;
  font-size:1.6em;
  margin:0 0 .5em .5em;
  line-height:1.8;
  color:#045C7F;
  text-align:right;
  }
  
aside.longer {
  display:block;
  width:94%;
  float:none;
  font-size:1.25em;
  margin:1em 0;
  line-height:1.5em;
  color:#029DC1;
  text-align:center;
  padding:1em 3% 1em;
  border-top:1px dotted #029DC1;
  border-bottom:1px dotted #029DC1;	
  }

aside span, 
aside.longer span {
    font-size:70%;
    display:block;
    font-style:italic;
    color:#333;
    margin:1.5em 0 0;
    line-height:1.5em;
}


aside.longer span {
    margin:1.5em 10% 0;
}


.sharebar {
	display:block;
    margin:0 0 1em 2em;
	width:96%;
    }

.sharebar a {margin-right:1em}

#content ul.short-list {margin:0 0 1em 0;	list-style-type:none;}

ul.short-list li {
	display:inline-block; 
	padding-right:.75em;
	font-size:.75em;
	font-weight:bold;
	color:#666;
  }

ul.short-list li a{
	display:inline-block;
	padding:.25em 1em;
	background:rgba(58,122,157,.2);
	    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
  }

#content ul.short-list li a:hover {background:rgba(58,122,157,.33); text-decoration:none;}

.posts.no-masonry {
	transform: translate3d(0px, 0px, -100px);
	transform-style: flat!important;
}

.publication-item {
	display:block;
	margin-bottom:1.5em;
	overflow:hidden;
	padding-left:0;
	margin-left:2em;
	}

/* Publication Item Spacing Hack =( */
/* Repairs masonry layout problems and allows more flexible spacing before and after publication previews. */
.publication-item::before, .publication-item::after {
	content: "";
	height:.65em;
	display: block;
}
.publication-previews {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.publication-previews .publication, .tax-topic .post {
	margin-bottom: -10px!important;
}

/* End Hack */

.press-mentions .inside {
	margin-left:0!important;
}
.publication-item a.title:hover {
	text-decoration: none!important;
	border-bottom: 1px solid #045C7F;
}
.publication-previews .publication-item {margin-left:0}	
	
	
.publication-item .thumbnail {float:right;margin:.0 0 .5em 1em;border:1px solid #ccc; width:20%;height:auto}	
.publication-item .solo-thumbnail{float:right;margin:.5em 0 1.5em 1em;border:1px solid #ccc;}	

.publication-item h1 {display:block;margin-bottom:.5em;}

.publication-item h3 {display:inline;font-weight:bold;}

.publication-item p {margin:0;}
.publication-item .authors {padding:.5em 0 0; color:#333}
.single-publication .publication-item .authors {
	font-weight: bold;
	font-style: italic;
	font-size: .8em;
}
.publication-item .missing {padding:.5em 0 0; color:#600; text-transform: uppercase }
.publication-item .date {padding:0; color:#333}
.single-publication .publication-item .date {
	font-weight: bold;
	font-size: .8em;
	margin-bottom: 1em;
}
.publication-item .region {padding: 0;}
.publication-item .topic a {padding:0 0 .25em;}
a.publication-link {
    padding: 10px 25px 9px 37px;
    display: inline-block;
    background: #A04097 url(images/icons/pdf.png) no-repeat;
    color: #fff;
    background-size: 16px;
    background-position: 10px 9px;
    margin-bottom: 1.75em;
 	
}

a.publication-link:hover {
	color: #f1f1f1!important;
}

a.publication-link:first-child {
	margin-right:1em;
}

a.bottom-publication-link {
	padding: 15px 0;
	display: block;
}

a.publication-link {font-size:.8em;}

h6.report-tag a {
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* Publication Drop-down Menus */

.publication-previews {
	transform-style: preserve-3d!important;
	-webkit-transform-style: preserve-3d!important;
	-moz-transform-style: preserve-3d!important;
	-ms-transform-style: preserve-3d!important;
}

ul.publication-selectors {
	margin: 0!important;
	padding-left:2em;
	transform-style: preserve-3d!important;
	-webkit-transform-style: preserve-3d!important;
	-moz-transform-style: preserve-3d!important;
	-ms-transform-style: preserve-3d!important;
	transform: translate3d(0px, 0px, 88px);
	position:relative;
	z-index: 800;
}

@media screen and (max-width: 600px) {
	ul.publication-selectors {
		padding-left: 2%;
	}
}

ul.publication-selectors>li {
	list-style-type: none;
	display: inline-block;
	margin-right:14px!important;
}

ul.publication-selectors>li:last-child {
	margin-right: 0!important;
}

ul.publication-selectors a.drop-down {
	background: #f1f1f1;
	padding: 6px 1em;
	color: #666;
	border-radius: 5px;
	font-size: 1.1em;
	position: relative;
	width: 175px;
	display: inline-block;
	overflow:hidden;
}

ul.publication-selectors a.drop-down:hover {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

ul.publication-selectors a.drop-down::after {
	background: #e1e1e1 url(images/icons/caret-down.png) no-repeat;
	background-size: 17px;
	background-position: center center;
	content: "";
	display: inline-block;
	text-align: center;
	padding: 20px 20px;
	/*border-radius: 0 5px 5px 0;*/
	color: #000;
	position:absolute;
	bottom: 0;
	right: 0; 
}

ul.publication-selectors li.active a.drop-down::after {
	background: #e1e1e1 url(images/icons/caret.png) no-repeat;
	background-size: 17px;
	background-position: center center;
}

ul.publication-selectors>li>ul.sub-menu {
	display: none;
	margin: 1px 0 0 0!important;
	-webkit-padding-start:0;
	border-radius: 0 5px 5px 5px;
	overflow:hidden;
	position: absolute;
	top: 53px;
	z-index: 1000;
}

@media screen and (max-width: 450px) {
	ul.publication-selectors>li>ul.sub-menu {
		left: 2%;
		width:100%;
	}
}

ul.publication-selectors>li>ul.sub-menu li {
	list-style-type: none;
	margin: 0!important;
	color: #045C7F;
	font-size: 1.05em!important;
  	padding: .5em 1.15em;
	font-weight: bold;
	background: #f1f2f2;
}

ul.publication-selectors>li>ul.sub-menu li:hover {
	background: #c1c1c1;
}

ul.publication-selectors>li>ul.sub-menu li a {
	color: #045C7F;
}

ul.publication-selectors>li>ul.sub-menu li a:hover {
	text-decoration: none;
}

ul.publication-selectors>li>ul.sub-menu li:first-child {
	padding-top: 1em;
}

ul.publication-selectors>li>ul.sub-menu li:last-child {
	padding-bottom: 1em;
}

ul.publication-selectors>li.active>ul.sub-menu {
	display: block;
}

/******************/
/*  Network Bios  */
/******************/

.post-type-archive-network-bio .breadbox {
	display: none;
}

.post-type-archive-network-bio .banner {
	margin-bottom: 1.5em;
}

.post-type-archive-network-bio #main {
	width: 100%;
	max-width: 100%;
}

.post-type-archive-network-bio .container {
	max-width: 1000px;
	margin: 0 auto;
}

.post-type-archive-network-bio .container .post {
	margin: 0!important;
	width: 100%!important;
}

.post-type-archive-network-bio .container #pageHead{
	margin: 0 auto;
	padding: 1em;
}

.posts .post.network-bio {
	padding-bottom: 2em;
}

.network-bio img {
	float: right;
	margin: .3em 0 0 1em;
	max-width: 150px;
}

@media screen and (max-width: 500px) {
	.network-bio img {
		max-width: 33%;
	}
}

@media screen and (max-width: 350px) {
	.network-bio img {
		max-width: 100%;
		float: none;
		margin : 1em 0;
	}
}

.single .network-bio {
	margin-left: 1em;
}

ul.bio-summary {
	margin: 0 0 1em 0!important;
	padding:0;
}

ul.bio-summary li {
	list-style:none;
	margin: 0 0 .5em 0!important;
	line-height: 1.3!important;
}

.obituary-box {
    border-width: 1px;
    border-color: #c1c1c1;
    border-style: solid;
    padding: 3px;
    background-color: #f1f2f2;
    margin-bottom: 1em;
    font-style: italic;
}

.obituary-box p {
	margin: 0;
	padding: 1em;
}

/******************/
/*     Facets     */
/******************/

.facetwp-facet {
	margin-bottom: 30px!important;
    font-size: .95em;
    color: #666;
}

.facetwp-type-search {
	margin-top: .5em;
	margin-bottom: .25em!important;
}

.sidebox.network-search {
	margin-bottom: 0;
}

.facetwp-checkbox {
	margin-bottom: 8px!important;
	line-height: 1.2;
}

.facetwp-counter {
	font-size: .85em;
	color: #ccc;
}

.facetwp-pager {
	text-align: center;
	margin-top: 1em;
}

select.facetwp-sort-select {
	margin: 0 1em 1em 1.25em;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fafafa;
    padding: 10px;
    color: #6a6a6a;
    border: 1px solid #ddd;
    background: #fafafa;
}

.fwp-load-more {
	display: block;
	margin: 0 auto 1.5em auto;
}

/* Mobile Filter Pane */

button.filter-toggle {
	display: none;
}

button.filter-toggle#openToggle {
    position: absolute;
    right: 2em;
    margin-top: -52px;
    color: #6a6a6a!important;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 500;
    text-transform: none;
    font-size: .95em;
    letter-spacing: 0;
}

@media screen and (max-width: 600px) {

	button.filter-toggle {
		display: inline-block;
	}

	.sidebox.network-search {
		position: absolute;
	    top: 0;
	    box-sizing: border-box;
	    width: 89%;
	}

	.sidebox.filters {
		position: fixed;
		top: 42px;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1.5em 1.5em 2em;
		background: #F1F2F2;
		border: 1px solid #c1c1c1;
		margin: 0;
		box-sizing: border-box;
		display: none;
		overflow: scroll;
		z-index:20;
	}
}


.or {
	width:100%;
	margin:2em 0 0 0; 
	padding:0; 
	border-top:1px dotted #045C7F; 
	text-align:center;
}

.or span {inline-block:center;background:#fff;padding:0 1em; margin:0 auto; font-style:italic; font-weight:bold;position:relative;top:-1em;}
.tight {margin:0.5em auto 0;  width:80%;}
.geography h4 span {font-style:italic;float:right;display:inline-block;width:50%;font-size:.8em; text-align:center;color:#b34238} 



p.small-form {font-size:.75em;margin:0;}

.geography {padding-bottom:1em; display:block; overflow:hidden}

#content .results ul {margin:0;}
#content .results ul li {list-style:none;margin:0 0 .25em 0}
#content .results .post {margin-bottom:0;}


/* Story/Interior Headers */

#content h3.divider {font-size:1.25em; border-bottom:1px dotted #999;padding-bottom:.25em;margin-bottom:.5em}

#content h1.clear,
#content h2.clear,
#content h3.clear,
#content h4.clear,
#content h5.clear,
#content h6.clear {clear:right;display:block}

h2.centered {text-align:center; font-size:1.8em;}

/* Sidebar headers */
#sidebar h3 {font-size:1.25em; border-bottom:1px dotted #999;padding-bottom:.25em}
#sidebar h3, #sidebar h4 {color:#333; margin-bottom:.5em}

/* Wordpress Inline Image Styling Help */
.alignright img{float:right; margin-bottom:.25em}
.alignnone img, .alignleft img {float:left;margin-bottom:.5em}

p.wp-caption-text {font-size:.8em; font-style:italic}
.alignright p.wp-caption-text {padding-left:10px}
.alignnone p.wp-caption-text, alignleft p.wp-caption-text {text-align:left; padding-right:10px}
#content .alignright, #content img.alignright {float:right;padding:0 0 .5em .5em; }

/* Adds responsive captions */
.wp-caption {
	max-width: 100% !important;
}

.wp-caption.alignnone,
.wp-caption.aligncenter, 
.wp-caption.alignnone img,
.wp-caption.aligncenter img {
	width:100%!important;
}

.callout {
	background:#F1F2F2;
	border: 1px solid #C1C1C1;
	padding:1em 1.25em .5em;
	margin-bottom:1em;
}
		
#sidebar h4 {font-size:1.2em;}			

.about-top {background:#029DC1; padding:0; color:#fff;}
.about-top .flexslider {margin:0;}
.about-top .flex-control-nav, .about-top .flex-direction-nav {display:none;}
.about-top  #email-signup .button {
			float:right;
			width:28%;
			background-color:#999;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			display:inline-block;
			color:#333;
			font-weight:normal;
			padding:.5em  0;
			text-decoration:none;
			text-align:center;
			font-size:.7em;
			font-weight:bold;
			margin:.5em 0 1em;
			}
.about-top ul.slides {margin:0;padding:0}
.about-top .right {margin:1em 1em 0 0; display:inline-block;height:0;}
#content .about-top ul li {margin:0}


.about-blurbs {display:block;margin-top:2em;overflow:hidden;}
.about-blurbs .third {width:30%;margin-right:5%; display:block}
.about-blurbs .last {margin-right:0}

.about-blurbs p, #content .about-blurbs li {font-size:.8em;}
#content .about-blurbs ul  {margin-left:2em}

div.third-box {
	display:block;
	/* width:31.25%;    /* 200 / 640 = 0.3125 */
	width:11em;
	height:14em;
	margin:0  1em 1em 0; 
	padding:0; 
	background:#f0f0f0; 
	-webkit-border-radius: 6px;
    border-radius: 6px;
    float:left;
	}

div.third-box a {font-weight:bold; display:inline-block;}
div.third-box a:hover {color:#045C7F}
div.third-box p {padding:0 1em 1em; line-height:1.5em}
#content div.third-box h4 {margin-bottom:0; padding:1em 1em .5em; }

h1.big-centered {text-align:center;font-size:3em;font-weight:500; margin:1em auto  .25em;color:#045C7F;}
#content h2.centered {font-size:2.5em}
#content .unpadded h3 {margin-top:-.25em}
.wpcf7-submit {background:#A04097}

.mc-field-group span {color:#c60; font-size:100%;}
.mc-field-group br {padding:0;margin:0;height:0;display:none;}
.mc-field-group label {display:block;margin:1em 0 0;}


.breadbox {
	padding: 1em 0;
	margin: 0 2em;
}
@media screen and (max-width: 600px) {
	.breadbox {
		display: none;
	}
}
.breadcrumbs {font-size:.9em; line-height:1.25em}
.breadcrumbs a {color:#999;}
.breadcrumbs a:hover {color:#3A709D;}


img.top-logo-fit {width:100%;height:auto;}


/* ----------------------
   Blog Styling 
-----------------------*/

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {margin-right:.5em; }

#pageHead h1.blogheader {color:#666;}
#pageHead h1.blogheader em {color:#3A709D;}
h1.blogheader:after {content: "";margin:.25em 0 1em;height:10px;width:100%; background:url(images/graphic-linebig.png);repeat-y; clear:both;display:block;}

h5.blogsubheader {font-style:italic; margin-top:.5em;}

.post .meta {margin: 0 0 1em 0}

.meta .bullet {
	margin: 0 1em 0 .5em;
}

#content .post .inside h1 {
	margin-bottom: .25em;
}		

.inline-photo {
	float:right;
	margin:0 0 1em 1em;
	}
	
.inline-photo p.caption {
	font-style:italic;
	font-weight:bold;
	font-size:.8em;
	margin:.5em 0 0 0;
	}	
	
	#content .post p.caption {
    font-style:italic;
/* 	font-weight:bold; */
	font-size:.75em;
	margin:.5em 0 1.5em 0;
	}

.author-extra {
	display:block;
	padding:1em 0 .5em;
	overflow:hidden;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin:2em 0 1em;
	font-style:italic;
	}
	
	.author-extra img {
		float:left;
		margin:.25em 0 0 0;
		padding:0 1em .5em 0;
		}

/* for archive */

.archive #content .post > .post {
	margin:0;
}

.archive.tax-places .meta .term-list {
	display: none;
}

#content .post.small{	
	width: 95%;
	display: block;	
	margin: 0 0 1em 1em;	
	padding-bottom: 0px;
	float: none;
	position: relative;
	overflow: hidden;
	display: block;		
	height: auto;	
	zoom: 1;	
	}

#content .post.small h2 a:hover {color:#3A709D;text-decoration:underline}	
	
	
#content .post.small .excerpt p {
	margin:.5em 0 1em;
	font-size:1em;
	display:inline;
	}	

#content .post.small .moreLink span {
	margin:0;
	padding:0;
	font-weight:bold;
	}	
	
.meta {color:#333;}	

.post-tease {font-size:1em;}

p.post-byline{margin-bottom:.5em;}

.post-author{text-transform:uppercase}

.post-timestamp{}	

.post-more {font-weight:bold;}

.more-link {
    font-weight:bold;
    font-style:italic;
    margin:.5em 0;
    display:inline-block;    
    }   

#content .postThumb {
	margin:.25em 0 1em 1em;
	float:right;
	}


/* Hide the FB comment pop-up */

.addthis-holder {
    overflow:hidden;
    display:inline-block;
    position:relative;
    width:30%;
    }



/* Fixes to the about us sign up form */

#mc_embed_signup { 
	clear:left;
	font-size:.9em;
	padding:0;margin:0
}

#mc_embed_signup form {
    padding:0 !important;
    margin:1em 0 0 0;
    }    
#mc_embed_signup .mc-field-group {padding-bottom:0 !important;}    
.mc-field-group span {color:#c60; font-size:100%;}
.mc-field-group br {padding:0;margin:0;height:0;display:none;}
.mc-field-group label {display:block;margin:0;}    
 
/* Fix for mis-aligned search results */

.results {margin-left:1em}   


/* An inline photo box */
.photo-box {
    display:block;
    overflow:hidden;
    float:right;
    margin:0 0 1em 1em;
    }
    
.photo-box p.caption {
    font-style:italic;
    font-size:.9em;
    margin:0;
    }    
    
/* Case study */

.case-study {
   display:block;
   overflow:hidden;
   float:right;
   width:90%;
   padding:1em 5%;
   margin:1em 0;
   border-top:2px solid #ddd;
   border-bottom:2px solid #ddd;
   background:#eee;
   }
   
.case-study h4 {text-transform:uppercase}   


/* Hacky fix for odd rogue page */
#content a.w-hover:hover {color:#fff !important}

/* Home blog feed */

.home-blog {
    display:block;
    padding:0;
    max-width:960px;    
    margin:2em auto;
    }
    
.home-post {
    display:block;
    width:23%;
    margin-right:2.66666666666667%;
    float:left;
    }    

    	.home-post:nth-of-type(4n){margin-right:0}
    
.home-post img {
    width:100%;
    height:auto;
    margin:.25em 0 .75em;
    display:block;
    float:none;
    border: 1px solid #EFEDE6;
    }
    
.home-blog p {
    line-height:1.4em;
    font-size:.9em;
    padding:0;
    margin:0;
}   


.home-blog h2 {
	margin:0 0 .5em;
	padding:0 0 .25em;
	border-bottom:1px dotted #3A709D;
}

.home-blog h4 {
    font-weight: normal;
    margin:0 0 .25em 0;
    font-weight: bold;
    line-height: 1.3;
} 

.home-blog h4 a {
	color: #029Dc1;
}

/* Event Landing Pages */

img.event-banner {
	width: 101%!important; 
	max-width: 930px!important; 
	margin-left: -4px!important; 
	margin-top: -50px; 
	position: relative; 
	z-index: 10;
}
.event-sidebar {
	float: right; 
	max-width: 275px;
	width: 30%;
	min-width: 200px;
}

.event-content {
	max-width: 650px;
	width: 65%;
	font-size: 1rem; 
	line-height:1.75;
	float: left;
}
.event-sidebar .signup {
	margin-top: 1.5em;
}

.event-sidebar .signup p {
	display: none;
}
.event-sidebar .signup br {
	display: none;
}
.event-sidebar .signup #email-signup .email {
	width: 89%;
	float: none;
}

.event-sidebar .signup #email-signup .button {
	float: none;
	width: 50%;
}

.event-navigation {
	background: none repeat scroll 0 0 #F2F2F2; 
	border-radius: 6px 6px 6px 6px; 
	display: block; 
	font-size: 1em; 
	margin: 0; 
}

.event-navigation ul {
	list-style: none!important; 
	margin: 0!important;
	padding: .5em 0;
}

.event-navigation ul li {
	margin: 0!important;
}

.event-navigation ul li a {
	display: block;
	padding: .5em 1.25em;
}

.event-navigation ul li a:hover {
	text-decoration: none;
	color: #fff!important;
	background: #3A709D;
}

@media (max-width: 650px) {
	.event-sidebar {
		float: none; 
		width: 100%;
		max-width: 100%;
		margin-bottom: 2em;
		clear: both;
	}
	.event-content {
		width: 100%;
		max-width: 100%
		float: none;
		clear: both;
	}
	.event-sidebar .signup {
		background: rgba(31,59,8,1);
	}
}

/* Quizzes */
ul.answers {
	padding-top: 0!important;
}

ol.questions {
	margin: 0!important;
} 

ul.responses {
	margin-top: 0!important;
	padding-top: 0!important;
}

ul.responses .incorrect, 
ul.responses .correct {
	font-weight: bold!important;
	font-size: 1rem!important;
}

ul.responses .incorrect {
	color: red!important;
}

ul.responses .correct {
	color: green!important;
}

h2.quizName {
	display: none!important;
}

.slickQuizWrapper #fsb-social-bar {
	display: none!important;
}

.quizShare::before {
	content: "Share your score:";
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.4em;
	display: block;
}

/* Colloquium */

a.colloquium-donation {
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #3A709D;
	padding: 12px;
	margin-top: 1em;
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: 1.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #3A709D;
}

a.colloquium-donation:hover {
	color: #3A709D;
	background: #F2F2F2;
	text-decoration: none;
}

ol.headlines li {
	font-size:1.25em!important;
}

ol.headlines li p {
	font-size: .95rem!important;
}

/* Landing Page w/Form */

.sidebar-form {
	width: 35%; 
	float: right;
	background: #f1f1f1;
	padding: 1.5em 0 0 1.5em;
	box-sizing: border-box;
}

.fb-landing-page-content {
	width: 60%; 
	float: left;
}

@media screen and (max-width: 625px) {
	.fb-landing-page-content, .sidebar-form {
		width: 100%; 
		float: left;
		clear: both;
	}
}

/* Embedded Tweets */

.twitter-tweet-rendered {
	margin: 1em auto!important;
}

/* Fixing responsive left/right-aligned images */

@media screen and (max-width: 650px) {
	img.alignright,img.alignleft, a.thumb img {
		width: 100%!important;
		margin-left: 0;
		margin-right: 0;
	} 
}

/*  HERO box area for home page redesign */

#hero-box {
    width:100%;
    display:block;
    margin:0;
    padding:0;
    position: relative;
}
    
 .inner-hero {
    display:block;
    width:100%;
    position:relative;
}   
       
.inner-hero img {
	width:100%;
	height:auto;
}

.inner-hero::after {
	content: "";
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero-header {
    display:block;
    padding:0 5% 2.5em;
    background:rgba(0,0,0,0);
    text-align:center;
    color:#fff;
    bottom: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
}        
     
.hero-header h1 {
    margin:.5em 0 0 0;  
    padding:0;
} 
    
.hero-header h2 {
    font-family:Georgia, "Times New Roman", serif;
    font-weight:500;
    margin:0 0 1em 0;  
    font-size:1.3em;
}    

.hero-header h1,
.hero-header h2 {
	color: #fff;
}
    
@media screen and (max-width:650px) {
	.inner-hero {
    	margin-top:0;
    }     

    .hero-header {
    	position: relative;
    	background: #029DC1;
    	padding-top: 2em;
    }
    
    .hero-header h1 {
    	font-size:1.6em;
    	margin-top:.25em;
    } 
    
    .hero-header h2 {
    	font-size:1.1em
    }    
    
    #header .inside {
    	padding:0 !important
    }
   
    .hero-header a.button {
		font-size:.8em;
    }  
}   
    
.evergreen-box,
.report-box {
    display:block;
    overflow:hidden;
    background:#F1F2F2;
    padding:2em;
} 

.evergreen-box p,
.report-box p {
    padding-right:1em;
    display:block;
}     

.evergreen-box .img,
.report-box .img {
	height: 175px;
	background-size: cover!important;
}

.evergreen-box h3
.report-box h3 {
    color:#3A709C;
    font-size:1.5em;
}    

.evergreen-box p.more,
.report-box p.more {
	font-size:.8em;
}

.report-box a.button {
	margin: 0 auto;
	display: block;
    width: 160px;
}

.home .report-box {
	background:#fff;
} 

.evergreen-box .row {
	padding: 0;
}


.evergreen-box.color {
	background:#029DC1;
	padding-bottom: 3em;
}

.evergreen-box.color p, 
.evergreen-box.color h2, 
.evergreen-box.color a {
	color:#fff !important;
	border-bottom: none!important;
}

.evergreen-box.stories {
	text-align: center;
}

.evergreen-box.stories .inside {
	text-align: left;
}

.evergreen-box.stories a.button {
	margin-top: 2em;
}

/* Big Story Design */

.single-publication #main,
.single-post #main {
	margin:0 auto 2em;
	display:block;
	width:100%;
	max-width:none;
		}

	.single-publication .breadbox,
.single-post .breadbox {display:none;}	

	.single-publication article,
.single-post article {
   	width:100%
   	}


.single-publication h1,
.single-post h1 {
    padding-top:1em;
    margin-bottom: 0;
	}    
	
	@media screen and (max-width:600px) {
	.single-publication h1,,
	.single-post h1 {
	padding-top:0;
	font-size:1.4em;
	}
	}	
	
.single-publication h3,
.single-post h3 {
	margin:.5em 0;
}   

	
.single-publication img.heroimage,
.single-post img.heroimage {
	width:100%;
	height:auto;
	}	

.single-publication .heroimage-caption,
.single-post .heroimage-caption {
	font-size:.9em;
	font-style:italic;
	max-width:700px;
	margin:.25em auto 1em;
	text-align:right;
	color:#777;
	}	

@media screen and (max-width: 750px) {
	.single-publication .heroimage-caption,
	.single-post .heroimage-caption {
		padding: 0 2em;
	}
}
.single-publication .caption,
.single-post .caption  {
	font-size:.7em;
	font-style:italic;
	margin:0 auto 2em;
	text-align:right;
	color:#777;
	}		
	

.single-publication .article-core,
.single-post .article-core {
   	max-width:700px;
   	margin:0 auto 1em;
   	padding:0 2em;
   	font-size:1.25em;
   	line-height:1.7em;
		}

.single-publication img.size-full,
.single-post img.size-full,
.single-publication img.aligncenter,
.single-post img.aligncenter,
.single-publication .wp-caption,
.single-post .wp-caption {
width:100%;
height:auto;
		}

	.single-publication .solo-thumbnail {
		margin-bottom: 2em;
	}

.single-publication .meta,
.single-post .meta {
    color:#777;
    font-size:.7em;
    font-style:italic;
    padding-bottom:0;
    margin:0;
    line-height:1.6;
    overflow:hidden;
    display:block;
    		}

.single-publication .meta .date,
.single-post .meta .date {
    display:inline-block;
    }
    
    
    
.single-publication aside,
.single-post aside {
	font-size:1.1em;
	margin-right:-5em;
	font-weight:500;
	padding:0 0 1em 1em;
	text-align:left;
	}
	
	@media screen and (max-width:600px) {
	.single-publication aside,
	.single-post aside {
	font-size:1em;
	float:none;
	margin:1.5em 0;
	padding:1em 5%;
	width:90%;
	border-top:1px solid #045C7F;
	border-bottom:1px solid #045C7F;
	}
	}


.single-publication .wp-caption,
.single-post .wp-caption {
    margin:0 0 20px 0;
    color:#777;
    }		
    
.single-publication .related-stories,
.single-post .related-stories {
	margin:3em auto 1em;
	max-width:700px;
	display:block;
}  
	
.related-post {
    display:block;
    width:30%;
    margin-right:5%;
    float:left;
}

.related-post h4 {
	font-size: 1rem!important;
	font-weight: normal;
}

.related-post h4 a {
	color: #029DC1;
}

.related-post a.thumb { 
	    height: 170px;
    display: block;
    background-size: cover!important;
    background-position: top center!important;
    margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
	.related-stories .third {
		width: 100%!important;
		margin: 1em 0!important;
	}

	.related-stories .third a.thumb {
		height: 300px;
	}
}

.topics {
	margin-top: .5em;
	display: block;
}

.topics a {
	background: #2AD3A3;
	padding: .25em .75em;
	text-transform: uppercase;
	margin: 0 .5em .5em 0;
	font-size:.95em;
	display:inline-block;
	color: #fff;
}
	
.topics a:hover {color:#000 !important}	

.related-post:nth-of-type(3n){margin-right:0}

.related-post img {
    width:100%;
    height:auto;
    margin:.25em 0 .75em;
    display:block;
    float:none;
}  


.et_bloom_optin .split {width:100% !important}

.et_bloom_form_text p {
    font-size:1em !important;
    font-weight:bold !important;
	}
   
/* Search styling to expand/contract */

.search-form {
position: absolute;
right: 0;
top: 11px;
}

.search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	border: 2px solid #3A709D;
	cursor: text;
	outline: 0;
	width: 230px;
}

.search-submit,
#searchsubmit {
  display: none !important;
}

input[type="search"] {
  -webkit-appearance: textfield;
  }
  
p.reuse-policy {
	font-size:.7em;
	font-style:italic;
	color:#777;
	}

/*********************/
/*     Why Women     */
/*********************/

/* Remove Breadcrumbs */
.page-template-why-women .breadbox {
	display: none;
}

/* Page width Resets */
.page-template-why-women #main {
	max-width: 100%;
}

.page-template-why-women #main .page,
.page-template-why-women #main .page .inside,
.page-template-why-women section {
	margin: 0;
	width: 100%;
}

.page-template-why-women .container {
	max-width: 960px;
	margin: 0 auto;
}

/* Fonts and Such */

.page-template-why-women {
	text-align: center;
}

.page-template-why-women p {
    font-size: 1em;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-why-women p:empty {
	display: none!important;
}

.page-template-why-women p strong.highlight {
	font-size: 1.765em;
    margin: 0 2px;
    color: #A04097;
    position: relative;
}

.page-template-why-women sup {
   	cursor: pointer;
}

.page-template-why-women h2 {
	margin-bottom: 1px;
	font-size: 25px!important;
	line-height: 35px!important;
}

.page-template-why-women h3.blue {
	color: #045C7F;
}

.page-template-why-women h3.dark {
	color: #414042;
}

.page-template-why-women h2.white {
	color: #fff;
}

.page-template-why-women hr {
	width: 30px;
    border: 1px solid #045C7F;
    margin: 5px auto 10px auto;
}

.page-template-why-women section hr.purple {
	border-color: #A04097;
}

.page-template-why-women section hr.purple.background-stripe {
	width: 100%;
	position: relative;
	top: -35px;
}

.page-template-why-women a.button.donate.purple:hover {
	color: #dfdfdf!important;
}

.page-template-why-women a.learn-more {
	color: #045C7F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.page-template-why-women a.learn-more::after {
	content:"";
	background: url(images/icons/arrow.svg) no-repeat center;
	background-size:19px;
	padding: 0 10px;
}

/* Modal */

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index:100;
	display: none;
}
.modal-wrapper .modal {
	background: #fff;
	width: 90%;
	max-width: 625px;
	margin: 0 auto;
	padding: 40px 50px;
	position: relative;
	top: 12%;
	box-sizing: border-box;
}
.modal-wrapper .modal button {
	background: url(images/close_btn.png) no-repeat;
	border: 0;
	padding: 10px;
	position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
}
.modal-wrapper .modal button:focus {
	outline: none;
}
.modal-wrapper .modal hr {
	margin: -10px auto 50px auto;
}
.modal-wrapper .modal ol {
	text-align: left!important;
	padding-left: 35px;
	counter-reset:item;
}
 
.modal-wrapper .modal ol>li {
	margin:0;
	padding:0;
	text-indent: -50px;
	list-style-type:none;
	counter-increment:item;
	font-size: 20px;
    line-height: 1.25;
    margin-bottom: 25px;
}
 
.modal-wrapper .modal ol>li:before {
	display:inline-block;
	width: 25px;
	padding-right:25px;
	font-weight:bold;
	text-align:right;
	content:counter(item);
}

.modal-wrapper#lead-capture .modal-escape {
    color: #999!important;
    border: 1px solid #999;
    background: none;
}

/* Grid Elements */

.page-template-why-women .half {
	max-width: 300px;
}

.page-template-why-women .half:nth-of-type(odd) {
	float: left;
	margin-left: 10.416666%;
}

.page-template-why-women .half:nth-of-type(even) {
	float: right;
	margin-right: 10.416666%;
}

.page-template-why-women .decision-areas {
	max-width: 860px;
	margin-top: 50px;
}

.page-template-why-women .decision-areas .third { 
    width: 27%;
    float: left;
    margin: 0 3.167%
}

/* entire container, keeps perspective */
.csstransforms3d .page-template-why-women .card-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.csstransforms3d .page-template-why-women .card-container .card.active {
		transform: rotateY(180deg);
	}

/* flip speed goes here */
.csstransforms3d .page-template-why-women .card {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.csstransforms3d .page-template-why-women .card .front, 
.csstransforms3d .page-template-why-women .card .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.csstransforms3d .page-template-why-women .card .front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.csstransforms3d .page-template-why-women .card .back {
	transform: rotateY(180deg);
}

/* Cards */

.page-template-why-women .cards {
	margin: 50px auto 0 auto;
}

.page-template-why-women .cards .card-container {
	float: left;
	width: 33.3333%;
	margin: 0 0 10px 0;
}

.page-template-why-women .cards .card {
	height: 250px;
	margin: 0 2%;
	box-sizing: border-box;
	border: 1px solid #c1c1c1;
	text-align: center;
	-webkit-transition: 0.6s 0.15s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s 0.15s;
	-moz-transform-style: preserve-3d;
  
    -o-transition: 0.6s 0.15s;
	-o-transform-style: preserve-3d;

	transition: 0.6s 0.15s;
	transform-style: preserve-3d;

	position: relative;
	cursor: pointer;
}

.page-template-why-women .cards .card .front, 
.page-template-why-women .cards .card .back {
    height: 100%;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;

	position: absolute;
	top: 0;
	left: 0;
}

.no-csstransforms3d .page-template-why-women .cards .card .back {
	display: none;
}

.no-csstransforms3d .page-template-why-women .cards .card.active .back {
	display: block;
}

.page-template-why-women .peace-that-lasts .cards .card .front, 
.page-template-why-women .peace-that-lasts .cards .card .back {
    background: #F1F2F2;
}

.page-template-why-women .cards .card:nth-of-type(3n+2) {
	margin: 0 1% 10px 1%;
}

.page-template-why-women .cards .card img {
	max-width: 100%;
}

.page-template-why-women .cards .card h3 {
	color: #414042;
	font-size: 18px!important;
	font-weight: bold!important;
	height: 90px;
	width:100%;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 4%;
}

.page-template-why-women .cards .card .back h3 {
	font-style: italic;
	height: 80px;
}

.page-template-why-women .cards .card .back h3::after {
	display: none!important;
}

.page-template-why-women .cards .card .back p {
	padding: 0 5px;
	margin-top: -10px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.page-template-why-women .cards .card .back a.learn-more {
	display: inline-block;
}

.page-template-why-women .cards .card .table-row {
	margin: 0 auto;
	display: inline-block;
}

.page-template-why-women .peace-that-lasts .cards .card h3::after {
	content:"";
	background: url(images/icons/arrow-black.svg) no-repeat;
	padding: 6px 3px;
	margin-left: 7px;
	margin-right: -15px;
    display: inline-block;
    background-position: center center;
}

.page-template-why-women .cards .card:hover .front h3 {
	text-decoration: underline;
}

/* Tall Cards */

.page-template-why-women .results .cards .card {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 545px;
	position: relative;

}

.page-template-why-women .results .cards .card .front {
	background: #fff;
}

.page-template-why-women .results .cards .card .back {
	background: #F1F2F2;
	padding: 5px;
}

.page-template-why-women .results .cards .card h3 {
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	background: #F1F2F2;
	height: auto;
	padding: 25px 0;
	margin-bottom: 30px;
}

.page-template-why-women .results .cards .card p {
	padding: 0 20px;
}

.page-template-why-women .results .cards .card button.flip {
    position: absolute;
    bottom: 35px;
    left: 13%;
    right: 13%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    color: #045C7F!important;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing:0px;
    cursor: pointer;
    padding: 0!important;
}

.page-template-why-women .results .cards .card button.flip::before {
	content:"";
	background: url(images/icons/fliparrow-right.svg) no-repeat center;
	padding: 0 9px;
	margin-right: 10px;
	position: relative;
	top:-1px;
}

.page-template-why-women .results .cards .card button.flip:focus {
	outline: none;
}

.page-template-why-women .results .cards .card .back button.flip {
	color: #000!important;
	left: 22%;
    right: 22%;
    bottom: 30px;
}

.page-template-why-women .results .cards .card .back button.flip::before {
	background: url(images/icons/fliparrow-left.svg) no-repeat center;
}


.page-template-why-women .results .cards .card ul {
	margin-top: 10px!important;
	-webkit-padding-start: 0px!important;
	padding-left: 0;
}

.page-template-why-women .results .cards .card ul li {
	text-align: left;
	margin-bottom: 25px!important;
	padding-left: 55px!important;
	padding-right: 20px!important;
	background: url('images/icons/checkmark.svg') 15px 6px no-repeat;
	font-size: 14px!important;
}

/* Icons & Images */

.page-template-why-women .icon-container {
	max-width: 300px;
	margin: 0 auto;
}

.page-template-why-women svg.icon path {
	fill: #414042!important;
}

.page-template-why-women .icon-container p, 
.page-template-why-women .icon-container br {
	display: none;
}

.page-template-why-women img.not-at-table {
	position: relative;
	z-index: 10;
	margin-top: 15px;
}

/* Page-wide Section Styles */

.page-template-why-women section {
	position: relative;
	padding: 60px 0 65px 0;
	clear: both;
}

.page-template-why-women section.dark-blue-bg {
	background: #045C7F;
}

.page-template-why-women section.gray-bg {
	background: #F1F2F2;
}

.page-template-why-women section.blue-bg {
	background: #029DC1;
}

.page-template-why-women section.arrow::after {
	position: absolute;
    display: block;
    content: '';
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 32px 0 32px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.page-template-why-women section.arrow.gray-bg::after {
    border-color: #F1F2F2 transparent transparent transparent;
}

.page-template-why-women section.arrow + section {
	padding-top: 63px;
}

/* Hero */ 
.page-template-why-women .hero {
	height: 414px;
	box-sizing: border-box;
	background-size: cover;
	background-position: top center;
	color: #fff;
	padding-top: 80px;
}

.page-template-why-women .hero h1 {
	font-size: 42pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.36);
}
.page-template-why-women .hero h2 {
	line-height: 32px!important;
	color: #fff;
}

.page-template-why-women .hero h2.summary {
	margin-bottom: 40px!important;
	font-weight: 200;
}

.page-template-why-women .hero h2.tagline span.underline{
	position: relative;
}

.page-template-why-women .hero h2.tagline span.underline::after {
	content:"";
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: -7px;
    border-bottom: 3px solid #A04097; 
}

/* Specific Section */ 

.page-template-why-women section.email {
    padding-bottom: 65px;
}

.page-template-why-women section.email h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

.page-template-why-women section.email .container {
	max-width: 540px;
}

.page-template-why-women section.email .container br {
	display: none;
}

/*     Why Women Mobile    */

@media screen and (max-width: 950px) {
	.page-template-why-women .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-template-why-women .container.cards,
	.page-template-why-women .efforts .container { 
		padding: 0!important;
	}
	.page-template-why-women .cards .card h3 {
		height: 120px;
	}
	.page-template-why-women .peace-that-lasts .cards .card .back h3 {
		font-size:16px!important;
		height: 70px;
	}
	.page-template-why-women .peace-that-lasts .cards .card .back p {
		font-size: 15px;
		margin-top: 0;
	}
	.page-template-why-women .results .cards .card {
		height: 625px;;
	}
	.page-template-why-women .results .cards .card button.flip {
		left: 8%;
		right: 8%;
	}
}

@media screen and (max-width: 860px) {
	.efforts .half:nth-of-type(odd) {
		margin-left: 7%;
	}
	.efforts .half:nth-of-type(even) {
		margin-right: 7%;
	}
	.page-template-why-women .results .cards .card-container {
		width: 90%;
		float: none;
		margin: 0 auto 50px auto!important;
		max-width: 400px;
	}
	.page-template-why-women .results .cards .card::last-of-type {
		margin-bottom: 0!important;
	}
	.page-template-why-women .results .cards .card button.flip {
	    left: 20%;
	    right: 20%;
	}
}

@media screen and (max-width: 700px) {
	.page-template-why-women .hero {
		height: auto;
		padding-bottom: 40px;
	}
	.efforts .half {
		width: 80%;
		margin: 0 auto;
		float: none!important;
		margin-top: 40px;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.page-template-why-women .peace-that-lasts .cards .card-container {
		width: 49.45%;
	}
	.page-template-why-women .cards .card:nth-of-type(3n+2) {
		margin: 0 0 10px 0;
	}
	.page-template-why-women .cards .card:nth-of-type(even) {
		margin-left: 1%;
	}

	.page-template-why-women .hero h2.tagline span.underline::after {
		bottom: -2px;
	}
}

@media screen and (max-width: 600px) {
	.page-template-why-women .results .cards .card {
		height: 700px;
	}
}

@media screen and (max-width: 500px) {
	.page-template-why-women {
		font-size: 20px;
	}
	.page-template-why-women h2 {
		font-size: 30px!important;
	}
	.page-template-why-women .hero {
		height: auto;
		padding: 50px 5% 40px 5%;
		background-image: none!important;
		background: rgba(15,72,128,1)!important;
		background: -moz-linear-gradient(left, rgba(15,72,128,1) 0%, rgba(8,50,89,1) 100%)!important;
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,72,128,1)), color-stop(100%, rgba(8,50,89,1)))!important;
		background: -webkit-linear-gradient(left, rgba(15,72,128,1) 0%, rgba(8,50,89,1) 100%)!important;
		background: -o-linear-gradient(left, rgba(15,72,128,1) 0%, rgba(8,50,89,1) 100%)!important;
		background: -ms-linear-gradient(left, rgba(15,72,128,1) 0%, rgba(8,50,89,1) 100%)!important;
		background: linear-gradient(to right, rgba(15,72,128,1) 0%, rgba(8,50,89,1) 100%)!important;
	}
	.page-template-why-women .hero h1 {
		margin-bottom: 35px;
	}
	.page-template-why-women .hero h2 {
		font-size: 20px!important;
		line-height: 1.5!important;
	}
	.page-template-why-women .hero h2.summary {
		margin-bottom: 30px!important;
	}
	.page-template-why-women .hero h2.tagline {
		line-height: 1.6!important;
	}
	.page-template-why-women .hero h2.tagline span.underline::after {
		bottom: -5px;
	}
	.page-template-why-women .hero h2 br {
		display: none;
	}
	.page-template-why-women .peace-that-lasts .cards .card {
		height: 430px;
	}
	.page-template-why-women .peace-that-lasts .cards .card-container {
		width: 96%;
		float: none;
		margin: 0 2% 10px 2%;
	}
	.page-template-why-women .cards .card h3 {
		height: 153px;
	}
	.page-template-why-women .peace-that-lasts .cards .card h3,
	.page-template-why-women .peace-that-lasts .cards .card .back h3 {
		font-size:24px!important;
	}
	.page-template-why-women .peace-that-lasts .cards .card .back h3 {
		height: 90px;
	}
	.page-template-why-women .peace-that-lasts .cards .card .back p {
		font-size: 20px!important;
	}
	.page-template-why-women .decision-areas .third {
		width: 96%;
		margin: 0 2% 60px 2%;
		float: none!important;
	}
	.page-template-why-women a.button.donate.purple {
		width: 75%;
		margin-left: auto;
		margin-right: auto; 
		padding: 20px!important;
	}
	.page-template-why-women a.button.donate.purple::before {
		background-position: 0 4px!important;
	}
	.page-template-why-women #email-signup input {
		width: 75%!important;
		float: none;
		clear: both;
		margin: 10px auto;
	}
}

@media screen and (max-width: 400px) {
	.page-template-why-women .results .cards .card button.flip {
	    left: 4%!important;
	    right: 4%!important;
	    width: 92%;
	    bottom: 20px!important;
	}
}

/*******************************/
/*   Extra Wide Page Template  */
/*******************************/

/* Container width resets */

.page-template-extra-wide #main,
.page-template-extra-wide #content,
.page-template-extra-wide #content .page,
.page-template-extra-wide #content .page .inside {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.page-template-extra-wide #pageHead,
.page-template-extra-wide .breadbox,
.row .container {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}

.page-template-extra-wide .breadbox,
.page-template-extra-wide #pageHead {
	padding-left: 1em;
}

.row {
	padding: 3em 1em;
}

.row.center {
	text-align: center;
}

.row.color {
	background: #029DC1;
	color: #fff;
}

.row.color.blue {
	background: #063E4F;
}

.row.gray {
	background: #f1f1f4;
}

.row.color h1,
.row.color a {
	color: #fff;
}

.row.color a {
	text-decoration: underline;
}

.row.image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding: 300px 1em 200px;
	border-top: 5px solid #2AD3A3;
	border-bottom: 5px solid #2AD3A3;
}

.row.image h1,
.row.image p {
	text-align: center;
	color: #fff!important;
}

.row.image::before {
	content: "";
	background: rgba( 0, 0, 0, .33 );
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.row .container {
	padding: 0 1em;
}

.row.image .container {
	z-index: 10;
	position: relative;
}

.grid.container {
	padding: 0!important;
	margin: 0 -1em!important;
}

.row .half,
.row .third, 
.row .fourth,
.row .fifth {
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}

.row .third {
	width: 33.333%;
	margin: 0 0 30px 0;
}

.row .fourth {
	width: 25%;
}

.row .fifth {
	width: 20%;
}

.staff, 
.staff a {
	color: #fff;
}

.staff a {
	height: 100%;
    width: 100%;
    display: block;
    z-index: 10;
    position: relative;
}

.staff a:hover {
	color: #f1f2f2!important;
}

.staff img {
	width: 100%;
}

.staff .bio-text {
	position: absolute;
	bottom: 0;
	padding: 10px;
	z-index:10;
}

.staff .bio-text h4 {
	margin-bottom: 2px;
	font-size: 18px;
}

.staff .bio-text h5 {
	font-weight: 400!important;
	margin-bottom: 5px;
}

.staff a::after {
	content: "";
	height: 33%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.staff:hover {
	cursor: pointer!important;
}

.staff a:hover::after {
	height: 50%;
}

@media screen and (max-width: 875px) {
	.row .fourth,
	.row .fifth {
		width: 33.3332%;
	}
}

@media screen and (max-width: 675px) {
	.row .third,
	.row .fourth,
	.row .fifth {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.staff .bio-text h4 {
		font-size: 16px;
	}

	.staff .bio-text h5 {
		font-size: 10px;
	}
}

@media screen and (max-width: 400px) {
	.row .half,
	.row .third,
	.row .fourth,
	.row .fifth {
		width: 100%;
		margin-bottom: 0;
	}
}

/*******************************/
/*    Modular Page Template    */
/*******************************/

/* Container width resets */

.page-template-modular #main,
.page-template-modular #content,
.page-template-modular #content .page,
.page-template-modular #content .page .inside {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.page-template-modular #pageHead,
.page-template-modular .breadbox,
.row .container {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}

.page-template-modular .breadbox,
.page-template-modular#pageHead {
	padding-left: 1em;
}

.page-template-modular .breadbox,
.page-template-modular #pageHead {
display: none;
}

/* Row and card updates for modular page */

.page-template-modular .row.image {
    padding-bottom: 90px;
    padding-top: 250px;
    box-shadow: 1px 1px 5px #c1c1c1;
}

.page-template-modular .row.image h1 {
    font-size: 75px;
    margin: .5em auto;
}

.page-template-modular .row.image::before {
background: rgba(0,0,0,.5);
}

@media screen and (max-width: 550px) {
	.page-template-modular .row.image {
		padding-top: 100px;
	}
	.page-template-modular .row.image h1 {
		font-size: 40px;
	}
}

.page-template-modular .row.image p {
		width: 100%;
}

.page-template-modular .row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}

.page-template-modular .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.page-template-modular .card {
	color: #414042;
	background-color: #f1f2f2;
	border: 1px solid #c1c1c1;
	height: 100%;
	display: block;
	box-shadow: 1px 1px 5px #c1c1c1;
	position:relative;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.page-template-modular .card-innards {
	padding: 1em;
}

.page-template-modular .card:hover {
	display: block;
	border: 1px solid #d19ecc;
	top: -2px;
	transition: all .25s;
}

.page-template-modular .card .more,
.page-template-modular .card .tweet {
    background: #A04097;
    padding: 10px 15px;
    color: #fff;
    font-size: .75em;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
}
.page-template-modular .card .more:hover {
   color: #F1F2F2!important;;
}
.page-template-modular .card .tweet {
	background: #0888AF;
	right: 15px;
	height: 21px;
	width: 13px;
	background-image: url(https://www.inclusivesecurity.org/wp-content/uploads/2017/03/twitter-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
}

.page-template-modular .card.video::after {
	content: "Video";
	display: block;
	background: #2AD3A3;
	color: #fff;
	font-size: .8em;
	font-weight: 800;
	text-transform: uppercase;
	padding: 4px 11px;
	top: 0;
	right: 0;
	position: absolute;
}

.page-template-modular .arrow {
    height: 25px;
    width: 25px;
    border-right: 2px solid rgba(255,255,255,.5);
    border-bottom: 2px solid rgba(255,255,255,.5);
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    bottom: -39px;
    left: 0;
    right: 0;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
} 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
} 

.page-template-modular .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}


/*************************/
/*     Where We Work     */
/*************************/

#map {
	margin-top: 25px;
}

#map h3 {
	color: inherit;
	text-transform: inherit;
	font-size: medium;
	margin: .5em .5em .25em .5em;
}

a.button.country {
	width: 100%;
	box-sizing: border-box;
	background: transparent!important;
}

a.button.country:hover {
	color: #029DC1!important;
}

a.button.country img {
	height: 90px;
	padding-bottom: 15px;
	margin: 0 auto;
}

@media screen and (max-width: 400px) {
	#map {
		height: 250px!important;
	}
}

/***************************/
/*   Collapsible Sections  */
/***************************/

.collapse h2 {
	cursor: pointer;
}

.collapse h2::before {
	content: "+";
	border-radius: 100%;
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    background: #045C7F;
    margin-right: 7px;
}

.collapse h2.active::before {
	content: "-";
	padding: 0 8px 0 7px;
}

/***************************/
/*    Read More Expander   */
/***************************/

.read-more-collapse {

}

/***************************/
/*   Test homepage grid    */
/***************************/
.page-template-test-home .breadbox {
	display: none;
}

.page-template-test-home .page {
	margin: 0!important;
	width:100%!important;
}

.page-template-test-home .page .inside {
	margin: 0!important;
}

.home-grid {
	padding-top: 25px;
}

.home-grid .row {
	margin-top: 25px;
}

.home-grid .row .card {
	width: 31.3343744271%;
	float: left;
	padding:1em;
	box-sizing: border-box;
	position:relative;
	border: 2px solid #ccc;
    background: #f1f1f1;
    margin-right: 1.999995%;
}

.home-grid .row .card.light {
	border: 2px solid #dfdfdf!important;
    background: none;
}

.home-grid .row .card.no-border {
	border: none!important;
	background: none!important;
	padding: 0!important;
}

.home-grid .row .card.feature {
	border: none!important;
	background-size: cover;
	background-position: top left;
	position: relative;
}

.home-grid .row .card.feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+83&0+52,0.65+83 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.65) 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.65) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.home-grid .row .card.feature .card-innards {
	position: absolute;
	bottom: 0;
}

.home-grid .row .card.feature .card-innards > h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
}

.home-grid .row .card:last-child {
	margin-right: 0;
}

.home-grid .row .card br {
	display: none;
}

.home-grid .row .card h3 {
	clear: none;
	margin-top: 0;
}

.home-grid .row .card img {
	width: 100%;
}

.home-grid .row .card.span-2 {
	width: 64.66875%;
}

.home-grid .row .card .videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.home-grid .row .card .videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-grid .row .card form .email {
	width: 100%!important;
	float: none;
	box-sizing: border-box;
}

.home-grid .row .card #email-signup .button{
	width: 100%!important;
	float: left;
	box-sizing: border-box;
}

@media screen and (max-width: 650px) {

	.home-grid .row {
		margin-top: 0;
	}

	.home-grid .row .card {
		width: 48%!important;
		margin-top: 25px;
	}
	.home-grid {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media screen and (max-width: 500px) {
	.home-grid .row .card {
		width: 100%!important;
	}

	.home-grid .row {
		margin-top: 1em;
	}
}

/* Slick Slider(s) */

.slick {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
}

.slick div.slick-slide {
	position: relative;
	padding: 0 .75em;
}

.slick div.slick-slide::after {
	content: "";
	height: 33%;
	position: absolute;
	bottom: 0;
	left: .75em;
	right: .75em;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.slick h4 {
	position: absolute;
	bottom: 0;
	padding: 0 1em;
	color: #fff;
	z-index: 10;
}

button.slick-arrow {
    position: absolute;
    background: url(images/slide-arrows.png) no-repeat;
    background-size: 75px;
    background-position: 0 0;
    padding: 39px 13px;
    top: 37%;
    z-index: 10;
    border: 0;
    opacity: .25;
}

button.slick-arrow.slick-prev {
	left: -15px;
}

button.slick-arrow.slick-next {
	right: -15px;
	background-position: -49px 0;
}
