/*
	Theme Name: So Cal VA Homes
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: TinyFrog Technologies
	Author URI: http://tinyfrog.com/

	Version: 1.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 3.2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'menu-icons';
	src: url('fonts/menu-icons.eot?89183108');
	src: url('fonts/menu-icons.eot?89183108#iefix') format('embedded-opentype'),
		url('fonts/menu-icons.woff?89183108') format('woff'),
		url('fonts/menu-icons.ttf?89183108') format('truetype'),
		url('fonts/menu-icons.svg?89183108#menu-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #212121;
	font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.35;
}

::-moz-selection {
	background-color: #212121;
	color: #fff;
}

::selection {
	background-color: #212121;
	color: #fff;
}

a {
	color: #002a55;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color ease-in-out 0.3s;
	-moz-transition: color ease-in-out 0.3s;
	-o-transition: color ease-in-out 0.3s;
	transition: color ease-in-out 0.3s;
}

a:hover {
	color: #6d6e71;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #6d6e71;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

hr {
	border: none;
	border-top: 5px solid #002c5c;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002c5c;
	font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 55px;
	font-size: 5.5rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

h4 {
	font-size: 32px;
	font-size: 3.2rem;
}

h5 {
	font-size: 28px;
	font-size: 2.8rem;
}

h6 {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #6d6e71;
	border-radius: 0;
	color: #212121;
	padding: 16px 25px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #212121;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #212121;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #002a55;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 17px;
	padding: 17px 20px 16px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	width: 250px;
	text-align: center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6d6e71;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */


.site-inner {
	clear: both;
	margin-top: 149px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 800px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	padding: 0;
	position: absolute;
	width: 29px;
	height: 29px;
	background: url( "images/seach-icon.png" ) no-repeat 0 0;
	text-indent: -9999px;
	top: 50%;
	margin-top: -14.5px;
	right: 27px;
}

.search-form {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 20px 0;
	margin: 0 2.4rem 2rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 24px;
	margin: 0 0 2rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	line-height: 37px;
	font-size: 34px;
	text-align: center;
	margin: 0 0 22px;
}

.entry-title,
.entry-title a {
	font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

body .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

body .gform_wrapper ul.gform_fields li.gfield:before {
	display: none !important;
}

body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
	color: #002a55;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 16px 25px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 5px !important;
}

.center-form-button .gform_wrapper .gform_footer {
	padding: 18px 0;
	text-align: center;
	margin: 0;
}

body .gform_wrapper .gform_footer input.button {
	width: 250px;
	font-size: 17px;
}

