/*
Theme Name: QROPS.net Responsive Theme
Theme URI: http://www.qrops.net 
Author: QROP.net
Author URI: http://www.qrops.net
Description: This theme is a Genesis responsive child theme which is developed for QROPS.net website and it only supports for Genesis Framework.

Version: 2.0

Template: genesis
Template Version: 1.8

*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Sub Footer
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Outreach Blue
* Outreach Orange
* Outreach Red
* Responsive Design

*/

/* Imports
------------------------------------------------------------ */
@import url("css/custom-pages.css");
/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #333;
	font-family: 'arial', helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
	background-color: #f5f5f5;
}
input, select, textarea {
	border: 1px solid #ddd;
}
input, label, select, textarea {
	color: #333;
	font-family: 'arial', helvetica, sans-serif;
	font-size: 14px;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	color: #036A8E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Body
------------------------------------------------------------ */

body {
	background-color: #eee;
}

::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	/*width: 1060px;*/
	width: 970px;
}
.outreach-landing .wrap {
	width: 760px;
}
/* Header
------------------------------------------------------------ */

#header {
	background-color: #FFFFFF !important;
	margin: 0 auto;
	min-height: 120px;
	overflow: hidden;
	/*	width: 100%;*/
	
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-top: 5px solid #377a92;
}
#title-area {
	float: left;
	overflow: hidden;
	width: 430px;
}
#title {
	font-family: 'arial', helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	margin: 35px 0 0;
	text-transform: uppercase;
}
#title a, #title a:hover {
	color: #fff;
	text-decoration: none;
}
#description {
	display: none;
}
#header .widget-area {
	color: #fff;
	float: right;/*	width: 600px;*/
}
#header .widget-area .textwidget {
	float: left;
	color: #00506D;
	font-family: 'arial', helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	margin: 5px 0 -5px;
	padding-top: 50px;
	padding-bottom: 5px;
	width: 100%;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 100%;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	background-position: center !important;
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	margin: 0;
	max-width: 370px;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	background: #046386; /* Old browsers */
	background: -moz-linear-gradient(top, #046386 0%, #00506d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #046386), color-stop(100%, #00506d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #046386 0%, #00506d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #046386 0%, #00506d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #046386 0%, #00506d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #046386 0%, #00506d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046386', endColorstr='#00506d', GradientType=0 ); /* IE6-9 */
}
.menu-primary, .menu-secondary, #header .menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#header .menu {
	background: none;
	display: inline-block;
	float: left;
	margin: 32px 0 0;
	width: auto;
}
.menu-secondary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #090909;
	border-radius: 5px;
	margin: 0 0 10px;
}
.menu-primary ul, .menu-secondary ul, #header .menu ul {
	float: left;
	width: 100%;
}
.menu-primary li, .menu-secondary li, #header .menu li {
	float: left;
	list-style-type: none;
}
.menu-primary a, .menu-secondary a, #header .menu a {
	color: #fff;
	display: block;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.menu-primary li a:active, .menu-primary li a:hover, .menu-primary li:hover a, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a {
	color: #7ac142;
}
.menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary li:hover a, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a, #header .menu li a:active, #header .menu li a:hover, #header .menu li:hover a, #header .menu .current_page_item a, #header .menu .current-cat a, #header .menu .current-menu-item a {
	color: #6ab446;
}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	background: none;
	background-color: #eee;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 140px;
}
.menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited {
	background: none;
	background-color: #090909;
	border-bottom: 1px solid #292929;
	color: #fff;
}
.menu-primary li li a:active, .menu-primary li li a:hover, #header .menu li li a:active, #header .menu li li a:hover {
	background-color: #fff;
	color: #333;
}
.menu-secondary li li a:active, .menu-secondary li li a:hover {
	background-color: #090909;
	color: #6ab446;
}
.menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 162px;
	z-index: 9999;
}
.menu-primary li ul a, .menu-secondary li ul a, #header .menu li ul a {
	width: 152px;
}
.menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
	margin: -39px 0 0 160px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
	left: -9999px;
}
.menu li:hover, .menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, #header .menu li:hover>ul, #header .menu li.sfHover ul {
	left: auto;
}
.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}
.menu li.right a {
	color: #fff;
	display: inline;
}
.menu li.right a:hover {
	color: #333;
}
.menu li.search {
	padding: 0 10px;
}
.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #FFFFFF;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
/* Responsive Slider
------------------------------------------------------------ */

.outreach #genesis-responsive-slider {
	border: none;
	padding: 0;
}
.outreach #genesis-responsive-slider a, .outreach #genesis-responsive-slider a:visited {
	color: #6ab446;
}
.outreach #genesis-responsive-slider a:hover {
	color: #fff;
}
.outreach .slide-excerpt {
	background-color: #090909;
	border: none;
	filter: alpha(opacity=80);
	margin: 0;
	opacity: 0.8;
}
html > body.outreach .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 15px;
}
.outreach #genesis-responsive-slider p {
	color: #fff;
}
.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}
.outreach #genesis-responsive-slider .flex-direction-nav li .next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}
/* Home Sections
------------------------------------------------------------ */

