/*
 Theme Name:   Genesis Child Theme - SW
 Description:  Genesis Framework child theme 
 Author:       Sea World
 Author URI:   http://seaworld.com
 Template:     genesis
 Version:      1.0.0
 Text Domain:  genesis-child
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/

/*
Import
---------------------------------------------------------------------------------------------------- */
@import url("//hello.myfonts.net/count/2ba5e6");
@import url(css/fontello.css);
@import url(//cloud.typography.com/7513712/646524/css/fonts.css);

@font-face {font-family: 'ClubTypeBlackStd-Italic';src: url('css/font/2BA5E6_0_0.eot');src: url('css/font/2BA5E6_0_0.eot?#iefix') format('embedded-opentype'),url('css/font/2BA5E6_0_0.woff') format('woff'),url('css/font/2BA5E6_0_0.ttf') format('truetype'),url('css/font/2BA5E6_0_0.svg#wf') format('svg');}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,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-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #243288;
    font-family: 'Gotham A', 'Gotham B', sans-serif; 
    font-weight: 400; 
    font-style: normal;
	font-size: 18px;
    line-height: 1.625;
}

body.home {
    background-color:#243288;
    color:#fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #f58220;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #5ac6cc;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
    border:none;
	box-shadow: none;
	color: #253586;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #253586;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #253586;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fbe91a;
	border: none;
    border-radius:8px;
    text-transform:uppercase;
	color: #253586;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	width: auto;
    -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-widgets .more-link {
	color:#f58220;
}

.home-widgets .more-link:hover {
    color:#000;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
    margin-top:60px;
	clear: both;
}

.home .site-inner {
    margin-top:0;
}

.centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 80px 0;
	width: 880px;
}

.centric-pro-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 42px;
    text-align:center;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #8bd3f5;
}

.widget-title {
	font-size: 38px;
    padding-bottom:20px;
	margin-bottom: 20px;
    border-bottom:1px solid #243288;
}

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
    max-width:100% !important;
    width:100% !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    
}

.sl-container {
    float:left; 
    padding:1px 0;
    font-size:24px;

}

.sl-container span {

    font-weight:bold;
    padding: 2px 16px 2px 5px;
    color:#fff;
}

.sl-container a {
    color:#f58220;
    display:inline-block;
    -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
}

.sl-container a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color:#f58220;
}

.sl-container a:active {
    -webkit-transition: all 0.05s ease-out;
	-moz-transition:    all 0.05s ease-out;
	-ms-transition:     all 0.05s ease-out;
	-o-transition:      all 0.05s ease-out;
	transition:         all 0.05s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sl-container a:before {
     /*-webkit-box-shadow:inset 0 0 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:inset 0 0 8px 0px rgba(0,0,0,0.5);
    box-shadow:inset 0 0 8px 0px rgba(0,0,0,0.5);   */
}



/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #243288;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
    -webkit-box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);
    -moz-box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);
    box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);
}

.admin-bar .site-header {
	top: 32px; 
}
    
.bumper {
	min-height: 160px;
}

.site-header .wrap {
	padding: 10px;
	max-width: 960px;
    margin:0 auto;
    padding-left:90px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.logo {
    position:fixed;
    top:-50px;
    left:-80px;
    background-image:url(/wp-content/uploads/2014/08/logo.png);
    width:330px;
    height:170px;
    -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
    z-index:99999;
}

body.admin-bar .logo {
    top:-18px;
}

.logo a {
    display: block;
    width: 320px;
    height: 140px;
}

.logo:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 740px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
    margin-right:20px;
}

.genesis-nav-menu .menu-item:last-of-type {
        
}

.genesis-nav-menu li a {
    background-color:#5ac6cc;
	color: #243288;
    font-size:18px;
    font-weight:bold;
	display: block;
	padding: 12px 28px;
    border-radius:8px;
    -webkit-box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
    box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
    
    -webkit-box-shadow:inset 0 0 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:inset 0 0 10px 0px rgba(0,0,0,0.35);
    box-shadow:inset 0 0 10px 0px rgba(0,0,0,0.35);
        
    -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
        -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.05s ease-out;
	-ms-transition:     all 0.05s ease-out;
	-o-transition:      all 0.05s ease-out;
	transition:         all 0.05s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    font-weight:bold;
    color:#fff;
}

.genesis-nav-menu li a:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color:#006e79;
	color: #fff;
    -webkit-box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
    box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
}*/

.genesis-nav-menu .current-menu-item > a {
    font-weight:bold;
    color:#fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #8bd3f5;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
    float:left;
    display:none;
}

