/*
Theme Name: starter
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://web.ejimford.com
Description: Starter Theme for WordPress
Version: 9.9.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

starter is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*
Red: #ea293e
Orange: #EE500E
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    color: #ea293e;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
    background: #f3f3f3;
    border-left: 10px solid #CBE0ED;
    margin: 1.5em 10px;
    padding: 0.5em 10px 0.5em 20px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.5;
}

blockquote.right {
    background: #CBE0ED;
    border-left: 10px solid #ea293e;
    color: #ea293e;
    margin-top: 0px;
    width: 40%;
    float: right;
    font-size: 80%;
    font-weight: 700;
    padding: 0.5em 5px 0.5em 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


@media only screen and (min-width : 768px) {

    .mobile-only {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#page {
}
#content {
    margin: 0px auto;
    max-width: 1100px;
}
#primary {
    padding: 0px 20px;
}
#secondary {
    padding: 10px;
    background-color: #f0f0f0;
}


/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
	#page {
	}
	#content {
        width: 600px;
	}
	#primary {
	}
	#secondary {
	}
    blockquote.right {
        font-size: 120%;
        margin-left: 50px;
        padding: 0.5em 10px 0.5em 20px;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	#page {
	}
	#content {
        width: 768px;
	}
	#primary {
	}
	#secondary {
	}
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	#page {
	}
	#content {
        width: 900px;
	}
	#primary {
	}
	#secondary {
	}
    body.page-template-page-fullwidth #primary {
        float: none;
        width: 100%;
        max-width: 900px;
        margin: 0px auto;
    }
    body.page-template-page-fullwidth #secondary {
        float: none;
        display: none;
    }
    
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
	#page {
	}
	#content {
        width: 1100px;
	}
	#primary {
	}
	#secondary {
	}
    blockquote.right {
        font-size: 75%;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
#content {
    margin: 0px auto;
    }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
    margin: 0px auto;
    width: 100%;
}

.site-branding {
    margin-left: 10px;
}

.site-title {
    margin-bottom: 0px;
}

.site-title a {
    
}




/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .site-header {
        width: 600px;
    }

	.site-title a {
        
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .site-header {
        width: 768px;
    }
    .site-branding {
        margin-left: 5px;
        width: 340px;
    }

    .site-title a {
	}

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .site-header {
        width: 900px;
    }
    .site-branding {
        margin-left: 15px;
        width: auto;
    }
    .site-title a {
	}
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .site-header {
        width: 1100px;
    }
    .site-branding {
    }
	.site-title a {
	}

}


/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/

.unslider {
    overflow: hidden !important;
}

.slider {
    width: 320px;
    height: 110px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

.slider-text {
    display: block;
    color: #fff !important;
    text-decoration: none;
    height: 85px;
    width: 85px;
    background-size: contain;
    padding: 18px 15px 0px 15px;
    font-size: 65%;
    background-image: url(images/caption.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 999;
    text-align: center;
    opacity: 0.9;
    font-weight: 300;
}
.slider-text.long {
    padding: 10px 15px 0px 15px;
    font-size: 40%;
    line-height: 1.3em;
}

.slider-image {
    display: block;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.unslider {
    overflow: hidden;
    position: relative;
}
.unslider-arrow {
    z-index: 200 !important;
    top: 8px;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: auto !important;
}

.unslider-arrow:hover {
    opacity: 0.8;
}

.unslider-arrow.next {
    display: block;
    text-indent: -99999px;
    background-image: url(images/icon-next.png);
    right: 40px !important;
}

.unslider-arrow.prev {
    display: block;
    text-indent: -99999px;
    background-image: url(images/icon-previous.png);
    right: 50px;
}

/* ===== == = === 21.250em (340px) === = == ===== */
@media only screen and (min-width: 21.250em) {
    .unslider-arrow.next {
        right: 65px !important;
    }

    .unslider-arrow.prev {
        right: 75px;
    }
    
}

/* ===== == = === 23.4375em (375px) === = == ===== */
@media only screen and (min-width: 23.4375em) {
    .slider {
        width: 375px;
        height: 112px;
    }
    .slider-text {
        height: 110px;
        width: 110px;
        padding: 30px 12px 0px 12px;
        font-size: 75%;
    }
    .slider-text.long {
        padding: 15px 12px 0px 12px;
        font-size: 75%;
        line-height: 1.3em;
    }

    .slider-image {
        height: 112px;
    }
    .unslider-arrow {
        top: 12px;
        width: 15px;
        height: 15px;
    }
    .unslider-arrow.next {
        right: 55px !important;
    }

    .unslider-arrow.prev {
        right: 70px;
    }
}