#home-sections {
	background-color: #fff;
	overflow: hidden;
	padding: 40px 0;
}
#home-sections img {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	margin: 0 0 10px;
	padding: 10px;
}
#home-sections img:hover {
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}
.home-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}
.home-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}
.home-3 {
	float: left;
	width: 235px;
}
.home-4 {
	float: right;
	width: 235px;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;/*	padding: 10px 15px;*/
}
/* Download Page QROPS
------------------------------------------------------------ */
/* QROPS Content CSS */
.page-template-download-qrops-php.full-width-content #content {
	width: 100%;
	border: 0;
	padding-left: 0;
	padding-top: 0;
}
.page-template-download-qrops-php .entry-title {
	display: none;
}
.qrops-content {
	font-family: "Myriad Pro", sans-serif;
	background-color: #a9a9a9;
}
.left_block {
	display: block;
	float: left;
}
.right_block {
	display: block;
	float: right;
}
.center_block {
	display: block;
	width: auto;
}
/* QROPS Header CSS */
.download-head {
	width: 100%;
	display: block;
	background-color: #a9a9a9;
}
.head-left {
	width: 43%;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #a9a9a9;
}
.head-left h1 {
	font-size: 61px;
	color: #127daa;
	margin-bottom: 0;
}
.head-left p {
	font-size: 15px;
	color: #424242;
}
/*-------------------------------------------*/
.head-right {
	width: 53%;
	padding-top: 20px;
	background-color: #a9a9a9;
}
.head-right .form-call {
	width: 50%;
	background-color: #127daa;
	padding-top: 20px;
	padding-left: 10px;
	margin-top: -20px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.head-right .form-call a {
	color: #FFFFFF;
	text-align: right;
	font-size: 33px;
	line-height: 1.2em;
	padding-right: 20px;
	text-decoration: none;
}
.head-right .form-call img {
	float: left;
	padding-right: 10px;
}
.head-right .header-form {
	clear: both;
	width: 100%;
}
.head-right .header-form .gfield_label {
	font-size: 13px;
	color: #FFFFFF;
}
.head-right .header-form .ginput_complex label {
	display: none;
}
.header-form .gform_wrapper textarea.medium {
	height: 174px !important;
}
.header-form .gform_footer .gform_button {
	font-size: 30px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #1a8ab2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOGFiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjRjNjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1a8ab2 0%, #024c67 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a8ab2), color-stop(100%, #024c67)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a8ab2 0%, #024c67 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a8ab2 0%, #024c67 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a8ab2 0%, #024c67 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a8ab2 0%, #024c67 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8ab2', endColorstr='#024c67', GradientType=0 ); /* IE6-8 */
	width: 100%;
}
.header-form .gform_footer .gform_button:hover {
	background: #167fa5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2N2ZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNThkYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #167fa5 0%, #258dc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #167fa5), color-stop(100%, #258dc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #167fa5 0%, #258dc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #167fa5 0%, #258dc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #167fa5 0%, #258dc8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #167fa5 0%, #258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167fa5', endColorstr='#258dc8', GradientType=0 ); /* IE6-8 */
}
/* QROPS Body CSS */
.download-body {
	width: 100%;
}
/* QROPS Footer CSS */
.download-footer {
	width: 100%;
	height: 200px;
	background-color: #a9a9a9;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}
.taxonomy-description p {
	font-size: 14px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	/*width: 860px;*/
	width: 780px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

#content {
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background-color: #fff;
	float: left;
	/*padding: 30px 40px;*/
	width: 470px;/*width: 530px;*/
}
.content-sidebar #content, .sidebar-content #content {
	width: 660px;
}
.home #content {
	/*width: 710px;*/
	width: 640px;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content, .full-width-content.outreach-landing #content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.full-width-content.outreach #content {
	padding: 10px;
}
.hentry {
	margin: 0 0 10px;
}
.archive .hentry, .paged .hentry {
	margin: 0 0 30px;
}
.entry-content p {
	margin: 0 0 25px;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
	color: #00516D;
}
h1, h2, h2 a, h2 a:visited {
	font-size: 20px;
}
h2 a:hover {
	color: #036A8E;
	text-decoration: none;
}
.sidebar h2 a, .sidebar h2 a:hover {
	font-size: 12px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
.outreach #genesis-responsive-slider h2, .outreach #genesis-responsive-slider h2 a, .widget-area h4, .widget-area h4 a, #home-sections h2, #home-sections h2 a, #home-sections h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	padding-bottom: 3px;
	border-bottom: 1px solid #444343;
}
#home-sections h2, #home-sections h2 a, #home-sections h4 {
	font-weight: bold;
}
#home-sections h2 a:hover {
	color: #6ab446;
}
#home-sections h2 a, #home-sections h4 {
	color: #333;
}
h5 {
	font-size: 18px;
}
h6, .taxonomy-description h1, .widget-area h4 {
	font-size: 16px;
}
.home #content h1.entry-title {
	padding: 15px 0 10px 0;
}
#content h1.entry-title, .entry-title {
	font-size: 23px;
	text-transform: none;
	font-weight: bold;
	color: #00516d;
	border-bottom: 2px dotted #b9b9b9;
	margin-bottom: 15px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #999;
	font-size: 12px;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.post-info a, .post-info a:visited {
	color: #036A8E;
}
.post-info a:hover {
	color: #036A8E;
	text-decoration: underline;
}
.post-comments {
	float: right;
}
/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
	text-transform: uppercase;
	display: none;
}
.post-meta a, .post-meta a:visited {
	color: #999;
}
.post-meta a:hover {
	color: #333;
	text-decoration: none;
}
.tags {
	float: right;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
	/*	background-color: #393939;
	color: #fff;
	margin: 0 -40px 40px;
	overflow: hidden;
	padding: 30px;*/
	
	display: none;
}
.author-box p {
	color: inherit;
	font-size: 15px;
}
.author-box a, .author-box a:visited {
	color: #6ab446;
}
.author-box p {
	color: inherit;
}
/* Column Classes
------------------------------------------------------------ */
/*.one-third,*/
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	/*	margin: 0 0 20px;*/
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
/*.one-third, */.two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 90%;
}
.first {
	clear: both;
	padding-left: 0;
}
.main-half {
	float: left;
	width: 100%;
}
.one-half p {
	width: 80%;
}
/* Slider Pro Styles 
--------------------------------------------------------------------------------------------------*/
.advanced-slider .layer.white, .slider-pro .sp-white {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.advanced-slider .layer.white h2, .slider-pro .sp-white h2 {
	color: #333333;
}
.advanced-slider .layer.white p, .slider-pro .sp-white p {
	padding-top: 5px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 16px;
}
.advanced-slider .layer.white .button-link, .slider-pro .button-link {
	border: 1px solid #D02718;
	cursor: pointer;
	color: #FFFFFF;
	display: inline-block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #810E05;
	background: #b60e13; /* Old browsers */
	background: -moz-linear-gradient(top, #b60e13 0%, #87080b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60e13), color-stop(100%, #87080b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b60e13 0%, #87080b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b60e13 0%, #87080b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b60e13 0%, #87080b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b60e13 0%, #87080b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60e13', endColorstr='#87080b', GradientType=0 ); /* IE6-9 */
}
.advanced-slider .layer.white .button-link:hover, .slider-pro .button-link:hover {
	background: #87080b; /* Old browsers */
	background: -moz-linear-gradient(top, #87080b 1%, #b60e13 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #87080b), color-stop(100%, #b60e13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #87080b 1%, #b60e13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #87080b 1%, #b60e13 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #87080b 1%, #b60e13 100%); /* IE10+ */
	background: linear-gradient(to bottom, #87080b 1%, #b60e13 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87080b', endColorstr='#b60e13', GradientType=0 ); /* IE6-9 */
}
/* THUMBNAIL 
--------------------------------------------------------------------------------------------------*/
.text-thumbnail-pointer .thumbnail, .sp-has-pointer .sp-thumbnail-container {
	font-size: 12px;
	color: #666;
}
.text-thumbnail-pointer .thumbnail-text, .sp-has-pointer .thumbnail-text {
	padding: 8px;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.text-thumbnail-pointer .thumbnail.select .thumbnail-text, .sp-has-pointer .sp-selected-thumbnail , .sp-has-pointer .sp-selected-thumbnail .thumbnail-text {
	color: #FFFFFF;
	background: #b60e13; /* Old browsers */
	background: -moz-linear-gradient(top, #b60e13 0%, #87080b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60e13), color-stop(100%, #87080b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b60e13 0%, #87080b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b60e13 0%, #87080b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b60e13 0%, #87080b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b60e13 0%, #87080b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60e13', endColorstr='#87080b', GradientType=0 ); /* IE6-9 */
}
.text-thumbnail-pointer .thumbnail-scroller.vertical .thumbnail-text, .sp-has-pointer .thumbnail-scroller.vertical .thumbnail-text {
	margin-left: 13px;
}
.text-thumbnail-pointer .thumbnail-title, .sp-has-pointer .thumbnail-title {
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #00506d;
	padding-top: 3px;
}
.text-thumbnail-pointer .thumbnail.over .thumbnail-text, .text-thumbnail-pointer .thumbnail.select .thumbnail-title, .sp-has-pointer .thumbnail.select .thumbnail-text {
	color: #FFFFFF;
}
.text-thumbnail-pointer .thumbnail.over .thumbnail-title, .sp-has-pointer .sp-thumbnail.over .thumbnail-title {
	text-decoration: underline;
}
.text-thumbnail-pointer .thumbnail.select .thumbnail-title, .sp-has-pointer .sp-thumbnail.select .thumbnail-title {
	text-decoration: none;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}
/* Special Buttons for Pages
------------------------------------------------------------ */
.entry-content .special-buttons {
	width: 100%;
	float: left;
}
.entry-content .special-buttons button {
	float: left;
	font-size: 20px;
	color: #00516d;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	width: 190px;
}
.entry-content .special-buttons button:hover {
	background-color: #efefef;
}
.entry-content .special-buttons a:hover {
	text-decoration: none;
}
/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}
.avatar, .post-image {
	background-color: #fff;
	border: 4px solid #ddd;
	padding: 1px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.alignleft .avatar {
	margin: 0 10px 0 0;
}
.alignright .avatar {
	margin: 0 0 0 10px
}
.author-box .avatar {
	border: 5px solid #696969;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 20px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft, .wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}
img.alignright, .wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}
.sidebar-content-sidebar img.size-full {
	width: 250px;
	height: auto;
}
.wp-caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}
.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.home .sidebar {
	width: 310px;
}
.sidebar {
	color: #ccc;
	display: inline;
	float: right;
	font-size: 14px;
	width: 290px;
}
#sidebar-alt {
	float: left;
	width: 170px;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar a, .sidebar a:hover, .sidebar a:visited {
	color: #00516D;
}
.sidebar p {
	font-size: inherit;
}
.sidebar img {
	margin: 0 0 10px;
}
#sidebar .widget {
	background-color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 15px;
	/*padding: 25px;*/
	border: 1px solid #ccc;
}
.sidebar .sticky {
	background: none;
	padding: 0;
}
.sidebar.widget-area ul li, #footer-widgets .widget-area ul li {
	/*	border-bottom: 1px dotted #494949;*/
	list-style-type: none;
	margin: 0 0 1px;
	padding: 0 0 1px;
	word-wrap: break-word;
}
.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}
.sidebar.widget-area ul li a, .sidebar.widget-area ul li a:visited {
	color: #036A8E;
}
.sidebar.widget-area ul li a:hover {
	color: #00516D;
	text-decoration: underline;
}
#sidebar-alt h4 {
	margin-bottom: -5px;
	margin-top: 10px;
	padding-bottom: 8px;
	color: #00516D;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px dotted #b9b9b9;
}
#sidebar-alt .widget_nav_menu ul li {
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 2px dotted #b9b9b9;
}
#sidebar-alt .widget_nav_menu ul li:hover, #sidebar-alt .widget_nav_menu ul li:active {
	background-color: #f4f4f4;
}
#sidebar-alt .widget-wrap .current-menu-item {
	background: url("images/slider_arrow_right.png") no-repeat left center;
	padding-left: 25px;
	color: #6b6b6b;
	text-decoration: none;
}
/* Call to action Button Primary Slider & Sidebar
--------------------------------------------------------------------------------------------------*/