body .gform_wrapper div.validation_error,
body .gform_wrapper .field_description_below .gfield_description {
	display: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

body .gform_ajax_spinner {
	position: absolute;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 12px 0 16px 13px;
	width: auto;
}

.title-area a {
	display: block;
	margin: 0 auto;
	font-size: 0;
/* 	background: url( "images/logo.png" ) no-repeat 0 0;
	width: 279px;
	height: 71px;
	background-size: cover; */
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
	padding: 14px 0 0;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.genesis-nav-menu a {
	border: none;
	color: #002c5c;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 29px 0 32px;
	position: relative;
}

.genesis-nav-menu > .menu-item {
	background: url( "images/menu-item-border.jpg" ) no-repeat right 34px;
	/*padding: 0 12.5px;*/
	padding: 0 8px;
}

.genesis-nav-menu > .menu-item:last-child {
	background: none;
	padding-right: 9px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu > .menu-item > a::before,
.genesis-nav-menu > .menu-item > a::after,
.genesis-nav-menu .sub-menu a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

.genesis-nav-menu > .menu-item > a::before {
	width: 28px;
	height: 24px;
	background: url( "images/menu-hover-check.png" ) no-repeat 0 0;
	top: 0;
	margin: 0 auto;
	opacity: 0;
}

.genesis-nav-menu > .menu-item > a::after {
	background-color: #002c5c;
	width: 100%;
	height: 2px;
	margin-top: -5px;
	opacity: 0;
}

.genesis-nav-menu > .menu-item > a::before,
.genesis-nav-menu > .menu-item > a::after,
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a::before {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.genesis-nav-menu > .menu-item > a:hover::before,
.genesis-nav-menu > .current-menu-item > a::before,
.genesis-nav-menu > .menu-item > a:hover::after,
.genesis-nav-menu > .current-menu-item > a::after,
.genesis-nav-menu > .menu-item-has-children:hover > a::before,
.genesis-nav-menu > .menu-item-has-children:hover > a::after,
.genesis-nav-menu > .current-menu-ancestor > a::before,
.genesis-nav-menu > .current-menu-ancestor > a::after {
	opacity: 1;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 436px;
	z-index: 99;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-color: #f1f1f1;
	padding-top: 12px;
	padding-bottom: 9px;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.30);
}

.genesis-nav-menu .sub-menu a {
	background-color: #f1f1f1;
	padding: 8px 70px;
	position: relative;
	width: 426px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	text-align: left;
	position: relative;
}

.genesis-nav-menu .sub-menu a::before {
	background: url( "images/submenu-hover-check.png" ) no-repeat 0 0;
	width: 23px;
	height: 20px;
	left: 30px;
	top: 50%;
	margin-top: -11.5px;
	opacity: 0;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a {
	background-color: #002a55;
	color: #fff;
	font-weight: 700;
}

.genesis-nav-menu .sub-menu a:hover::before,
.genesis-nav-menu .sub-menu .current-menu-item > a::before,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a::before,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a::before {
	opacity: 1;
}

.genesis-nav-menu .sub-menu .menu-item:last-child > a {
	border-color: transparent;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -41px 0 0 426px !important;
	border-top: 5px solid #fff;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-left: -116px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.nav-header {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	color: #002c5c;
	outline: none;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 0 12px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	border: none;
	height: auto;
	line-height: 0;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

body .menu-toggle,
body .sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.menuicons-before::before {
	font-family: 'menu-icons';
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.speedicon-menu:before {
	content: "";
}

.menu-toggle.activated::before {
	content: "";
}

.speedicon-arrow-down:before {
	content: "";
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-content p a {
	font-weight: 700;
	text-decoration: underline;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 332px;
	background-color: #f1f1f1;
	padding-top: 32px;
}

.sidebar .widget-title {
	font-size: 23px;
	line-height: 24px;
	margin: 0 30px 5px 0;
	position: relative;
	padding-left: 43px;
	color: #212121;
}

.sidebar .widget-title::before {
	content: '';
	display: block;
	background: url( "images/check-box.jpg" ) no-repeat 0 0;
	width: 49px;
	height: 46px;
	position: absolute;
	top: 0;
	left: -17px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.all-button {
	padding-top: 6px;
}

.all-button .button {
	width: 250px;
	display: block;
	margin: 0 auto 8px;
}

.all-button .button:hover {
	color: #fff;
}

.search-posts {
	margin-top: 25px;
	margin-bottom: 35px;
}

.search-posts .widget-title,
.popular-posts .widget-title {
	padding: 11px 0 11px 43px;
}

.search-posts .search-form {
	width: 300px;
	margin: 6px auto 0;
}

.search-posts .search-form .search-form-input {
	width: 243px;
	height: 50px;
	padding: 10px;
}

.search-posts .search-form input[type="submit"] {
	background: url( "images/search-post.jpg" ) no-repeat 0 0;
	width: 57px;
	height: 50px;
	right: 0;
	margin: 0;
	top: 0;
}

.star-list .rp-posts {
	margin: 27px 0 0 17px;
}

.star-list .rp-posts li {
	padding: 0 0 4px 27px;
}

.rp-posts li a {
	font-weight: 700;
}

.rp-posts li a:hover {
	color: #002a55;
	text-decoration: underline;
}

.easier-way {
	padding: 38px 0;
}

.easier-way .textwidget {
	padding: 22px 34px 0 22px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;	
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
	line-height: 26px;
}

@keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.featured-in {
	padding-top: 49px;
	padding-bottom: 37px;
}

.featured-in .left-column {
	padding-left: 20px;
	overflow: hidden;
	padding-right: 57px;
}

.featured-in .left-column .widget {
	float: left;
}

.featured-in .left-column .widget:last-child {
	float: right;
}

.featured-in img {
	float: none;
	display: block;
	margin: 0 auto 18px;
}

.featured-in p {
	margin: 0;
}

.featured-in h3 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	color: #171717;
	margin: 0 0 0;
}

.featured-in.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.featured-in .right-column h3 {
	color: #002a55;
	font-size: 24px;
	margin: 18px 0 35px 34px;
}

.featured-in .right-column {
	padding-left: 23px;
	padding-right: 35px;
}

.featured-in .right-column ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.featured-in .right-column ul li,
.featured-in .right-column ul li img {
	display: block;
}

.featured-in .right-column ul li {
	float: left;
}

.featured-in .right-column ul li:last-child {
	float: right;
}

.begin-the-journey,
.begin-the-journey .panel-grid-cell {
	min-height: 570px;
}

.begin-the-journey .panel-grid-cell {
	position: relative;
}

.begin-the-journey .cont {
	max-width: 742px;
	width: 100%;
	float: right;
	padding-top: 49px;
}

.sgt-thomas {
	position: absolute;
	left: 0;
	bottom: 0;
}

.h3-icon-header h3 {
	background: url( "images/va-icon-2.png" ) no-repeat top 3px left;
	padding: 3px 0 10px 76px;
	line-height: 34px;
	margin: 0 0 5px;
}

.begin-the-journey p {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0;
	font-size: 24px;
	padding-left: 76px;
}

.ctas {
	max-width: 700px;
	width: 100%;
	float: right;
}

.ctas ul {
	background-color: #002a55;
	margin: 37px 0 34px;
	padding: 0;
	overflow: hidden;
}

.ctas ul li {
	border-bottom: 2px solid rgba(255, 255, 255, 0.30);
	padding: 20px 36px;
	line-height: 39px;
	position: relative;
}

.ctas ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 24px;
	width: 40px;
	height: 40px;
	background: url( "images/red-arrow-icon-2.png" ) no-repeat 0 0;
}

.ctas ul li:last-child,
.ctas ul li.desktop-show {
	border-bottom: none;
}

.ctas ul li,
.ctas ul li a {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.ctas h6 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	text-align: center;
	margin: 0;
}

.footer-contact-details {
	display: block !important;
	overflow: hidden;
	padding-top: 38px;
	padding-bottom: 38px;
}

.footer-contact-details .panel-grid-cell {
	float: left;
	width: 311px !important;
}

.footer-contact-details .panel-grid-cell:first-child {
	width: 401px !important;
	padding: 0 31px;
}

.footer-contact-details .panel-grid-cell:last-child {
	width: 458px !important;
}

.footer-contact-details,
.footer-contact-details ul li {
	line-height: 22px;
}

.footer-contact-details,
.footer-contact-details a {
	color: #002a55;
	font-size: 17px;
	font-weight: 700;
}

.footer-contact-details p {
	margin: 0;
}

.footer-contact-details ul li {
	padding: 0 0 0 25px;
	position: relative;
}

.footer-contact-details ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 18px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.footer-contact-details ul li::before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ctas ul li:hover::before,
.footer-contact-details ul li:hover::before {
	-webkit-animation-name: hvr-icon-pulse;
	animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.f_address::before {
	background: url( "images/footer-address-icon.png" ) no-repeat 0 0;
	height: 20px;
	top: 3px;
}

.f_emial::before {
	background: url( "images/footer-address-icon.png" ) no-repeat 0 -21px;
	height: 12px;
	top: 4px;
}

.f_phone_fax::before {
	background: url( "images/footer-address-icon.png" ) no-repeat 0 -33px;
	height: 17px;
	top: 5px;
}

.footer-menus {
	display: block !important;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 33px;
}

.footer-menus .panel-grid-cell {
	border-right: 2px solid rgba(255, 255, 255, 0.10);
	min-height: 608px;
	width: 426px !important;
	float: left;
	padding: 0 23px;
}

.footer-menus .panel-grid-cell:first-child {
	width: 357px !important;
	padding: 0 10px;
}

.footer-menus .panel-grid-cell:last-child {
	border-right: none;
	width: 387px !important;
	padding: 0 7px 0 28px;
}

.footer-menus,
.footer-menus ul li a {
	color: #fff;
}

.footer-menus .menu {
	margin-bottom: 24px;
}

.footer-menus .last-menu-widget .menu {
	margin-bottom: 0px;
}

.footer-menus ul li a {
	font-size: 16px;
}

.footer-menus ul li a:hover {
	text-decoration: underline;
}

.footer-menus .menu li:first-child > a {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-search .search-form-input {
	padding: 9px 60px 9px 23px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.socail-icons {
	margin: 33px 0 0;
	overflow: hidden;
}

.socail-icons li {
	float: left;
	margin-right: 14px;
}

.socail-icons li,
.socail-icons li a {
	display: block;
}

.socail-icons li a {
	height: 34px;
	text-indent: -9999px;
}

.f_youtube {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat 0 0;
	width: 37px;
}

.f_youtube:hover {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat 0 -34px;
}

.f_twitter {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -48px 0;
	width: 39px;
}

.f_twitter:hover {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -48px -34px;
}

.f_instagram {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -101px 0;
	width: 31px;
}

.f_instagram:hover {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -101px -34px;
}

.f_facebook {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -146px 0;
	width: 33px;
}

.f_facebook:hover {
	background: url( "images/social-media-icons-sprite.png" ) no-repeat -146px -34px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #7b8184;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	padding: 26px 0 22px;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin: 0;
}

/* Enable Accessibility Features
---------------------------------------------------------------------------------------------------- */

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

/*
Header Top Bar
--------------------------------------------- */


.content-area {
	/*display: block !important;*/
	overflow: hidden;
}

/* .content-area > .panel-grid-cell:first-child,
.content-area > .panel-grid-cell:last-child {
	width: 100% !important;
} */

.content-area > .panel-grid-cell:first-child {
/* 	max-width: 253px; */
	/*float: left;*/
}

.content-area > .panel-grid-cell:last-child {
/* 	max-width: 900px; */
	/*float: right;*/
}

.content-area-text {
	padding-top: 36px;
}

.content-area-sidebar {
	padding-top: 42px;
}

.content-area-sidebar .widget-title {
	font-size: 24px;
	color: #212121;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.content-area-sidebar ul {
	margin: 0 0 20px;
}

.content-area-sidebar ul li {
	list-style-type: none;
	line-height: 30px;
}

.content-area-sidebar ul li a {
	color: #002a55;
	font-weight: 700;
}

.content-area-sidebar .button {
	width: 240px;
	line-height: 24px;
	padding: 11px 52px 10px;
}

.content-area-sidebar p {
	margin-bottom: 26px;
}

.no-width-button {
	width: auto !important;
}

.h2-icon-header h2 {
	background: url( "images/va-icon.png" ) no-repeat left top;
	padding: 2px 0 7px 70px;
	margin: 0 0 22px;
}

.color-text-box {
	background-color: #f1f1f1;
	padding: 17px 18px;
	overflow: hidden;
	border-top: 5px solid #002c5c;
	border-bottom: 5px solid #002c5c;
	margin: 12px 0 47px;
}

.star-list ul {
	margin: 0 0 22px 14px;
}

.star-list ul li {
	position: relative;
	list-style-type: none;
	padding: 0 0 16px 30px;
}

.star-list ul li::before {
	content: '';
	background: url( "images/red-star.png" ) no-repeat 0 0;
	width: 17px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 0;
}

.as-seen-panel {
	padding-top: 35px;
	padding-bottom: 25px;
}

.as-seen-panel,
.as-seen-panel h3,
.white-headline h2 {
	color: #fff;
}

.as-seen-panel .so-widget-sow-image {
	margin: 0 0 51px;
}

.as-seen-panel .so-widget-sow-image h3 {
	font-size: 20px;
	margin: 0 0 17px;
}

.as-seen-panel .h2-icon-header h2 {
	margin: 0 0 22px 72px;
}

.center-headline {
	text-align: center;
}

.center-headline h2 {
	display: inline-block;
}

.video-testimonials {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.video-testimonials .video-entry {
	max-width: calc( 33.33% - 17px );
	width: 100%;
	float: left;
	text-align: center;
	background-color: #f1f1f1;
	margin: 0 25px 39px 0;
}

.video-testimonials .video-entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.video-testimonials .video-entry:nth-of-type(3n+1) {
	clear: both;
}

.video-testimonials.white .video-entry {
	background-color: #ffffff;
}

.video-image a,
.video-image img {
	display: block;
	margin: 0 auto;
}

.video-image a {
	position: relative;
}

.video-image a::before,
.video-image a::after {
	content: '';
	display: block;
	position: absolute;
}

.video-image a::before {
	background-color: rgba(0, 42, 85, 0.70);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.video-image a:hover::before {
	opacity: 1;
}

.video-image a::after {
	background: url( "images/play-icon-sprite.png" ) no-repeat 0 0;
	width: 58px;
	height: 36px;
	top: 50%;
	left: 0;
	right: 0;
	margin: -18px auto 0;
}

.video-image a:hover::after {
	background: url( "images/play-icon-sprite.png" ) no-repeat 0 -36px;
}

.video-image img {
	border: 2px solid rgba(0, 0, 0, 0.40);
}

.video-rating {
	padding: 2px 0 0;
}

.video-rating.bottom-gap {
	padding-bottom: 20px;
}

.video-rating .yellow-star {
	display: inline-block;
	font-size: 0;
	background: url( "images/yellow-star.png" ) no-repeat 0 0;
	width: 17px;
	height: 16px;
	margin: 0 1px;
}

.video-description {
	font-size: 19px;
	line-height: 26px;
	color: #002a55;
	font-weight: 700;
	margin: 14px 20px 18px !important;
	min-height: 52px;
}

.video-description.top-gap {
	margin-top: 20px !important;
}

.button.white-button {
	width: auto;
	background-color: transparent;
	padding: 15px 40px 14px;
	border: 2px solid #fff;
}

.button.white-button:hover {
	border-color: #6d6e71;
}

/*
Home Page
--------------------------------------------- */

.home-panel-1 {
	margin-bottom: 7px;
}

.home-panel-1,
.home-panel-1 .cont {
	position: relative;
	min-height: 596px;
}

.home-panel-1 .cont {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.home-panel-1::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url( "images/hero-image-overly.png" ) no-repeat left top;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.home-panel-1 .headline {
	position: absolute;
	left: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 31px;
	letter-spacing: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 650px !important;
	width: 100%;
}

.home-panel-1 .headline,
.home-panel-1 .headline h1 {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.home-panel-1 .headline h1 {
	text-transform: uppercase;
	margin: 0 0 -4px;
}

.home-panel-1 .sgt-pic {
	position: absolute;
	right: 41px;
	bottom: 0;
}

.home-panel-2 .left-column,
.home-panel-2 .right-column {
	min-height: 449px;
	position: relative;
	padding-left:2.5%;
}

.home-panel-2 .left-column .widget {
	max-width: 326px;
	width: 100%;
	border-left: 3px solid #fff;
	padding: 0 0 0 39px;
	float: right;
	margin: 0 0 0 53px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 134px;
}

.home-panel-2 .left-column .widget,
.home-panel-2 .left-column .widget h2,
.home-panel-2 .left-column .widget h6 {
	color: #fff;
}

.home-panel-2 .left-column .widget p {
	margin: 0;
}

.home-panel-2 .left-column .widget h2 {
	font-size: 40px;
	line-height: 36px;
	margin: -3px 0 2px;
}

.home-panel-2 .left-column .widget h6 {
	font-size: 22px;
	line-height: 29px;
	font-weight: 400;
	margin: 0 0 23px;
}

.home-panel-2 .left-column .widget .button.white-button {
	width: 232px;
}

.home-panel-2 .right-column {
	padding-left: 39px;
}

.home-panel-2 .right-column .widget_siteorigin-panels-builder{
	width:663px;
}

.home-panel-2 .right-column .logos {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding-bottom: 28px;
	padding-top: 34px;
}

.home-panel-2 .right-column .logos .widget {
	float: left;
	padding-left: 39px;
}

.home-panel-2 .right-column .logos .widget:last-child {
	float: right;
	padding-right: 95px;
}

.home-panel-2 .right-column .logos h3 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	color: #171717;
	margin: 0 0 0;
}

.home-panel-2 .right-column .logos p {
	margin: 0;
}

.home-panel-2 .right-column .logos img {
	display: block;
	margin: 0 auto 18px;
	float: none;
}

.home-panel-2 .right-column .media-logos {
	max-width: 530px;
	width: 100%;
	margin: 0 auto;
}

.home-panel-2 .right-column .media-logos h3 {
	color: #002a55;
	font-size: 24px;
	margin: 20px 0 28px 37px;
}

.home-panel-2 .right-column .media-logos ul {
	margin: 0;
	padding: 0;
}

.home-panel-2 .right-column .media-logos ul li {
	float: left;
}

.home-panel-2 .right-column .media-logos ul li:last-child {
	float: right;
}

.home-panel-2 .right-column .media-logos ul li,
.home-panel-2 .right-column .media-logos ul li img {
	display: block;
}

.home-panel-3 {
	padding-top: 67px;
	padding-bottom: 69px;
}

.home-panel-3 .headline {
	max-width: 918px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
}

.home-panel-3 .headline h2 {
	display: inline-block;
}

.home-panel-3 .boxes {
	padding: 39px 0 0;
	max-width: 1135px;
	width: 100%;
	margin: 0 auto;
}

.home-panel-3 .boxes .so-widget-sow-image h3 {
	background: url( "images/red-star.png" ) no-repeat left top;
	font-size: 22px;
	line-height: 22px;
	padding: 0 0 0 27px;
	margin: 20px 0 0;
}

.home-panel-3 .boxes .textwidget a {
	background: url( "images/red-star.png" ) no-repeat left top;
	font-size: 22px;
	line-height: 22px;
	padding: 0 0 0 27px;
	margin: 20px 0 0;
	display: block;
	text-decoration: none;
}

.home-panel-3 .boxes .textwidget a:hover {
	text-decoration: underline;
}

.home-panel-4 {
	padding-top: 43px;
	padding-bottom: 61px;
}

.home-panel-4 .headline {
	text-align: center;
}

.home-panel-4 .headline,
.home-panel-4 .headline h2,
.home-panel-4 .headline h6 {
	color: #fff;
}

.home-panel-4 .headline h2 {
	font-size: 42px;
	margin: 0 0 8px;
}

.home-panel-4 .headline h6 {
	background: url( "images/check-icon.png" ) no-repeat left top;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 28px;
	padding: 6px 0 2px 48px;
	display: inline-block;
}

.home-panel-4 .boxes,
.home-panel-4 .headline {
	max-width: 1183px;
	width: 100%;
	margin: 0 auto;
}

.flip-box {
	background-color: #fff;
	border: 1px solid #7b8389;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 395px;
	padding-top: 5px;
}

.flip-box img {
	display: block;
	margin: 0 auto;
}

.flip-box h4 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin: 0 20px 0;
	position: absolute;
	bottom: 33px;
	right: 0;
	left: 0;
}

.flip-box-back {
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 22px;
}

.flip-box-back h6 {
	line-height: 28px;
	margin: 17px 30px;
}

.flip-box-back .arrow-link {
	background: url( "images/red-arrow-icon.png" ) no-repeat right center !important;
	font-size: 17px !important;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #002a55;
	text-decoration: underline;
	margin: 0 14px;
	padding: 4px 45px 5px 0;
	position: absolute;
	left: 0;
	top: 323px;
	width: 90%;
	height: auto !important;
}

.flip-box-back .arrow-link:hover {
	color: #6d6e71;
}

.flip-container {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	position: relative;
	overflow: visible;
}

.flipper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

.home-panel-4 .flipper {
	min-height: 395px;
}

.flipper .front,
.flipper .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}

.flipper .front {
	z-index: 2;
}

.flipper .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	z-index: 1;
	width: 100%;
}

.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.home-panel-5 .check-eligibility {
	margin-top: 54px !important;
	margin-bottom: 53px !important;
	width: 100%;
}

.home-panel-5 .check-eligibility .widget {
	float: left;
}

.home-panel-5 .check-eligibility .widget:last-child {
	float: right;
	padding-top: 32px;
}

.home-panel-5 h3 {
	background-image: url( "images/va-icon.png" );
	padding: 16px 0 5px 69px;
	margin: 0;
}

.home-panel-5 p {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0 69px;
}

.home-panel-5 .button {
	width: 278px;
}

.home-panel-6 {
	padding-bottom: 75px;
}

.home-panel-6 .headline {
	font-size: 24px;
	text-align: center;
	padding-top: 41px;
	padding-bottom: 21px;
}

.home-panel-6 .headline h2 {
	font-size: 42px;
	margin: 0 0 -3px;
}

.home-panel-6 .boxes {
	max-width: 1135px;
	width: 100%;
	margin: 0 auto;
}

.home-panel-6 .flipper,
.home-panel-6 .flipper .img-flip {
	min-height: 234px;
}

.a-flip span {
	display: block;
}

.a-flip h6 {
	background: url( "images/red-star.png" ) no-repeat left top;
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 0 22px;
	margin: 19px 0 0;
}

.a-flip:hover h6 {
	color: #6d6e71;
	text-decoration: underline;
}

.img-flip img {
	display: block;
	margin: 0 auto;
	border: 1px solid #7b8286;
	width: 100%;
}

.back-img-flip {
	position: relative;
}

.back-img-flip::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 42, 85, 0.70);
}

.back-img-flip p {
	position: absolute;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	width: 260px;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.home-panel-8 .headline {
	padding-top: 55px;
}

.home-panel-8 .headline h2 {
	font-size: 42px;
	margin-bottom: 26px;
}

.home-panel-8 .cont {
	max-width: 1326px;
	width: 100%;
	margin: 0 auto;
}

.home-panel-8 .boxes {
	margin-bottom: 40px !important;
}

.home-panel-8 .boxes .panel-grid-cell {
	border-right: 2px solid rgba(0, 0, 0, 0.10);
}

.home-panel-8 .boxes .panel-grid-cell:last-child {
	border-right: none;
}

.home-panel-8 .boxes .panel-grid-cell,
.home-panel-8 .boxes .panel-grid-cell .column {
	min-height: 394px;
}

.home-panel-8 .boxes .panel-grid-cell .column {
	margin: 0 6px;
	background-color: #fff;
	border: 5px solid #fff;
	text-align: center;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.home-panel-8 .boxes .panel-grid-cell .column:hover {
	background-color: #f1f1f1;
	border-color: #eeeeee;
}

.home-panel-8 .boxes .panel-grid-cell .column img {
	display: block;
	margin: 0 auto 37px;
}

.home-panel-8 .boxes .panel-grid-cell .column a {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	color: #002a55;
}

.home-panel-8 .boxes .panel-grid-cell .column a:hover {
	text-decoration: underline;
}

.home-panel-9 {
	min-height: 630px;
	position: relative;
}

.home-panel-9 .cont {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1170px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-panel-9 .headline {
	text-align: center;
	padding: 25px 25px 20px;
}

.home-panel-9 .headline h2,
.home-panel-9 .headline h6 {
	color: #fff;
}

.home-panel-9 .headline h2 {
	font-size: 42px;
	margin: 0 0 0;
}

.home-panel-9 .headline h6 {
	font-weight: 400;
	margin: 0 0 0;
}

.home-panel-9 .boxes {
	padding: 24px 0 32px;
	background-color: #fff;
}

.home-panel-9 .boxes .panel-grid-cell {
	min-height: 226px;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	text-align: center;
	padding: 17px 40px;
}

.home-panel-9 .boxes .panel-grid-cell:last-child {
	border-right: 0;
}

.home-panel-9 .boxes h3 {
	font-size: 24px;
	line-height: 28px;
	margin: 29px 0 0;
}

.home-panel-9 .boxes .textwidget a {
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 0 27px;
	margin: 29px 0 0;
	display: block;
	text-decoration: none;
}

.home-panel-9 .boxes .textwidget a:hover {
	text-decoration: underline;
}

.tns-nav {
	text-align: center;
	margin: 10px 0;
}

.tns-nav > [aria-controls] {
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #ddd;
	border: 0;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}



.staff-member-wrap {
	text-align: center;
	position:relative;
	overflow:hidden;
}

.member-image {
	min-height: 292px;
}

.staff-member-wrap img {
	position: absolute;
	top: 25px;
	left: 0px;
}
.staff-member-wrap:hover .hover-img {
	z-index: 9;
}

.hide-p p {
	margin: 0;
}

/*
Media Page
--------------------------------------------- */

.media-panel-1 {
	border-top: 1px solid rgba(0, 0, 0, 0.20);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #002a55;
	padding-top: 34px;
	padding-bottom: 37px;
}

.media-panel-1 .headline {
	text-align: center;
}

.media-panel-1 .headline h1 {
	margin: 0 0 49px;
}

.media-panel-1 p {
	margin: 0 0 0;
}

.media-panel-1 img {
	display: block;
	margin: 0 auto 18px;
	border: 2px solid #7b8286;
}

.video-color-box {
	width: 490px;
	float: right;
	background-color: #f1f1f1;
	border-top: 5px solid #002c5c;
	border-bottom: 5px solid #002c5c;
	padding: 33px 22px 9px;
}

.video-color-box h2 {
	text-transform: uppercase;
	line-height: 36px;
	margin: 0 0 27px;
}

.video-color-box ul {
	margin-right: 7px;
}

.video-color-box li {
	color: #212121;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 8px !important;
}

.media-panel {
	padding-top: 46px;
}

.media-panel .h2-icon-header h2 {
	margin: 0 0 39px;
}

.media-panel .simple-headline h2 {
	margin: 6px 0 37px;
}

/*
Our Difference Page
--------------------------------------------- */

.our-difference,
.our-difference .cont {
	min-height: 360px;
}

.our-difference::before {
	background-image: url( "images/page-our-difference-header-image-overly.png" );
}



.get-a-plan {
	font-size: 22px;
	padding-top: 33px;
	padding-bottom: 32px;
}

.get-a-plan,
.get-a-plan h2 {
	color: #fff;
}

.get-a-plan h2 {
	font-size: 40px;
	margin: 0 0 -3px;
}

.get-a-plan p:last-child {
	margin-bottom: 0;
}

.get-a-plan .cta {
	max-width: 1032px;
	width: 100%;
	margin: 0 auto;
}

.get-a-plan .cta .widget:first-child {
	float: left;
	max-width: 704px;
	width: 100%;
	border-right: 3px solid #fff;
	padding: 4px 0 12px;
}

.get-a-plan .cta .widget:last-child {
	float: right;
	padding-top: 19px;
}

.get-a-plan .cta .button.white-button {
	width: 232px;
}

.we-are-veterans {
	text-align: center;
	margin-top: 55px !important;
	margin-bottom: 28px !important;
}

.we-are-veterans .text-box {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	line-height: 26px;
}

.we-are-veterans .button {
	width: 648px;
	margin-top: 9px;
}

.situation-panel .headline {
	text-align: center;
	padding-top: 30px;
}

.situation-panel .headline,
.situation-panel .headline h2,
.situation-panel .headline h5,
.situation-panel .headline h6 {
	color: #fff;
}

.situation-panel .headline h2 {
	font-size: 42px;
	margin: 0 0 -4px;
}

.situation-panel .headline h5 {
	margin: 0 0 14px;
	font-size: 24px;
}

.situation-panel .headline h6 {
	background: url( "images/check-icon.png" ) no-repeat left top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 6px 0 2px 48px;
	display: inline-block;
	margin: 0 0 44px;
}

.situation-panel .boxes {
	padding-bottom: 60px;
}

.situation-panel .boxes .widget {
	float: left;
	max-width: 471px;
	width: 100%;
}

.situation-panel .boxes .widget:last-child {
	float: right;
	max-width: 699px;
	background-color: #fff;
	padding: 19px 0 0;
}

.situation-panel .boxes h3 {
	font-size: 28px;
	text-align: center;
	margin: 0 13px 7px;
	line-height: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	padding-bottom: 23px;
}

body .sow-accordion-panel-header-container {
	position: relative;
}

body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	font-weight: 700;
}

body .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
	background-color: transparent !important;
}

body .sow-icon-ionicons {
	font-weight: 700;
	font-size: 18px;
	color: #002a55;
	font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	position: absolute;
	display: block;
	right: 24px;
	top: 50%;
	margin-top: -9px;
}

body .sow-icon-ionicons[data-sow-icon]:before {
	content: 'See more';
	text-decoration: underline;
}

body .sow-accordion-panel.sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
	content: 'See less';
}

.plan-panel {
	padding-top: 62px;
	padding-bottom: 55px;
}

.plan-panel .headline {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.plan-panel .headline h2 {
	font-size: 42px;
	margin: 0 0 32px;
}

.plan-panel .steps-headline {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	margin: 31px 0 33px;
}

.plan-panel .steps-headline h3 {
	font-size: 40px;
	margin: 0 0 15px;
}

.plan-panel .steps-slider {
	/* max-width: 1082px;
	width: 100%;
	margin: 0 auto; */
	padding: 0 44px;
}

.plan-panel .steps-slider .panel-grid-cell {
	position: relative;
}

.plan-panel .steps-slider .panel-grid-cell::before {
	content: '';
	display: block;
	background: url( "images/grey-color-arrow.png" ) no-repeat 0 0;
	width: 47px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 23px;
}

.plan-panel .steps-slider .panel-grid-cell:last-child::before {
	display: none;
}

.plan-panel .steps-slider .sow-image-container,
.plan-panel .steps-slider h3 {
	float: left;
}

.plan-panel .steps-slider h3 {
	font-size: 28px;
	margin: 7px 0 6px 35px;
}

.plan-panel .button {
	width: 188px;
	margin: 45px auto 0;
	display: block;
}

.testimonials-panel {
	padding-top: 40px;
	padding-bottom: 55px;
}

.testimonials-panel h2 {
	font-size: 42px;
	margin: 0 0 44px;
}

.testimonials-panel .boxes .panel-grid-cell:first-child {
	padding: 0 34px 0 21px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.3px;
}

.testimonials-panel .boxes,
.testimonials-panel .boxes h3 {
	color: #fff;
}

.testimonials-panel .boxes h3 {
	margin: 27px 0 29px;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}

.testimonials-panel .button.white-button {
	width: 406px;
	margin: 0 auto;
	display: block;
}

.va-programs .home-panel-6 {
	padding-bottom: 40px;
}

.intel-panel .boxes .panel-grid-cell {
	padding: 17px;
	position: relative;
}

.intel-panel .boxes .panel-grid-cell:hover h3 {
	text-decoration: underline;
}

.about-peter {
	padding-top: 44px;
	padding-bottom: 50px;
}

.about-peter h2 {
	font-size: 42px;
	margin: 0 0 37px;
}

.about-peter .boxes {
	padding: 0 33px 0 21px;
}

.about-peter .boxes .panel-grid-cell:first-child {
	padding-right: 41px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

.read-less .less-link,
.read-more .more-link {
	color: #002a55;
	font-weight: 700;
	text-decoration: underline;
}

.read-less .less-link:hover,
.read-more .more-link:hover {
	text-decoration: none;
}

.testimonials-panel .read-more .more-link,
.testimonials-panel .read-less .less-link {
	color: #fff;
}

.about-peter .read-less .less-link,
.about-peter .read-more .more-link {
	text-transform: uppercase;
}

.testimonials-panel .textwidget > p:first-child,
.about-peter .textwidget > p:first-child {
	margin: 0;
}

/*
Blog Page
--------------------------------------------- */

.blog-header-image {
	margin: 0 0 18px;
}

.blog .content,
.single .content,
.archive .content,
.page-template-page_short .content {
	padding-top: 29px;
}

.blog .begin-the-journey,
.single .begin-the-journey,
.archive .begin-the-journey,
.page-template-page_short .begin-the-journey {
	border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.blog article,
.archive article {
	background-color: #f1f1f1;
	margin-bottom: 40px;
	border-top: 5px solid #002c5c;
	border-bottom: 5px solid #002c5c;
	padding: 22px 16px 20px;
}

.blog article:nth-child(odd),
.archive article:nth-child(odd) {
	background-color: #fff;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	padding: 0 0 20px;
}

.blog-related-posts {
	margin: 30px 0;
}

.blog-related-posts h2 {
	margin: 0 0 12px;
}

.blog-related-posts .star-list ul {
	margin: 0 0 0;
}

.blog-related-posts .star-list ul li {
	padding-bottom: 0;
}

.blog-related-posts .star-list ul li::before {
	top: 3px;
}

.blog-related-posts .star-list ul li a {
	font-weight: 700;
}

.blog-related-posts .star-list ul li a:hover {
	text-decoration: underline;
}

/*
Search & 404 Page
--------------------------------------------- */

.error404 .site-inner,
.search .site-inner {
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.search .site-inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.search article .entry-title {
	text-align: left;
	font-size: 26px;
}

/*
Sticky header
--------------------------------------------- */

.header-top-bar,
.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}

.site-header {
	top: 50px;
}

.auto-width-button .button {
	width: auto;
}

.types-of-person .panel-grid:first-child {
	border-top: 1px solid #002a55;
	padding-top:45px;
}

.types-of-person .panel-grid:last-child{
	border:none;
}

.types-of-person .panel-grid {
	border-bottom: 1px solid #002a55;
	padding: 30px 0;
	margin: 30px 0;
}

.types-of-person .button{
	width:100%;
}

.pum-overlay .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width:100%;
}

body .pum-content+.pum-close,body .pum-content+.pum-close:hover {
	top: -25px;
	right: -15px;
	color: #002c5c!important;
	font-size: 25px !IMPORTANT;
	background-color: transparent !important;
}

body .pum-overlay .gform_wrapper .gform_footer input.button {
	width:100%;
}

.short-form-page-title {
	margin-bottom: 18px;
}

.spacing-for-rows {
	margin-bottom: 60px;
}

.footer-logos img {
	margin: 20px 20px 0 0;
	float: left;
	height: 60px;
	width: auto;
}

.mobile-show {
	display: none;
}

.mobile-show a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.infusion-field {
	margin: 0 0 20px;
}

.get_the_plan_now_form {
	border: 2px solid #224088;
	padding: 30px 30px 6px;
}

.site-container {
	overflow: hidden;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}

.first-title a {
	pointer-events: none;
	cursor: default;
}

h2 a {
	font-weight: 700;
}

body .ac #questions {
	width: 60vw;
}

.entry-content .contact-page-info ul li {
	list-style-type: none;
}

.entry-content .contact-page-info ul {
	margin: 0;
}

.two-column {
	text-align: center;
	font-size: 15px;
	margin: 0 0 30px;
}

.two-column .box {
	min-height: 508px;
	border: 1px solid #ccc;
	padding: 30px;
}

.two-column .panel-grid-cell-empty .box {
	border: none;
	min-height: none;
}

.two-column strong {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}

.two-column .staff-member-wrap {
	width: 278px;
    margin: 0 auto;
}

.contact-row {
    border-top: 1px solid #002a55;
    border-bottom: 1px solid #002a55;
    padding: 15px 0 0;
}

.contact-row p {
    text-align: center;
    font-size: 30px;
}

.logos-row {
	padding: 15px 0 0;
}

.logos-row  p {
    text-align: center;
    font-size: 20px;
}

.featured-image {
	float: left;
	margin: 0 24px 13px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.arrow-link {
	font-size: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
}

.socal-author-box {
	position: relative;
	display: inline-block;
}

.author-name-image {
	display: flex;
	align-items: center;
}

.author-name-image a,
.socal-author-box .author-avatar {
	display: inline-block;
	vertical-align: middle;
}

.socal-author-box .author-avatar img {
	float: none;
	border: 5px solid #002a55;
	border-radius: 50%;
	display: block;
}

.author-name-image a.link {
	color: #002a55;
	border-bottom: 1px solid #002a55;
	cursor: pointer;
	font-weight: 600;
	margin-left: 5px;
}

.dashicons-icon {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
}

.socal-author-box .author-card {
	width: 280px;
	top: 50px;
	left: 0;
	position: absolute;
	z-index: 999;
	display: none;
}

.socal-author-box:hover .author-card {
	display: block;
	cursor: default;
}

.socal-author-box .trig-top {
	display: block;
	transform: rotate(45deg);
	margin-left: 65px;
	width: 30px;
	height: 30px;
	margin-bottom: -15px;
	background: #fff;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.socal-author-box .author-details {
	padding: 20px 15px 0;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

.socal-author-box .bio {
    line-height: normal;
    font-size: 14px;
}

.socal-author-box .bio p:last-child {
	margin: 0;
}

.socal-author-box .bio h3 {
	font-size: 20px;
	margin: 5px 0 0;
	line-height: normal;
}

.socal-author-box .bio h5 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
	display: block;
	color: #212121;
}

.socal-author-box .bio h5 .blue {
	color: #002a55;
}

.socal-author-box .bio a:hover {
	text-decoration: none;
}

.socal-author-box .bio h3 a {
	font-weight: 700;
	color: #000;
}

.socal-author-box .bio h3 a:hover {
	color: #6d6e71;
}

.socal-author-box .card-footer {
	text-align: left;
	font-size: 17px;
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
	padding: 10px 0;
	border-top: 2px solid #dedede;
	color: #000;
}

.socal-author-box .card-footer span {
	margin-right: 6px;
	font-weight: 600;
}

.socal-author-box .card-footer div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.socal-author-box .card-footer .social-icons {
	margin: 0;
	padding: 0;
}

.socal-author-box .card-footer .social-icons li {
	list-style-type: none;
	float: left;
	margin: 0 6px 0 0;
	line-height: normal;
}

.socal-author-box .card-footer .social-icons li a {
	display: block;
}

.post-author-and-date {
	display: flex;
	align-items: center;
}

.post-author-and-date .date {
	display: table-cell;
	vertical-align: baseline;
	padding-left: 8px;
}

.affordability_calculator {
    display: flex;
    flex-wrap: wrap;
}
.ac .result{
	    width: 40% !important;
}
.ac .result fieldset{
	 width: 100% !important;
}

body .ac #questions {
    max-width: 53% !important;
    margin-left: 5%;
}

.ac .result fieldset.fixed{
	max-width: 470px;
}

img.zero-bottom {
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.site-header .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.wrap,
	.short-form-page-title .cont {
		max-width: 95%;
		margin: 0 auto;
	}

	.title-area {
		padding: 23px 0;
	}

	.title-area a {
		width: 208px;
		height: 53px;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 32px 0;
	}

	.genesis-nav-menu .sub-menu {
		width: 400px;
	}

	.genesis-nav-menu .sub-menu a {
		width: 390px;
	}

	.page-title,
	.page-title .cont {
		min-height: 350px;
	}

	.content-area > .panel-grid-cell:last-child {
		max-width: 670px;
	}

	.video-testimonials {
		max-width: 95%;
	}

	.featured-in .left-column {
		padding-left: 0;
		padding-right: 0;
	}

	.featured-in .right-column h3 {
		font-size: 20px;
	}

	.featured-in .right-column ul li img {
		height: 70px;
		width: auto;
	}

	.begin-the-journey .cont {
		max-width: 680px;
	}

	.sgt-thomas .so-widget-image {
		width: 250px;
	}

	.footer-contact-details .panel-grid-cell {
		width: 270px !important;
	}

	.footer-contact-details .panel-grid-cell:first-child {
		width: 296px !important;
		padding: 5px 26px 0 0;
	}

	.footer-contact-details .panel-grid-cell:last-child {
		width: 390px !important;
	}

	.footer-menus .panel-grid-cell,
	.footer-menus .panel-grid-cell:first-child,
	.footer-menus .panel-grid-cell:last-child {
		width: 33.3333% !important;
	}

	.site-footer {
		font-size: 14px;
	}

	.home-panel-1,
	.home-panel-1 .cont {
		min-height: 445px;
	}

	.home-panel-1 .sgt-pic {
		right: 0;
	}

	.home-panel-1 .headline {
		font-size: 24px;
	}

	.home-panel-1 .headline h1 {
		font-size: 45px;
	}

	.home-panel-1 .sgt-pic img {
		width: 300px;
	}

	.home-panel-2 .left-column .widget {
		margin: 0;
	}

	.home-panel-2 .right-column .logos .widget {
		padding-left: 0;
	}

	.home-panel-2 .right-column .logos .widget:last-child {
		padding-right: 0;
	}

	.home-panel-2 .right-column .media-logos h3 {
		font-size: 22px;
	}

	.flip-box-back h6 {
		font-size: 20px;
	}

	.flip-box-back .arrow-link {
		font-size: 15px;
	}

	.home-panel-5 .check-eligibility .widget:first-child {
		width: 640px;
	}

	.home-panel-6 .flipper,
	.home-panel-6 .flipper .img-flip {
		min-height: 190px;
	}

	.home-panel-9 .cont {
		max-width: 95%;
	}

	.situation-panel .boxes .widget {
		float: none;
		width: 100%;
		margin: 0 auto 50px !important;
	}

	.title-and-subtitle h1,
	.title-and-subtitle .h1-title {
		font-size: 40px;
	}

	.title-and-subtitle {
		font-size: 20px;
	}

	.get-a-plan .cta .widget:first-child {
		max-width: 650px;
	}

	.situation-panel .headline h2 {
		font-size: 36px;
		margin: 0 0 10px;
	}

	.situation-panel .boxes {
		padding-bottom: 0;
	}

	.plan-panel .headline h2 {
		font-size: 36px;
	}

	.situation-panel .boxes .widget:last-child {
		float: none;
		max-width: 100%;
	}

	.plan-panel .steps-headline h3 {
		font-size: 30px;
	}

	.testimonials-panel .boxes .panel-grid-cell:first-child {
		padding-left: 0px;
	}

	.media-panel-1 .headline h1 {
		font-size: 40px;
	}

	.video-color-box h2 {
		font-size: 30px;
	}

	.video-color-box {
		width: 400px;
	}

	.content {
		width: 605px;
	}
	
	.sidebar {
		width: 320px;
	}
	
	.secCalc .clMain,
	.secCalc .articleColumn {
		float: none;
	}
	
	body .secCalc .firstColumn,
	body .secCalc .columnThird,
	body .articleColumn {
		width: 100%;
	}
	
	body .secCalc .firstColumn {
		padding-right: 0;
	}
	
	body .secCalc .articleColumn {
		padding-right: 16px;
	}
	
	.title-and-subtitle h1,
	.title-and-subtitle .h1-title {
		line-height: normal;
	}

	body .ac .result fieldset.fixed {
		position: relative;
		top: 0;
	}

	.two-column .box {
		padding: 15px;
	}
	
	.three-btns .button {
		width: 100%;
	}

	.socal-author-box:hover .author-card {
		display: none;
	}
}

@media only screen and (max-width: 980px) {

	.site-inner {
		margin-top: 151px;
	}

	.title-area {
		padding: 15px 0;
	}

	.title-area a {
		width: 279px;
		height: 71px;
	}

	.site-header .widget-area {
		float: none;
	}

	.genesis-nav-menu a {
		padding: 10px 0;
		font-size: 16px;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
		background: none;
		padding: 0;
		float: none;
	}

	.genesis-nav-menu > .menu-item > a::before,
	.genesis-nav-menu > .menu-item > a::after,
	.genesis-nav-menu .sub-menu a::before {
		display: none;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		width: 100%;
		padding: 10px;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header {
		display: none;
		width: 100%;
	}

	.menu-toggle {
		margin: 0;
		padding: 41px 0 40px;
	}

	body .menu-toggle,
	body .sub-menu-toggle {
		display: block;
		visibility: visible;
		width: auto;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding: 10px 0;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.title-and-subtitle {
		font-size: 22px
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 24px;
	}

	h5,
	h6 {
		font-size: 20px;
	}

	.h2-icon-header h2 {
		padding: 2px 0 7px 50px;
		background-size: 42px;
	}

	.content-area {
		display: flex !important;
	}

	.content-area > .panel-grid-cell:first-child {
		max-width: 100%;
		float: none;
	}

	.content-area > .panel-grid-cell:last-child {
		max-width: 100%;
	}

	.content-area-sidebar {
		padding-bottom: 20px;
	}

	.as-seen-panel .h2-icon-header h2 {
		margin: 0 0 22px 0;
	}

	.video-description {
		font-size: 13px;
		line-height: normal;
		min-height: 100%;
	}

	.featured-in,
	.content-area
	/*.media-panel-1 .boxes*/ {
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.media-panel-1 p {
		margin: 0 0 15px;
	}

	.featured-in .right-column ul li img {
		height: auto;
	}

	.featured-in .right-column h3 {
		font-size: 24px;
		text-align: center;
		margin: 0 0 30px;
	}

	.featured-in .right-column {
		padding: 0 0 30px;
	}

	.featured-in .right-column ul li {
		width: 50%;
	}

	.featured-in .right-column ul li img {
		margin: 0 auto;
	}

	.featured-in .left-column .widget {
		width: 50%;
	}

	.begin-the-journey,
	.begin-the-journey .panel-grid-cell {
		min-height: 100%;
	}

	.begin-the-journey {
		background-image: none !important;
	}

	.begin-the-journey .cont {
		max-width: 100%;
		float: none;
	}

	.h3-icon-header h3 {
		background-size: 38px;
		padding: 0 0 10px 50px;
	}

	.begin-the-journey p {
		font-size: 20px;
		padding-left: 50px;
	}

	.sgt-thomas {
		position: relative;
	}

	.sgt-thomas .so-widget-image {
		width: auto;
		margin: 20px auto 0;
	}

	.ctas ul {
		margin: 0 0 50px;
	}

	.ctas h6 {
		display: none;
	}

	.ctas ul li {
		padding: 12px 90px 12px 20px;
		line-height: 30px;
	}

	.ctas ul li,
	.ctas ul li a {
		font-size: 20px;
	}

	.footer-contact-details .panel-grid-cell:first-child,
	.footer-contact-details .panel-grid-cell,
	.footer-contact-details .panel-grid-cell:last-child {
		width: 33.33% !important;
	}

	.footer-contact-details .panel-grid-cell:first-child {
		padding: 36px 0 !important;
	}

	.footer-contact-details .panel-grid-cell:nth-child(2) {
		padding: 11px 30px !important;
	}

	.footer-contact-details ul li br {
		display: none;
	}

	.footer-menus .panel-grid-cell,
	.footer-menus .panel-grid-cell:first-child,
	.footer-menus .panel-grid-cell:last-child {
		width: 100% !important;
		float: none;
		border-right: none;
		min-height: 100%;
		text-align: center;
	}

	.socail-icons {
		width: 196px;
		margin: 33px auto 0;
	}

	.site-footer {
		font-size: 15px;
	}

	.home-panel-1,
	.home-panel-1 .cont {
		min-height: 350px;
	}

	.home-panel-1 .sgt-pic img {
		width: 200px;
	}

	.home-panel-1 .headline {
		font-size: 18px;
	}

	.home-panel-1 .headline h1 {
		font-size: 36px;
	}

	.home-panel-2 .left-column,
	.home-panel-2 .right-column {
		min-height: 100%;
	}

	.home-panel-2 .left-column .widget {
		max-width: 100%;
		border-left: 0;
		padding: 0;
		position: relative;
		top: 0;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		transform: translateY(-0%);
		text-align: center;
		float: none;
	}

	.home-panel-2 .left-column {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 2.5%;
	}

	.home-panel-2 .right-column {
		padding-left: 0;
	}

	.home-panel-2 .right-column .media-logos {
		max-width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}

	.home-panel-2 .right-column .media-logos h3 {
		font-size: 24px;
		margin: 30px 0;
	}

	.home-panel-2 .right-column .media-logos ul li,
	.home-panel-2 .right-column .logos .widget {
		width: 50%;
		text-align: center;
	}

	.home-panel-2 .right-column .media-logos ul li img {
		margin: 0 auto;
	}

	.home-panel-3 {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.home-panel-3 .boxes {
		padding: 0;
	}

	.home-panel-3 .boxes .panel-grid-cell {
		max-width: 359px;
		margin: 0 auto 30px !important;
	}

	.home-panel-4 .headline h2 {
		font-size: 30px;
	}

	.home-panel-4 .boxes,
	.home-panel-8 .boxes {
		display: block !important;
	}

	.home-panel-4 .boxes .panel-grid-cell {
		width: calc( 50% - 24px )  !important;
		margin: 0 12px 24px !important;
		float: left;
	}

	.home-panel-5 .check-eligibility .widget:first-child,
	.home-panel-5 .check-eligibility .widget:last-child {
		float: none;
		width: 100%;
		text-align: center;
	}

	.home-panel-5 .check-eligibility .h3-icon-header h3 {
		display: inline-block;
	}

	.home-panel-5 p {
		margin: 0;
	}

	.home-panel-6 {
		padding-bottom: 20px;
	}

	.home-panel-6 .boxes .panel-grid-cell {
		max-width: 357px;
		margin: 0 auto 30px !important;
	}

	.home-panel-6 .flipper,
	.home-panel-6 .flipper .img-flip {
		min-height: 234px;
	}

	.flip-box-back .arrow-link {
		font-size: 17px;
	}

	.home-panel-8 .boxes .panel-grid-cell {
		max-width: 50%;
		float: left;
	}

	.home-panel-8 .boxes .panel-grid-cell:nth-child(2) {
		border-right: none;
	}

	.home-panel-9 {
		min-height: 100%;
	}

	.home-panel-9 .headline h2 {
		font-size: 30px;
	}

	.home-panel-9 .cont {
		position: relative;
		top: 0;
		margin: 50px auto;
		-webkit-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-o-transform: translateY(-0%);
		transform: translateY(-0%);
	}

	.home-panel-9 .boxes h3 br {
		display: none;
	}

	.get-a-plan .cta .widget:first-child {
		max-width: 100%;
		border: 0;
		text-align: center;
		float: none;
	}

	.get-a-plan .cta .widget:last-child {
		float: none;
		text-align: center;
	}

	.situation-panel .headline h2,
	.plan-panel .headline h2 {
		font-size: 30px;
	}

	.situation-panel .headline h6 {
		padding-bottom: 6px;
	}

	.plan-panel .steps-slider {
		padding: 0;
	}

	.plan-panel .steps-slider .panel-grid-cell::before {
		display: none;
	}

	.plan-panel .steps-slider .sow-image-container,
	.plan-panel .steps-slider h3 {
		float: none;
	}

	.plan-panel .steps-slider h3  {
		margin: 0 0 10px;
		text-align: center;
	}

	.plan-panel .steps-slider .sow-image-container img {
		margin: 0 auto 20px;
	}

	.testimonials-panel h2,
	.about-peter h2,
	.get-a-plan h2 {
		font-size: 30px;
	}

	.intel-panel .boxes .panel-grid-cell {
		min-height: 300px;
	}

	.media-panel-1 .headline h1 {
		font-size: 30px;
	}

	.video-color-box {
		width: 100%;
		margin-bottom: 30px;
	}

	.content,
	.sidebar {
		float: none;
		margin: 0 auto;
	}

	.content {
		width: 100%;
		/*padding-right: 2.5%;*/
	}

	.footer-logos img {
		margin: 20px 10px 0;
		float: none;
		display: inline-block;
	}
	
	body .addChanges,
	body .calcF .columnThird {
		width: 100%;
	}

	body .affordability_calculator {
		display: block;
	}

	body .ac #questions,
	body .ac .result,
	body .ac .result fieldset {
		width: 100% !important;
		max-width: none !important;
		margin: 0;
	}

	body .ac .two-columns > div {
		width: 100%;
		margin-top: 15px;
	}

	body .ac .result {
		margin-bottom: 50px;
	}

	.title-and-subtitle {
		max-width: 440px;
	}

	.staff-member-wrap {
		width: 278px;
		margin: 0 auto;
	}

	.team-member {
		text-align: center;
	}

	.two-column {
		margin: 0;
	}

	.two-column .box {
		padding: 30px;
		margin: 0 0 30px;
		min-height: 100%;
	}

	.desktop-show {
		display: none;
	}

	.mobile-show {
		display: block;
	}
	
	.three-btns {
		text-align: center;
	}
	
	.three-btns br {
		display: none;
	}
	
	.three-btns .button {
		width: 250px;
	}
	
	.sidebar {
    	width: 340px;
	}
	
	.post-author-and-date{
		display:block;
		text-align:center;
	}
	
	.author-name-image{
		display:block;
	}
	
	.socal-author-box{
		display:block;
		margin-bottom:10px;
	}
	
	.post-author-and-date .date{
		padding-left:0px;
	}
	
	.home-panel-2 .left-column .widget{
		right:inherit;
	}
	
	.home-panel-2 .right-column .widget_siteorigin-panels-builder{
		width:100%;
	}
	
}

@media only screen and (max-width: 740px) {

	.page-title,
	.page-title .cont {
		min-height: 250px;
	}



	.title-and-subtitle,
	.home-panel-1 .headline {
		font-size: 18px;
		max-width: 420px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 21px;
	}

	h5,
	h6 {
		font-size: 17px;
	}

	.h2-icon-header h2 {
		padding: 2px 0 7px 40px;
		background-size: 32px;
	}

	.video-testimonials .video-entry,
	.video-testimonials .video-entry:nth-of-type(3n+3) {
		max-width: 100%;
		width: 397px;
		float: none;
		margin: 0 auto 30px;
		overflow: hidden;
	}

	.video-description {
		font-size: 20px;
		line-height: 26px;
	}

	.footer-contact-details .panel-grid-cell:first-child,
	.footer-contact-details .panel-grid-cell,
	.footer-contact-details .panel-grid-cell:last-child {
		width: 100% !important;
	}

	.footer-contact-details .panel-grid-cell img {
		margin: 0 auto;
	}

	.footer-contact-details .panel-grid-cell:first-child {
		padding: 0 !important;
	}

	.footer-contact-details .panel-grid-cell:nth-child(2) {
		padding: 30px 0 !important;
		text-align: center;
	}

	.footer-contact-details ul {
		display: table;
		margin: 0 auto;
	}

	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: normal;
		min-height: inherit;
	}

	.home-panel-1,
	.home-panel-1 .cont {
		min-height: 290px;
	}

	.home-panel-8 .headline h2 {
		font-size: 28px;
		margin-bottom: 0;
	}

	.home-panel-2 .left-column .widget h2,
	.home-panel-6 .headline h2,
	.home-panel-9 .headline h2 {
		font-size: 28px;
	}

	.home-panel-2 .left-column .widget h6 {
		font-size: 20px;
	}

	.title-and-subtitle h1,
	.title-and-subtitle .h1-title {
		font-size: 30px;
	}

	.get-a-plan h2 {
		font-size: 28px;
		margin: 0 0 5px;
	}

	.we-are-veterans .button {
		width: 100%;
	}

	.situation-panel .headline h2,
	.plan-panel .headline h2 {
		font-size: 28px;
	}

	.plan-panel .steps-headline h3 {
		font-size: 26px;
	}

	.about-peter h2 {
		font-size: 28px;
	}

	.video-color-box h2 {
		font-size: 28px;
	}

	.genesis-nav-menu {
		overflow-y: scroll;
		max-height: 260px;
		padding: 10px 0;
	}

	.genesis-nav-menu a {
		padding: 3px 0;
		font-size: 15px;
	}

	.home-panel-1 .headline h1 {
		font-size: 30px;
	}
	
	.home-panel-2 .right-column .media-logos ul li,
	.home-panel-2 .right-column .logos .widget{
		width:100%;
		float:none;
		padding-bottom:20px;
	}
	
	.home-logos{
		text-align:center;
	}
	
}


/* search page templates styling */

#IDX-quicksearch-51201 h1 {
	font-size: 40px;
	padding-left: 12px;
    text-transform: capitalize;
	margin-bottom: 15px;
}

.mike-bullock-section {
	background-position: bottom center!important;
	padding-top: 90px;
}

.search-property-wrapper .mike-bullock-section {
	padding-top: 80px;
}

.mike-bullock-section .textwidget h5,
.mike-bullock-section .textwidget h6,
.mike-bullock-section .textwidget p {
	max-width: 56%;
}

.mike-bullock-section .panel-grid-cell {
	position: relative;
}

.mike-bullock-img {
	max-width: 300px;
	position: absolute;
	right: 0;
	bottom: -5px;
}


.mike-bullock-img img {
		max-height: 320px;
		width: auto;
	}


@media (max-width:980px){
	.mike-bullock-img img {
		max-height: 300px;
		width: auto;
	}
}

@media (max-width:768px){
	.mike-bullock-img img {
		max-height: 100%;
	}
}

@media (max-width:768px){
	.mike-bullock-section .textwidget {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	
	.mike-bullock-section .textwidget h5,
	.mike-bullock-section .textwidget h6,
	.mike-bullock-section .textwidget p {
		max-width: 80%;
	}
	
	.mike-bullock-img {
		width: 100%!important;
		max-width: 250px;
		margin: 0 auto 20px;
		position: static;
	}
	.mike-bullock-img img {
		width: 100%;
	}
}

.search-property-wrapper h3 {
	margin-bottom: 40px;
}

/* IDX elements customization */

.IDX-quicksearchWrapper {
	border: 0!important;
	box-shadow: none!important;
}

.IDX-quicksearchForm {
	background-color: rgba(150,150,150,.5);
	border-radius: 0!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 55px 20px;
}

.IDX-quicksearchForm > .IDX-qsFieldWrap {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.IDX-quicksearchForm .IDX-qsFieldWrap {
	padding: 10px;
	max-height: 80px;
}

#IDX-quicksearchForm-51201 .IDX-qsInput {
	margin: 10px 5px;
}

.IDX-quicksearchForm #IDX-qsCityListLabel-51201,
.IDX-quicksearchForm #IDX-qsPtLabel-51201 {
	display: block;
}

#IDX-quicksearchForm-51201 .IDX-qsLabel {
	text-transform: uppercase;
	padding-left: 3px;
	font-size: 16px;
}

@media (max-width:740px){
	#IDX-quicksearchForm-51201 {
		width: calc(100vw - 50px);
	}
	#IDX-quicksearchForm-51201 .IDX-qsInput {
    	font-size: 14px;
		padding: 15px 10px;
	}
}

.IDX-quicksearchForm #IDX-qsSubmitWrap-51201 {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.IDX-quicksearchForm .btn-advanced {
	font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	text-decoration: underline;
}

.IDX-quicksearchForm #IDX-qsSubmitWrap-51201 input{
	background: #002C5C;
    max-width: calc(50% - 10px);
}

.IDX-quicksearchForm > .IDX-qsFieldWrap input,
.IDX-quicksearchForm > .IDX-qsFieldWrap select  {
	width: 100%!important;
	height: 100%;
	max-height: 50px;
	min-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	background: #EAEAEA;
	border-radius: 4px!important;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.search-property-wrapper .IDX-showcasePhoto {
	width: 100%!important;
}

.search-property-wrapper .IDX-showcaseCell div {
	text-align: left!important;
}

.search-property-wrapper .IDX-showcaseTable {
	font-size: 18px!important;
	font-weight: bold!important;
}

@media (max-width: 1024px) {
	.search-property-wrapper .IDX-showcaseTable {
		font-size: 14px!important;
	}
}

.search-property-wrapper .IDX-showcaseContainer {
	border: none!important;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2)!important;
}

.search-property-wrapper [id^="IDX-showcaseGallery-"] .IDX-showcaseCell{
	margin: 10px;
    max-width: calc(33.333333% - 20px)!important;
    min-width: calc(33.33% - 20px)!important;
}

@media(max-width: 768px) {
	.search-property-wrapper [id^="IDX-showcaseGallery-"] .IDX-showcaseCell {
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		max-height: 100%;
	}
	
	.search-property-wrapper [id^="IDX-showcaseGallery-"] .IDX-showcasePhoto {
		height: auto;
		margin-bottom: 20px;
	}
}

.search-property-wrapper [id^="IDX-showcaseGallery-"] .IDX-showcaseContainer {
	padding: 15px!important;
	height: auto!important;
}

.search-property-wrapper [id^="IDX-showcaseGallery-"] .btn-view-property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #002C5C;
	color: #fff;
	height: 45px;
	width: 160px;
	letter-spacing: 2px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px;
}

.search-property-wrapper [id^="IDX-showcaseGallery-"] {
	margin-left: -15px;
	margin-right: -15px;
}

.search-property-wrapper .IDX-showcasePrice {
	margin: 10px 0;
	color: #002C5C;
}

.idx-property-listing>a {
	display: block;
	max-width: 300px;
	margin: 30px auto 50px;
	text-align: center;
}

.callback-wrapper p{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.callback-wrapper .callback-text{
	font-size: 40px;
}

.callback-wrapper .callback-btn{
	color: #B1291D;
	text-decoration: none;
	font-size: 45px;
	font-weight: 400;
}


/* Begin customization of IDX Pages */
.idx-wrapper-template-default #genesis-content{
	padding: 0!important;
}

@media (max-width: 1179px) {
	.home-panel-1.idx-intro-section,
	.home-panel-1.idx-intro-section .cont{
		min-height: 710px;
	}
	
	.home-panel-1.idx-intro-section .sgt-pic {
		display: none!important;
	}
}

.town-search-form {
   background-color: rgba(150,150,150,.5);
   margin-bottom: 70px;
}

.town-search-form #IDX-qsIdxIDWrap-50960 {
	display: none!important;
}

.town-search-form #IDX-quicksearchForm-50960 > .IDX-qsFieldWrap {
	width: 20%;
}

.town-search-form  .IDX-quicksearchForm {
	background: transparent;
    padding: 55px 0 30px;
}

.town-search-form input[type=submit] {
	background-color: #002a55; 
}

.town-search-form #IDX-quicksearchForm-50960 .IDX-qsLabel {
    padding-left: 5px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width: 1200px) {
	.town-search-form #IDX-quicksearchForm-50960 > .IDX-qsFieldWrap {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.town-search-form #IDX-quicksearchForm-50960 #IDX-qsSubmitWrap-50960 {
		width: 100%;
	}
	
	.town-search-form #IDX-quicksearchForm-50960 #IDX-qsSubmitWrap-50960{
		margin-bottom: 0;
	}

	.town-search-form #IDX-qsSubmitWrap-50960 input{
		max-width: 200px;
		margin: 0 auto;
	}
}

