/*
Theme Name: MEP Theme


Version: 1.2.0

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Typographical Classes
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
		- Header Widget Areas
		- Header Hero
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Off Screen Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Off-screen Content
	- After Content Featured
	- Front Page Featured
	- Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
		- Max-width: 600px
	- Print Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html,
input[type="search"] {
	box-sizing: border-box;
}
html {
      overflow-x: hidden;    
    overflow-y: visible;
    max-width: 100%;
    display: flex; 

}
/*
* {
    outline: 1px solid red;
}

*/

*,
*::before,
*::after {
	box-sizing: inherit;
}
*:focus {
    border: 1px solid #ccc;
}

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

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

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

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

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

body {
	/*background-color: #e5e7eb;*/
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
    width: 100%;
    max-width: 100%;
	overflow-x: hidden;
}
.site-container {
    width: 100%;
}
input::placeholder {
    color: #878787;
}

    .homebot {
   border: 1px solid #ccc;
    background-color: #f6f6f8;
    padding-bottom: 10px;
    margin-top: 42px;
    margin-left: 0px;
            margin-bottom: 20px;

}
img.swag {
    border: 1px solid #040D25;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.09);
}
.gform_body p.small {
    margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 8px 0 16px!important;
}

.profile .one-half {
  margin-bottom: 0px;
}

.profile .reviews a {
    text-transform: uppercase;
    color: green;
    float: right;
    text-decoration: none;
    font-size: 14px;
}
.profile .reviews a:hover {
    text-decoration: underline;
}

.profile .button {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	padding: 10px 32px;
    margin: 12px 0px 22px 0px;
}
.profile blockquote {
    font-size: 18px;
    padding: 16px 4px 0px;
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
    line-height: 1.45;
    margin: 0px 0px 22px;
}
.homestar .one-fourth, .homestar .content {
    text-align: center;
}
.homestar .button {
    font-size: 15px;
    padding: 5px 16px;
}
.homestar strong {
    font-size: 20px;
}
.homestar .header-hero {
    padding-bottom: 6.5vw;
}
.guide-text {
    text-align: left; margin-top: 30%;
}
.entry-content .gform_wrapper h2:first-of-type {
    font-size: 30px;
    margin-bottom: 4px;
}
.postid-11734 .entry-content .gform_wrapper h2:first-of-type {
    font-size: 26px;
}

@media only screen and (max-width: 800px) {
.header-hero {
	padding-bottom: 14.5vw;
}
    .swag .header-hero {
        padding-bottom: 6.5vw;
    }
}
blockquote a {
    text-decoration: none;
    border-bottom: 1px dotted #3d6bbc;
}
blockquote a:hover {
    text-decoration: none;
    border-bottom: none;
}
.small {font-size: 80%;}

h3.gsection_title {
    font-size: 30px;
    margin-bottom: 4px;
}
td.ui-datepicker-today a.ui-state-default {
    color: #fff!important;
    font-weight: 700!important;
    background-color:#3d6bbc!important;
    border: 1px solid #3d6bbc!important;
}
.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom:4px!important;
}button.gform_delete_file {
    color:#8A0E10;
}
.entry-content .gform_wrapper h3:first-of-type {
    margin-top: 22px;
    margin-bottom: 4px;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 16px!important;
    padding-top: 0px!important;
    padding-bottom: 10px!important;
}
p.gform_description {
    margin-bottom: 6px;
}
.consult .gform_wrapper.gravity-theme fieldset {
    margin: 16px 0 0px 0px!important;
}
.gfield_html {
    font-size: 15px!important;
}
.green {
    color:#0F7B17;
}
.landing-team .header-left, .landing-team .genesis-nav-menu .team.menu-item {
    display:none;
}
.landing-team .genesis-nav-menu {
    padding: 20px 50px 0px;
}
.landing.design .gform_wrapper.gravity-theme fieldset {
    margin: 4px 0 0px 0px!important;
}
.landing.design .gform_heading {
    display: none;
}
.entry-content .gform_wrapper h2:first-of-type {
    margin-bottom: 6px;
    margin-top: 0px;
}

.massdreams .gform_wrapper {
    border:1px solid #ccc;
    background-color: #f9f9f9;
    padding: 18px 22px;
}
p.gform_required_legend {
    margin-bottom: 8px;
    font-size: 80%;
    font-style: italic;
}
.massdreams .gform_wrapper.gravity-theme fieldset {
    margin: 6px 0 0px 0px!important;
}.massdreams .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0;
}
.gform_confirmation_message {
    color: #029106;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
    margin: 0px 8px 0px 0px!important; 
}
.tools input[type="checkbox"], .tools input[type="image"], .tools input[type="radio"] {
    margin:8px!important;
}
.tools select {
    margin-bottom: 14px;
}
.tools td p > b {
    text-transform: uppercase;
}
.tools tbody {
    border:none;
}

.payment a.loans, .payment a.loan-center {
    display: none;
}
.apps a {
    display: inline-block; 
}
.apps img.alignleft {
    max-width: 130px;
   width: 100%;
    margin: 0px 6px 0px 0px;
}
.profile .profile.menu-item, .chris .profile.menu-item {
    display: none;
}
.profile .content h4 {
    clear:left;
}
.profile .content img.alignleft {
    margin-top: 8px;
}

.profile .one-half {
    margin-bottom: 0px;
}
.vertical-spacer {
    overflow: hidden;
}
.two-thirds.halloween, .halloween form {
    background-color: #fabf80;
    padding: 16px 20px 26px;
    border:none;
}
.halloween input {
    padding: 5px 20px 6px;
margin: 8px 0px;
}
.halloween p,.halloween h2 {
    color: #000;line-height: 1.4; margin-bottom: 8px;
}
.halloween label {
    padding-bottom: 8px;
    font-size: 18px;
}
 ul#menu-footer {
    margin-bottom: 14px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.1s ease-in-out;
}
.button a {
    color: #fff;
    text-decoration: none;
}
.button a:hover {
    color: #fff;
}

a {
	color: #a86500;
	text-decoration: underline;
    cursor: pointer;
}
.sidebar a {
    text-decoration: none;
    font-size: 17px;
  
}
.sidebar li {
   border-bottom: 1px solid #ccc;
}

