/**** General Styles ****/
/* Responsive Breakpoint */
.responsive-br-space {
	display: none;	
}

/* Site Width */
.wrap {
	max-width:1180px;
	padding: 10px;
}
.nav-primary .wrap, .nav-secondary .wrap, .site-footer .wrap {
	padding: 0 10px;
}
.site-inner {
	max-width: 959px;
	padding: 10px;	
}.site-header .wrap {
	padding: 0 10px;
	transition: all .3s;	
}
html {
	font-size: 16px;
}
 body {background: none #fff;	color: #333;
    line-height: 1.8rem;
	font-family: 'Open Sans';
}
strong {
font-weight: 700;
}
a { 
	color: #2fb2ff;
}
a:hover {
	color: #336699;
}
.breadcrumb {
	font-size: .7rem;
}

/* Image Transitions */
.site-inner a img {
	transition: ease-in-out all .3s;}
.site-inner a img:hover {opacity: .8;}
/* Image Border & Shadow */
.site-inner img, .site-inner a img {
	border: 3px none #fff;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50,50,50,.0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(50,50,50,.0);
	box-shadow:         0px 0px 0px 0px rgba(50,50,50,.0);}
.site-inner a img:hover {
	border: 3px none #ccc;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald';
	font-weight: 700;
}
h1.entry-title, h1 {
	color: #336699;
	font-size: 2.625rem;
	line-height: 3.425rem;
}
h2 {
	color: #336699;
	font-size: 2.45rem;
	line-height: 3.25rem;
}
h3 {
	color: #336699;
	font-size: 1.75rem;
	line-height: 2.55rem;
}
h4, h5, h6 {
	color: #336699;
}
h4 {
	font-size: 1.575rem;
	line-height: 2.375rem;
}
h5 {
	font-size: 1.3125rem;
	line-height: 2.1125rem;
}
h6 {
	font-size: 1.05rem;
	line-height: 1.85rem;
}

/* General Button One */
.gen-btn {
	margin: 0px 0px 20px 0px;
	text-align: initial;
}
.gen-btn a {
	display: inline-block;
	max-width: 100%;	
}
.archive-pagination li a {
	   display: inline-block;
}
.gen-btn a, .archive-pagination li a {
	position: relative;
	color: #fff !important;
    font-family: 'Open Sans';
    font-size: 1.05rem;
	line-height: 1.45rem;
    font-weight: 700;
    background: none ;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 50px;
    padding-right: 50px;
    border: 2px solid #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
}
 
.gen-btn a:hover, .archive-pagination li a:hover, .archive-pagination li.active a {
	color: #cccccc !important;
    border-color: #ccc !important;

}
.gen-btn a:hover, .archive-pagination li a:hover, .archive-pagination li.active a {
background: none ;
}

/* General Button Two */
.gen-btn-2 {
	margin: 0px 0px 20px 0px;	
	text-align: initial;
}
.gen-btn-2 a {
	display: inline-block;
	max-width: 100%;
	color: #336699 !important;
    font-family: 'Open Sans';
    font-size: 1.05rem;
	line-height: 1.45rem;
    font-weight: 700;
    background: none ;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #336699;
    border-radius: 0px;
	transition: all ease-in-out .3s;
	
}

.gen-btn-2 a:hover {
	color: #667e99 !important;
    border-color: #667e99 !important;
}
.gen-btn-2 a:hover {
background: none ;
}

/* General Button Three */
.gen-btn-3 {
	margin: 0px 0px 20px 0px;	
	text-align: initial;
}
.gen-btn-3 a {
	display: inline-block;
	max-width: 100%;
	color: #fff !important;
    font-family: 'Open Sans';
    font-size: 1.05rem;
	line-height: 1.45rem;
    font-weight: 700;
    background: none #2fb2ff;
    padding-top: 13px;
    padding-bottom: 13px;
	padding-left: 48px;
    padding-right: 48px;
    border: 0px none #fff;
    border-radius: 0px;
	transition: all ease-in-out .3s;
	
}

.gen-btn-3 a:hover {
	color: #ffffff !important;
    border-color: #ccc !important;
}
.gen-btn-3 a:hover {
	background: none #336699;
}

/* Gravity Forms Button */
input[type="submit"], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
    font-family: Open Sans;
    font-size: 1.05rem !important;
    font-weight: 700;
    background: none #2fb2ff;
    padding-top: 13px;
    padding-bottom: 13px;
	padding-left: 48px;
    padding-right: 48px;
    border: 0px none #fff;
    border-radius: 0px;
	transition: all ease-in-out .3s;
	
}

input[type="submit"]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #ffffff !important;
    border-color: #ccc;
}
input[type="submit"]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
background: none #336699;
}

/* Top Bar Styling */
.utility-bar {
	background: none #eeee22;
    color: #fff;
}
.utility-bar a {
	color: #fff;
}
.utility-bar a:hover {
	color: #ccc;
}

/* Header Right Widget Styling */
.site-header .widget-area {
	color: #333;
	line-height: 1.4rem;
	font-size: 1rem;
}
.site-header .widget-area a {
	color: #e5554e;
}
.site-header .widget-area a:hover {
	color: #ccc;
}