.home .sidebar .widget {
	border: 1px solid #ccc;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*	padding: 2px;*/
}
.sidebar .widget .featured-boxes img {
	margin-left: 25px;
	padding-top: 5px;
}
.sidebar .widget .featured-boxes h3 {
	font-weight: normal;
	margin: 5px 0 -5px 0;
	padding-left: 20px;
	padding-top: 25px;
	font-size: 1.4em;
	line-height: 1.2;
	color: #00506d;
	font-family: 'arial', helvetica, sans-serif;
}
.sidebar .widget .featured-boxes button {
	width: 100%;
	border: 1px solid #25729a;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 15px;
	font-family: 'arial', helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin-bottom: -2px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
}
.sidebar .widget .featured-boxes button:hover {
	cursor: pointer;
	border: 1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
}
#sidebar h4 {
	color: #666666;
	text-transform: none;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 4%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f7f7f7), color-stop(100%, #dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 4%, #dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 4%, #dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 4%, #dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 4%, #dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dedede', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #cccccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* Featured Post
------------------------------------------------------------ */
.featuredpost .format-standard {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	padding-top: 10px;
}
.featuredpost h2 {
	font-weight: bold;
	font-size: 12px;
}
#sidebar .featuredpost h2:hover {
	color: #00516D;
	text-decoration: underline;
}
.featuredpost img {
	float: left;
	width: 25%;
	height: auto;
	border: 1px solid #EEEEEE !important;
	box-shadow: none !important;
	margin: 2px 10px 2px 0;
	padding: 3px !important;
}
.featuredpost p {
	padding-left: 95px;
}
.featuredpost .more-link {
	display: block;
}
.featuredpost .format-standard:last-child {
	border-bottom: none;
}
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select, #cat {
	display: inline;
	padding: 3px;
	width: 95%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	clear: both;
	margin: 0;
}
.featuredpage .page, .featuredpost .post {
	margin: 0;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		border-radius: 5px;*/
	background-color: #cccccc;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 12px 15px 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#subscribe input[type="submit"] {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleftt: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
input:hover[type="button"], input:hover[type="submit"] {
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
	background-color: #0061a7;
	border: none;
	text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin: 40px 0 0;
}
#nav .searchform {
	margin: 6px 0 0;
}
.s {
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background: #fff url(images/search.png) center right no-repeat;
	color: #aaa;
	font-style: italic;
	margin: 0;
	padding: 8px 35px 8px 10px;
}
#header .s {
	width: 200px;
}
/*.footer-widgets .s {

}*/
.searchsubmit {
	display: none;
}
/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	margin: 0 0 10px;
}
.enews #subbox {
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border: none;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #aaa;
	font-style: italic;
	margin: 0 -7px 0 0;
	padding: 13px 15px 12px;
	width: 160px;
}
#footer-widgets .enews #subbox {
	width: 150px;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* News Blog