a:focus,
a:hover {
	color: #a86500;
	text-decoration: none;
    outline: none;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	font-family: "Marcellus", sans-serif;
  color: #444;
  font-size: 20px;
  font-style: italic;
  padding: 16px 8px 0;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  line-height: 1.45;
  margin: 24px 50px 24px 24px;
}
.blog img.aligncenter {
    margin-bottom: 0px;
}
.chris.profile blockquote {
    margin: 20px 20px 20px 10px;
}
dt {
    margin-top: 10px;
}
.iframe-wrapper {
    max-width: 800px;
    width: 100%;
    min-height: 650px;
    position: relative;
    overflow-y: scroll;
}
.app.center .iframe-wrapper {
    max-width: 100%;
}
.apply, .landing .search-form, .chris .search-form {
    display:none;
}
form h3 {
    font-size: 26px;
}
.yarpp-related {
    margin-top:5em!important;
}
.yarpp-related h3 {
    font-weight: 500!important;
}
.yarpp-related a {
  font-weight: 400!important;
    text-decoration: underline!important;
}
.yarpp-related a:hover {
    text-decoration: none!important;
}
.landing .apply, .chris .apply {
    display: block;
    clear: left;
    max-width: 100%;
}
.landing a.loan-center, .chris a.loan-center {
    margin-top: 24px;
}
.landing a.loans, .chris a.loans {
    margin-top: 24px;
}
.landing .nav-primary, .chris .nav-primary {
    display: none;
}
.landing .hero-page-title, .chris .hero-page-title {
    padding: 0 80px;
}
.landing .title-area a, .chris .title-area a {
    cursor: default;
  pointer-events: none;

}
.landing.design .title-area a {
    pointer-events: auto;
    cursor: pointer;
}
.design .header-left {
    display:none;
}
form p {
    font-size: 17px;
}
.wpcf7-list-item {
    display: block!important;
    margin: 0 0 0 1em;
}
.full-width-content.landing .site-inner, .full-width-content.chris .site-inner {
    padding: 50px 30px;
    margin-bottom: 80px;
}
.login, .login h5 {
        display: block;
    }
.login {
    max-width: 380px;
    position: relative;
     float: right;
    min-height: 640px;
    overflow-y:scroll;
}
.login-mobile {
    position: relative;
    min-height: 640px;
    overflow-y:scroll;
}
.box {
    margin: 34px auto 0px;
    padding: 24px 40px 32px;
    border: 2px solid #ccc;
    background-color:#F8FAFE;
    display: block;
    text-align: center;
}
.entry-content .box h4 {
    margin: 0px 0px 10px;
}
.entry-content .box h5 {
    font-weight: 500;
    margin: 0px;
}
button#responsive-menu-pro-button {
    z-index:999999!important;
}

.profile .login-mobile .iframe-wrapper {
    width: 100%;
    max-width: 600px;
       position: relative;

}
.profile .iframe-wrapper {
    width: 100%;
       position: relative;

}
.full-width-content.profile .site-inner  {
    padding-top: 40px;
}
.full-width-content.profile .content {
	max-width: 1000px;
}
.full-width-content.design .content {
	max-width: 860px;
}
.full-width-content.appraisal .content, .full-width-content.payment .content  {
	max-width: 900px;
}
.full-width-content.profile .login {
    max-width: 550px;
    margin-left: 30px;
}
.full-width-content.profile .login p {
    font-size: 90%;
    font-style: italic;
    color: green;
    margin-bottom: 24px;
}
.em-widget  {
    position: relative;
    top: -100px;
}

.profile .em-widget {
    position: relative;
    top: -100px;
}
.chris .su-spoiler-style-simple > .su-spoiler-title {
    max-width: 280px;
}
a.mcw-back, a.mcw-back:hover, a.mcw-back:focus {
    font-size: 13px;
    color:#EFEFEF;
}
.mcw-wrap .mcw__title {
    font-size: 16px!important;
    text-transform: uppercase;
    font-weight: 600;
    color: #222!important;
}
.mcw-wrap .mcw-form__title {
    font-size: 15px!important;
    color: #222!important;
}
.mcw-wrap .mcw-calculate-btn {
    font-size: 15px!important;
}
.mcw-wrap input.mcw-form__field {
    font-size: 14px!important;
}
.chris .entry-content .three-fifths {
    width: 56%;
}
.chris .entry-content .two-fifths {
    width: 38%;
    margin-left: 6%;
}
.chris .header-hero {
    padding-bottom: 10vw;
}
.chris button#responsive-menu-pro-button {
    display: none;
}
.chris .entry-content h5 {
    margin: 20px 0px 15px;
    font-weight:400;
}

.chris .entry-content h3, .chris .entry-content h3:first-of-type {
    margin-bottom:10px;
}
.chris .wpcf7-list-item.first {
    margin-left: 0px;
}
.su-spoiler-content p, .su-spoiler-content li {
    font-size: 16px;
}
.su-spoiler-content p {
    margin-bottom: 14px;
}
.chris .entry-content .su-spoiler-content h3:first-of-type, .chris .entry-content .su-spoiler-content h3 {
    font-size: 26px;
    margin-bottom: 12px;
}
.su-accordion .su-spoiler {
    margin-bottom: .8em!important;
}
.wpcf7-form {
    margin-bottom: 40px;
}
.su-spoiler-style-fancy, .su-spoiler-style-fancy > .su-spoiler-title {
    border-radius: 0px!important;
    background-color: #fff!important;
    font-size: .95em!important;    
}
.su-spoiler-style-fancy > .su-spoiler-title, .su-spoiler-style-fancy > .su-spoiler-icon {
    color: #204e86!important;
}
.su-spoiler-style-fancy .su-spoiler-icon {
    top: 9px!important;
}
.su-spoiler-style-fancy > .su-spoiler-title {
        padding: 9px 9px 9px 34px;
}
.su-spoiler-style-simple > .su-spoiler-title {
    padding: 12px!important;
    background: #0b7145!important;
    color: #fff!important;
    font-size: 1em!important;
    text-align: center;
}
.su-spoiler-style-simple > .su-spoiler-title:hover {
    background-color:#11985e!important;
}
.su-spoiler-title:focus {
    outline: none!important;
}
.su-spoiler-style-simple {
    border: none!important;
}
.front-page-hiring .one-sixth {
    margin-left: 0px;
}
.before-content-top h3 {
    font-size: 26px;
}
.swag .hero-page-title {
    padding: 6vw 80px 0 90px;
    text-align: center;
}
.swag-img .gca-column {
    padding: 20px 30px 0px;
    border: 1px solid #CCCCCC;
    min-height:390px;
}
.swag-img .gca-column img {
    margin-bottom: 0px;
}


/* Typographical Classes
--------------------------------------------- */

.intro {
	font-size: 26px;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: "Marcellus", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 46px;

}

h2 {
	font-size: 35px;

}

h3 {
	font-size: 29px;

}

h4 {
	font-size: 26px;
}

h5 {
	font-family: "Roboto", sans-serif;
    font-size: 22px;

}

h6 {
    font-family: "Roboto", sans-serif;
	font-size: 17px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
}
.maps .entry-content h5 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.entry-content h2,
.entry-content h3 {
	margin-bottom: 12px;
	margin-top: 22px;
}

.entry-content h4,
.entry-content h6 {
	margin-bottom: 10px;
	margin-top: 22px;
}

.entry-content h5 {
	margin-bottom: 6px;
	margin-top: 22px;
}
.entry-content blockquote h5 {
    margin-top: 0px;
    margin-bottom: 18px;
    font-style: normal;
}

