/*
Theme Name: Interlocking Circles
Author: a custom theme with resonance
Based on TwentyThirteen by the WordPress team
*/

/**
Black: #000000
Turquoise: #008BB0
Grey: #eeeced
Navy: #1f365f

LtBlue:#e4f3f3
Brown: #54311b
Purple: #634B77

font-family: 'Open Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans: 300,400,600,700');

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

body {background: #1f365f;  color: #222222;font-family: 'Open Sans', Arial, Verdana, sans-serif; line-height: 1.4; margin: 0; }

a {color: #008BB0;	text-decoration: none; }
a:visited {color: #008BB0;}
a:focus {outline: thin dotted;}
a:active {color:  #634B77;}
a:hover {color: #1f365f; text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	padding: .5em 0 .25em;
	color: #000000;
}

h1 /*page title*/ { font-size: 300%; color: #1f365f; margin: 0 auto .25em;}
h2 /*subtitle*/  {font-size: 240%; color: #1f365f; padding: .5em 0;}  
h3 /*subsection*/{font-size: 140%; color: #1f365f; font-weight: 600; } 
h4 /*section titles*/ {font-size: 120%; padding: 0; margin: 0 0 15px; }
h5 /*labels & intro*/ {font-size: 110%; text-transform: uppercase; color: #54311b}
h6 /*notes*/ {font-size: 90%; font-weight: 600; padding: 0 0 4px;} 

p {	margin: 0 0 15px; }
b, strong {font-weight: 700;}
hr {	
	clear: both;
	background: none;
	border:0; 
	border-top: 1px #d1c5c5 solid;
	height: 1px;
	margin: 20px auto;
}

.cb{clear: both;}
.fl{float: left; } 
.fr{float: right;}
.ifl, .alignleft{float: left; margin: 0 20px 20px 0;} 
.ifr, .alignright{float: right; margin: 0 0 20px 20px;}
.etl{float: left; margin: 0 20px 0px 0;} 
.etr{float: right; margin: 0 0 0px 20px;}
.pw {max-width: 960px; padding: 0; margin: 0 auto;}
.byline {display: block; color: #666666; margin: 0; padding: 0 0 30px}


.notes {font-size: 90%; color: #666666; font-style:italic;}

ul li h3  {margin:  0 0 .25em;}
ul li p  {	margin: 0 0 10px; }

/* Buttons*/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background:#008BB0; /* Old browsers */
	border: none;
	color: #fff;
	padding: 14px 16px 12px;
	text-decoration: none;
	}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #1f365f; /* Old browsers */
	outline: none;
	
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #634B77; /* Old browsers */
	border: none;
}


/** * 1.0 Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}


dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}


nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 auto 20px;
	width: 80%;
}

thead td {background: #1f365f; color: #ffffff; text-align: center; font-weight: 600;}

caption,
th,
td {
	
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

tbody tr:nth-child(odd) {background: #e4f3f3}

td {
	border-top: 1px solid #ededed;
	padding: 6px;
	line-height: 1.2;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
.clearfix:after,
.two-column:after{
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after
.clearfix:before,
.clearfix:after,
.two-column:before,
.two-column:after{
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #e4f3f3;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #008BB0;
	outline: 0;
}

button:focus {
	border:  0;
}


.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {}
.site-main {}


/** * 4.0 Header
 * ----------------------------------------------------------------------------
 */


.site-header {position: relative; background: #ffffff; padding:  20px 0px 16px; min-height: 125px; }

.site-header .home-link {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	max-width: 180px;
	min-height: 93px;
	font-size: 0;
	text-decoration: none;
	width: 100%;

	background-image: url(images/Educopia_Institute.png);
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto 0 0;
	min-height: 60px;
	max-width: 700px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > utl {
	margin: 0 auto;
	padding: 12px 60px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;

}

.nav-menu li a {
	display: block;
	font-size: 14px;
	color: #008BB0;
	padding: 8px 2px;
	margin: 0px 12px;
	font-weight: 600;
	line-height: 1;
	text-align: center;

	text-decoration: none;
		border-bottom: 6px  #ffffff solid;
}



.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	border-bottom: 6px  #1f365f solid;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	border-bottom: 6px  #008BB0 solid;

}


ul.sub-menu {max-width: 900px; margin: 0 auto;padding: 0;}

.sub-menu li {
	display: inline-block;
	position: relative;
	min-width: 18%;
	margin: 0 .5%;
	white-space: nowrap;
}


.sub-menu li a {
	display: block;
	font-size: 14px;
	color: #008BB0;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 12px 10px;
	text-decoration: none;
}

.sub-menu li:hover > a,
.sub-menu li a:hover,
.sub-menu li:focus > a,
.sub-menu li a:focus {
	background-color: #1f365f;
	color: #fff;
}

.menu-toggle {
	display: none;
}

.navbar {display: inline-block; float: right; height: 60px; padding: 0;}
.subnavbar {background-color: #eeeced; text-align: center; padding: 0 20px; margin: 0}


.site-header .search-form {	position: absolute;right: 0px;top: 0px;}
.site-header .search-field {
	background-image: url(images/search_icon.png);
	background-position: left center ;
	background-repeat: no-repeat;
	background-size: 50px 60px;
	border: 1px solid #ffffff;
	height: 60px;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
	-webkit-transition: width 400ms ease, background-color 400ms ease;
	transition:         width 400ms ease, background-color 400ms ease;
	width: 0;
	
}

.site-header .search-field:hover {}
.site-header .search-field:focus{background-color: #ffffff;border: 1px solid #008BB0;cursor: text;outline: 0;width: 260px;}
.search-form .search-submit {display: none;}

#ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox {border: 1px solid #008BB0;}
.probox{border: 1px solid #008BB0;}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
Black: #000000
Turquoise: #008BB0
Grey: #eeeced
Navy: #1f365f

LtBlue:#e4f3f3
Brown: #54311b
Purple: #634B77
 */

/*For placeholder images during production
.entry-thumbnail {display: block; background: #1f365f;}
.entry-thumbnail.et-thumb {width: 160px; height: 160px;}
.entry-thumbnail.et-medium {width: 200px; height: 200px;}
.entry-thumbnail.et-large {width: 300px; height: 300px;}
*/

.entry-thumbnail.et-medium {border: 1px #efefef solid}

.entry-content ul li {line-height: 1.3; padding-bottom: 10px;}

.category-content{background-color: #ffffff;}

.content-section {clear: both; padding: 30px 20px;}
.content-section:nth-child(even){background-color:#f0edec }
.content-section:nth-child(odd){background-color:#ffffff }

.cs-main, .cs-callout {display: inline-block; float: left; }
.cs-main {width: 64%; background-color: #ffffff; padding: 0 0px 0 20px;}
.cs-callout { width: 36%;  line-height: 1.3; padding: 0 20px 0 0px;}

.sidebar-content{clear:both; padding-top: 30px}

.content-section:nth-child(even) .cs-main{ padding: 0px;background-color:#f0edec}
.content-section:nth-child(even) .cs-callout{padding: 0px;}

.content-section:nth-child(odd) .cs-main, .content-section:nth-child(even) .cs-callout{float: right; }

.content-section.cs-split {padding: 0; }
.content-section.cs-split:nth-child(odd){background: url(images/bgRpt_navyLeft.gif) repeat-y center;}
.content-section.cs-split:nth-child(even){background: url(images/bgRpt_navyRight.gif) repeat-y center; }
.content-section.cs-split .cs-callout {background: #1f365f; color: #ffffff;}

.content-section.cs-split .cs-main {padding: 36px 0px 12px 36px;}
.content-section.cs-split .cs-callout {padding: 36px 36px 12px 0px;} 
.content-section:nth-child(even).cs-split .cs-main{ padding: 36px 36px 12px 0px;}
.content-section:nth-child(even).cs-split .cs-callout{padding: 36px 0px 12px 36px;}

#post-6 .content-section.cs-split:nth-child(odd), #post-6 .content-section:nth-child(odd) .cs-callout{background: #ffffff}
#post-6 .content-section.cs-split:nth-child(even),  #post-6 .content-section:nth-child(even) .cs-callout{background: #f0edec }

.content-section.cs-split .cs-callout h1 {color: #ffffff; font-style: italic; font-size: 160%; line-height: 1.3; font-weight: 300; }
.content-section.cs-split .cs-callout h2 {color: #ffffff; font-size: 140%}
.content-section.cs-split .cs-callout h3 {color: #008BB0}
.content-section.cs-split .cs-callout h4 {color: #ffffff; font-size: 110%}
.content-section.cs-split .cs-callout a {color: #8fc5d5; }
.content-section.cs-split .cs-callout a:hover {color: #ffffff; }
.content-section.cs-split .cs-callout ul {margin: 0; margin-left: 20px; padding: 0; list-style: square;}

.content-section.cs-history {background-color: #008BB0; padding: 0 20px;}
.content-section.cs-blue {background-color: #e4f3f3}
.content-section.cs-brown {background-color: #f0edec}
.content-section.cs-mission {background-color: #e4f3f3; font-size: 120%; padding: 14px 20px 22px; font-weight: 400; text-align: center }

.single .entry-content {border-top: 1px #008BB0 solid;}
.single .entry-content h1 {font-size: 220%}
.single .entry-title {padding-top: 20px;}

.page-header {background-color:#008BB0; text-align: center; padding: 0 20px; margin: 0}
.page-header h2 {color:#ffffff;  margin: 0; line-height: 1}

.category-header {background-color:#008BB0; text-align: center; padding: 0 20px; margin: 0}
.category-header h2 {color:#ffffff;  margin: 0; line-height: 1}
.category .content-section {padding: 20px;}

.category-events .entry-thumbnail {background: #1f365f url(images/thumbnails/event.gif) center no-repeat; background-size: contain;}
.category-news .entry-thumbnail {background: #1f365f url(images/thumbnails/news.gif) center no-repeat; background-size: contain;}
.category-reading .entry-thumbnail {background: #1f365f url(images/thumbnails/reading.gif) center no-repeat; background-size: contain;}
.category-snapshot .entry-thumbnail {background: #1f365f url(images/thumbnails/snapshot.gif) center no-repeat; background-size: contain;}
.category-community .entry-thumbnail {background: #1f365f url(images/thumbnails/community.gif) center no-repeat; background-size: contain;}
.category-resource .entry-thumbnail {background: #1f365f url(images/thumbnails/resource.gif) center no-repeat; background-size: contain;}


/*Dynamic Posts */
ul.post-box, ul.promo-box {display: block; margin: 0; padding: 0; list-style: none;}
ul.post-box li, ul.promo-box li  {display: inline-block; vertical-align: top;  width: 25%; margin: 10px 12.5% 10px 0; padding: 0; }
.home ul.post-box li, .home ul.promo-box li {float: left}

ul.post-box.pb-4x li, ul.promo-box.pb-4x li {width: 20.9%; margin: 10px 5.4% 10px 0;} 
ul.post-box.pb-5x li {width: 16.66%; margin: 10px 4.1% 10px 0;}
ul.post-box.pb-bio li {width: 45%;  margin: 10px 5% 10px 0; }

ul.post-box li:last-child, ul.promo-box li:last-child, ul.post-box.pb-4x li:last-child, ul.post-box.pb-4x li:nth-child(4), ul.post-box.pb-5x li:last-child {margin-right: 0; }

ul.post-box li h1, ul.promo-box li h1{font-size: 110%; line-height: 1.2; padding-bottom: 0}
ul.post-box li h2, ul.promo-box li h2{font-size: 120%; line-height: 1.2; padding: 0}
ul.post-box .post-thumbnail {display: block;}


ul.post-box.pb-bio li h1{padding-top: 40px; font-size: 120%}
ul.promo-box li img {max-width: 100%; padding-bottom: 8px}


ul.post-list{display: block; margin: 0; padding: 0 0 0 20px;}
ul.post-list li {float: left; vertical-align: top; line-height: 1.2; width: 50%; margin: 0; padding: 5px 40px 5px 0; }

.section-icon {float: left;}
.content-icon {padding-left: 220px;}

div.columns-3x {display: inline-block; vertical-align: top; width: 33%;}

div.list-2col ul, div.list-3col ul {margin: 0;}

div.list-2col { 
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	padding-bottom: 24px
}
div.list-3col { 
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	padding-bottom: 24px
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {	float: left;}
.navigation .nav-next {	float: right;}

.paging-navigation {background-color: #008BB0; padding: 20px 20px 40px;}
.nav-links { max-width: 960px; margin: 0 auto}

.paging-navigation a {color: #ffffff;}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}


.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}




/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
Black: #000000
Turquoise: #008BB0
Grey: #eeeced
Navy: #1f365f
 */

.back-2-top {padding: 30px 20px 20px;}


.footer-search {display: table; margin: 10px auto;}
.search-submit {background:#1f365f !important; padding: 8px 16px 7px !important; }
.search-submit:hover {background:#634B77 !important }

.site-footer {background: #1f365f; color: #ffffff; padding: 20px; }
.site-footer a {color: #008BB0;}

.site-footer .widget-area {padding: 20px;}
.site-footer .widget {display: inline-block; float: left; width: 31%; margin: 10px 1%; padding: 10px;}

.site-info {clear: both; text-align: center; padding: 20px 10px }

/*social network*/ 
ul.social-network {display:table;position:relative; padding: 0; margin: 0 auto; background-color: transparent;}
ul.social-network li {display: inline-block; vertical-align: top; width: 140px; margin: 0; font-size: 13px; font-weight: 600; text-align: center; padding: 10px;}
ul.social-network li a.sn-icon {display: block; width: 70px; height: 70px; border-radius: 50%; margin: 0px auto; padding: 10px; background-size: 44px auto; background-position: center; background-repeat:no-repeat;}
.social-network li:hover a.sn-icon {background-color:  #008BB0}
.social-network li:hover a {color:  #ffffff}

.icon-facebook{background-image: url(images/icons/soc_facebook.png);}
.icon-instagram{background-image: url(images/icons/soc_instagram.png);}
.icon-twitter {background-image:url(images/icons/soc_twitter.png)}
.icon-pinterest{background-image:url(images/icons/soc_pinterest.png)}
.icon-snapchat{background-image:url(images/icons/soc_snapchat.png)}
.icon-email{background-image:url(images/icons/soc_email.png)}
.icon-team{background-image:url(images/icons/soc_team.png)}
.icon-social{background-image:url(images/icons/soc_social.png)}


/**
 * 7.5 BY HI
 * ----------------------------------------------------------------------------
Black: #000000
Brown: #54311b
Turquoise: #008BB0
Grey: #dddddd
LtBlue:#e4f3f3
Navy: #1f365f
Purple: #634B77
*/
 
a.button-link {	
	display: table;
 	background: #008BB0;
	border: none;
	color: #ffffff !important;
	padding: 18px 20px 16px;
	margin: 10px 0;
	text-decoration: none;
	line-height: 1; 
	}

a:hover.button-link {background-color: #634B77}
a.button-link.b-inline {display: inline-block;  margin: 10px 20px;}
a.button-link.b-right { margin: 10px 0px 5px auto;padding: 10px;}
a.b-more {margin: 20px auto 10px; clear: both; padding: 10px 14px 11px; }
a.button-link.b-centered {margin: 20px auto; }

a.cta-link {display: block; clear: both; font-weight: 600; text-align: center; padding: 30px 10px 10px;}

.sidebar-content a.button-link.b-inline {margin: 5px 10px 5px 0; padding: 14px 16px 12px;}

/*timeline*/
.timeline {display: block; position: relative; padding: 40px 4% 20px; color: #ffffff; background: #008BB0 url(images/pixel_2_blue.gif) 16% top repeat-y; }
.timeline h3, .timeline p {display: inline-block; position: relative; float: left; width: 82%;  height: 60px;  font-size: 18px; line-height: 24px; margin: 0; }
.timeline h3 {color: #9bd0db; font-weight: 700; margin: 0 1% 0 0;  text-align: right; padding: 0 40px 0 0; width: 15%; background:url(images/dot_blue.png) 94% 3px no-repeat; background-size: 18px auto;}


/*Content Views*/

.pt-cv-wrapper{}
.cvp-live-filter+.pt-cv-view{margin-top: 0 !important; border-top: 1px #008BB0 solid}
.cvp-live-filter{max-width: 1400px; padding: 20px; margin: 0 auto; text-align: center;} 
.cvp-live-filter.cvp-button {border-bottom: 1px solid #efefef}
.cvp-live-filter.cvp-button > label {display: block; text-transform: uppercase;}
.cvp-live-filter.cvp-button input~div {font-weight: 600; color: #008BB0;}
.cvp-live-filter.cvp-button input[type=radio]:checked~div {background:#008BB0 !important; color: #ffffff !important;}
.pt-cv-readmore.pt-cv-textlink { color: #008BB0;}

.pt-cv-wrapper .col-md-12{background-color: #fff; padding: 20px !important}
.pt-cv-wrapper .col-md-12:nth-child(even){background-color: #f0edec; }
.pt-cv-ifield{max-width: 960px; padding: 0; margin: 0 auto;}
.pt-cv-wrapper h3 {font-size: 140%; font-weight: 600 !important; padding: .75em 0 .25em !important; line-height: 1.3 !important; margin : 0 !important}
.pt-cv-thumbnail.pull-left {margin-right: 20px !important}
.pt-cv-thumbnail {margin-bottom: 0 !important}

.pt-cv-meta-fields {padding: 12px 0 4px !important}
.pt-cv-meta-fields time {color:#000000 !important; font-weight: 600 !important; font-size: 90% !important; }

.pt-cv-pagination-wrapper {padding: 10px; margin: 0 !important}
.pt-cv-clear-pagination {margin-bottom: 10px !important}

/*SLIDESHOW*/
.slideshow_container .slideshow_description_box { 
       width: 100%; height: 100%;
	background: rgba(0,0,0,0.6) !important; /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%) !important; /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%) !important; /* W3C */}

.slideshow_container .slideshow_description_box h1,
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 { text-align: left !important; color: #fff; width:80% ;  max-width: 960px !important; line-height: 1.1; text-shadow: 0 0 4px  rgba(0,0,0,0.6); margin: 0 auto; }

.slideshow_container .slideshow_description_box h1, .slideshow_container .slideshow_description_box h2 {font-size:64px !important; font-weight: 600 !important ; padding: 120px 0px 0; height: 200px; }
.slideshow_container .slideshow_description_box h2 {padding: 50px 0px 0; }

.slideshow_container .slideshow_description_box h3 {font-size: 22px !important; font-weight: 600 !important; line-height: 1.3; padding: 0 !important;}

.slideshow_container a.button-link {display: table !important; margin: 120px auto 0  !important;
        font-size:18px; font-weight: 600; padding: 14px 24px  !important; color:#fff; background-color: #008BB0;
	-webkit-transition: 0.3s ease-in; transition: 0.3s ease-in;}

.slideshow_container a.button-link:hover {background: #fff; color: #008BB0 !important;}



/*Animate*/

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
   }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*GF*/
.gform_wrapper input[type=text], .gform_wrapper textarea {background-color:  #e4f3f3;}
	
/*errors*/
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding: 10px 5px;}
.gform_wrapper div.validation_error {font-size: 140% !important; color: #634B77 !important; border: none !important;  clear: none !important; padding: 0 !important; text-align: left !important;}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .gfield_required {color: #634B77 !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {font-weight: 600; background-color: #ffffff  !important; border: none !important;}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {border: 2px #634B77 solid !important; background-color: #ffffff !important;}
.gform_wrapper .field_description_below .gfield_description {padding-top: 4px !important}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding: 0 !important}

/*smooth scrolling*/
a#scroll-to-top {width: 50px !important; height: 50px !important; border-bottom: 1px rgba(120,120,120,0.5) solid; background: rgba(166,166,166,0.50) url(images/top_arrow_turquoise.png) no-repeat center center !important; background-size: 50px auto !important;}
a:hover#scroll-to-top { background: #008BB0 url(images/top_arrow_white.png) no-repeat center center !important; background-size: 50px auto !important;border-bottom: 1px #1f365f solid}


/**
 * 8.0 Media Queries RWD
 * ----------------------------------------------------------------------------
 */
 
.rwd-tester {display:none; position:fixed; top: 0; right: 0; width: 50px; height: 50px; z-index: 999999}	

@-ms-viewport {width: device-width;}
@viewport {	width: device-width;}


@media (max-width: 999px) {
	/*yellow*/.rwd-tester {background: #FFFF00; }
	
	.site-header {padding: 20px 20px 16px; min-height: 120px; }
	.site-header .home-link {max-width: 160px; min-height: 84px; }

	.nav-menu li a {margin: 0px 6px}
	.content-section.cs-mission {font-size: 100%; padding: 12px 18px 20px; }

.content-section {padding: 20px 40px} 
.pt-cv-wrapper .col-md-12 {padding: 20px 40px !important;}

 
.content-section.cs-split .cs-main {padding: 20px 40px 12px 24px;}
.content-section.cs-split .cs-callout {padding: 20px 24px 12px 20px;} 	
.content-section:nth-child(even).cs-split .cs-main{ padding: 20px 24px 12px 40px;}
.content-section:nth-child(even).cs-split .cs-callout{padding: 20px 20px 12px 24px;}
.content-icon {padding-left: 180px;}

ul.promo-box li  {width: 28%; margin: 6px 3%; }
ul.post-box.pb-bio li {width: 48%; margin-right: 2%}
.post-box.pb-bio .post-thumbnail {max-width: 140px;}
ul.post-box li h1, ul.promo-box li h1{font-size: 100%;}
ul.post-box li h2, ul.promo-box li h2{font-size: 110%;}
	
.timeline {padding: 20px 0; background: #008BB0 url(images/pixel_2_blue.gif) 20% top repeat-y; }
.timeline h3, .timeline p {height: 60px; font-size: 14px; line-height: 1.2;  }
.timeline h3 {padding: 0 10px 0 0; width: 20%; background:none;}
.timeline p {padding: 0 0px 0 10px;width: 78%}

/*SLIDESHOW*/
.slideshow_container .slideshow_description_box h1, .slideshow_container .slideshow_description_box h2 {font-size:42px !important; height: 200px; padding: 120px 0 20px; }
.slideshow_container .slideshow_description_box h2 {padding: 80px 0 20px;}
.slideshow_container a.button-link {margin: 50px auto 0  !important; }	

}

@media (max-width: 767px) {
	/*green*/.rwd-tester {background: #0f0; }
	
	.site-header {padding: 0px 20px 16px;} 
	.site-header .home-link {float: none;}
	.navbar {display: table; float: none; margin: 0 auto}
	.nav-menu li a {margin: 0px 10px 0 0}
	.sub-menu li a {font-size: 13px; padding: 10px 8px;}
	.content-section.cs-mission {padding: 10px 14px 18px; }

ul.post-box.pb-4x li, ul.post-box.pb-5x li  {width: 40%; margin: 10px 9% 10px 0;} 

ul.post-box.pb-bio li {display: block; float: none; clear: both; width: 100%; margin: 10px auto 20px;}
ul.post-box.pb-bio li h1 {padding-top: 20px;}
	
}
@media (max-width: 619px) {
	/*blue	*/.rwd-tester {background: #3300ff;}

html,
button,
input,
select,
textarea {font-size: 13px;}

body {line-height: 1.3; }

h1 /*page title*/ { font-size: 240%; }
h2 /*subtitle*/  {font-size: 180%;}  
h3 /*subsection*/{font-size: 120%;} 
h4 /*section titles*/ {font-size: 110%;margin: 0 0 10px; }
h5 /*labels & intro*/ {font-size: 105%;}

p {	margin: 0 0 10px; }
hr {margin: 10px auto;}
.fl, .fr, .ifl, .alignleft, .ifr, .alignright, .etl, .etr{float: none; margin: 10px 0 5px 0}
		
.content-section.cs-mission {padding: 8px 12px 10px; }	
		
.post-box.pb-bio .post-thumbnail {max-width: none;}	
ul.post-box.pb-bio li h1 {padding-top: 0px;}
	
ul.social-network li {width: 100px; font-size: 12px;  padding: 5px;}
ul.social-network li a.sn-icon {width: 40px; height: 40px; padding: 10px; background-size: 30px auto; }
	
/*SLIDESHOW*/
	
.slideshow {height: 400px; overflow:hidden;}
.slideshow_container .slideshow_description_box h1,
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 { text-align: center !important; width:80% ;   }

.slideshow_container .slideshow_description_box h1, .slideshow_container .slideshow_description_box h2 {font-size:36px !important; 
	height: auto !important; padding: 60px 0 20px; }
.slideshow_container .slideshow_description_box h2 {}
.slideshow_container .slideshow_description_box h3 {font-size: 16px !important;}
.slideshow_container a.button-link {margin: 30px auto 0  !important; font-size:16px; padding: 12px 20px  !important; }
	
.slideshow_container .slideshow_button {margin-top: -60px !important;}
.slideshow_container .slideshow_pagination {bottom: 96px !important; }
	
.fadeIn, .fadeInUp { opacity: 1 !important}


/*no columns*/
.cs-main, .cs-callout, .section-icon, div.columns-3x, ul.post-box.pb-4x li, ul.post-box.pb-5x li,
	ul.promo-box li, .home ul.post-box li, .home ul.promo-box li, .cs-main, .cs-callout {display: block; float: none; width: 100%; }	

	.cs-main, .cs-callout {padding: 0}
.content-section.cs-split .cs-main,
.content-section.cs-split .cs-callout,
.content-section:nth-child(even).cs-split .cs-main,
.content-section:nth-child(even).cs-split .cs-callout{padding: 20px 40px;}
.content-icon {padding-left: 0px;}


div.list-2col, div.list-3col { 
	-moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
	padding-bottom: 0px
}
/*TOGGLE
 * Black: #000000
Turquoise: #008BB0
Grey: #eeeced
Navy: #1f365f

LtBlue:#e4f3f3
Brown: #54311b
Purple: #634B77*/	

	.site-header {padding: 20px 0px 0; height: auto;}
	.site-header .search-form{display: none;}
	.navbar {width: 100%; padding: 20px 0 0; min-height: 0;}
	.main-navigation {min-height: 0;}
	.menu-toggle {
		cursor: pointer;
		display: block;
		width: 100%;
		min-height: 40px;
		margin: 0px;
		border: 0;
		background: #008BB0;
		border-bottom: #ffffff solid 2px;
	}


	.menu-toggle:focus {
		outline: thin dotted;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;	
	}
	
	.toggled-on li,
	.toggled-on .children {
		display: block;
		text-align: center;
		padding: 0;
		width: 100%;
		margin: 0;
		border-bottom: #ffffff solid 1px;
	}

	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		background: #f00;
	}
	
	.toggled-on ul.nav-menu ul a,
	.toggled-on .nav-menu ul ul a {
	width: 100%;
	font-size: 14px;
	padding: 12px 20px 10px;
	text-align: center;
		border: none;
}

	.toggled-on .nav-menu li > ul a {
		width: 100%;
		margin: 0;
	}
	
	.toggled-on .nav-menu li a{margin: 0}
	.toggled-on .nav-menu li a:hover {background: #008BB0;; color: #ffffff;}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	/*purple */	.rwd-tester {background: #C600D2}
	
	
	
}