@media(max-width: 768px) {
	.town-search-form #IDX-quicksearchForm-50960 > .IDX-qsFieldWrap {
		width: 100%;
	}
	
	.town-search-form #IDX-qsSubmitWrap-50960 input{
		max-width: 100%;
	}
}

#IDX-quicksearchForm-50960 #IDX-qsIdxIDWrap-50960 {
   display: none!important;
}

#IDX-quicksearchForm-50960 #IDX-qsSubmitWrap-50960 input {
	background-color: #002a55;
}

#IDX-quicksearchForm-50960 .IDX-qsLabel {
    margin: 0;
    padding-top: 3px;
    padding-left: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#IDX-quicksearchForm-50960 .IDX-quicksearchForm .IDX-qsFieldWrap {
    margin: 5px 0;
}


@media(max-width: 768px) {
	.home-search-widget #IDX-quicksearchForm-51201 {
		padding: 30px 10px;
		width: 100%
	}

	.home-search-widget #IDX-quicksearch-51201 h1{
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	#IDX-quicksearchForm-51201 .IDX-qsLabel {
		font-size: 14px;
	}
	
	.page-template-template_search_page #pg-2337-1> .panel-row-style {
		padding-top: 50px;
	}
	
	.IDX-quicksearchForm .btn-advanced {
		font-size: 14px;
	}
	ul.socal-buttons-wrap li{
		width: 100% !important;
		margin: 10px 0;
	}
}