.entry-content h2:first-of-type {
	margin-bottom: 14px;
	margin-top: 0px;
}
.branch .entry-content h6 {
    margin-bottom: 4px; 
    margin-top: 18px;
}
.cards .entry-content h4 {
    margin-top: 8px;
}
.branch p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.branch h4 {
    margin-top: 26px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.toc {
    float: right;
    background: #fff;
    padding: 14px 16px 0px;
    border:1px solid #ccc;
    margin: 0px 0px 18px 20px;
    max-width: 240px;
    width: 100%;
    font-size: 16px;
}

.toc h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 8px;
}
.entry-content .toc ul {
    margin-left: 16px;
    margin-bottom: 18px;
   
}
.entry-content .toc ul > li {
     list-style-type: circle;
}
.full-width-content.program .site-inner {
    padding: 40px 30px 70px;
}
.page .four-fifths {
    width: 76%;
    margin-left: 6%;
}
.page .four-fifths.first {
    width: 76%;
    margin-left: 0;
}
.page.program .four-fifths {
    margin-left: 0px;
    width: 78%;
    float: right;
}
.page.program .one-fifth {
    width: 19%;
}
.page .one-fifth img {
    margin-top: 8px;
}
.profile .em-cc--header {
    height: 0px !important;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}
.partners a {
    border: none;
    padding: 5px 0px;
}
.partners a:focus, .partners a:hover {
    border: none;
    padding:5px 0px;
}
.partners .clearfix {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.partners .aligncenter {
    margin-bottom: 14px;
}
.partners h3 {
    margin-bottom: 36px;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.625;
	padding: 6px 20px 8px;
	width: 100%;
}
input#file-upload-button {
    background-color:#D1DCEF!important;
    border-color:#7889BE!important;
} 
textarea {
    height: 120px;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
    margin: 8px;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ab-block-post-grid a.ab-block-post-grid-more-link,
.button,
.comment-reply-link,
.featured-content .more-from-category a,
.more-link {
	background-color: #a86500;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	padding: 8px 26px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}
input[type="reset"],
input[type="submit"] {
    margin-top: 12px;
}
label {
    font-size: 17px;
}
.branch .button {
    font-size: 14px;
	font-weight: 700;
	line-height: 1.625;
	padding: 8px 24px 7px;
    margin: 0px 0px 18px 0px;
    border: 2px solid #0b7145;
    background-color: #fff;
    color:#0b7145;
}
.branch .button:hover {
    border: 2px solid #0b7145;
    background-color: #0b7145;
    color:#fff;
}
.sidebar .button {
    width: 100%;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary {
	background-color: #fff;
	color: #333;
}
.button:hover,
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #11985e;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.comment-reply-link,
.button.secondary,
.featured-content .more-from-category a {
	background-color: transparent;
	border: 2px solid #999;
	color: #666;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.button.secondary:focus,
.button.secondary:hover,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: transparent;
	border: 2px solid #666;
	color: #333;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.comment-reply-link {
	font-size: 13px;
	padding: 10px 12px 8px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 26px 36px 22px;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.button.text,
a.more-link.button.text,
.ab-block-post-grid a.ab-block-post-grid-more-link,
.more-link {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #bb8100;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: 0;
	color: #bb8100;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.ab-block-post-grid a.ab-block-post-grid-more-link:focus,
.ab-block-post-grid a.ab-block-post-grid-more-link:hover,
.more-link:focus,
.more-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #666;
	color: #333;
	padding: 16px 0 6px 0;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */
.cards .content ul {
    font-size: 17px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
    font-size: 15px;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
    
}
    
.cards .one-third {
            min-height: 190px;
    }
.cards table {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}

tbody {
	border-bottom: 1px solid #ccc;
}
.cards td, .cards th {
    border-left: 1px solid #ccc;
}
.cards td img {
    padding-top: 4px;
    margin-bottom: 0px;
}
td,
th {
	text-align: left;
    vertical-align: top;
}

td {
	border-top: 1px solid #ccc;
	padding: 6px 10px;
}
.tools td {
    border-top: none;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}
.cards td:first-child,
.cards th:first-child {
	padding-left: 10px;
    width: 100px;
}

/* Screen Reader Text
--------------------------------------------- */

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

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

.search img.entry-image {
    display:none;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}


.site-inner {
	clear: both;
	margin-top: -50px;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}
.search .site-inner {
    margin-bottom: 70px;
}
.error404 .site-inner,
.page .site-inner,
.single .site-inner {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);

}
.full-width-content .site-inner {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
        padding: 70px 30px;
}
.full-width-content.flipbook .site-inner {
	background-color:#dfe1e5;
}
.cards.full-width-content .site-inner {
    padding: 40px 30px 70px;
}

/*.error404 .site-inner::before,
.page .site-inner::before,
.single .site-inner::before {
	background-color: #a86500;
	content: "";
	display: block;
	height: 100px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	width: 2px;
	z-index: 9;
} */

.page-template-page_blog .site-inner,
.content-sidebar .site-inner,
.sidebar-content .site-inner {
	background-color: transparent;
	box-shadow: none;

}

.page-template-page_blog .site-inner::before,
.content-sidebar .site-inner::before,
.sidebar-content .site-inner::before {
	display: none;
}

.landing-page .site-inner {
	margin-bottom: 100px;
}
.landing-page.flipbook .site-inner {
	max-width: 1500px;
}


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

/* Content */

.content {
	background-color: transparent;
	float: right;
	width: 100%;
}
.home.full-width-content .content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
}
.content-sidebar .content {
	float: left;
}
.blog .content {
   padding-top: 30px; 
}
.search .content {
    padding-top: 20px;
}
.content-sidebar .content,
.sidebar-content .content {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	max-width: 73%;
}

.error404.content-sidebar .content,
.error404.sidebar-content .content,
.page.content-sidebar .content,
.page.sidebar-content .content {
	padding: 40px 40px;
}
.single.content-sidebar .content,
.single.sidebar-content .content {
	padding: 30px 40px;
}

.archive.sidebar-content .content,
.archive.content-sidebar .content,
.page-template-page_blog.sidebar-content .content,
.page-template-page_blog.content-sidebar .content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 1180px;
}
.full-width-content.landing-page.flipbook .content {
	max-width: 1400px;
}

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

.half-width-entries .content {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

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

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: -12px 16px 24px 0;
}

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

.breadcrumb {
	color: #ccc;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.breadcrumb a {
	color: #ccc;
}


.after-entry,
.author-box {
        border: 1px solid #ccc;
    margin-top: 50px;
    background-color: #f9f9f9;
    padding: 24px 24px 20px!important;
	font-size: 18px;
	margin-bottom: 0px;
}

.after-entry {
    font-size: 90%;
    text-align:center;
}
.after-entry h3 {
    font-size: 28px;
}


.author-box {
	background-color: #f5f5f5;
	padding: 60px;
	text-align: center;
}

.full-width-content .author-box {
	margin: 0 -140px;
}

.archive.full-width-content .author-box {
	margin: 140px 0 0 0;
}

.author-box .avatar {
	float: none;
	margin: 0 auto 20px auto;
}

.archive-description,
.archive-description a,
.archive-description p {
	color: #ccc;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
    display:inline-block;
    margin-right: 16px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title,
.author-box-title {
	font-size: 28px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #a86500;
}

.sidebar .widget-title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .featured-content .entry {
	box-shadow: none;
}

.sidebar .featured-content .widget-title {
	text-align: left;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
.archive img.aligncenter {
    margin: 20px auto 24px;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 8px 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap:normal;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.home-cta .widget ul > li {
	margin-bottom: 8px;
	padding-bottom: 0px;
    list-style-type: disc;
}
.widget ul > li {
    margin-bottom: 14px;
    padding-bottom: 14px;
}



.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 12px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.flexible-widgets .wrap {
	display: flex;
	flex-wrap: wrap;
    max-width: 100%;
}

.flexible-widgets .widget,
.flexible-widgets .widget:last-of-type {
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 40px 0px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	margin-left: 4%;
	width: 22%;
}

.flexible-widgets.widget-halves .widget {
	margin-left: 4%;
	width: 48%;
}

.flexible-widgets.widget-thirds .widget {
	margin-left: 3.45%;
	width: 31%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 26px;
	letter-spacing: -1px;
	text-decoration: none;
}

.flexible-widgets .featured-content .entry-content,
.flexible-widgets .featured-content .entry-title {
	padding: 15px 40px 0 40px;
}

.flexible-widgets .featuredpage .entry-content {
	padding-bottom: 20px;
}

.flexible-widgets .featuredpost .entry-meta {
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .more-posts-title {
	padding: 30px 0;
}

.flexible-widgets .featured-content .more-posts {
	text-align: center;
}

.flexible-widgets.widget-full .featured-content .more-posts,
.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
	clear: both;
	column-count: 3;
	flex-basis: 100%;
	padding-bottom: 30px;
}

.flexible-widgets .featured-content .more-from-category,
.flexible-widgets .featured-content .widget-title {
	flex-basis: 100%;
}

.flexible-widgets .featured-content .more-from-category {
	margin-bottom: 55px;
}

.flexible-widgets .featured-content .more-link {
	display: inline-block;
	margin-bottom: 28px;
}

.flexible-widgets .featuredpost,
.flexible-widgets .featuredpost:last-of-type {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.flexible-widgets .featuredpage,
.flexible-widgets .featuredpage:last-of-type {
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 0;
	text-align: center;
}

.flexible-widgets .featuredpage .entry {
	box-shadow: none;
}

.flexible-widgets .featuredpage .widget-title {
	margin-top: 20px;
}

.flexible-widgets .featuredpost .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible-widgets .featuredpost.widget .entry,
.flexible-widgets .featuredpost.widget .entry:last-of-type {
	background-color: #fff;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	text-align: center;
}
.latest-posts .wrap {
    max-width: 100%;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background-color: transparent;
	padding: 0 0 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding: 20px 0 0;
}

.featured-content .more-from-category {
	clear: both;
	padding-top: 25px;
	position: relative;
	text-align: center;
}

.featured-content .more-from-category a,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: #f4f4f4;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.featured-content .more-from-category::before {
	background-color: #dedede;
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: -2;
}

.featured-content .more-from-category a::before,
.featured-content .more-from-category a::after {
	background-color: #f4f4f4;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: -5;
}

.featured-content .more-from-category a::before {
	left: -52px;
}

.featured-content .more-from-category a::after {
	right: -52px;
}

.featured-content .widget-title {
	clear: both;
	display: block;
	text-align: center;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	text-decoration: underline;
}

.sidebar .featured-content .entry-title a {
	color: #a86500;
}

.sidebar .featured-content .entry-title a:hover {
	color: #333;
}

.after-entry .featured-content .more-from-category::before,
.after-entry .featured-content .more-from-category a::before,
.after-entry .featured-content .more-from-category a::after,
.sidebar .featured-content .more-from-category::before,
.sidebar .featured-content .more-from-category a::before,
.sidebar .featured-content .more-from-category a::after {
	display: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #333;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
	text-align: center;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #ccc;
}

.sidebar .enews-widget input {
	text-align: center;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #a86500;
	border-width: 0;
	color: #fff;
}

.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget form {
	position: relative;
}

.enews-widget input[type="submit"] {
	bottom: 3px;
	position: absolute;
	right: 3px;
	text-align: center;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	bottom: auto;
	position: relative;
	right: auto;
	width: 100%;
}

.sidebar .enews-widget input {
	margin-top: 10px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 1px solid #ddd;
	font-size: 18px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

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

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


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

.site-header {
	color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 30%;
}

.site-title {
	font-family: "Marcellus", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
	text-indent: 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.no-off-screen-menu.wp-custom-logo .site-description,
.no-off-screen-menu.wp-custom-logo .site-title,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
}

.wp-custom-logo .title-area > a {
	float: left;
	width: 100%;
}

.no-off-screen-menu.wp-custom-logo .custom-logo {
	float: left;
}

/* Header Widget Areas
--------------------------------------------- */

.header-left {
	float: left;
	position: relative;
	width: 60%;
	z-index: 99;
}

.header-right {
	float: right;
	position: relative;
	text-align: right;
	width: 25%;
	z-index: 99;
}

.header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons"; /* stylelint-disable-line */
	padding-left: 1px;
	position: absolute;
	top: 6px;
}

.header-left .search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.loan-center, a.loans {   
display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
    padding: 3px 8px;
    margin-right: 14px;
    margin-top: 4px;
    border: 1px solid #cccccc60;
    text-decoration: none;
    vertical-align: top;
    
    
}a.loan-center:hover, a.loans:hover {
    border: 1px solid #cccccc;
}
    

.header-left input[type="search"] {
	/*border-width: 0;*/
	background-color: transparent;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
    padding: 3px 16px;
    border: 1px solid #cccccc;
    line-height: 1.55;
    margin-top: 4px;
    width: 180px;
}
li.menu-mobile {
    display: none!important;
}

.header-left :-ms-input-placeholder {
	color: #bbb;
    opacity: .8;

}

.header-left ::-ms-input-placeholder {
	color: #bbb;
	opacity: .8;
}

.header-left ::placeholder {
	color: #bbb;
	opacity: .8;
}

/*.no-off-screen-menu .header-left input[type="search"] {
	text-align: right;
}*/

.no-off-screen-menu .header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons"; /* stylelint-disable-line */
	position: absolute;
	top: 5px;
	right: 4px;
}



/* Header Hero
--------------------------------------------- */

.header-hero {
	background-color: #111;
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding-bottom: 9.5vw;
}
.header-hero .button {
    margin: 0px auto 20px;
    padding: 8px 20px 10px;
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
    width: 290px;
    letter-spacing: .04em;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #11985e;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
    font-family: "Roboto",sans-serif;
}

.header-hero .button:hover {
     background-color:#0b7145;
    color: #fff;
}
.hero-top .wrap {
    max-width: 1100px;
}
.hero-top .widget {
    margin-bottom: 20px;
}
.hero-btn {
    max-width: 900px;
    margin: 0px auto;
}
.home .header-hero {   
	padding-bottom: 12vw;
}
.home .hero-page-title {
    display: none;
}
.hero-page-title, .hero-top {
	padding: 2vw 80px 0 90px;
	text-align: center;

}

.home .hero-page-title, .home .hero-top {
	padding: 6vw 20px 0 20px;
	text-align: center;

}
.hero-page-title h1, .hero-top h1 {
	color: #fff;
	font-size: 64px;
    max-width: 950px;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}

.hero-page-title h2, .hero-top h2 {
	color: #fff;
	font-size: 64px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
}
.hero-page-title h3, .hero-top h3 {
	color: #fff;
	font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 600;
    max-width: 900px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.hero-page-title .entry-meta {
	display: inline-block;
}
.bluebar-top {
    background-color: #012d62;
    padding: 20px 14px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    
}
.bluebar-top a {
    color: #ffbc00;
    text-decoration: none;
    border-bottom: 1px solid #ffbc00;
}
.bluebar-top a:hover {
    color: #ffbc00;
    border-bottom: none;
}
.bluebar-top .one-sixth {
    margin-left: 2%;
    width: 15%;
}
.bluebar-top .two-sixths {
    margin-left: 0;
    width: 22%;
}
.bluebar-top .three-sixths {
    margin-right: 2%;
    width: 58%;
}
.bluebar-top .featured-content .entry {
    padding: 0;
}
.bluebar-top .flexible-widgets .featured-content .entry-content {
    padding: 0px;
}
.bluebar-top h3:first-of-type {
    color:#fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    margin: 10px 0px 18px;
}
.bluebar-top p, .bluebar-top p a {
    font-size: 18px;
    color: #fff;
}
.bluebar-top h2 {
    color: #fff;
}
.bluebar-top .flexible-widgets .widget {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px 16px!important;
    display: block;
}
.bluebar-top .flexible-widgets.widget-thirds .widget.two-thirds {
    margin-left: 0;
    width: 66%; 
}
.bluebar-top .flexible-widgets.widget-thirds .widget.one-third {
    margin-left: 0;
    width: 33%; 
}
.bne-testimonial-slider-wrapper {
background:transparent!important;
    border: none!important;
    box-shadow: 0 0px 0px rgba(0,0,0,0)!important;

}
    .widget.bne_testimonials_slider_widget {
background-image: url("images/quote_03.jpg");
        background-position: 0px 10px;
        background-repeat: no-repeat;
        padding:14px 20px 0px 54px!important;
        text-align: left;
}
.sidebar .widget.bne_testimonials_slider_widget{
background-image: url("images/quote_03.jpg");
        background-position: 10px 18px;
        background-repeat: no-repeat;
        margin: 0px!important;
        padding:58px 10px 0px 20px!important;
        text-align: left;
    line-height: 1.6em;
}

.sidebar .widget.bne_testimonials_slider_widget li {
        line-height: 1.55em;
}
.sidebar .bne-testimonial-slider.bne-flexslider .flex-control-nav {
    position: absolute;
    bottom: 0px;
    
}
.widget.bne_testimonials_slider_widget.two-thirds {
    width: 60%;
}
.bne-testimonial-slider.bne-flexslider .flex-content {
    padding-bottom: 25px!important;
}
.before-content-top .widget.one-third {
    width: 35%;
    padding: 30px 0px;
}
.sidebar .testimonial-content p {
    font-size: 19px!important;
    color: #666!important;
    line-height: 1.4;
}
.testimonial-content {
    font-size: 20px!important;
    font-style: italic!important;
}
.before-content-top {
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 70px 60px 40px 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 100px;
}
.before-content-top .widget {
    margin-bottom: 0px;
}
.home-cta ul {
    margin-left: 24px;
    margin-bottom: 20px;
}
.home-cta {
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 50px 50px 30px 50px;
    margin: 80px auto 100px;
        background-color:#fff;
}
.home-cta h3 {
    font-size: 40px;
     margin-bottom: 6px;
    text-align: center;
}
.home-cta h4 {
     margin-bottom: 6px;
}
.home-cta h3 a.phone {
    font-family:"Roboto", sans-serif;
    font-weight:600;  
    text-decoration: none;
    color: #0b7145;

   
}
.home-cta .flexible-widgets.widget-halves .widget, .home-cta .flexible-widgets.widget-thirds .widget {
   margin-left: 0%;
    width: 100%;
} 
.home-cta .flexible-widgets .widget:last-of-type {
    padding: 30px 0px;
}
.home-cta h3 a.phone:hover {
    color: #11985e;
}
.home-cta a.button {
    font-size: 16px;
    padding: 10px 30px 12px;
}
.home-cta .widget {
    margin-bottom: 0px;
    padding: 16px!important;
}

.home-cta .widget.one-half {
   width: 49%!important;
}
.front-page-featured{
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 100px 50px 100px;
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 50px;
          font-size: 20px;

}
.front-page-featured .flexible-widgets .widget {
    background-color: #fff;
    float: left;
    margin-bottom: 0px;
    padding: 40px 0px;
}
.front-page-featured h3 {
    font-size: 36px;
    text-align: center;
    margin: 0px 0px 20px;
}
ul.horizList li {
    display: inline-block;
    padding: 4px;
    
}
.entry-content ul.horizList {
    margin-left: 0px;
}
.latest-posts h4 {
    line-height: 1.75rem;
    text-align: center;
}
.latest-posts h4.entry-title a {
    color: #204e86 !important;
font-weight: 400;
    font-size: 26px;
}

.latest-posts h4.entry-title a:hover {
    color: #3263a0 !important;
}
.latest-posts .entry-header {
    padding: 10px 20px 0px 20px;
    min-height: 125px;
}
.latest-posts .one-third {
    background-color: #fff;
box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
margin-bottom: 40px;
}
.front-page-hiring .wrap {
    text-align: center;
    background-color: #012d62;
    padding:60px 0px 30px;
}
.front-page-hiring h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.front-page-hiring h3.widget-title {
    margin-bottom: 14px;
    font-size: 48px;
}
.front-page-hiring .button {
    background-color: transparent!important;
    border: 2px solid #fff!important;
    color:#fff!important;
    font-size: 16px;
    padding: 12px 24px 14px;
}
.front-page-hiring .button:hover, .front-page-hiring .button:active {
    background-color: #fff!important;
    color:#012d62!important;
    border: 2px solid #fff;
}
.front-page-hiring .button:visited {
    background-color: transparent!important;
    color:#fff;
    border: 2px solid #fff!important;
    font-size: 16px;
    padding: 12px 24px 14px;
}
.front-page-realtor .wrap {
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 24px 80px;
    margin: 0 auto;
    text-align:center;
}
.front-page-realtor h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
.assoc .one-third {
    width: 33%;
    margin-left: 0;
}
.assoc .one-fourth {
    width: 25%;
    margin-left: 0;
}
.assoc .two-fourths {
    width: 50%;
    margin-left: 0;
}

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

.genesis-nav-menu {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	width:70%;
    float: right;
}
.site-footer .genesis-nav-menu {
    float: none;
    margin: 0 auto;
    width: auto;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: inline-block;
	letter-spacing: 1px;
	outline-offset: -1px;
	padding: 14px 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #214e87;
	left: -9999px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 220px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(1, 45, 98, 0.7);
	border-top: 0;
	font-size: 13px;
	margin-bottom: 1px;
	padding: 14px 16px;
	position: relative;
	width: 220px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .current_page_item a {
    background-color: rgba(255, 255, 255, 0.05);
}


.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.05);

}

.genesis-nav-menu .sub-menu .sub-menu {
	border-top-width: 0;
	margin: -52px 0 0 220px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: right;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .wrap {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	border-bottom: 1px solid transparent;
}

.nav-primary .genesis-nav-menu > .menu-item > a:focus,
.nav-primary .genesis-nav-menu > .menu-item > a:hover,
.nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a {
	border-bottom-color: #fff;
}

/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content {
	text-align: center;
}

.off-screen-menu .genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.off-screen-menu .genesis-nav-menu a {
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 25px;
	padding: 20px;
	text-transform: none;
}

.off-screen-menu .genesis-nav-menu a:focus,
.off-screen-menu .genesis-nav-menu a:hover {
	color: #a86500;
}

button.off-screen-item {
	background-color: transparent;
}

.no-off-screen-menu .site-title,
.no-off-screen-menu .site-description {
	text-align: left;
	text-indent: 0;
}

.no-off-screen-menu .header-left {
	float: right;
	text-align: right;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: #333;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
	color: #bb8100;
}


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

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

.entry {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.error404 .content .entry,
.single .content .entry,
.page:not(.page-template-page_blog) .content > .entry {
	background-color: transparent;
	box-shadow: none;
}

.search.search-no-results .content .entry,
.archive.archive-no-results .content .entry {
	padding: 60px 20px 40px;
	text-align: center;
	width: 100%;
}

.half-width-entries .content .entry {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}
.current_page_item a {
    font-weight: 600;
}
.entry-container {
	padding: 20px 50px 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
    padding-bottom: 2px
}

.entry-content ul > li {
	list-style-type: disc;
    padding-bottom: 2px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #333;
	color: #eee;
}
.sidebar #custom_html-20.widget {
    padding: 0px;
    margin-top: 40px;
}
.sidebar #custom_html-20.widget img {
    display: block;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #767676;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
	text-decoration: none;
}

.entry-meta em {
	font-weight: 400;
	letter-spacing: normal;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 18px;
	margin-top: 12px;
}

.sidebar .entry-header .entry-meta {
	margin-top: 4px;
}

.byline {
	text-transform: initial;
}

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

.pagination {
	clear: both;
	flex-basis: 100%;
	margin: 40px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.archive-pagination.pagination::before {
	background-color: #dedede;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.archive-pagination ul {
	background-color: #fff;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 9;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: 2px solid #666;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	border-color: #a86500;
	color: #a86500;
}
.thanks, p.thanks {
    font-style: italic;
    color: #0b7145;
    margin-bottom: 50px !important;
    padding: 18px 26px 24px;
    border: 2px solid #ccc;
}
.wpcf7-form {
    border: 1px solid #ccc;
    background-color:#f6f6f8;
    padding: 20px;
}
.gform_wrapper {
    border: 1px solid #ccc;
    background-color:#f6f6f8;
    padding: 22px 24px 4px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.entry-comments {
	padding: 60px 0;
}

.entry-comments::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 80px auto;
	width: 2px;
}

.comment-notes {
	text-align: center;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.comment-list li {
	padding-left: 30px;
	margin-top: 60px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment:not(.depth-1) article {
	border-left: 2px solid #e8e8e8;
	padding: 0 0 10px 50px;
}

.comment-header {
	margin-bottom: 20px;
}

.comment-header .comment-author-link {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta .comment-time-link {
	color: #999;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

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

.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;
}

.comment-header p {
	margin-bottom: 0;
	line-height: 1;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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


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

.sidebar {
	font-size: 18px;
	margin-bottom: 40px;
    line-height: 1.45;
}
.sidebar li {
    line-height: 1.2;
}

.sidebar .widget {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
}

.find_home .__hblgw--nowrap-nowrap {
    white-space: normal!important;
}

/* Off-screen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-item,
.off-screen-container .close {
	display: none;
}

.off-screen-item {
	display: initial;
}

.off-screen-content {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #000;
	color: #fff;
	display: initial;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.admin-bar .off-screen-container .close {
	top: 52px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}


/* After Content Featured
---------------------------------------------------------------------------- */

.after-content-featured {
	margin-top: 60px;
}

.after-content-featured .featuredpage .entry {
	background-color: #222;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry .entry-content {
	background-color: #222;
	color: #fff;
	padding: 5%;
	z-index: 5;
	position: relative;

}

.after-content-featured .featuredpage .entry a img {
	display: block;
	margin: 0 auto;
}

.after-content-featured .featuredpage .entry a.aligncenter,
.after-content-featured .featuredpage .entry a.alignleft,
.after-content-featured .featuredpage .entry a.alignnone,
.after-content-featured .featuredpage .entry a.alignright {
	display: block;
	margin: 0;
}

.after-content-featured .featuredpage .entry .entry-header {
	background-color: rgba(1, 25, 54, 0.6);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: 3;
}

.after-content-featured .featuredpage .entry:focus .entry-header,
.after-content-featured .featuredpage .entry:hover .entry-header,
.after-content-featured .featuredpage .entry.focused .entry-header {
	background-color: rgba(1, 25, 54, 0.45);
}

.after-content-featured .featuredpage .entry-title {
	font-size: 38px;
	padding: 0;
}

.after-content-featured .featuredpage .entry .entry-header a {
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	padding: 11% 7% 2% 7%;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.after-content-featured .featuredpage .entry:focus .entry-header a,
.after-content-featured .featuredpage .entry:hover .entry-header a {
	padding-top: 11%;
}

.after-content-featured .featuredpage .entry.focused .entry-title a:focus {
	padding-top: 11%;
}

.after-content-featured .featuredpage .entry img {
	transition: all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry:hover img,
.after-content-featured .featuredpage .entry.focused img {
	transform: scale(1.05);
}

.after-content-featured .featuredpage a,
.after-content-featured .featuredpage .more-link,
.after-content-featured .featuredpage .more-link.button.text {
	color: #fff;
}

.after-content-featured .featuredpage a:focus,
.after-content-featured .featuredpage a:hover,
.after-content-featured .featuredpage .more-link:focus,
.after-content-featured .featuredpage .more-link:hover,
.after-content-featured .featuredpage .more-link.button.text:focus,
.after-content-featured .featuredpage .more-link.button.text:hover {
	color: #ccc;
}

/* Front Page Featured
--------------------------------------------- */





.front-page-featured blockquote {
	font-family: "Marcellus", sans-serif;
	font-size: 28px;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 1.75;
	padding: 0 80px;
	text-align: center;
}

.front-page-featured blockquote cite {
	color: #767676;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 30px;
	text-transform: uppercase;
}


/* Footer CTA
---------------------------------------------------------------------------- */

.footer-cta {
	margin-bottom: 0px;
	margin-top: 60px;
    background-color: #012d62;
}
.footer-cta .phone {
    font-family: "Roboto", sans-serif;
}
.footer-cta a.phone {
    color: #fff;
    text-decoration: none;
}
.footer-cta a.phone:hover {
    color: #ccc;
}
.footer-cta .app a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}
.footer-cta .app a:hover {
    color: #fff;
    text-decoration: none;
}
/*.footer-cta::before {
	background-color: #a86500;
	content: "";
	display: block;
	height: 100px;
	margin: 0 auto -50px auto;
	position: relative;
	width: 2px;
	z-index: 9;
} */

.footer-cta .widget {
	
	padding: 50px 30px 60px 40px;
	text-align: center;
}

.footer-cta .widget-title {
	font-family: "Marcellus", sans-serif;
	font-size: 46px;
    color:#fff;
	font-weight: 400;
	text-transform: none;
}
.footer-cta a {
    color: #fff;
}

.footer-cta .entry {
	box-shadow: none;
}

.footer-cta .enews form {
	margin: 0 auto;
	max-width: 490px;
}
#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {
    padding: 6px!important;
}

.footer-cta .more-from-category::before,
.footer-cta .more-from-category a::before,
.footer-cta .more-from-category a::after {
	display: none;
}
.footer-widgets, .profile.landing-team .footer-widgets {
    background-color: #fff;
    clear: both;
    padding: 20px 30px 10px;
    margin-top: 0px;
}
.single .footer-widgets {
    margin-top: 40px;
}

.footer-widgets-1, .footer-widgets-2 {
    width: 100%;
}
.footer-widgets-1 {
    overflow: hidden;
    text-align: center;
    padding: 10px 0px 0px;
}
.footer-widgets-1 .menu-footer-container {
    text-align: right;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}
.footer-widgets .widget_nav_menu {
    padding-top: 4px;
}
.footer-widgets .widget_nav_menu li {
    display: inline-block; 
    padding: 0px;
    border-right: 1px solid #ccc;
}
.footer-widgets .widget_nav_menu li a {
   line-height: 1;
    text-decoration: none;   
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 14px;
}
.footer-widgets .widget_nav_menu li:last-child {
    border-right: none;
}
.footer-widgets-2 {
    text-align: center;
    padding: 20px 10px 0px 0px;
    margin: 10px auto 0px;
    border-top: 4px solid #ccc;
    font-size: 13px;
    text-transform: uppercase;
}
.profile .footer-widgets, .cards .footer-widgets, .app.center .footer-widgets {

    margin-top: 80px;
}
.profile.halloween .footer-widgets, .maps.profile .footer-widgets {
    margin-top: 0px;
}
.footer-widgets-2 p {
    margin-bottom: 0px;
       font-size: 13px;
    text-transform: uppercase;
}
.footer-widgets-2 a {
    color: #204e86;
    
}
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	line-height: 1;
	padding: 0px 0;
	text-align: center;
    background-color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}
#responsive-menu-pro-container {
    z-index: 100000!important;
}

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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}



	.sidebar-primary {
		width: 300px;
	}

	.hero-page-title h1 {
		font-size: 60px;
	}

	.entry-container {
		padding: 30px 60px 20px 60px;
	}
    .latest-posts .entry-header {
    padding: 10px 20px 0px 20px;
    min-height: 125px;
}

}

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

	.site-inner,
	.wrap {
max-width: 90%; 
        
	}
    .latest-posts h4.entry-title a {
    font-size: 24px;
}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 65%;
	}

	.hero-page-title {
		padding-left: 140px;
		padding-right: 140px;
	}

	.hero-page-title h1{
		font-size: 48px;
	}

	.entry-title {
		font-size: 30px;
	}

.after-content-featured .featuredpage .entry .entry-header a {
    padding: 9% 4% 2% 4%;
    }

.header-left {
		display: none;
	}
li.menu-mobile {
    display: block!important;
}

	.author-box {
		margin: 0 -70px;
	}
        	.title-area {
	width: 100%;
}
    .bluebar-top .one-sixth {
    margin-left: 2%;
    width: 14%;
}
.bluebar-top .four-sixths {
    margin-right: 3%;
    width: 65%;
}

}
@media only screen and (max-width: 1080px) {
       .login, .login h5 {
        display: none;
    }
        .page.program .four-fifths, .page.program .one-fifth {
    margin-left: 0px;
    width: 100%;
    float: left;
}
    .page.program .toc {
        float:left;
    }
     .apply {
        display: block;
         clear: left;
         max-width: 500px;
    }
.bluebar-top .flexible-widgets .widget {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px 20px 0px 20px!important;
}

    .profile .su-spoiler-content {
        padding: 14px 0px!important;
    }
    .profile .iframe-wrapper {
        max-width: 100%;
    }
  /*  .login {
        max-width: 100%;
        float: none;
        margin: 0px!important;
    } */
}
	

@media only screen and (max-width: 1023px) {
    
        .cards .one-third {
        width: 46%;
        margin: 0px 4% 0 0;
            min-height: 190px;
    }
   .toc {
    float: left;

}


    .cards .one-third.first {
        clear:none;
    }

    .flexible-widgets .widget, .flexible-widgets .widget:last-of-type {
        padding: 0px;
    }
.before-content-top {
    padding: 70px 30px 40px 30px;

}
	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary,
	.title-area {
		max-width: 100%;
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
	}

	.site-header {
		position: relative;
		z-index: 99999;
	}



	.site-title {
		text-indent: 0;
	}

	.title-area {
		float: left;
		max-width: 60%;
		text-align: left;
	}

	.custom-logo {
		float: left;
	}

	.hero-page-title {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.entry {
		margin-bottom: 5%;
	}

	.half-width-entries .content .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.author-box,
	.full-width-content .author-box {
		margin: 0;
	}

	.flexible-widgets.widget-fourths .widget {
		margin-left: 4%;
		width: 48%;
	}

	.flexible-widgets.widget-fourths .widget:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}




	.front-page-featured blockquote {
		padding: 30px 0;
	}

	/* Genesis Responsive Menus */



	.header-menu .genesis-responsive-menu {
		clear: both;
		display: none;
		position: relative;
	}

	.header-menu button.off-screen-item {
		display: none;
	}

	.off-screen-menu .genesis-nav-menu a {
		margin-bottom: 0;
		padding: 10px;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

	.menu-toggle {
		display: none;
	}



	.genesis-responsive-menu .genesis-nav-menu {
		background-color: #012d62;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #a86500;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #000;
		border-width: 0;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
       .latest-posts .entry-header {
    padding: 0px 20px 0px 20px;
        min-height: 130px;
    }
    .before-content-top .wrap {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .home-cta {
    padding: 50px 24px 30px 24px;

}
.front-page-featured {
    padding: 50px 60px 50px 60px;
}
 


}
@media only screen and (max-width: 900px) {
    .after-content-featured .featuredpage .entry-title {
    font-size: 30px;
    padding: 0;
}
    .front-page-featured{
    padding: 30px 30px 50px 30px;

}
    .latest-posts h4.entry-title a {
        font-size: 22px;
    }
    
 
}


@media only screen and (max-width: 800px) {
        .site-inner{
    max-width: 100%;
    padding: 7% 6%;
            margin-top: 0px;
}
     .hero-top h3 {
    margin: 0 auto 20px;

}
    .hero-top .widget {
    margin-bottom: 0px;
}
    .hero-top .one-sixth {
        margin-top: 16px;
    }

    .guide-text {
    text-align: center; margin-top: 0px;
}

.home-cta .widget.one-half {
   width: 100%!important;
}
    .front-page-hiring .wrap {
    max-width: 100%;
    padding: 60px 30px 30px;
}
    .page .four-fifths {
    width: 100%;
    margin-left: 0;
}
      .footer-widgets {
        padding: 30px 0px;
    }
      .footer-widgets .wrap {
        max-width: 100%;
    }
    .footer-widgets-1 .menu-footer-container {
        text-align: center;
    }
    .footer-widgets-1 .menu-footer-container li {
        margin-bottom: 4px;
    }
        .simple-social-icons ul.alignright {
        float: none;
        margin: 0 auto;
        width: 260px;
    }
    #simple-social-icons-2 ul li a {
        padding: 18px 6px 12px!important;
    }
        .site-header > .wrap {
        padding: 0;
    }
    .alignright, img.alignright {
        float: none;
        margin: 12px 0px 18px;
        width: 100%;
    }

	body {
		font-size: 18px;
	}

    .widget.bne_testimonials_slider_widget.two-thirds, .before-content-top .widget.one-third{
        width: 100%;
    }
   .before-content-top .widget.one-third {
        text-align: center;
       padding-top: 0px;
    }
 
    .assoc .one-fourth, .assoc .one-third, .assoc .two-fourths{ 
        width: 100%;

    }
    .assoc img {
        max-width: 260px;
    }

    .latest-posts h4.entry-title a {
        font-size: 26px;
    }
    .latest-posts .entry-header {
    min-height: 90px;
        padding: 10px 20px 0px 20px;
}
    .latest-posts .wrap {
    padding:0px 30px;
}

.footer-cta .widget-title {
	font-size: 38px;
 
}

    .after-content-featured .featuredpage .entry .entry-header a {
    padding: 18% 4% 2% 4%;
    }
    .after-content-featured .featuredpage .entry:focus .entry-header a, .after-content-featured .featuredpage .entry:hover .entry-header a {
    padding-top: 19%;
}
    .after-content-featured .featuredpage .entry-title {
    font-size: 48px;
    padding: 0;
}


	.error404 .content,
	.error404.content-sidebar .content,
	.error404.sidebar-content .content,
	.page:not(.page-template-page_blog) .site-inner,
	.page:not(.page-template-page_blog).content-sidebar .content,
	.page:not(.page-template-page_blog).sidebar-content .content,
	.single .site-inner,
	.single.content-sidebar .content,
	.single.sidebar-content .content {
		padding: 7% 4%;
	}

	.page.content-sidebar .site-inner,
	.page.sidebar-content .site-inner,
	.single.content-sidebar .site-inner,
	.single.sidebar-content .site-inner {
		padding: 0;
	}



	.error404 .site-inner::before,
	.page .site-inner::before,
	.single .site-inner::before {
		display: none;
	}

	.after-entry,
	.author-box,
	.sidebar .widget {
		padding: 4%;
		margin-bottom: 5%;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 5%;
		padding: 0;
	}

	.entry-comments::before {
		margin: 40px auto;
	}

	.comment-respond {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.hero-page-title h1 {
		font-size: 36px;
	}

	.half-width-entries .entry .entry-title {
		font-size: 28px;
	}

	.entry-container {
		padding: 7%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination ul {
		background-color: transparent;
		padding: 0;
	}

	.archive-pagination.pagination::before {
		display: none;
	}

	.featured-content .more-from-category {
		overflow: hidden;
	}

	.featured-content .more-from-category a::after,
	.featured-content .more-from-category a::before {
		width: 20px;
	}

	.featured-content .more-from-category a::after {
		right: -22px;
	}

	.featured-content .more-from-category a::before {
		left: -22px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
    .bluebar-top {
    background-color: #012d62;
    padding: 40px 20px 50px;
    }
    .hero-page-title h2, .hero-top h2 {

    font-size: 48px;
    }
    .hero-page-title h3, .hero-top h3 {
        font-size: 36px;
    }
    .chris .entry-content .three-fifths {
    width: 100%;
}
.chris .entry-content .two-fifths {
    width: 100%;
    margin-left: 0;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


	.flexible-widgets .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
    .home-cta .flexible-widgets .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
        .bluebar-top .flexible-widgets .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
    .bluebar-top .flexible-widgets .widget {
    padding: 0px 0px!important; 
}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		float: none;
		margin-left: 0;
		width: 100%;
	}
    .homebot {
    padding-bottom: 10px;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
}



	.after-content-featured .featuredpage .entry {
		margin-bottom: 0;
	}

	.after-content-featured,

	.front-page-featured {
		margin-left: auto;
		margin-right: auto;
	
	}

	.front-page-featured {
		margin-top: 40px;
  
	}

	.front-page-featured blockquote {
		font-size: 24px;
		padding: 0;
	}

	.footer-cta .wrap {
		padding-left: 0;
		padding-right: 0;
	}
    .home-cta h3 {
    font-size: 40px;
    }

    

}
@media only screen and (max-width: 630px) {
    .cards .one-third {
        width: 100%;
        margin: 0px;
    }
      .front-page-featured {
    padding: 30px 0px 50px 0px;
}
 .landing .apply, .chris .apply {
    max-width: 100%;
}   
  .bluebar-top .one-sixth,  .bluebar-top .four-sixths {
   width: 100%;
      margin: 10px 0px;
}
    .bluebar-top p, .bluebar-top a {
        text-align: center!important;
        font-size: 22px;
    }
    .bluebar-top h3 {
        text-align: center!important;
        margin-bottom: 18px!important
    }
    .hero-top .wrap{
        min-height:560px;
    }
    
}

@media only screen and (max-width: 600px) {
      blockquote {
        margin: 0px 14px 18px;
    }
    	.title-area {

		max-width: 70%;

	}
.landing .hero-page-title, .chris .hero-page-title {
    padding: 0 20px;
}

    .widget.bne_testimonials_slider_widget {
        margin: 0px 0% 0px 0%!important;
        padding:14px 0px 0px 0px!important;
        text-align: center;
}
    .before-content-top {
    padding: 60px 0px 0px;
}
    
    .after-content-featured .featuredpage .entry-title {
    font-size: 38px;
}
    .home-cta h3 {
    font-size: 36px;
     margin-bottom: 26px;
}
.bluebar-top h3 {
    color: #fff;
    font-size: 26px;
    }
	.enews-widget input[type="submit"] {
		margin-top: 10px;
		position: static;
		width: 100%;
	}

	.enews-widget input {
		text-align: center;
	}

	.site-footer {
		padding: 30px 0;
	}

	.site-footer .genesis-nav-menu a {
		padding: 10px;
	}

}
@media only screen and (max-width: 500px) {
   
      .profile .content img.alignleft, .landing .content img.alignleft, .chris .content img.alignleft {
        float: none;
    margin-top: 8px;
          margin-bottom: 0px;
}  
 
    .after-content-featured .featuredpage .entry-title {
    font-size: 32px;
}
    .after-content-featured .featuredpage .entry .entry-header a {
    padding: 12% 10% 2% 10%;
}
        .after-content-featured .featuredpage .entry .entry-header a:hover {
    padding: 14% 10% 2% 10%;
}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