--------------------------------------------------------------------------------------------------*/
#hentry-entry-blog {
	margin-top: 20px;
	border-bottom: solid 0px #bebebe;
	width: 100%;
}
#newsblog {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: solid 0px #bebebe;
	border-right: solid 0px #a1a1a1;
	border-bottom: 2px dotted #B9B9B9;
	border-left: solid 0px #a1a1a1;
}
.newsblog-image img {
	float: left;
	width: 130px;
	height: auto;
	padding: 5px;
	border: solid 1px #EFEFEF;
}
.newsblog-image img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.newsblog-three-fourths {
	float: right;
	width: 65%;
}
#newsblog h3 {
	font: normal 18px/1.5 arial, verdana, sans-serif;
	width: 640px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-template-news-php #newsblog h3 {
	width: 100%;
	white-space: normal;
}
#newsblog p {
	font: 200 15px/1.5 'Times New Roman', Times, serif;
	margin-top: 5px;
}
.newsblog-three-fourths .more-link {
	float: left;
	margin-top: 10px;
}
/* Sub Footer
------------------------------------------------------------ */

#sub-footer {
	background-color: #FFFFFF;
	clear: both;
	color: #999999;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
#sub-footer a, #sub-footer a:visited {
	color: #036A8E;
}
#sub-footer p {
	font-size: inherit;
}
#sub-footer .latest-tweets {
	background: url(images/latest-tweet.png) top left no-repeat;
	font-size: 20px;
	min-height: 80px;
	padding: 0 0 0 120px;
}
#sub-footer .latest-tweets a, #sub-footer .latest-tweets a:visited {
	color: #333;
	text-decoration: none;
}
#sub-footer .latest-tweets a:hover {
	text-decoration: underline;
}
#sub-footer .latest-tweets ul {
	position: relative;
}
#sub-footer .latest-tweets ul li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #6ab446;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 20px 30px;
}
#sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
#sub-footer .latest-tweets ul li.last a, #sub-footer .latest-tweets ul li.last a:visited {
	color: #6ab446;
}
#sub-footer .latest-tweets ul li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: -16px;
	border-bottom: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 15px solid;
	border-color: #6ab446 #6ab446 transparent transparent;
	top: 15px;
	width: 0;
}
.sub-footer-left {
	float: left;
	width: 100%;/*width: 665px;*/
}
.sub-footer-right {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
/* Ads Style
--------------------------------------------------------------------------------------------------*/
.sub-footer-left {
	padding-bottom: 30px;
}
/*.sub-footer-left .textwidget {
	width: 195px;
	float: left;
	margin-right: 24px;
	box-shadow: 0px 3px 2px 0px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0px 3px 2px 0px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(119, 119, 119, 0.2);
	border: 1px solid #CCCCCC;
	padding-bottom: 8px;
}*/
/*.sub-footer-left .textwidget img {
	padding-bottom: 10px;
	width: 95%;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}*/
.sub-footer-left .textwidget img {
	padding-bottom: 0;
	width: 222px;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}
.sub-footer-left .textwidget h2 {
	font-size: 14px;
	color: #00516d;
	padding-left: 10px;
}
.sub-footer-left .textwidget h2:hover {
	cursor: pointer;
	text-decoration: underline;
}
.sub-footer-left .textwidget p {
	/*padding-left: 5px;*/
	padding-right: 3px;
	margin-top: 3px;
	/*padding-left: 10px;*/
	color: #333333;
}
/* Testimonial Style in Home Page
--------------------------------------------------------------------------------------------------*/
blockquote {
	/*background: url(images/blockquote.png) no-repeat;*/
	border: none;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0px 0px 0px;
}
blockquote p {
	color: #999;
	font-style: italic;
}
/*#testimonialhook {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
	position: relative;
	background: #f4f4f4;
	background-image: linear-gradient(#f4f4f4, #f4f4f4);
	margin-bottom: 25px;
}*/
#testimonialhook {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	/*font-style: italic;*/
	text-shadow: 0 1px 0 #ECFBFF;/*	background: #f4f4f4;
	background-image: linear-gradient(#f4f4f4, #f4f4f4);*/
}
#testimonialhook p {
	font-size: 13px;
	color: #666666;
	padding-left: 0;
}
#testimonialhook *:before {
	/*	content: "\201C";
	position: absolute;*/
	font-size: 100px;
	line-height: 1;
	color: #999;
	font-style: normal;
	font-size: 12em;
}
#testimonialhook :before {
	top: 0;
	left: 1px;
}
#testimonial-author {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}
#testimonial-author span {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#testimonialhook .testimonial h3 {
	display: none;
}
/* Testimonial Plugins 
--------------------------------------------------------------------------------------------------*/
#testimonialhook .testimonial {
	float: left;
	width: 28.5%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f4f4f4;
}
#testimonialhook .testimonial:first-child {
	margin-left: 0;
	margin-right: 10px;
}
#testimonialhook .testimonial:last-child {
	margin-left: 10px;
	margin-right: 0;
}
/*#testimonialhook .testimonial .content {
	float:left;
	color: #666666;
	font-style: italic;
	padding-top: 0;
	font-size: 13px;
	text-align: justify;
}*/
#testimonialhook .testimonial .client {
	font-size: 14px;
	padding-top: 10px;/*float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;*/
}
#testimonialhook .testimonial .client .name {
	font-weight: bold;
	padding-right: 5px;
	color: #296b84;
}
#testimonialhook .testimonial .company a {
	color: #296b84;
	text-decoration: none;
}
/* Testimonial Sidebar 
--------------------------------------------------------------------------------------------------*/