@media(max-width: 375px) {
	#IDX-quicksearchForm-51201 .IDX-qsLabel {
		font-size: 12px;
	}
	
	#IDX-qsCityListWrap-51201 {
		width: 100%;
	}
}

ul.socal-buttons-wrap{
	margin: 30px 0;
}
ul.socal-buttons-wrap li{
	list-style-type: none;
    float: left;
    width: 50%;
}

.socal-btn{
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
	background: url('https://www.socalvahomes.org/wp-content/uploads/2021/02/button-icon.png') 245px center no-repeat !important;
	display: block;
	width:300px;
    margin: 0 auto;
}

.socal-btn.blue-btn,.content-area-sidebar .socal-btn.blue-btn{
	background-color: #002c5c !important;
    color: #fff;
	border: solid 2px #002c5c;
}

.socal-btn.white-btn{
	background-color: transparent !important;
    color: #ce153f;
	border: solid 2px #ce153f;
}
.socal-btn:hover,.content-area-sidebar .socal-btn:hover{
	background-color: #888c8d !important;
	color: #fff !important;
	border: solid 2px #888c8d;
}

.content-area-sidebar ul.socal-buttons-wrap li {
    width: 80%;
    margin: 10px 0;
}

.content-area-sidebar .socal-btn {
    padding: 10px;
    font-size: 18px;
    background: url(https://www.socalvahomes.org/wp-content/uploads/2021/02/button-icon.png) 175px center no-repeat !important;
    width: 220px;
}