.site-header .nav-primary {
    display:inline-block;
}

.nav-primary .wrap {
    padding:0 !important;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
    font-size:30px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets {
    overflow:hidden;   
}

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets h1 {
    font-size:68px;
    line-height: 1;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

/*.home-widgets .widget:first-child {
	padding-top: 140px;
}

.home-widgets .widget:last-child {
	padding-bottom: 140px;
}*/

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}

.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured {
    position:relative;
}

.home-featured .wrap {
	margin-top: -160px;
	max-width: 782px;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-first {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 200px 0;
	font-size: 20px;
}

.home-featured .home-widgets-first .featuredpage {
    margin-bottom:0;
}

.home-featured .live-stream-mobile {
    display:none;
}

.home-widgets-first h1 {
	font-size: 80px;
	line-height: 1;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.home-widgets-first .scroll {
    color:#f58220;
    margin-bottom:0;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.arrow {
    position:absolute;
    bottom:20px;
    left:0;
	margin: 0;
	text-align: center;
	width: 100%;
    height:75px;
}

.arrow a {
    width:150px;
    display: block;
    margin: 0 auto;
    height: 100%;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
    background-image:url(images/arrow.png);
    background-repeat:no-repeat;
    background-size: auto 60%;
    background-position: bottom center;
    -webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
}


.arrow a:hover {
    color:#f58220;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


body.admin-bar .logo {
    top:-18px;
}

.club {
    font-family:'ClubTypeBlackStd-Italic', sans-serif;
}

.full-rendering {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    display:none;
}

.full-rendering a { 
    font-size: 20px;
}

.logo a {
    display: block;
    width: 320px;
    height: 140px;
}

/*.arrow a:before { 
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}*/

.home-widgets .widget-area {
    
}

.parallax {
    position:relative;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50% 0px;
}

.blur {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

.image-mask {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50% 0px;
    z-index:-1;
}

.mhome {
    overflow-y:hidden;
}

.quote-section .widget-wrap {
    font-size:34px;
    padding:80px 0 !important;
    color:#243288;
    font-style:italic;
    line-height:1.2;
}

.quote-section p {
    margin-bottom:0 !important;
}

.home .text-section {
    position:relative;
}

.home .text-section h1 {

}

.home .text-section p,
.home-widgets-form .gform_description {
    font-size:48px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.home-widgets-links {
	position: relative;
	/*border-top: 60px solid transparent;
	margin-top: -60px;*/
    color:#fff;
    background-size:cover;
    background-position:center center;
}

.home-widgets-links:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-links .featured-page {
    z-index:1;
}

.home-widgets-links .color-mask {
    background-color:rgba(36,50,136,0.77);
}

.home-widgets-links h1 {
    margin-bottom:40px;
}

.home-widgets-links .link {
    display:block;
    background-color:#243288;
    width:100%;
    padding:60px 0;
    font-size:36px;
    font-weight:bold;
}

.home-widgets-links .first-link {
    color:#f58220;
    border:2px solid #f58220;
}

.home-widgets-links .first-link:hover {
    background-color:#f58220;
    color:#243288;
}

.home-widgets-links .second-link {
    color:#5ac6cc;
    border:2px solid #5ac6cc;
}

.home-widgets-links .second-link:hover {
    background-color:#5ac6cc;
    color:#243288;
}

.home-widgets-links .third-link {
    color:#fbe91a;
    border:2px solid #fbe91a;
}

.home-widgets-links .third-link:hover {
    background-color:#fbe91a;
    color:#243288;
}

.home-widgets-quote-1 {
    background-color:#8bd3f5;
}

.home-widgets-section-1 {
    /*padding:100px 0;*/
}

.home-widgets-section-1 h1 {
    color:#ffc20e;
}

.home-widgets-quote-2 {
	background-color: #ffc20e;
}

.home-widgets-section-2 {

}
.home-widgets-section-2 h1 {
    color:#f58220
}

.home-widgets-quote-3 {
	background-color: #f58220;

}


.home-widgets-section-3 h1 {
    color:#fbe91a;
}
    
.home-widgets-quote-4 {
    background-color:#fbe91a;
}

.home-widgets-form {
    position:relative;
}

.home-widgets-form p:last-of-type {
    display:inline-block;
    margin-top:40px;
}

.home-widgets-form .gform_heading {
    text-align:center;
    width:100% !important;
}

.home-widgets-form div.gform_wrapper li {
    width:25%;
    float:left;
    clear:right !important;
    padding-right:20px;
    margin-top:0;
}

.home-widgets-form div.gform_wrapper input[type="text"] {
    font-size:14px;
    width:100% !important;
    padding:13px 16px;
}

.home-widgets-form div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 24px;
    padding: 10px 50px;
}

.home-widgets-form div.gform_body {
    display:inline-block;
    float:left;
    width:87%;
}

.home-widgets-form div.gform_footer {
    display:inline;
    padding-left:20px;
}

.home-widgets-form .checkboxes {
    width:114% !important;
    float:none;
    padding-right:0;
} 

.home-widgets-form .checkboxes li:last-of-type {
    width:18%;
}

.home-widgets-form .checkboxes input[type="checkbox"] {
    float:right !important;
    font-size:16px;
    margin:9px !important;
}

.home-widgets-form .checkboxes input[type="checkbox"]:checked + label {
    font-weight:normal !important;
}

.home-widgets-form .checkboxes label {
    float:right;
    font-style:italic;
    color:#8bd3f5;
    font-size:20px;
    text-shadow:1px 1px #000;
}

.home-widgets-form .mobile {
    display:none;
}

.home-widgets-last {
    background-color:#8bd3f5;
    color:#243288;
}

.home-widgets-last .widget-wrap {
    padding:60px 0 !important;
}

.home-widgets-last .widget {
    text-align:left;
}

.home-widgets-last .widget.widget-easy-twitter-feed-widget-kamn {
    padding:0;
    margin-top:-26px;
}

.home-widgets-last article:last-of-type {
    display:none;
}

.home-widgets-last .one-third.first article {
    display:block;
}

.home-widgets-last .widgets_on_page .entry-title {
    text-align:left;
    font-size:24px;
}

.home-widgets-last .widgets_on_page li {
    padding:0 !important;
}

.home-widgets-cares {
    display:none;
    background-color: #8bd3f5;
}

.home-widgets-cares img {
    max-width:175px;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
    height:100%;
	padding: 0;
	margin: 0 auto;
}

/*.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}*/

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 160px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	/*margin-bottom: -148px;
	margin-top: -140px;*/
}

/*.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}*/

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

.single .entry-content,
.category .entry-content {
    font-size:24px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #8bd3f5;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #8bd3f5;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #e5e5e5;
    background-color:#fff;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar .entry-title {
    text-align:left;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}

.sidebar .link {
    display:block;
    width:100%;
    padding:60px 0;
    font-size:26px;
    font-weight:bold;
    border-radius:8px;
    text-align:center;
    margin-bottom:40px;
}

.sidebar .first-link {
    color:#f58220;
    border:2px solid #f58220;
}

.sidebar .first-link:hover {
    background-color:#f58220;
    color:#fff;
}

.sidebar .second-link {
    color:#5ac6cc;
    border:2px solid #5ac6cc;
}

.sidebar .second-link:hover {
    background-color:#5ac6cc;
    color:#fff;
}

.sidebar .third-link {
    color:#fbe91a;
    border:2px solid #fbe91a;
}

.sidebar .third-link:hover {
    background-color:#fbe91a;
    color:#fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #243288;
	clear: both;
	padding-top:40px;
    padding-bottom:80px;
    font-size:12px;
     -webkit-box-shadow:inset 0 14px 16px -16px rgba(0,0,0,0.75);
    -moz-box-shadow:inset 0 14px 16px -16px rgba(0,0,0,0.75);
    box-shadow:inset 0 14px 16px -16px rgba(0,0,0,0.75);
}

.footer-widgets h6 {
    margin-bottom:4px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
    text-decoration:underline;
}

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets .widget-area .widget_text ul {
    margin-bottom:20px;
}

.footer-widgets .widget-area .widget_text ul:last-of-type {
    margin-bottom:0;
}

.footer-widgets li {
	margin-bottom: 10px;
    margin-left:10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 165px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	margin-right: 58px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	float: left;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
/*-webkit-box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);
    -moz-box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);
    box-shadow:0 -2px 16px 0 rgba(0,0,0,0.75);*/
.site-footer {
	background-color: #243288;
	color: #fff;
	font-size: 12px;
    text-align:center;
    -webkit-box-shadow:inset 0 -14px 16px -16px rgba(0,0,0,0.75);
    -moz-box-shadow:inset 0 -14px 16px -16px rgba(0,0,0,0.75);
    box-shadow:inset 0 -14px 16px -16px rgba(0,0,0,0.75);
}

.site-footer .wrap {
    padding:20px 0 80px;
    border-top:1px solid #f58220;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
    text-decoration:underline;
}

.site-footer p {
	margin-bottom: 0;
}


/* Pages
--------------------------------------------- */

body.page,
body.single,
body.category {
    background-image:url(/wp-content/uploads/2014/08/page-background.jpg);
    background-attachment:scroll;
    background-position:top left;
    background-size:cover;    
    background-repeat:no-repeat;
}

body.no-back {
    background-attachment:fixed;
}

body.page .site-inner,
body.single .site-inner {
    background-color:rgba(255,255,255,0.85);
}

body.page-background-image .site-inner {
    background-color:rgba(255,255,255,0.85);
}

.page .content .sl-container {
    font-size:50px;
    margin-bottom:40px;
}

.page .content .sl-container span {
    color:#243288;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.logo {
		background: url(/wp-content/uploads/2014/08/logo@2x.png);
		background-size: 330px 170px;
	}

}

@media only screen and (max-width: 1360px) {

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}
	
    .home-widgets-form .checkboxes label {
        font-size:18px;
    }

    .home-widgets-form .checkboxes input[type="checkbox"] {
        margin:8px 10px !important;
    }
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4, 
    .footer-widgets-5 {
        margin-right:30px;
    }
}

@media only screen and (max-width: 1280px) {
    .home-widgets-form div.gform_body {
        width:85% !important;
    }
}

@media only screen and (max-width: 1220px) {

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 540px;
	}
    
    .site-header .sl-container {
        float:right;
        margin-top:8px;
        margin-right:40px;
    }
    
    .site-header .nav-primary {
        float:right;
        margin-top:12px;
    }
    
    .site-header .wrap {
        max-width:100%;
        padding:10px 40px;
    }
    
    .responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: inline-block;
        float:right;
	}

    .site-header .genesis-nav-menu {
        width:auto;
        position:absolute;
        top:48px;
        right:-40px;
        background-color:#243288;
        padding:12px 0;
        border-top:1px solid #fff;
    }

    .genesis-nav-menu li {
        display:block;
    }
        
    .genesis-nav-menu li a {
        background-color:transparent;
        color:#fff;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        text-align:center;
    }
    
    .parallax,
    .image-mask {
        background-attachment:scroll;
    }
    
    .mhome .color-mask {

    }
    
    .home-featured .live-stream {
        display:none;
    }
    
    .home-featured .live-stream-mobile {
        display:block;
    }
    
    .text-section .color-mask, 
    .home-widgets-form .color-mask {
        background-color:rgba(0,0,0,0.4);
        height:100%;
    }
    
    .full-rendering { 
        /*display:block;*/
    }
	
    .sidebar-primary {
		width: 300px;
	}

	/*.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets-4 {
		width: 450px;
	}*/
	
    .home-widgets-form div.gform_body {
        width:100% !important;
    }
    
    .home-widgets-form .checkboxes {
        width:66% !important;
    }
    
    .home-widgets-form .checkboxes li {
        width:50% !important;
    }
    
    .home-widgets-form div.gform_body .gfield.gfield_contains_required:last-of-type {
        padding-right:0 !important;
    }
    
    .home-widgets-form div.gform_footer {
        float:right;
        padding-right:20px;
        margin-top:-80px;   
    }
    
    .home-widgets-form .mobile {
        display:block;
    }
    
    .home-widgets-form .no-mobile {
        display:none;
    }

    .home-widgets-cares {
        display:block;
    }
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4, 
    .footer-widgets-5 {
        margin-right: -6px;
        padding-right: 24px;        
    }

    .home-widgets-links,
    .home-widgets-last,
    .footer-widgets {
        display:none;
    }
    
    .site-footer .wrap {
        border-top:none;
        padding:40px 0;
    }

/*	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}*/

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 782px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	/*.home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }*/

    /*.footer-widgets .wrap {
        padding:0 40px;
        max-width:100%
    }*/
    
	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {

	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	/*.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}
	
	.footer-widgets-4 {
		width: 100%;
	}*/
	
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4, 
    .footer-widgets-5, 
    .footer-widgets-6 {
        float: left;
        margin-left: 2.564102564102564%;
        width: 30.623931623931625%;
        min-height:275px;
        margin-right: 0;
        padding-right: 0;
    }
    
    .home-widgets h1 {
        font-size:48px;
    }
    
    .quote-section p,
    .home .text-section p,
    .home-widgets-form .gform_description {
        font-size:28px;
    }
    
    .quote-section .widget-wrap {
        padding:40px 0 !important;
    }
    
    .featuredpage .widget-wrap article {
        padding:0 20px; 
    }

    
}

@media only screen and (max-width: 860px) {
    .home-widgets-form .checkboxes label {
        font-size:16px;
    }
    .home-widgets-form .checkboxes input[type="checkbox"] {
        margin:5px 10px !important;
    }
    
    .home-widgets-form div.gform_footer {
        margin-top:-74px;
    }
    .page article {
        padding:0 20px;
    }
    
    .page .sidebar {
        padding:30px 20px;
    }
}

@media only screen and (max-width: 782px) {

	body {
		font-size: 16px;
	}
    
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	/*.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}*/

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.archive-title,
    .entry-title {
		font-size: 30px;
	}
	
	/*.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	*/
    
    .home-widgets-first h1 {
        font-size:50px;
    }
    
	.home-featured .home-widgets-first {
		padding: 120px 0 60px;
	}

}

@media only screen and (max-width: 728px) {
    .home-widgets-form div.gform_wrapper li {
        width:50%;
        margin-bottom:20px;
    }
    
    .home-widgets-form .checkboxes {
        width:100% !important;
    }
    
    .home-widgets-form div.gform_footer {
        margin-top:0;
        padding:0 20px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4, 
    .footer-widgets-5, 
    .footer-widgets-6 {
        width:50%; 
        margin:0;
    }   
}

@media only screen and (max-width: 480px) {

	body,
	.home-featured .home-widgets-first {
		font-size: 16px;
	}
	/*
    .genesis-nav-menu {
        margin-top:100px;
    }
    
    .genesis-nav-menu .menu-item {
        display:block;
        width:100%;
        float:left;
    }

    
    .site-header .sl-container {
        float:none; 
        text-align:center;
        margin-right:0;
    }
    
	.site-header .sl-container a {
        margin:0 10px;
        
    }
    */
    .logo {
        left:-150px;
    }
    
    .site-header .wrap {
        padding-right:16px;
    }
    
    .site-header .sl-container {
        margin-right:20px;
    }
    
    .site-header .sl-container span {
        display:none;
    }
    
    .home-featured h1 {
        font-size:28px;
    }
    
    .home-featured .featuredpage .widget-wrap article {
        padding:0;
    }
    

    
    .home-widgets h1 {
        font-size:32px;
    }
    
    .quote-section .widget-wrap {
        padding:60px 40px;
    }
    
    .quote-section p,
    .home .text-section p,
    .home-widgets-form .gform_description {
        font-size:20px;
    }
    
    .link {
        font-size:20px;
    }
    
    .home-widgets {
        padding:0 !important;
    }
    .home-widgets-form div.gform_wrapper li {
        padding-right:0 !important;
        padding-left:0 !important;
    }
    
    .home-widgets-form div.gform_wrapper li {
        width:100%;
    }
    .home-widgets-form .checkboxes li {
        width:100% !important;

    }
    .home-widgets-form .checkboxes label {
        font-size:20px;
        float:left;
    }
    
    .home-widgets-form .checkboxes input[type="checkbox"] {
        margin:10px 0 10px 10px !important;
    }
    
    .home-widgets-form div.gform_footer {
        width:100%;
        padding:0;
    }
    
    .home-widgets-form div.gform_wrapper .gform_footer input[type="submit"] {
        width:100%;
    }
    
    .home-widgets-form .checkboxes li:last-of-type label {
        padding-left:0;
    }
    
    .home-widgets-form div.gform_wrapper li {
        margin-bottom:10px;
    }
    
    .home-widgets-form .checkboxes {
        display:none;
    }
    
    .home-widgets .featuredpage .widget-wrap {
        padding:40px 0 0;
    }
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4, 
    .footer-widgets-5, 
    .footer-widgets-6 {
        width:100%;
        min-height:0;
        margin-bottom:40px;
        padding-left:40px;
    }  
    
    .footer-widgets h6 {
        font-size:24px;
    }
    
    .footer-widgets {
        font-size:18px;
    }
}

.ie-mobile {
    display:none;
    position:absolute;
    width:1px;
    height:1px;
    top:-100px;
    left:-100px;
}

.i4-mobile {
    display:none;
    position:absolute;
    width:1px;
    height:1px;
    top:-99px;
    left:-99px;
}

@media screen and (min-width:0\0) { 
    /*.home-widgets-form .checkboxes {
        display:none;
    }
    .home-widgets-form div.gform_footer {
        padding-top:20px;
        display:block;
    }*/
}
 
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {

    .site-header {
        position:absolute;
        top:0;
        left:0;
        width:100%;
    }
    .logo {
        position:absolute;
        top:-50px;
        left:-150px;
    }
    .i4-mobile {
        display:block;
    }
    
}