.testimonial-sidebar .textwidget {
	color: #333;
	padding: 5px 10px;
}
.testimonial-sidebar span {
	font-weight: bold;
}
.testimonial-sidebar .testimonial-img {
	float: left;
	width: 80px;
	padding-right: 15px;
}
.testimonial-sidebar .testimonial-content {
	padding-top: 0;
}
/* Testimonial Style in QROPS Download Page
--------------------------------------------------------------------------------------------------*/
.download-footer .sldr_title {
	text-align: center;
	padding-top: 30px;
}
.download-footer .testimonial_content {
	color: #FFFFFF !important;
}
.download-footer .testimonial_content a {
	color: #FFFFFF;
	background-color: #127daa;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.download-footer .testimonial_slider__textonly .testimonial_content_wrap:before {
	display: none;
}
.download-footer .testimonial_slider__textonly .testimonial_content_wrap {
	height: auto;
}
.download-footer .testimonial_slider__textonly .testimonial_nav_arrow_wrap {
	padding-left: 20px;
}
.download-footer .testimonial_slider__textonly .testimonial_nav_arrow_wrap a {
	height: 50%;
	width: 40px;
	padding-left: 30px;
	margin-left: 30px
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	/*background: url(images/footer.png);*/
	background-color: #00506d;
	border-top: 5px solid #377a92;
	clear: both;
	color: #ccc;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 25px 0 30px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets a, #footer-widgets a:visited {
	color: #FFFFFF;
}
#footer-widgets p {
	color: #FFFFFF;
	font-size: inherit;
	margin: 0 0 10px;
}
#footer-widgets ul, #footer-widgets p {
	margin: 5px;
}
#footer-widgets ul li:before {
	color: #383838;
	content: "\00BB \0020";
}
.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}
.footer-widgets-2 {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}
.footer-widgets-3 {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}
.footer-widgets-4 {
	float: right;
	margin: 0 20px 0 0;
	width: 220px;
}
/* Footer
------------------------------------------------------------ */

#footer {
	/*background: url(images/footer.png);*/
	background-color: #00506d;
	clear: both;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer .wrap {
	/*background: url(images/footer-line.png) repeat-x;*/
	border-top: 1px solid #444343;
	overflow: hidden;
	padding: 5px 0 10px;
}
#footer p {
	color: #FFFFFF;
	font-size: inherit;
	float: left;
}
#footer a, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	width: 300px;
}
#footer .gototop a {
	/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #555 url(images/return-top.png) center left no-repeat;
	border-radius: 5px;
	color: #fff;
	padding: 11px 15px 9px 35px;
	text-transform: uppercase;*/
	display: none;
}
/*#footer .gototop a:hover {
	text-decoration: underline;
}*/

#footer .creds {
	float: right;
	width: 100%;
}
#footer .creds .textwidget {
	color: #ccc;
	padding-top: 10px;
	text-align: justify;
	font-size: 11px;
	line-height: 12px;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author, #comment, #email, #url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}
.comment-list li ul li {
	margin-right: -22px;
}
.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}
.reply {
	font-size: 14px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.thread-alt, .thread-even {
	background-color: #f5f5f5;
}
.alt, .depth-1, .even {
	border: 2px solid #fff;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}
div.gform_footer input.button {
	color: #fff;
	padding: 12px 15px 11px !important;
}
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* Outreach Blue
------------------------------------------------------------ */

.outreach-blue a, .outreach-blue a:visited {
	color: #37689b;
}
.outreach-blue .author-box a, .outreach-blue .author-box a:visited, .outreach-blue .menu-secondary li a:active, .outreach-blue .menu-secondary li a:hover, .outreach-blue .menu-secondary li:hover a, .outreach-blue .menu-secondary .current_page_item a, .outreach-blue .menu-secondary .current-cat a, .outreach-blue .menu-secondary .current-menu-item a, .outreach-blue .sidebar a, .outreach-blue .sidebar a:hover, .outreach-blue .sidebar a:visited, .outreach-blue .widget-area h4, .outreach-blue .widget-area h4 a, .outreach-blue #footer-widgets a, .outreach-blue #footer-widgets a:visited, .outreach-blue.outreach #genesis-responsive-slider a, .outreach-blue.outreach #genesis-responsive-slider a:visited, .outreach-blue #header .menu li a:active, .outreach-blue #header .menu li a:hover, .outreach-blue #header .menu li:hover a, .outreach-blue #header .menu .current_page_item a, .outreach-blue #header .menu .current-cat a, .outreach-blue #header .menu .current-menu-item a, .outreach-blue #sub-footer a, .outreach-blue #sub-footer a:visited, .outreach-blue #sub-footer h4, .outreach-blue #sub-footer .latest-tweets ul li.last a, .outreach-blue #sub-footer .latest-tweets ul li.last a:visited {
	color: #407ab4;
}
.outreach-blue .menu-primary a, .outreach-blue .menu-secondary a, .outreach-blue .menu-secondary li li a, .outreach-blue .menu-secondary li li a:link, .outreach-blue .menu-secondary li li a:visited, .outreach-blue.outreach #genesis-responsive-slider a:hover, .outreach-blue #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-blue .menu-secondary li li a:active, .outreach-blue .menu-secondary li li a:hover {
	color: #407ab4;
}
.outreach-blue #nav {
	background: url(images/blue/nav.png);
}
.outreach-blue .post-info a, .outreach-blue .post-info a:visited, .outreach-blue .post-meta a, .outreach-blue .post-meta a:visited {
	color: #999;
}
.outreach-blue h2 a, .outreach-blue h2 a:visited, .outreach-blue .menu-primary li a:active, .outreach-blue .menu-primary li a:hover, .outreach-blue .menu-primary li:hover a, .outreach-blue .menu-primary .current_page_item a, .outreach-blue .menu-primary .current-cat a, .outreach-blue .menu-primary .current-menu-item a, .outreach-blue .post-info a:hover, .outreach-blue .post-meta a:hover {
	color: #333;
}
.outreach-blue h2 a:hover {
	color: #37689b;
}
.outreach-blue input[type="button"], .outreach-blue input[type="submit"], .outreach-blue #sub-footer .latest-tweets ul li {
	background-color: #407ab4;
}
.outreach-blue input:hover[type="button"], .outreach-blue input:hover[type="submit"], .outreach-blue .navigation li a:hover, .outreach-blue .navigation li.active a {
	background-color: #37689b;
}
.outreach-blue #sub-footer .latest-tweets a, .outreach-blue #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-blue #sub-footer .latest-tweets ul li:before {
	border-color: #407ab4 #407ab4 transparent transparent;
}
.outreach-blue #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
/* Outreach Blue
------------------------------------------------------------ */