/* ===== == = === 25.875em.5em (414px) === = == ===== */
@media only screen and (min-width: 25.875em) {
    .slider {
        width: 414px;
        height: 123px;
    }
    .slider-text {
        height: 120px;
        width: 120px;
        padding: 24px 15px 0px 15px;
        font-size: 85%;
        text-transform: uppercase;
    }
    .slider-text.long {
        padding: 18px 12px 0px 12px;
        font-size: 75%;
        line-height: 1.3em;
    }

    .slider-image {
        height: 123px;
    }
    .unslider-arrow {
        top: 12px;
        width: 15px;
        height: 15px;
    }
    .unslider-arrow.next {
        right: 55px !important;
    }

    .unslider-arrow.prev {
        right: 70px;
    }
}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .slider {
        width: 600px;
        height: 179px;
    }
    .slider-text {
        top: 20px;
        height: 159px;
        width: 159px;
        padding: 30px 15px 0px 15px;
        font-size: 120%
    }
    .slider-text.long {
        padding: 24px 12px 0px 12px;
        font-size: 105%;
        line-height: 1.3em;
    }

    .slider-image {
        height: 260px;
    }
    

}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    .slider {
        width: 768px;
        height: 229px;
    }
    .slider-text {
        height: 209px;
        width: 209px;
        font-size: 140%;
        padding: 65px 20px 0px 20px;
    }
    .slider-text.long {
        padding: 40px 20px 0px 20px;
        font-size: 115%;
        line-height: 1.5em;
    }
    .slider-image {
        height: 300px;
    }

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .slider {
        width: 900px;
        height: 268px;
    }
    .slider-text {
        top: 30px;
        height: 238px;
        width: 238px;
        font-size: 160%;
        padding: 56px 30px 0px 30px;
    }
    .slider-text.long {
        padding: 45px 30px 0px 30px;
        font-size: 130%;
    }
    .slider-image {
        height: 268px;
    }
}


/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .slider {
        width: 1100px;
        height: 327px;
    }
    .slider-text {
        height: 297px;
        width: 297px;
        font-size: 180%;
        padding: 93px 30px 0px 30px;
    }
    .slider-text.long {
        padding: 51px 30px 0px 30px;
        font-size: 165%;
    }

    .slider-image {
        height: 327px;
    }
}

/* ===== == = === 75.000em (1200px) === = == ===== */
@media only screen and (min-width : 75.000em) {
    .slider {
        width: 1200px;
        height: 357px;
    }
    .slider-text {
        height: 327px;
        width: 327px;
        font-size: 210%;
        padding: 103px 30px 0px 30px;
        right: 40px;
    }
    .slider-text.long {
        padding: 60px 30px 0px 30px;
        font-size: 175%;
    }

    .slider-image {
        height: 357px;
    }
    
}
/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .slider {
        width: 1300px;
        height: 387px;
    }
    .slider-text {
        top: 40px;
        height: 338px;
        width: 350px;
        font-size: 210%;
        padding: 110px 30px 0px 30px;
    }
    .slider-text.long {
        padding: 71px 30px 0px 30px;
        font-size: 180%;
    }

    .slider-image {
        height: 387px;
    }
}


/* ===== == = === 87.500em (1400px) === = == ===== */
@media only screen and (min-width : 87.500em) {
    .slider {
        width: 1400px;
        height: 417px;
    }
    .slider-text {
        top: 40px;
        height: 338px;
        width: 350px;
        font-size: 210%;
        padding: 110px 30px 0px 30px;
    }

    .slider-image {
        height: 417px;
    }
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #CBE0ED;
	border-top: 1px solid #ddd;
    font-size: 80%;
    padding: 1.2em 2em;
	font-weight: 500;
    margin-top: 20px;
    min-height: 100px;
}
.site-footer .footer-links {
}

.site-footer .site-info {
    max-width: 900px;
    margin: 0px auto;
}

.site-footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.site-footer li {
    float: left;
    padding: 0px 10px;
    font-size: .9em;
    background: url(images/marker.gif) no-repeat 0% 7px;
    height: 40px;
    padding: 5px 15px 0px 18px;
}
.site-footer li a {
    text-decoration: none;
}


