/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

.no-scroll { position: fixed; overflow-y: scroll; width: 100%; }


body {
background-color: #fff; width: 100%;
font-size: 0.95em; line-height: 1.5em;
font-family: 'Montserrat', sans-serif;
color : #3e3d3d; font-weight: 300; overflow: hidden; padding-top: 0px;
}

html.home_holding body { background-color: transparent; }
html.home_holding p { color: white; }

.thin_padding h1, .thin_padding h2, .thin_padding h3 {}

/* #Typography
================================================== */

.white { color: #fff!important; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight : 700;
    margin-bottom: 5px;
    line-height: 1.4em;
	letter-spacing: -1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight : inherit;
border-bottom: 0px; 
}

#flex_top_block h1 { font-size: 1.8em; letter-spacing: -1px; }
#flex_top_block h2 { font-size: 1.8em; }

@media (min-width: 768px) {
	#flex_top_block h1 { font-size: 3.0em; letter-spacing: -1px; }
	#flex_top_block h2 { font-size: 2.2em; }
}

h1 {
	font-size : 1.8em;
	margin-bottom: 10px;
}

h1.page_title { margin-bottom: 15px; }

h2 {
	font-size : 1.8em;
}

p.show-biography:hover { cursor: pointer; color: #3e96c4; }

.entry.intro {font-size: 1.3em; line-height: 1.6em;}

.white_bg { background-color: #fff; }
.lightgreen { background-color: #d0d1cd; }
.grey { background-color: #626362; }

.text_padding { padding: 0px 14px; }
.box_padding { padding: 14px 0px; }

h3 {
font-size : 1.4em;
margin-top: 10px;
}

.at_a_glance h1, .at_a_glance h2, .at_a_glance h3, .at_a_glance h4, .at_a_glance h5, .at_a_glance h6 {margin-top: 5px; }

h1.post-title { margin-top: 5px; }

h4 {
font-size : 1.3em;
margin-top: 10px;
}

.box_padding h4 { margin-top: 0px; }

.col_2 h2.loop-title, .col_3 h2.loop-title, .col_2 h2.loop-title { margin-bottom: -3px; }

.col_2 .loop-title, .col_3 .loop-title, .col_4 .loop-title, .loop-date, .loop-entry { margin-top: 0px; text-align: center; }


h5 {
font-size : 1.1em;
margin-top: 10px;
}

h6 {
font-size : 1.0em;
margin-top: 10px;
}

.subheader {
}

p {margin : 0 0 12px 0; }

p:empty { display: none; }

h3 a {text-decoration: none!important;}

p img {
margin : 0;
}

p > img {
    margin-top: 8px !important;
}

em {
font-style : italic;
}
strong {
font-weight : bold;
}
small {
font-size : 80%;
}

sup { font-size: 9px; }
  
blockquote, blockquote p {
	font-size: 22px;
    line-height: 1.5em;
    }

blockquote { margin: 25px 0px; }

blockquote cite {
display : block;
font-size : 1.1em;
}
blockquote cite:before {
content : "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
color : #666;
}


/* #Links
================================================== */

a, a:visited {
	color : #252525;
	text-decoration : none; 
	font-weight: 600;
	outline : 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover, a:focus {
	color : #e8554e;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dark a, .dark a:visited { color: white;  }
.dark a:hover, .dark a:focus { color: yellow; }
.dark { color: white; }

a.readmorelinks { text-decoration: none; display: inline; margin-top: 6px; white-space: nowrap; }
a.readmorelinks:hover { }


p a, p a:visited {
line-height : inherit;
}

.current-menu-item, .current-page-item, .menu-item-home {}
/*.current-menu-parent { }
.current-menu-ancestor {}*/


/* #Lists
================================================== */

ul, ol {  
margin-bottom : 0px; list-style : none; list-style-position: outside; }

ul {
list-style : disc; list-style-position: outside;}

ol {
list-style : decimal;
}
ol, ul.square, ul.circle, ul.disc {
margin-left : 0%;
}
ul.square {
list-style : square;
}
ul.circle {
list-style : circle;
}
ul.disc {
list-style : disc;
}

.entry-content ul, .entry-content ol { margin-left: 16px; margin-bottom: 12px; }
.accordion ul, .accordion ol { margin-left: 16px; margin-bottom: 12px; margin-right: 30px!important; }

.entry ol li {text-indent: 0px;}

.entry ul li {text-indent: 0px;}

ul ul, ul ol, ol ol, ol ul {
margin : 1.3% 0 0% 7%;
}

ul.gform_fields li { text-indent: 0px; }

.entry ul {list-style-position: inside;}
.content_wrapper ul, .content_wrapper ol, .entry ul, .entry ol, .entry-tabs ul, .entry-tabs ol {margin-bottom: 8px; list-style-position: outside; margin-left: 18px; }
.content_wrapper ul.fa-ul { margin-left: 4px; }

ul ul li, ul ol li, ol ol li, ol ul li {
margin-bottom : 0%;
}

li {
margin-bottom : 0%;
}

ul.large li {
line-height : 1.6em;
}

li p {
}

/* #Images
================================================== */

img.scale-with-grid {
max-width : 100%;
height : auto;
}

img.width-424 { width: 424px; }

.alignnone {
    margin: 0px 5px 5px 0;
}

.overlay_hover .alignnone { display: block; margin: 0px 0px 12px 0px; }
.image-map .overlay_hover .alignnone { margin: 0px!important; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}

.homefeaturedalign {
    float: right;
}


.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 0px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"], .button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active, .button:visited,
	button:visited,
	input[type="submit"]:visited,
	input[type="reset"]:visited,
	input[type="button"]:visited {
	    -webkit-appearance: none;
		border: 2px solid #3e3d3d!important;
		font-weight: 600;
		color: #3e3d3d;
		border: 0px;
		border-radius: 50px;
		box-sizing: border-box;
		background-color: transparent;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		margin-bottom: 0px;
		line-height: normal;
		padding: 13px 20px;
		text-transform: uppercase; margin-top: 10px;
		-moz-transition: all 0.2s linear;
	    -webkit-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	}

	.button.white {	border: 1px solid #ddd; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: rgba(0, 0, 0, 0.1);
		color: #3e3d3d;
		-moz-transition: all 0.2s linear;
	   -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	   transition: all 0.2s linear;
	   }

	
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 99%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/* #Forms
================================================== */

form {
margin-bottom : 0em;
}
fieldset {
margin-bottom : 0em;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c9c9c9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c9c9c9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c9c9c9;
}

.noUi-target { margin-top: 0px!important; }


.gform_wrapper .gform_footer {
    padding: 12px 18px 10px!important;
    margin: 0px 0 0!important;
    clear: both;
}




input[readonly] { background: #eee!important; border: 0px!important; }
.gf_hidefield { display: none!important; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	border: #aaa solid 1px;
padding : 10px!important;
outline : none;
border-radius: 0;
color : #666;
margin : 0;
width : 100%;
max-width : 100%;
display : block;
background : #fff;
box-sizing: border-box;
-webkit-appearance: none;
}

.dark input[type="text"], .dark input[type="password"], .dark input[type="email"], .dark input[type="tel"], .dark textarea {
border : #fff solid 0px;
padding : 10px!important;
outline : none;
border-radius : 0;
color : #666;
margin : 0;
width : 100%;
max-width : 100%;
display : block;
background : white;
box-sizing: border-box;
-webkit-appearance: none;
}

	.dark .button,
	.dark button,
	.dark input[type="submit"],
	.dark input[type="reset"],
	.dark input[type="button"],
	.dark button:active,
	.dark input[type="submit"]:active,
	.dark input[type="reset"]:active,
	.dark input[type="button"]:active,
	.dark button:visited,
	.dark input[type="submit"]:visited,
	.dark input[type="reset"]:visited,
	.dark input[type="button"]:visited { border: 2px solid white!important; border-radius: 50px; }

	.dark .button:hover { color: #fff!important; background-color: rgba(255, 255, 255, 0.2)!important;}

select {
padding : 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
 box-sizing: border-box;  
-webkit-appearance: none;
}
textarea {
min-height : 10%;
}
label, legend {
display : block;
font-weight : 900!important;
font-size : 1.0em;
}
select {
width : 100%;
}

input[type="checkbox"] {
display : inline;
}
label span, legend span {
font-weight : normal;
font-size : inherit;
color : #444;
}



/* #Misc
================================================== */

.remove-bottom {
margin-bottom : 0 !important ;
}
.half-bottom {
margin-bottom : 7% !important ;
}
.add-bottom {
margin-bottom : 7% !important ;
}