.outreach-orange a, .outreach-orange a:visited {
	color: #bb6a16;
}
.outreach-orange .author-box a, .outreach-orange .author-box a:visited, .outreach-orange .menu-secondary li a:active, .outreach-orange .menu-secondary li a:hover, .outreach-orange .menu-secondary li:hover a, .outreach-orange .menu-secondary .current_page_item a, .outreach-orange .menu-secondary .current-cat a, .outreach-orange .menu-secondary .current-menu-item a, .outreach-orange .sidebar a, .outreach-orange .sidebar a:hover, .outreach-orange .sidebar a:visited, .outreach-orange .widget-area h4, .outreach-orange .widget-area h4 a, .outreach-orange #footer-widgets a, .outreach-orange #footer-widgets a:visited, .outreach-orange.outreach #genesis-responsive-slider a, .outreach-orange.outreach #genesis-responsive-slider a:visited, .outreach-orange #header .menu li a:active, .outreach-orange #header .menu li a:hover, .outreach-orange #header .menu li:hover a, .outreach-orange #header .menu .current_page_item a, .outreach-orange #header .menu .current-cat a, .outreach-orange #header .menu .current-menu-item a, .outreach-orange #sub-footer a, .outreach-orange #sub-footer a:visited, .outreach-orange #sub-footer h4, .outreach-orange #sub-footer .latest-tweets ul li.last a, .outreach-orange #sub-footer .latest-tweets ul li.last a:visited {
	color: #da791a;
}
.outreach-orange .menu-primary a, .outreach-orange .menu-secondary a, .outreach-orange .menu-secondary li li a, .outreach-orange .menu-secondary li li a:link, .outreach-orange .menu-secondary li li a:visited, .outreach-orange.outreach #genesis-responsive-slider a:hover, .outreach-orange #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-orange .menu-secondary li li a:active, .outreach-orange .menu-secondary li li a:hover {
	color: #da791a;
}
.outreach-orange #nav {
	background: url(images/orange/nav.png);
}
.outreach-orange .post-info a, .outreach-orange .post-info a:visited, .outreach-orange .post-meta a, .outreach-orange .post-meta a:visited {
	color: #999;
}
.outreach-orange h2 a, .outreach-orange h2 a:visited, .outreach-orange .menu-primary li a:active, .outreach-orange .menu-primary li a:hover, .outreach-orange .menu-primary li:hover a, .outreach-orange .menu-primary .current_page_item a, .outreach-orange .menu-primary .current-cat a, .outreach-orange .menu-primary .current-menu-item a, .outreach-orange .post-info a:hover, .outreach-orange .post-meta a:hover {
	color: #333;
}
.outreach-orange h2 a:hover {
	color: #bb6a16;
}
.outreach-orange input[type="button"], .outreach-orange input[type="submit"], .outreach-orange #sub-footer .latest-tweets ul li {
	background-color: #da791a;
}
.outreach-orange input:hover[type="button"], .outreach-orange input:hover[type="submit"], .outreach-orange .navigation li a:hover, .outreach-orange .navigation li.active a {
	background-color: #bb6a16;
}
.outreach-orange #sub-footer .latest-tweets a, .outreach-orange #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-orange #sub-footer .latest-tweets ul li:before {
	border-color: #da791a #da791a transparent transparent;
}
.outreach-orange #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
/* Outreach Red
------------------------------------------------------------ */