.site-footer .menu-main-menu-container {
    width: 370px;
    float: right;
}


.site-footer .copyright {
    clear: both;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #254A6E;
    font-size: 16px;
    line-height: 1;
    padding: .6em 1em .6em;
    background-color: #254A6E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
textarea {
    padding: 10px;
    font-weight: 400;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ea293e;
}

a:visited {
	color: #ea293e;
}

a:hover,
a:focus,
a:active {
	color: #EE500E;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.button {
    background-color: #254A6E;
    color: #fff;
    display: block;
    border: 2px solid #254A6E;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

a.button:hover {
	background-color: #fff;
    color: #254A6E;
}

nav.pagination {
    clear: both;
    text-align: center;
}

nav.pagination a {
    display: inline-block;
    padding: 0px 4px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    text-transform: uppercase;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 5px 36px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
    width: 100%;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: none;
    border-right: none;
    margin: 18px 0px;
    color: #ea293e;
    border-color: #ea293e;
    background-color: #CBE0ED;
    border-radius: 0px;
}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .main-navigation a {
        padding: 12px 12px;
    }
}


/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		position: absolute;
        right: 0px;
        top: 15px;
        width: 420px;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation li {
        float: left;
    }
    .main-navigation li:first-child a {
        border-left: 1px solid #e7e7e7;
    }
    .main-navigation a {
        padding: 12px 9px;
        font-size: 10px;
        border-bottom: none;
        border-right: 1px solid #e7e7e7;
    }
    .main-navigation a span {
        display: none;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
	.main-navigation {
        top: 40px;
        width: 450px;
	}
    
    .main-navigation a {
        padding: 12px 10px;
        font-size: 10px;
    }
}

/* ===== == = === 62.5 (1000px) === = == ===== */
@media only screen and (min-width : 62.5em) {
    .main-navigation {
        width: 580px;
    }
    .main-navigation a {
        font-size: 11px;
    }
    .main-navigation a span {
        display: inline;
    }


}



/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .main-navigation {
        width: 630px;
    }
    .main-navigation a {
        font-size: 12px;
    }
}

/* ===== == = === 81.25em (1300px) === = == ===== */
@media only screen and (min-width : 81.25em) {
    .main-navigation {
        width: 680px;
    }
    .main-navigation a {
        padding: 12px 15px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
    font-size: 75%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
    font-size: 75%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter, .alignright, .alignleft {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}


@media only screen and (min-width : 768px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        clear: none;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
        clear: none;
    }
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
    padding: 0px 10px;
}

body.page-id-14 .widget#text-4 {
    display: none;
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    #secondary .widget {
        width: 50%;
        float: left;
    }
    #secondary #text-3 {
        clear: left;
    }
    

}


/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    #secondary .widget {
        width: 33%;
        float: left;
    }
    #secondary #text-3 {
        clear: none;
    }

}


.widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.widget a {
	text-decoration: none;
    color: #392806;
}

.widget a:hover {
    color: #ea293e;
}

.widget a .fa{
	font-size: 1.25em;
}

.widget_recent_entries {
    padding: 0px 10px 0px 0px;
}

.widget_recent_entries h2 {
    padding: 0px 10px;
    margin: 24px 0px 13px 0px;
}

.widget_recent_entries a {
    font-size: 85%;
    padding: 10px;
    border-bottom: 1px dotted #e4e4e4;
    line-height: 1.2em;
    display: block;
}

.widget_recent_entries li:last-child a {
    border-bottom: none;
}

.widget_recent_entries a:hover {
    background-color: #e4e4e4;
}

    
    

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .widget .widget-title {
        margin: 24px 0px 13px 0px;
    }

}




/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-title,
.entry-title {
    font-weight: 600;
    font-size: 24px;
}

body.single-post .entry-title, body.page-id-14 .entry-title {
    font-weight: 300;
    text-align: center;
}

body.single-post img.singlefeatured {
    width: 80%;
}

