/*
Theme Name: accorn
Theme URI: http://underscores.me/
Author: Rachel Oakes
Author URI: http://glantz.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accorn
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.

accorn is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Main Content Area 
	## Footer
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Khula', sans-serif;
	font-size: 16px;
	font-size: 1.5em;
	line-height: 1.5;
}
body, html {
	height: 100%;
	max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Khula', sans-serif;
}
h2 {
	color: #00ACA2;
	font-size: 20px;
}
p {
	margin-bottom: 1.5em;
	font-family: 'Khula', sans-serif;
	font-size: 1em;
}

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:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
	font-family: 'Khula', sans-serif;
}

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

#field_1_3 label,
#field_1_2 label{
    display: none;
}

.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"] {
    margin-top: 0 !important;
}

label {
	font-weight: normal;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	line-height: 1!important;
}


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

a:visited {
	color: #1693a5;
}

a:hover,
a:focus,
a:active {
	color: #1693a5;
}

a:focus {
	outline: thin dotted;
}

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

#main .entry-content a {
	color: #1693a5;
}

#main .entry-content a:hover {
	color: #1693a5;
	text-decoration: underline;
}

.greybutton, .greybutton:visited  {
	background: #eee;
	color: #162331;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	padding: 10px 25px 5px;

}
.greybutton:hover {
	background: #00ACA2;
	color: #fff;
	text-decoration: none;
}
.bluebutton, .bluebutton:visited{
	background: #AFE6F0;
	color: #162331;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	padding: 10px 25px 5px;
}
.bluebutton:hover {
	background: #eee;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigationBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
	padding: 20px 0;
	-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
-ms-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.home .navigationBar {
	position:absolute;
}
.navigationBar.colorBg {
	background: rgba(0,172,162,.8);
}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	padding-top: 20px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 5px;
	font-weight: 600;
}
.current-menu-item a{
	color: #162331;
}
#primary-menu li a::after {
	content: ' | ';
	color: #162331;
}
#primary-menu li:last-child a::after, #primary-menu li .sub-menu a::after {
	content: ' ';
}

.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;
	background: #fff;
	min-width: 200px;
}

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

.main-navigation ul ul a {
	width: 200px;
	color: #162331;
	padding: 10px;
}

.main-navigation ul ul li a{
	
}

.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 {
}

@media(min-width:768px){
	.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 {
}

li#menu-item-205 ul.sub-menu {
	margin-left: -400px !important;
	max-width: 200px !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}
.show {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.menu-toggle {
		display: block;
	}
	
	.show {
		display: block!important;
	}
	.main-navigation {
		display: none;
	}
}

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

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

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

.carousel-indicators li {
	border:1px solid #152a55;
}

.carousel-indicators .active {
	background-color: #152a55;
}

/*--------------------------------------------------------------
# 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;
}

.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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

.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;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home #page {
	height: 100%;
}
.home .site-content {
	height: 92%;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.headerImage {
	position: relative;
	min-height: 400px;
}

.headerTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(182, 70, 67,.8);
	color: #fff;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
.entry-content h1 {
	font-size: 25px;
	font-weight: 100;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #162331;
	color: #fff;
	padding-top: 20px;
}
.home .site-footer {
	/*height: 7%;*/
}


.site-footer a {
	color: #fff;
}
.site-footer i {
	color: #00aca2;
}

#back-top a {
	bottom: 100px;
	color: #152a55;
    display: block;
    left: 30px;
    position: fixed;
}

.home #back-top {
	display: none!important;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 992px) {
	.site-info p,
	.text-right {
		text-align: center;
	}
 
}
/*--------------------------------------------------------------
## 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-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.media-blog hr:last-child {
	display: none;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.home {
	color: #fff;
}
.home .entry-content {
	padding: 0 200px;
}
#carousel-home, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.carousel-caption {
	text-align: left;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	position: relative;
	padding: 80px 0 0 40px;
	
}
.carousel-caption div {
	max-width: 400px;
}
.carousel-caption h2, .carousel-caption h3, .carousel-caption p,.carousel-caption a {
	color: #162331;
	text-shadow: none;
}
.carousel-caption h2 {
	font-weight: 600;
	
}
.carousel-caption h3 {
	font-weight: 100;
	font-size: 35px;
	padding-top: 25px;
}
.carousel-indicators li, .carousel-indicators li.active {
  height: 12px;
  width: 12px;
  margin-right: 3px
}
.carousel-indicators li.active {
 height: 14px;
  width: 14px;
  margin-left:1px;
}
.carousel-indicators li.active:first-child, .carousel-indicators li:first-child {
  margin-right: 0px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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-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-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;
}

@media (max-width: 772px) {
  .site-branding img {
		max-width: 200px;
	}
	.navigationBar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 991px) {
/*	header#masthead div:nth-child(2) {
		padding: 0;
	}

	.main-navigation {
		padding-top: 11px;
	}
	
	li#menu-item-2439 a,
	li#menu-item-2436 a,
	li#menu-item-2440 a,
	li#menu-item-2510 a,
	li#menu-item-46 a {
		padding: 0 3px;
	}

	li#menu-item-2439 ul.sub-menu a,
	li#menu-item-2436  ul.sub-menu a,
	li#menu-item-2440 ul.sub-menu a,
	li#menu-item-2510 ul.sub-menu a,
	li#menu-item-46 ul.sub-menu a {
		padding: 10px !important;
	}*/

	/*.main-navigation a {
	    padding: 0 3px !important;
	}*/

}

.blog-thumb {
	float:left;
	margin: 0 10px 10px 0;
	padding:0;
	max-width: 150px;
}

.single-blog-post .blog-thumb {
    float: left;
    margin: 35px 10px 10px 0;
}

.page-template-blog-template .blog-excerpt {
	float:left;
	/*width: 75%;*/
	padding:0;
}

.blog-excerpt h3 {
	margin-top: 0;
}

.blogDate {
	margin-top:-10px;
	margin-bottom:10px;
}

.blog-footer {
	text-align: right;
}

#click-menu {
	position: fixed: !important;
}

@media (max-width: 562px) {
	.carousel-caption h3 {
		font-size: 18px;
	}

	.carousel-caption {
		background: rgba(255,255,255, 0.5) !important;
		height: 100% !important;
	}
	footer .site-info .text-right {
		margin-bottom: 20px;
	}

	.page-template-media-template .site-content .content-wrap div {
		padding: 0;
	}

	.page-id-67 .entry-content ul {
		margin-left: 0;
	}

	#gform_1 ul.gfield_checkbox li label {
		padding-top: 10px;
		padding-left: 5px;
		line-height: 18px;
		font-size: 16px;
	}

	.page-id-219 .entry-content h2 {
	    padding: 0 15px;
	}
}

.error404 .content-wrap {
	min-height: 800px;
	text-align: center;
	padding-top: 30px !important;
}

.error404 button, .error404 input[type="button"], .error404 input[type="reset"], .error404 input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px !important;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

main.site-main {
	min-height: 800px;
}



