.outreach-red a, .outreach-red a:visited {
	color: #a03231;
}
.outreach-red .author-box a, .outreach-red .author-box a:visited, .outreach-red .menu-secondary li a:active, .outreach-red .menu-secondary li a:hover, .outreach-red .menu-secondary li:hover a, .outreach-red .menu-secondary .current_page_item a, .outreach-red .menu-secondary .current-cat a, .outreach-red .menu-secondary .current-menu-item a, .outreach-red .sidebar a, .outreach-red .sidebar a:hover, .outreach-red .sidebar a:visited, .outreach-red .widget-area h4, .outreach-red .widget-area h4 a, .outreach-red #footer-widgets a, .outreach-red #footer-widgets a:visited, .outreach-red.outreach #genesis-responsive-slider a, .outreach-red.outreach #genesis-responsive-slider a:visited, .outreach-red #header .menu li a:active, .outreach-red #header .menu li a:hover, .outreach-red #header .menu li:hover a, .outreach-red #header .menu .current_page_item a, .outreach-red #header .menu .current-cat a, .outreach-red #header .menu .current-menu-item a, .outreach-red #sub-footer a, .outreach-red #sub-footer a:visited, .outreach-red #sub-footer h4, .outreach-red #sub-footer .latest-tweets ul li.last a, .outreach-red #sub-footer .latest-tweets ul li.last a:visited {
	color: #ba3a3a;
}
.outreach-red .menu-primary a, .outreach-red .menu-secondary a, .outreach-red .menu-secondary li li a, .outreach-red .menu-secondary li li a:link, .outreach-red .menu-secondary li li a:visited, .outreach-red.outreach #genesis-responsive-slider a:hover, .outreach-red #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-red .menu-secondary li li a:active, .outreach-red .menu-secondary li li a:hover {
	color: #ba3a3a;
}
.outreach-red #nav {
	background: url(images/red/nav.png);
}
.outreach-red .post-info a, .outreach-red .post-info a:visited, .outreach-red .post-meta a, .outreach-red .post-meta a:visited {
	color: #999;
}
.outreach-red h2 a, .outreach-red h2 a:visited, .outreach-red .menu-primary li a:active, .outreach-red .menu-primary li a:hover, .outreach-red .menu-primary li:hover a, .outreach-red .menu-primary .current_page_item a, .outreach-red .menu-primary .current-cat a, .outreach-red .menu-primary .current-menu-item a, .outreach-red .post-info a:hover, .outreach-red .post-meta a:hover {
	color: #333;
}
.outreach-red h2 a:hover {
	color: #a03231;
}
.outreach-red input[type="button"], .outreach-red input[type="submit"], .outreach-red #sub-footer .latest-tweets ul li {
	background-color: #ba3a3a;
}
.outreach-red input:hover[type="button"], .outreach-red input:hover[type="submit"], .outreach-red .navigation li a:hover, .outreach-red .navigation li.active a {
	background-color: #a03231;
}
.outreach-red #sub-footer .latest-tweets a, .outreach-red #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-red #sub-footer .latest-tweets ul li:before {
	border-color: #ba3a3a #ba3a3a transparent transparent;
}
.outreach-red #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
.wrap {
	width: 960px;
}
.header-image #title-area, .header-image #title, .header-image #title a {
	background-size: contain !important;
	margin: 0 auto;
	max-width: 370px;
}
#title-area {
	width: 370px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	width: 210px;
}
.home-1, .home-2, .home-3, .home-4 {
	width: 210px;
}
#home-sections img, #home-sections img:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
#content-sidebar-wrap {
	width: 760px;
}
.full-width-content.outreach #content {
	width: 940px;
}
#content {
	width: 430px;
}
.content-sidebar #content, .sidebar-content #content {
	width: 630px;
}
.sub-footer-left {
	width: 100%;
}
#footer-widgets .enews #subbox {
	width: 125px;
}
#footer .gototop {
	width: 200px;
}
}

@media only screen and (max-width: 1023px) {
body {
	width: 100%;
	margin: 0 auto;
}
.content-sidebar #content, .content-sidebar-sidebar #content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .full-width-content #content, .full-width-content.outreach #content, .full-width-content.outreach-landing #content, .header-image #title-area, .header-image #title, .header-image #title a, .menu-primary, .menu-secondary, .outreach-landing .wrap, .sidebar, .home .sidebar, .sidebar-content #content, .sidebar-content-sidebar #content, .sidebar-sidebar-content #content, .sub-footer-left, .sub-footer-right, .wrap, #content-sidebar-wrap, #footer .creds, #footer .gototop, #footer-widgets .wrap, #header ul.menu, #header .widget-area, #home-featured, #sidebar-alt, #title-area, #wrap {
	width: 100%;
}
.header-image #header #title-area, .header-image #header #title, .header-image #header #title a, #title-area {
	float: none;
}
.home-1, .home-2, .home-3, .home-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 50%
}
.menu-primary, .menu-secondary, #description, #footer .creds, #footer .gototop, #header ul.menu, #header .searchform, #header .widget_text, #title, #title-area {
	float: none;
	text-align: center;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, #header .menu, #header .searchform, #title, #wrap {
	margin: 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .full-width-content.outreach #content, #description, #footer-widgets .wrap, #title a, #title a:hover, #header .search-form {
	padding: 0;
}
#header {
	padding: 20px 0;
}
/*#header .widget-area {
	margin-top: 10px;
}*/
#header .widget-area .textwidget {
	padding-top: 0;
	padding-bottom: 5px;
}
.menu-primary li, .menu-secondary li, #header ul.menu li {
	display: inline-block;
	float: none;
}
.menu-primary a, .menu-secondary a, #header .menu a {
	padding: 10px;
}
.menu li.right, #footer .gototop a {
	display: none;
}
.menu li li {
	text-align: left;
}
#content, #inner, #sub-footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	padding: 20px;
}
#footer-widgets .widget, #inner {
	padding: 10px 10px 0;
}
#content {
	margin: 0 0 20px;
}
.full-width-content.outreach #content {
	margin: 0 0 10px;
}
.author-box {
	margin: 0 -20px 40px;
}
/*.sidebar .widget {
	background-color: #393939;
	padding: 20px;
}*/
#sub-footer {
	/*	background-color: #090909;*/
	padding: 10px;
}
#footer .wrap {
	padding: 22px 0 20px;
}
#footer .wrap .creds {
	padding-left: 15px;
	margin-right: 15px;
}
#footer .creds .textwidget, #footer .creds .Social_Widget {
	padding-right: 25px;
}
.featuredpost, .featuredpost .format-standard {
	float: left;
	width: 100%;
}
.featuredpost p, .featuredpost h2 {
	padding-right: 20px;
}
/* Ads Style
--------------------------------------------------------------------------------------------------*/
.sub-footer-left {
	padding-bottom: 10px;
}
.sub-footer-left .textwidget {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.sub-footer-left .textwidget img {
	padding-bottom: 10px;
	/*width: 50%;*/
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.sub-footer-left .textwidget h2 {
	padding-top: 10px;
}
.sub-footer-left .textwidget p {
	/*padding-left: 5px;*/
	padding-right: 3px;
	margin-top: 3px;/*padding-left: 10px;*/
}
.clearfix-ads {
	display: block;
}
.newsblog-three-fourths {
	float: right;
	width: 100%;
}
#newsblog {
	display: inline-flex;
}
.newsblog-image img {
	float: left;
	width: 180px;
	padding: 3px;
	border: solid 1px #EFEFEF;
}
.one-fourth-first {
	padding-right: 25px;
}
/* Contact Us Page CCS Super Style
--------------------------------------------------------------------------------------------------*/

#contact-main-head .contact-left {
	float: left;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
#contact-main-head .contact-left .gform_wrapper textarea.medium {
	height: 120px !important;
}
/*#contact-main-head .contact-left h3 {
	font-size:3.5em;
	font-weight:normal;		
}*/
/*#contact-main-head .contact-left, #contact-main-head .contact-left label {
	font-weight:100;
	color:#6b7b8a;	
}*/
#contact-main-head .contact-right {
	float: left;
	width: 100%;
}
#contact-main-head .contact-right .upper {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#contact-main-head .contact-right .upper .infos {
	float: left;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 30%;
}
#contact-main-head .contact-right .upper .infos h4 {
	font-size: 1.2em;
	font-weight: 100;
	color: #00506d;
}
#contact-main-head .contact-right .upper .infos p {
	color: #00506d;
}
#contact-main-head .contact-right .upper .heading {
	float: right;
	padding-top: 11.7%;
	margin-left: 0;
	width: 65%;
}
/*#contact-main-head .contact-right .upper .heading h1 {
	font-family: "source-sans-pro", sans-serif;
	font-size:38px;
	font-weight:100;
	color: #FFFFFF;
}
#contact-main-head .contact-right .upper .heading p {
	font-size:20px;
	color: #FFFFFF;
	margin-top:-15px;
}*/
#contact-main-head .contact-right .downer {
	background-color: #192e59;
}
#testimonialhook .testimonial, #testimonialhook .testimonial:first-child, #testimonialhook .testimonial:last-child {
	padding-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
}
#testimonialhook p {
	padding-right: 20px;
}
/*#contact-main-head .contact-right .downer .map-text {	
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 18px;
}
#contact-main-head .contact-right .downer .title h1 {
	float: left;
	font-size:30px;
	font-weight:100;
	padding-right: 20px;
	padding-top: 50px;
	color: #f2f0e9;
}
#contact-main-head .contact-right .downer button {
	margin-top:50px;
}
#contact-main-head .contact-right .downer button, #contact-main-head .gform_button {
	font-family: "source-sans-pro", sans-serif;
	background-color: #044b6a;
	border: 0 none;
	color: #FFFFFF;
	font-size:15px;
	font-weight:bold;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#contact-main-head .contact-right .downer button:hover , #contact-main-head .gform_button:hover {
	background-color: #6b7b8a !important;
}*/
}