body.single-post span.posted-on {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

body.single-post span.posted-on a {
    text-decoration: none;
    color: #666;
}


body.single-post .category-blog img.singlefeatured, .category-blog .entry-content img {
    width: 80%;
    max-width: 400px;
    border-radius: 50%;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
    font-size: .9em;
}

.page-content h1,
.entry-content h1 {
    font-size: 36px;
}

.page-content h2,
.entry-content h2 {
    font-weight: 300;
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 0px;
    clear: none;
}


.page-content h3,
.entry-content h3 {
	margin-bottom: 0px;
    font-weight: 600;
    font-size: 24px;
    clear: none;
}

.page-content ul,
.entry-content ul {
	margin-left: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer {
    font-size: 80%;
}



.post-edit-link {
    background-color: #ccc;
    color: #000 !important;
    font-size: 100%;
    text-transform: lowercase;
    border: 1px solid #010948;
    display: block;
    width: 120px;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 300;
}

.post-edit-link:hover {
    background-color: #fff;
    color: #010948 !important;
}



/* Blog Slider */

.slider_post_single {
    display: block;
}

.slider_post_single_image {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (max-width: 37.5em) {
    .tp-caption.Gym-Display {
        font-size: 18px !important;
    }
}


/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .slider_post_single {
        width: 50%;
        float: left;
        padding: 10px;
    }
    
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.single-post .entry-title {
        font-size: 36px;
    }
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .slider_post_single {
        width: 25%;
    }
    
    body.single-post .entry-title {
    }
    
}



/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    body.single-post img.singlefeatured {
        width: 60%;
    }
    body.single-post .entry-content {
        font-size: 1.5em;
        font-weight: 300;
    }
    body.single-post .category-press .entry-content {
        text-align: center;
    }
    body.single-post blockquote {
        text-align: left;
    }
    body.single-post .entry-footer {
        text-align: center;
    }
}




/* Modern Page */



body.page-template-page-modern #masthead .masthead_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
}



body.page-template-page-modern #primary {
    padding: 0px 20px 20px 20px;
}



body.page-template-page-modern .entry-header {
    display: none;
}

body.page-template-page-modern .entry-content {
}

p.social a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}


div.wpcf7 {
    max-width: 400px;
    margin: 0px auto;
}

div.wpcf7 label {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.page-template-page-modern .entry-content {
    }
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    body.page-template-page-modern .main-navigation {
        top: 20px;
        
    }
}


/* ===== == = === 81.250em (1300pm) === = == ===== */
@media only screen and (min-width : 81.250em) {
    body.page-template-page-modern .entry-content {
    }
}





@media only screen and (max-width: 495px) {
    #rev_slider_2_2_wrapper .tp-parallax-wrap {
    }
    #rev_slider_2_2_wrapper .tp-parallax-wrap #slide-3-layer-1, #rev_slider_2_2_wrapper .tp-parallax-wrap #slide-4-layer-1 {
        font-size: 36px !important;
    }
    #rev_slider_2_2_wrapper .tp-parallax-wrap #slide-3-layer-2, #rev_slider_2_2_wrapper .tp-parallax-wrap #slide-4-layer-2 {
        max-width: 320px !important;
        min-width: 320px !important;
        font-size: 13px !important;
        line-height: 16px !important;
    }
    
}


/* Blog List and Archives */
body.archive .entry-content, body.archive .entry-footer, body.blog .entry-content, body.blog .entry-footer {
    display: none;
}   



body.blog article a, body.archive article a {
    text-decoration: none;
}

body.archive article .entry-title, body.blog article .entry-title {
    font-weight: 300;
    margin-top: 0px;
    min-height: 110px;
    font-size: 120%;
}

body.archive .posted-on, body.blog .posted-on {
    font-size: 75%;
}
body.archive .posted-on a, body.blog .posted-on a {
    color: #666;
}

.category-raising-multicultural-children .page-title {
    font-size: 36px;
    font-weight: 300;
}

.section-intro {
    background-color: #CBE0ED;
    padding: 10px 15px 5px 15px;
    font-size: 90%;
    max-width: 900px;
    margin: 0px auto;
}
.section-intro h2 {
    font-size: 16px;
    font-weight: 700;
}
/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 48em) {
    body.archive article, body.blog article {
        margin-right: 12px;
        width: 31%;
        float: left;
    }
    body.archive.category-raising-multicultural-children article {
        width: 47%;
    }
    body.archive.category-raising-multicultural-children article .entry-title {
        min-height: 0px;
    }
    body.archive article:nth-child(3n+2), body.blog article:nth-child(3n+2) {
        clear: left;
    }
    body.archive.category-raising-multicultural-children article:nth-child(3n+2) {
        clear: none;
    }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    body.archive article, body.blog article {
        margin-right: 20px;
    }
}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .section-intro {
        font-size: 75%;
    }
}