/* Header Styling */
/* Header Height */
.site-header {
	min-height: 0px;background: none #333333;border: 1px none #000;border-width: 0px 0px 0px 0px;}/* Logo */.site-header .title-area {max-width: 223px;transition: all ease-in-out .2s;}.site-header .title-area { line-height: 0; }/**** Navigation ****//* Mobile Nav Display */.nav-mobile {display: none;}.nav-primary {text-align: right;}/* Nav Padding */
.nav-primary .genesis-nav-menu a {
	padding: 12px 10px;
	color: #ffffff;
	font-size: 1.225rem;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 300;background: none transparent;}.nav-primary .genesis-nav-menu .last-menu-item a {
	padding-right: 0;
}/* Subnav Positioning With Adjustable Padding */
.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin:	-2.925rem 0 0 200px;
}
.nav-primary .genesis-nav-menu .sub-menu {
    background: none #333333;
	border: 0px solid #333333;
}
/* Flyout Right Subnav to the Left */
.nav-primary .genesis-nav-menu > .menu-item.last-menu-item > .sub-menu:last-child .sub-menu {
	margin:	-2.925rem 0 0 -200px;
}
.nav-primary .genesis-nav-menu > .menu-item.last-menu-item > .sub-menu:last-child .sub-menu .menu-item-has-children .sub-menu {
	margin:	-2.925rem 0 0 -200px;
}
/* Nav Background Colors */
.nav-primary {
    margin-top: 55px;
	background: none #666;
}
.nav-primary .genesis-nav-menu li:hover > a, .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #ffffff;
	background: none transparent;
}
.nav-primary .genesis-nav-menu .menu-item-has-children.last-menu-item > a {
	padding-right: 1.225rem;
}.nav-primary .genesis-nav-menu .sub-menu a {
	color: #ffffff; 
	font-size: 1.05rem;
	line-height: 1.45rem;
	text-transform: uppercase;
	font-weight: 400;
	padding: 15px 20px;
	background: none  ;
	width: 200px;
}
.sub-menu {
	width: 200px;
}
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu li:hover > a {
	color: #333333;
	background: none #ffffff;
		}.nav-primary {background: none transparent;display: inline-block;float: right;clear: none;}.nav-primary .wrap {padding: 0;}.nav-secondary {text-align: center;}/* Nav Padding */
.nav-secondary .genesis-nav-menu a {
	padding: 30px 24px;
	color: #e5554e;
	font-size: 1.2rem;
	line-height: 1.45rem; 
	font-family: 'Open Sans';
	font-weight: 400;
	text-transform: none;
	background: none transparent ;
	}.nav-secondary {
    margin-top: 0px;
	background: none #666;
}

/* Subnav Positioning With Adjustable Padding */
.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin:	-3.425rem 0 0 200px;
}

 /* Subnav Border */
.nav-secondary .genesis-nav-menu .sub-menu {
   background: none #fff;
   border: 1px solid #fff;
}
/* Flyout Right Subnav to the Left */
.nav-secondary .genesis-nav-menu > .menu-item:last-child > .sub-menu:last-child .sub-menu {
	margin:	-3.425rem 0 0 -200px;
}
/* Nav Background Colors */

.nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #ccc;
	background: none transparent
}.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #e5554e; 
	font-size: .8rem;
	font-weight: 400;
	text-transform: none;
	padding: 20px 20px;
	background: none transparent;
}
.nav-secondary .genesis-nav-menu .sub-menu {
	width: 200px;
}
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #ccc;
	background: none transparent;
		}.nav-secondary {background: none transparent;display: inline-block;float: right;clear: none;}/* Footer */
.footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
	padding: 10px;
	margin: 0;
}
.footer-widgets-1 {
	padding: 10px 10px 10px 0;
	margin: 0;	
}.footer-widgets-1 {
	width: 100%;
	padding: 0;
}.footer-widgets {
	color: #333333;
}
.footer-widgets a {
	color: #333333;
}
.footer-widgets a:hover {
	color: #336699;
}
.footer-widgets h3 {
	color: #990000;
	font-size: .875rem;
	line-height: 1.275rem;
}
.footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
	color: #990000;
}
.footer-widgets h4 {
	font-size: .875rem;
	line-height: 1.275rem;
}
.footer-widgets h5 {
	font-size: .875rem;
	line-height: 1.275rem;
}
.footer-widgets h6 {
	font-size: .875rem;
	line-height: 1.275rem;
}
.footer-widgets .widget-title {
	font-size: 1.225rem;
	line-height: 1.625rem;
	color: #333;
}
.footer-widgets {
	font-size: .875rem;
	line-height: 1.275rem;
	background: none #999999;
}

/* Footer Credits Settings */
.site-footer {
	background: none #231f26;
}
footer .creds {
	color: #fff;
	font-size: .7rem;
}
footer .creds a {
	color: #fff;
	}
footer .creds a:hover {
	color: #ffffff;
}

/* Blog & Archive Titles */
h2.entry-title {
	font-size: 1.575rem;
	line-height: 1.975rem;
}
.entry-title a {
	color: #336699;
	}
.entry-title a:hover {
  	color: #990000;
}
.gen-btn.readmore {
	text-align: none;
}/* Sidebars */
.content-sidebar .content, .sidebar-content .content {
	width: 75%;
}
.content-sidebar .sidebar-primary, .content-sidebar .sidebar-secondary {
	width: 25%;
}
.sidebar-content .sidebar-primary, .sidebar-content .sidebar-secondary {
	width: 25%;
}.content-sidebar .content {
	background: none;
}
.sidebar-content .content {
	background: none;
}
.sidebar-content-sidebar .content {
	background: none;
}/* Sidebar Widget Titles */
.sidebar .widget-title, .sidebar h4.widget-title {
  	color: #336699;
	background: none transparent;
	padding: 15px 0px;
	text-align: initial;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.9rem;
	margin-bottom: 15px;
}
/* Sticky Nav */
header.site-header.sticky {
	position: fixed;
		top: 0;
		left: 0;
		right: 0;
}
.site-header.shrink .title-area {
	max-width: 142.948717949px !important;
	padding: 5px 0 !important;
}
.site-header.shrink {
	min-height: 0;
}
#mobile-menu-link.shrink {
	margin-top: 10px !important;
}
#mobile-menu-link.sticky.shrink img {
	max-width: 50px;
}