/* ---- Place your custom styles below ---- */
body
{
	background-color: white;
}
a:hover
{
	color: #437194;
}
#store-tab
{
	position: absolute;
	right: 0;
	margin: 0 25px 0 0;
}
#nav-header .nav li.current-page-ancestor>a 
{
	background: linear-gradient(to bottom,#154E7A,#346E9C);
	color: hsl(0, 100%, 100%);
}
#nav-header.nav-container
{
	background-color: #3c3c3c;
	background: linear-gradient(to bottom, #3c3c3c, #4d4d4d);
	border-bottom: 5px solid #346E9C;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
#nav-header.nav-container + div.container
{
	margin-top: 45px;
}
#nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a 
{
	background: linear-gradient(to bottom, #154E7A, #346E9C);
	color: white;
}
#header-search
{
	margin: 90px 10px 0 0;
	position: absolute;
	right: 0;
}
.social-module
{
	margin: 30px 20px 0 0;
	position: absolute;
	right: 0;
}
#logo a img
{
	max-height: none;
}
p, span, .text
{
	font-size: 14px;
	color: #4d4d4d;
}
.page-title h1
{
	font-size: 24px;
	font-weight: bold;
}
.text h2
{
	font-size: 20px;
	font-weight: bold;
}
.text h3
{
	font-size: 14px;
	font-weight: bold;
}
.wp-caption-text
{
	text-align: left;
}
.nav
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.nav>li>a
{
	padding: 9px 18px;
}
#footer
{
	background: linear-gradient(to bottom, #3c3c3c, #4d4d4d);
	color: white;
}
#footer a
{
	color: hsla(0, 100%, 100%, 0.8);
}
#footer a:hover
{
	color: white;
}
#footer-bottom #copyright
{
	color: hsla(0, 100%, 100%, 0.8);
}
#footer-content
{
	display: none;
}
#to-top-wrapper
{
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#to-top-wrapper #to-top
{
	background: #154e7a;
	color: white;
	text-align: center;
	width: 35px;
	height: 35px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#to-top-wrapper #to-top i
{
	font-size: 26px;
	margin-top: 3px;
}
#social-wrapper
{
	display: inline-block;
	float: right;
}
.entry-share
{
	position: fixed;
	right: auto;
	top: 30%;
	margin-left: 25px;
}
#child-menu>li
{
	padding-bottom: 25px;
}
#child-menu>li.page-item-59, #child-menu>li.page-item-44, #child-menu>li.page-item-62, #child-menu>li.page-item-247
{
	display: block;
}
#child-menu>li.page-item-59>ul.children, #child-menu>li.page-item-44>ul.children, #child-menu>li.page-item-62>ul.children, #child-menu>li.page-item-247>ul.children
{
	display: none;
}
#child-menu > li.page-item-55
{
	display: none;
}
#child-menu>li.current_page_ancestor>ul.children, #child-menu>li.current_page_item>ul.children
{
	display: block;
}
.wpcf7
{
	max-width: 510px;
}
#nav-header .nav>li>a
{
	font: 700 20px/20px "Open Sans Condensed",sans-serif;
	padding: 10px 18px;
}
#header-wrapper
{
	position: relative;
}
#header .pad
{
	padding: 40px;
}
.call-to-action
{
	width: 340px;
}
.call-to-action button
{
	text-align: left;
	width: 278px;
	margin: 3px 25px 3px 25px;
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	height: 50px;
}
.call-to-action button:focus
{
	outline: none;
}
.call-to-action button:active
{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.call-to-action button img
{
	vertical-align: middle;
	margin: 5px 10px 5px 5px;
}
.call-to-action.fixed
{
	position: fixed;
	top: 10%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media only screen and (max-width: 1299px)
{
	#social-wrapper
	{
		float: right;
	}
	.entry-share
	{
		float: none;
		position: static;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.entry-share span
	{
		text-align: center;
	}
}
@media only screen and (min-width: 720px) and (max-width: 960px)
{
	#nav-header .nav>li>a
	{
		font: 700 16px/16px "Open Sans Condensed",sans-serif;
		padding: 10px 10px;
	}
	.call-to-action.icons
	{
		width: 100px;
		margin-top: 25px;
	}
	.call-to-action.icons button
	{
		width: 51px;
		margin: 3px 15px;
	}
	.call-to-action.icons button span.button-text
	{
		display: none;
	}
}
@media only screen and (max-width: 719px)
{
	#social-wrapper
	{
		float: none;
		width: 190px;
	}
	.entry-share>div
	{
		display: inline-block;
	}
	#header-search{position: fixed; margin-top: 10px; z-index: 99;}
	.social-module{padding-top: 20px; padding-bottom: 20px; margin: 0; position: initial;}
	#store-tab{padding-top: 6px; text-align: center;}
	.call-to-action
	{
		width: 280px;
	}
	.call-to-action button
	{
		width: 230px;
	}
	.call-to-action.fixed
	{
		position: initial;
	}
}