/*--------------------------------------------------------------
## Landing/Lead Generation
--------------------------------------------------------------*/

.page-template-page-lead #masthead, .page-template-page-lead #content {
    max-width: 1024px;
}

.page-template-page-lead .site-title a {
    display: block;
    max-width: 400px;
}

.page-template-page-lead #site-navigation {
    display: none;
}


.page-template-page-lead .entry-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0px 0px 16px 0px;
}

.page-template-page-lead .entry-content {
    margin-top: 0px;
    position: relative;
}
.lead-form {
    background-color: #CBE0ED;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    margin: 30px 0px 0px 0px;
}
.lead-form h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.lead-form input, .lead-form textarea {
    width: 100%;
}

.lead-pitch h1 {
    font-weight: 300;
    font-size: 36px;
}
h2.lead-subhead, .lead-pitch h2 {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 600;
}

.lead-pitch h3 {
    margin-bottom: 4px;
    font-weight: 400;
}

.lead-pitch p {
    margin: 0px 0px 16px 0px;
}
.lead-pitch ul {
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 30px;
}
.lead-pitch ul li {
    margin: 0px 0px 8px 0px;
}


@media only screen and (min-width : 600px) {
    .page-template-page-lead .entry-title {
        font-size: 30px;
    }
    h2.lead-subhead, .lead-pitch h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width : 768px) {
    .lead-pitch {
        float: left;
        width: 60%;
        padding: 10px 10px 10px 0px;
    }
    .lead-form {
        float: right;
        width: 40%;
    }
}

@media only screen and (min-width : 900px) {
    .lead-pitch {
        width: 65%;
        padding: 20px 20px 20px 0px;
    }
    .lead-form {
        width: 35%;
        padding: 20px 20px 20px 20px;
    }
}


/*--------------------------------------------------------------
## Book Launch Page
--------------------------------------------------------------*/

.header-order {
    width:280px;
    margin: 0px auto;
}
.button-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px auto;    
}

.page-template-page-book #content {
    max-width: 900px;
}

.page-template-page-book .entry-content {
    margin-top: 0px;
    font-size: 18px;
}

.page-template-page-book .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}
.page-template-page-book .entry-content p {
    margin-top: 0px;
}

.page-template-page-book .entry-content strong {
    color: #ea293e;
}


.page-template-page-book blockquote {
    font-size: 22px;
    font-weight: 300;
    border-left: none;
    padding: 30px 20px 30px 20px;
    background-color: #eee;
    background-image: url(images/blockquote.png);
    background-position: top 5px left 5px;
    background-size: 103px;
    background-repeat: no-repeat;
    color: #000;
    font-style: italic;
}
.page-template-page-book blockquote p {
    margin-bottom: 0px;
}

.page-template-page-book rs-module-wrap {
    display: none !important;
}


@media only screen and (min-width : 768px) {
    .page-template-page-book .entry-header {
        display: none;
    } 
    .page-template-page-book rs-module-wrap {
        display: block !important;
    }
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
body.home #masthead {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}


body.home .entry-content {
    margin-top: 130px;
}


@media only screen and (min-width : 768px) {
    body.home .entry-content {
        margin-top: 80px;
    }
}


/*--------------------------------------------------------------
## MailChimp Form
--------------------------------------------------------------*/
.mc4wp-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.mc4wp-form input[type="email"] {
    padding: 5px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #254A6E;
}

.mc4wp-alert {
    text-align: center;
    font-weight: 700;
    color: #ea293e;
}

@media only screen and (min-width : 768px) {
    .mc4wp-form input {
        display: block;
        max-wi: 100%;
        margin-bottom: 10px;
    }
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
    filter: grayscale(100%);
    -webkit-transition: 250ms -webkit-filter linear;
    -moz-transition: 250ms -moz-filter linear;
    -moz-transition: 250ms filter linear;
    -ms-transition: 250ms -ms-filter linear;
    -o-transition: 250ms -o-filter linear;
    transition: 250ms filter linear, 250ms -webkit-filter linear;

}

.gallery-item:hover img {
    filter: grayscale(0%);
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-4 .gallery-item img {
	max-height: 150px;
    width: auto;
}


.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