@media only screen and (max-width: 600px) {
.outreach #genesis-responsive-slider .flex-direction-nav li .next, .outreach #genesis-responsive-slider .flex-direction-nav li .prev {
	display: none;
}
.archive-page, .five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	padding: 0;
	width: 100%;
}
.outreach .slide-excerpt, #sub-footer .latest-tweets ul li:before {
	display: none;
}
#home-sections {
	padding: 20px 0;
}
.home-1, .home-2, .home-3, .home-4 {
	padding: 10px;
	width: 100%;
}
.s {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#sub-footer .latest-tweets {
	background: none;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0;
}
#sub-footer .latest-tweets ul li {
	padding: 10px 20px;
}
.slideshow {
	display: none;
}
.one-half p {
	width: 80%;
}
.newsblog-image img {
	display: none;
}
/* Download Page QROPS Mobile
------------------------------------------------------------ */
/* QROPS Header CSS */
.download-head {
	width: 100%;
	background-color: #a9a9a9;
}
.head-left {
	width: 100%;
}
.head-left h1 {
	font-size: 2.5rem;
}
.head-left p {
	padding-right: 10px;
}
/*-------------------------------------------*/
.head-right {
	width: 100%;
	float: left;
	padding-top: 0px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.head-right .form-call {
	width: 95%;
	margin-right: 5px;
	padding-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.head-right .form-call a {
	font-size: 30px;
	padding-right: 0px;
	margin-top: 15px;
}
.head-right .form-call img {
	margin-right: 10px;
}
.head-right .header-form {
	padding-left: 5px;
}
.header-form .gform_footer .gform_button {
	font-size: 1.2rem !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100% !important;
}
/* QROPS Body CSS */
.download-body {
	width: 100%;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.entry-content .special-buttons button {
	width: 100%;
}
/* QROPS Footer CSS */
.download-footer {
	width: 100%;
	padding-right: 20px;
	height: 300px;
	background-color: #a9a9a9;
}
/* Contact Us Page CCS Super Style
--------------------------------------------------------------------------------------------------*/

/*#contact-main-head .contact-left {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}*/
#contact-main-head .contact-left .gform_wrapper textarea.medium {
	height: 150px !important;
}
/*#contact-main-head .contact-left h3 {
	font-size:3.5em;
	font-weight:normal;		
}*/
/*#contact-main-head .contact-left, #contact-main-head .contact-left label {
	font-weight:100;
	color:#6b7b8a;	
}*/
#contact-main-head .contact-right .upper .infos {
	padding-right: 0;
	width: 100%;
}
/*#contact-main-head .contact-right .upper .infos h4 {
	font-size: 1.2em;
	font-weight: 100;
	color: #00506d;
}*/
#contact-main-head .contact-right .upper .infos p {
	color: #00506d;
}
#contact-main-head .contact-right .upper .heading {
	float: left;
	padding-left: 0;
	width: 100%;
}
#contact-main-head .contact-right .upper .heading h1, #contact-main-head .contact-right .upper .heading p {
	padding-left: 15px;
}
#contact-main-head .contact-right .downer button {
	margin-top: 0px;
}
#contact-main-head .contact-right .downer button, #contact-main-head .gform_button {
	width: 100%;
}
.sidebar-content-sidebar img.size-full {
	width: auto;
}
}

@media only screen and (max-width: 340px) {
#header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 5px;
}
#title {
	font-size: 36px;
}
.sidebar-content-sidebar img.size-full {
	float: left;
}
/* Download Page QROPS Mobile
------------------------------------------------------------ */
/* QROPS Header CSS */
.download-head {
	width: 100%;
	background-color: #a9a9a9;
}
.head-left {
	width: 100%;
}
.head-left h1 {
	font-size: 2rem;
}
}