/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Ninja Forms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/


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

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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 {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

.author-box::before,
.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,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #0b1347;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	transition: all 0.2s ease-in-out;
}

a {
	color: #2132a5;
	text-decoration: none;
	font-weight: 500;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
	
}

a:focus,
a:hover {
	color: #666 /*#2132a5*/;
	text-decoration: none;
}

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	clear: both;
	margin: 40px 0;
}

b,
strong {
	font-weight: 500;
}

i,
emi{
	font-style: inherit;
}

blockquote{
	margin-top: 40px;
	margin-left: 30px;
	font-style: italic;
}

blockquote p {
	font-size: 20px;
	font-style: italic;
	line-height: 1.75;
}

blockquote:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	content: "\f10d";
	font-weight: 600;
	display: block;
	height: 0;
	left: -30px;
	position: relative;
	top: -20px;
}

cite{
	margin-left: 30px;
}


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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 20px;
	color: #0d1651;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4{
	font-size: 26px;
}

h5{
	font-size: 22px;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 1px;
}



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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
	height: auto;
	display: flex;
}

.gallery-image {
	width: calc(100% / 3);
}

.gallery img,
.gallery img:focus,
.gallery img:hover {
	height: auto;
	outline: none;
}

.gallery-item figcaption{
	display: none;
}

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

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

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

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


.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-item {
	float: left;
	text-align: center;
	position: relative;
	margin: .66%;
	
}

.gallery-item:hover .gallery-icon a:after,
.gallery-item:focus .gallery-icon:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f31e";
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(28, 43, 140, .9);
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 15px 20px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}

::placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}

.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button,
.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
	background-color: #0c144b;
	border-width: 0;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    display: inline-block;
}


.button,
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.nf-field-element input.button:focus,
.nf-field-element input.button:hover {
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	background-color: #2132a5;	
}


a.button-secondary,
.button-secondary {
	border: 2px solid #EEEEEE;
	background-color: #FFF;
	color: #0c144b;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
     display: inline-block;
}

a.button-secondary:hover,
a.button-secondary:focus,
.button-secondary:hover,
.button-secondary:focus {
	background-color: #EEEE;
}


.button:after,
.button-secondary:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 10px;
	content: "\f061";
	padding-left: 5px;
}

.button {
	display: inline-block;
}

.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: #777;
	cursor: not-allowed;
}

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;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

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

td:first-child,
th:first-child {
	padding-left: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border-width: 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,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
}


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

/* Site Inner
--------------------------------------------- */

.site-inner {
	max-width: 1280px;
	padding: 80px 20px;
	margin: 0 auto;
	clear: both;
}

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


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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title a {
	color: #0b1347;
	text-decoration: none;
}

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

.widget-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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 20px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	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 20px;
}


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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border-width: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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


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

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

.after-entry .enews {
	padding: 10px;
	text-align: center;
}

.after-entry .enews input {
	text-align: center;
}

.after-entry .enews input[type="submit"],
.sidebar .enews input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews input {
	margin-bottom: 10px;
}

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

/* Ninja Forms
--------------------------------------------- */
.nf-form-content {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.nf-field-label label {
    font-weight: 500 !important;
    margin: 0;
    padding: 0;
}

.nf-field-description {
    font-size: 18px !important;
    margin-bottom: 20px !important;
}

.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
    margin-bottom: 12px!important;
    line-height: 0;
    float: left;
    width: 33%;
    box-sizing: border-box;
    list-style: none !important;
}

.nf-form-content ul > li:before {
    content: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
    color: #999;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #EEE !important;
    color: #666 !important;
}
 
.nf-form-content button,
.nf-form-content input.button,
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
	background-color: #0c144b !important;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	color: #fff  !important;
	padding: 15px 30px  !important;
}

.nf-form-content button:focus,
.nf-form-content button:hover,
.nf-form-content input.button:focus,
.nf-form-content input.button:hover,
.nf-form-content input.button:focus, 
.nf-form-content input.button:hover {
	background-color: #2132a5 !important;	
}


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

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

.site-header .wrap button.menu-toggle,
.menu-toggle,
.sub-menu-toggle,
.menu-area {
	display: none;
	visibility: hidden;
}


button.responsive-menu-pro-button{
	box-shadow: none !important;
	padding: 0 !important;
	margin-top: 2px !important;
}

.admin-bar #responsive-menu-pro-container{
	top: 112px !important;
}

#responsive-menu-pro-container{
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2) !important;
	max-width: 100% !important;
	top: 80px !important;
}

#responsive-menu-pro-wrapper {
    background: rgba(255, 255, 255, 1);
    max-width: 600px !important;
    height: 100% !important;
    /*padding: 20px !important;*/
}


#responsive-menu-pro-container #responsive-menu-pro-title,
#responsive-menu-pro-additional-content h6 {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(11, 19, 71, 1);
    font-size: 14px !important;
    text-align: left;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

#responsive-menu-pro-container #responsive-menu-pro-title{
    padding: 20px 5% 0 5% !important;
}


#responsive-menu-pro-additional-content h6 {
	padding-bottom: 10px !important;
}

#responsive-menu-pro-additional-content a.button{
	font-size: 14px !important;
	padding: 15px 30px !important;
	margin-bottom: 20px !important;
}

#responsive-menu-pro-additional-content  a.button:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px !important;
	content: "\f061";
	padding-left: 5px !important;
}

#responsive-menu-pro-additional-content .small-space{
	padding-top: 15px !important;
}

#responsive-menu-pro-additional-content .contact-info{
	display: block !important;
}

#responsive-menu-pro-additional-content p,
#responsive-menu-pro-additional-content a{
	font-size: 14px !important;
	/*padding-bottom: 10px !important;*/
}

#responsive-menu-pro-additional-content .social-icons{
	margin-right: 10px !important
}


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

.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: #000;
	outline: #ccc solid 1px;
}
*/


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


.site-header {
	background-color: #FFF;
	box-shadow: 1px 1px 10px rgba(51, 51, 51, .1);
	height: 80px;
}

.site-header > .wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.menu-area{
	float: left;
	margin-top: 20px;
	width: 80px;
}

p.menu-label {
	  writing-mode: vertical-rl;
	  float: left;
	  position: relative;
	  text-align: right;
	  padding: 0;
	  margin: 0;
	  font-weight: 500;
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  /*min-width: 80px;*/
}


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

.title-area {
	float: left;
	margin-top: 0px;
}

.wp-custom-logo .title-area {
	margin-top: 0;
	max-width: 244px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
	box-shadow: 1px 1px 10px rgba(51, 51, 51, .4);
	z-index: 99999;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;	
}

.site-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color:  #0b1347;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	outline-offset: -1px;
	padding-bottom: 11px;
	padding-top: 13px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	word-wrap: break-word;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1d2c8c;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
		width: 200px;
		z-index: 999999;
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	z-index: 999999;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	background-color: #F7F7F7;
	padding: 15px;
	overflow: hidden;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	word-wrap: break-word;
	padding-bottom: 10px;
	background-color: #F7F7F7;
}
	
.genesis-nav-menu .sub-menu a::last-of-type{
	padding-bottom: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}
	
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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


/* Header Menus
	--------------------------------------------- */

.nav-primary,
.nav-secondary {
	float: left;
	width: 40%;
}

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-secondary {
	float: right;
	text-align: right;
}

.nav-secondary .menu-item {
		text-align: left;
}

.wp-custom-logo .nav-primary,
.wp-custom-logo .nav-secondary {
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc((100% / 2) - 122px);
}

.has-one-menu .nav-primary,
.has-one-menu .nav-secondary,
.wp-custom-logo.has-one-menu .nav-primary,
.wp-custom-logo.has-one-menu .nav-secondary {
	width: 70%;
}


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

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

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


/* Entry Content
--------------------------------------------- */

.entry {
	margin-top: 40px;
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 16px;
}

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

.entry-content ul > li:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  color: #999;
}

.entry-content ul > li {
	padding: 5px 10px;

}

.entry-content ul > li:last-of-type{
	padding-bottom: 0;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
}

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

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

/* Call To Action Section
---------------------------------------------------------------------------- */

.cta-bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: block;
}

.cta-bottom .banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.cta-bottom .image-1{
	background-image: url("https://www.feinmann.com/wp-content/uploads/2019/09/FM-BauhausLandmarkRenovation-Kitchen-Cambridge-6.jpg");
}

.cta-bottom .image-2{
	background-image: url("https://www.feinmann.com/wp-content/uploads/FM-ElegantCraftsmanHomeRemodel-Arlington-Cox-6.jpg");
}

.cta-bottom .banner .overlay {
	background-color: rgba(153, 153, 153, .75);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.cta-bottom .banner .overlay .widget{
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	margin: 240px auto;
	padding: 80px 80px 60px 80px;
	max-width: 1000px;
}

.cta-bottom .banner .overlay .widget .widget-title{
	font-size: 28px;
}



/* Testimonial Section
---------------------------------------------------------------------------- */

.testimonials-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonials-wrapper .testimonial {
	position:relative;
	width: 100%;
	background-position: center center;
	min-height: 50vh;
	background-size: cover;
}

.testimonial-overlay {
	display:none;
}

.testimonials-wrapper .testimonial .testimonial-overlay {
	background-color:rgba(28, 43, 140, .90);
	justify-content:center;
	align-items:center;
	color: #FFF;
}

.testimonials-wrapper .testimonial .testimonial-overlay .testimonial-content {
	min-height: 40vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	margin-top: 5vh;
	width: 75vw;
	margin-left: auto;
	margin-right: auto;
	margin: 80px auto;
	max-width: 900px;
}

.testimonials-wrapper blockquote:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	content: "\f10d";
	display: block;
	height: 0;
	left: -40px;
	position: relative;
	top: -20px;
}

.testimonials-wrapper blockquote p{
	margin-bottom: 0;
}

.testimonials-wrapper blockquote,
.testimonials-wrapper cite {
	font-size: 20px;
	font-weight: 500;
}

.testimonial-overlay .owl-dot {
	margin: 0;
	outline: none !important;
}

.testimonial-overlay.owl-theme .owl-dots .owl-dot span{
	width: 15px;
	height: 15px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
}

.testimonial-overlay.owl-theme .owl-dots .owl-dot.active span{
	background: #fff;
}

.testimonials-wrapper h3{
	margin-top: 6vh;
	text-align: left;
	z-index: 101;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}


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

.footer-widgets {
	color: #FFF;
	background-color: #0c144b; 
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.875;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 60px 60px 0 60px;
	max-width: 1280px;
}

.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
}


.footer-widgets .widget-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets a {
	color: #FFF;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #0b1347 ;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

/*
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
*/


.footer-widgets .social-icons{
	padding: 0 5px;
}


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

.site-footer {
	color: #FFF;
	background-color: #0c144b;
	border-top: 1px #000;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer a {
	color: #FFF;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #0c144b;
}

.site-footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer .dashicons-heart {
	font-size: 12px;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}

/* Templates & Additional Sections
---------------------------------------------------------------------------- */

/* ### Default Template
--------------------------------------------- */

/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.2,1.2);
   }
}

/* Standard syntax */
@keyframes zoom {
  from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.2,1.2);
   }
}

.default-template .banner {
	position: relative;
	display: block;
	overflow: hidden;
}

.default-template .banner img {
	display: block;
	width: 100%;
	animation: zoom 40s;
	-webkit-animation: zoom 40s; /* Chrome, Safari, Opera */
	transition: all 5s ease;
	animation-fill-mode: forwards;
}

.default-template .entry-introduction{
	max-width: 970px;
	margin: -80px auto 0 auto;
}

.default-template .entry-introduction .wrap{
	position: relative;
	z-index: 9999;
	padding: 80px;
	margin: 0 auto;
	background-color: #0C144B;
	color: #FFF;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	max-width: 900px;
}

.default-template .entry-introduction h2{
	color: #FFF;
}


.default-template .entry-introduction .wrap p{
	margin: 0;
	font-weight: 300;
	font-size: 20px;
}

.vertical-text,
p.vertical-text,
h1.vertical-text{
	  writing-mode: vertical-rl;
	  float: left;
	  position: relative;
	  text-align: right;
	  padding-top: 100px;
	  padding-bottom: 0;
	  font-weight: 500;
	  font-size: 12px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
}


/* ### Posts Archive & Single Template
--------------------------------------------- */

.posts-archive-template .banner,
.posts-single-template .banner {
	position: relative;
	display: block;
	overflow: hidden;
}

.posts-archive-template .banner img,
.posts-single-template .banner img {
	display: block;
	width: 100%;
	animation: zoom 40s;
	-webkit-animation: zoom 40s; /* Chrome, Safari, Opera */
	transition: all 5s ease;
	animation-fill-mode: forwards;
}

.posts-archive-template .banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(153, 153, 153, .75);
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.posts-archive-template .banner .overlay h1{
	color: #FFF;

}

.posts-archive-template .entry-introduction{
		max-width: 1000px;
		margin: 80px auto 0 auto;
		text-align: center;
}

.post-archive-template .entry{
	margin-top: 0;
	margin-bottom: 60px;
}
.posts-archive-template .entry-header{
	text-align: left;
}

.posts-archive-template .entry-title,
.posts-archive-template .entry-meta,
.posts-archive-template .entry-content{
	padding-left: 20px;
	padding-right: 20px;
}

.posts-archive-template .entry-image-link img{
	margin: 0 20px 25px 0;
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.posts-archive-template .entry-image-link:hover{
	opacity: .75;
	filter: alpha(opacity=75);
}

.posts-archive-template .entry-title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.posts-archive-template .entry-content p{
	margin-bottom: 20px;
}

.posts-archive-template .entry-meta,
.posts-single-template .entry-meta {
 	text-transform: uppercase;
 	font-size: 14px;
 	font-weight: 500;
 	letter-spacing: 1px;
 	font-style: italic;

}

.posts-single-template .prev-back-next {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0;
	
}

.posts-single-template .entry-header p{
	margin-bottom: 20px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}


/* ### Projects Template
--------------------------------------------- */

/* Header */

.projects-archive-template .banner,
.projects-single-template .banner {
	position: relative;
	display: block;
	overflow: hidden;
}

.projects-archive-template .banner img {
	display: block;
	width: 100%;
	animation: zoom 40s;
	-webkit-animation: zoom 40s; /* Chrome, Safari, Opera */
	transition: all 5s ease;
	animation-fill-mode: forwards;
}

.projects-single-template .banner img{
	display: block;
	width: 100%;
}

.projects-archive-template .banner .overlay,
.projects-single-template .banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(153, 153, 153, .75);
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.projects-archive-template .banner .overlay h1,
.projects-single-template .banner .overlay h1 {
	color: #FFF;
}

.projects-archive-template .entry-introduction{
		max-width: 970px;
		margin: 0 auto 80px auto;
		text-align: center;
}

.projects-single-template .banner .overlay span.location{
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-weight: 400;
}

/* ### Swipebox (Lightbox)
--------------------------------------------- */

#swipebox-overlay {
    background: #666 !important;
    background-color: #666 !important;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #555 !important;
    background-color: #555 !important;
    opacity: 0.95;
}

#swipebox-arrows button{
	height: 100% !important;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 14px !important;
    line-height: 43px;
    text-shadow: none !important;
}


/* ### Team Archive Template
--------------------------------------------- */

.team-archive-template .banner{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-archive-template .banner img{
	display: block;
	width: 100%;
	animation: zoom 40s;
	-webkit-animation: zoom 40s; /* Chrome, Safari, Opera */
	transition: all 5s ease;
	animation-fill-mode: forwards;
}

.team-archive-template .banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(153, 153, 153, .75);
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.team-archive-template .banner .overlay h1 {
    	color: #FFF;
 }

.team-archive-template .entry-introduction{
		max-width: 1000px;
		margin: 80px auto 0 auto;
		text-align: center;
}

.team_member-item{
	position:relative;
	margin-bottom: 30px;
	text-align: center;
}

.team_member-item .team_member-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	color: #fff;
	background-color: rgba(28, 43, 140, .9);
	transition: opacity 0.15s ease-in;
	max-width: 900px;
	overflow: hidden;
	margin: auto;
}

.team_member-item .team_member-overlay:hover, 
.team_member-item .team_member-center:hover {
	opacity: 1;
	filter: alpha(opacity=1);
	margin-top:0;
}

.team_member-item  .team_member-center{
	position: absolute;
	top: 0;
	bottom: 0;
	/*padding-top: 42%;
	padding-left: 20px;
	padding-right: 20px;
	*/
	padding: 20px;
	margin-top: 2em;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	line-height: 100%;
	transition: margin-top 0.2s ease-in, opacity 0.2s ease-in;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.team_member-item .team_member-name{
	color: #FFF;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
}

.team_member-item .team_member-position{
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	font-weight: 300;
}

.team_member__popup, .team_member__popup-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.team_member__popup.active, .team_member__popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.team_member__popup {
	position: fixed;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 80%;
	width: 100%;
	left: 50%;
	text-align: center;
	z-index: 999999999;
	transition: .3s ease;
	background-color: #FFF;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
}

.team_member__popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(153, 153, 153, .95);
	z-index: 99999999;
}

.team_member__popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius:3px;
}

.team_member__popup-close:hover{
	background-color: #0c144b;
}

.team_member__popup-close:hover::after, .team_member__popup-close:hover::before{
	background-color: #FFF;
}

.team_member__popup-close:after, .team_member__popup-close:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 3px;
	height: 24px;
	background-color: #333;
	transform-origin: top left;
	transform: rotate(-45deg);
}

.team_member__popup-close:after {
	left: auto;
	right: 5px;
	transform-origin: top right;
	transform: rotate(45deg);
}

.team-member-popup-headshot img{
	display: block;
}

.team-member-popup-description{
	text-align: left;
}

.team-member-popup-description-name{
	margin: 30px 0 15px 0;
}

.team-member-popup-description-position{
	font-weight: 500;
}

.team-member-popup-description-read-more a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	content: "\f061";
	padding-left: 5px;
}


/* ### Team Single Template
--------------------------------------------- */

.team-single-template .entry-title{
	margin-bottom: 20px;
}

.team-single-template .team-member-position{
	text-align: center;
	font-weight: 500;
}

.team-single-template .entry-header{
	padding-bottom: 30px;
	text-align: center;
}


.team-single-template .entry-content{
	padding-bottom: 60px;
}

.team-single-template  .team-member-headshot{
	padding-bottom: 30px;
}

.team-single-template .prev-back-next {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/* ## Flexible Content Block
------------------------------------------------------------------------------------------ */

/* ### Widths
--------------------------------------------- */

.fc-narrow-width,
h2.narrow-width {
	max-width: 900px;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}

.fc-mid-width,
h2.mid-width  {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}

.fc-full-width,
h2.full-width  {
	display: block;
	margin-left: calc(-95vw / 2 + 100% / 2);
	margin-right: calc(-95vw / 2 + 100% / 2);
	max-width: 100vw;
	margin-bottom: 40px;
}

.fc-full-width-flush,
.fc-full-width.text-media-style-3 {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	margin-bottom: 40px;
}

.fc-full-width-flush-no-margin {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

/* ### Columns
--------------------------------------------- */

.fc-1-column.fc-mid-width{
	margin-bottom: 20px;
}

/* ### Alignment
--------------------------------------------- */

.fc-align-left{
	text-align: left;
}

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

.fc-align-right{
	text-align: right;
}


/* ### Dividers
--------------------------------------------- */

.line{
	clear: both;
	padding: 40px 0;
	display: block;
}

.small-space{
	clear: both;
	padding-top: 40px;
	display: block;
}

.medium-space{
	clear: both;
	padding-top: 80px;
	display: block;

}

.large-space{
	clear: both;
	padding-top: 160px;
	display: block;

}

/* ### Headers
--------------------------------------------- */

.fc-header{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 20px;
	color: #0d1651;
}

.fc-uppercase{
	text-transform: uppercase;
}

.fc-underline:after {
	content: " ";
	display: block;
	border-bottom: 2px solid #0c144b;
	width: 60px;
	text-align: center;
	margin-top: 20px;
}

.fc-underline.fc-align-center:after{
	margin-left: auto;
	margin-right: auto;
}


/* ### Featured Conent
--------------------------------------------- */

.featured-content-wrapper .featured-content .one-half,
.featured-content-wrapper .featured-content .one-third {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.featured-content-wrapper .one-half .item-text,
.featured-content-wrapper .one-third .item-text{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	text-align: center;
	transform: translateY(20%);
}

.featured-content-wrapper .featured-content .one-half.aligned-top .item-text,
.featured-content-wrapper .featured-content .one-third.aligned-top .item-text{
	position: absolute;
	bottom: auto;
	top: 0;
	transform: translateY(-20%);
	text-align: center;
}

.featured-content-wrapper .featured-content-image{
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.featured-content-wrapper .featured-content .item-text .text-wrap {
	background: #212E8C;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	display: inline-block;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	transition:.5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.featured-content-wrapper .featured-content-image:hover,
.featured-content-wrapper .item-text:hover + .featured-content-image{
	opacity: .75;
	filter: alpha(opacity=75);
}

.featured-content-wrapper .featured-content .item-text .text-wrap:hover,
.featured-content-wrapper .featured-content-image:hover + .item-text .text-wrap{
	background-color: #2132a5;	
}


.featured-content-wrapper .featured-content .item-text .text-wrap .fa-arrow-right{
	font-weight: 600;
	font-size: 10px;
	padding-left: 2px;
}


/* ### Text Media Style 1
--------------------------------------------- */

.text-media-style-1 {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.text-media-style-1.aligned-right {
	flex-direction: row-reverse;
}

.text-media-style-1 > div {
	width: 45%;
}

.text-media-style-1 .content-wrapper {
	text-align: center;
	background-color: #f7f7f7;
	padding: 30px;
}

.text-media-style-1 .content-wrapper .text-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
}

/* ### Text Media Style 2
--------------------------------------------- */

.text-media-style-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
	margin-top: 60px;
}

.text-media-style-2.aligned-right {
	flex-direction: row-reverse;
}

.text-media-style-2 > div {
	width: 100%;
}

.text-media-style-2 > div + div {
	margin-left: 0;
	padding: 30px;
	font-size: 16px;
}

.text-media-style-2.aligned-right > div + div {
	margin-right: 0;
}

.text-media-style-2 .image-wrapper {
	position: relative;
}

.text-media-style-2 .image-wrapper .image-div {
	position: relative;
	margin: -20px 20px 20px 20px;
}

.text-media-style-2 .image-wrapper .image-div img {
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
}

/* ### Text Media Style 3
--------------------------------------------- */

.text-media-style-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.text-media-style-3.aligned-right {
	flex-direction: row-reverse;
}

.text-media-style-3 .image-wrapper {
	text-align: right;
}

.text-media-style-3 .image-wrapper .image-div img {
	width: 100%;
}

.text-media-style-3 .fc-image-caption{
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 20px;
}

.text-media-style-3.aligned-right .image-wrapper {
	text-align: left;
}

.text-media-style-3 .image-wrapper {
	width: 65%;
}

.text-media-style-3 .content-wrapper {
	width: 35%;
	padding: 50px 30px;
}

/* ### Call To Action 1 
--------------------------------------------- */

.cta-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: block;
}

.cta-1 .banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.cta-1 .banner .overlay {
	background-color: rgba(153, 153, 153, .75);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
	width: 100%;
	background-position: center center;
	background-size: cover;

}

.cta-1 .banner .overlay .text-wrap{
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	margin: 240px auto;
	padding: 80px 80px 60px 80px;
	max-width: 1000px;
}


/* ### Call To Action 2
--------------------------------------------- */

.cta-2 {
	position: relative;
	display: block;
	clear: both;
	margin-top: 120px;
	display: block;
}

.cta-2  h1,
.cta-2  h2,
.cta-2  h3,
.cta-2  h4,
.cta-2  h5,
.cta-2  h6 {
	color: #FFF;
}

.cta-2 .text-wrap{
	position: absolute;
	z-index: 9999;
	padding: 80px;
	margin: -80px auto 0 auto;
	color: #FFF;
	background-color: rgba(153, 153, 153, .75);
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	max-width: 900px;
	left: 0;
	right: 0;
}

.cta-2 .banner{
	position: relative;
	display: block;
}

.cta-2 .banner img{
	display: block;
	width: 100%;
	overflow: hidden;
}

/* ### Accordion Conent
--------------------------------------------- */

.accordion-content{
	border: 1px solid #EEEEEE;
	padding: 30px;
}

.accordion-item-title-wrap {
	float: left;
}

.accordion-float-left {
	float: left;
	display: table-cell;
}

.accordion-item-title{
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: table;
	width: 100%;
	font-weight: 500;
}

.accordion-item-title-divider {
	color: #0b1347;
	display: none;
}
.accordion-item-title-description {
	display: inline;
	text-align: right;
	margin-left: 15px;
	padding: 0;
	font-weight: 300;
}

.accordion-item-text {
	height: 0px;
	overflow: hidden;
}

.accordion-item-text-wrap{

}

.accordion-button-icon {
	font-size: 14px;
	color: #0c144b;
	display: table-cell;
	line-height: inherit;
	margin-left: 15px;
	
}

/* ### Message Box
--------------------------------------------- */

.message{
	border: 4px solid #0c144b;
	padding: 60px;
	clear: both;
}



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


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

/* Default Template
--------------------------------------------- */

	.default-template .banner {
		position: relative;
		display: block;
	}

	.default-template .banner img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.default-template .entry-introduction{
		max-width: 870px;
		margin: -60px auto 0 auto;
	}

	.default-template .entry-introduction .wrap{
		position: relative;
		z-index: 9999;
		padding: 60px;
		margin: 0 auto;
		background-color: #0C144B;
		color: #FFF;
		box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
		max-width: 800px;
	}

	.default-template .entry-introduction h2{
		color: #FFF;
	}

	.default-template .entry-introduction .wrap p{
		margin: 0;
		font-weight: 300;
		font-size: 20px;
	}

	.vertical-text,
	p.vertical-text,
	h1.vertical-text{
	 	 writing-mode: vertical-rl;
	 	 float: left;
	 	 position: relative;
	 	 text-align: right;
	 	 padding-top: 100px;
	 	 padding-bottom: 0;
	 	 font-weight: 500;
	 	 font-size: 12px;
	 	 letter-spacing: 1px;
	 	 text-transform: uppercase;
	}
	
	/* Site Header
		--------------------------------------------- */

	.nav-primary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu a {
		padding-left: 5px;
		padding-right: 5px;
	}

}


/*	
------------------------------------------------------------------------------------------ */	
@media only screen and (max-width: 1200px) and (min-width: 900px)  {
	
/* ### Text Media Style 1
--------------------------------------------- */

	.text-media-style-1 {
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}

	.text-media-style-1.aligned-right {
		flex-direction: row-reverse;
	}

	.text-media-style-1 > div {
		width: 45%;
	}

	.text-media-style-1 .content-wrapper {
		text-align: center;
		background-color: #f7f7f7;
		padding: 30px;
	}

	.text-media-style-1 .content-wrapper .text-content {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 16px;
	}

	.text-media-style-1 .image-wrapper .image-div {
		overflow: hidden;
	}

	.text-media-style-1 .image-wrapper .image-div img {
		position: relative;
		width: 100%;
		height: auto;
		min-width: 600px;
		min-height: 100%;
		left: 50%;
		margin-left: -300px;   /* 50% */
	}


/* ### Text Media Style 2
--------------------------------------------- */

	.text-media-style-2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #f7f7f7;
		margin-top: 60px;
	}

	.text-media-style-2.aligned-right {
		flex-direction: row-reverse;
	}

	.text-media-style-2 .content-wrapper {
		width: 50%;
	}

	.text-media-style-2 > div + div {
		margin-left: 0;
		padding: 30px;
		font-size: 16px;
	}

	.text-media-style-2.aligned-right > div + div {
		margin-right: 0;
	}

	.text-media-style-2 .image-wrapper {
		width: 50%;
	}

	.text-media-style-2 .image-wrapper .image-div {
		position: relative;
		margin: -20px 20px 20px 20px;
		overflow: hidden;
	}

	.text-media-style-2 .image-wrapper .image-div img {
		box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
		position: relative;
		width: 100%;
		height: auto;
		min-width: 600px;
		min-height: 100%;
		left: 50%;
		margin-left: -300px;   /* 50% */
		
	}

/* ### Text Media Style 3
--------------------------------------------- */

	.text-media-style-3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.text-media-style-3.aligned-right {
		flex-direction: row-reverse;
	}

	.text-media-style-3 .image-wrapper {
		text-align: right;
		overflow: hidden;
	}

	.text-media-style-3 .image-wrapper .image-div img {
		position: relative;
		width: 100%;
		height: auto;
		min-width: 850px;
		min-height: 100%;
		left: 40%;
		margin-left: -425px;   /* 50% */
	}

	.text-media-style-3 .fc-image-caption{
		font-weight: 500;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 0 20px;
	}

	.text-media-style-3.aligned-right .image-wrapper {
		text-align: left;
	}

	.text-media-style-3 .image-wrapper {
		width: 50%;
		overflow: hidden;
	}

	.text-media-style-3 .content-wrapper {
		width: 50%;
		padding: 50px 30px;
	}

}


/*	
------------------------------------------------------------------------------------------ */	
@media only screen and (max-width: 1000px) {
	
/* Site Header
--------------------------------------------- */

.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	padding-left: 3px;
	padding-right: 3px;
}	
		
	

/* Default Template
--------------------------------------------- */

/* Project Templates
--------------------------------------------- */

.default-template .banner img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
    left: 50%;
    margin-left: -500px;   /* 50% */
    margin-top: -60px;
    margin-bottom: -60px;
}

.default-template .entry-introduction{
	max-width: 800px;
	margin: -40px auto 0 auto;
}

.default-template .entry-introduction .wrap{
	position: relative;
	z-index: 9999;
	padding: 40px;
	margin: 0 auto;
	background-color: #0C144B;
	color: #FFF;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	max-width: 800px;
}
	
.vertical-text{
	  display: none;
}

/* Project Templates
--------------------------------------------- */

.projects-archive-template .banner img,
.projects-single-template .banner img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
    left: 50%;
    margin-left: -500px;   /* 50% */
}

/* Team Templates
--------------------------------------------- */
.team-archive-template .banner img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
    left: 50%;
    margin-left: -500px;   /* 50% */
}

/* Post Templates
--------------------------------------------- */
.posts-archive-template .banner img,
.posts-single-template .banner img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
    left: 50%;
    margin-left: -500px;   /* 50% */
}


	
} /* End of media query */
	
	
/*	
------------------------------------------------------------------------------------------ */	
@media only screen and (max-width: 900px) {
	
	
.site-inner {
	max-width: 1280px;
	padding: 40px 20px;
	margin: 0 auto;
	clear: both;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 20px;
	color: #0d1651;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4{
	font-size: 26px;
}

h5{
	font-size: 22px;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

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

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

.entry-title a {
	color: #0b1347;
	text-decoration: none;
}

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

.widget-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}


body {
	background-color: #fff;
	color: #0b1347;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

	
/* Accordion
--------------------------------------------- */

.accordion-content{
	border: 1px solid #EEEEEE;
	padding: 15px;
}

.accordion-item-title{
	font-size: 16px;
}

.accordion-button-icon {
    font-size: 14px;
   	color: #0c144b;
    display: table-cell;
    line-height: inherit;
    margin-left: 0;
}
	
/* Misc.
--------------------------------------------- */

.testimonials-wrapper{
	display: none;
}
	
/* Responsive Menu
--------------------------------------------- */

.menu-area {
	display: block;
	visibility: visible;
}

.site-header .wrap nav,
.nav-secondary,
.nav-primary {
	display: none !important;
	visibility: hidden;
	margin: 0;
}

#responsive-menu-pro-wrapper {
    background: rgba(255, 255, 255, 1);
    max-width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

/* ### Site header
--------------------------------------------- */

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

/* ### Dividers
--------------------------------------------- */

.line{
	clear: both;
	padding: 20px 0;
	display: block;
}

.small-space{
	clear: both;
	padding-top: 15px;
	display: block;
}

.medium-space{
	clear: both;
	padding-top: 20px;
	display: block;

}

.large-space{
	clear: both;
	padding-top: 40px;
	display: block;

}



/* ### Widths
--------------------------------------------- */

.fc-narrow-width,
h2.narrow-width {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}

.fc-mid-width,
h2.mid-width  {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}

.fc-full-width,
h2.full-width,
.fc-full-width.text-media-style-3  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom: 40px;
}

.fc-full-width-flush {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	margin-bottom: 40px;
}


.fc-full-width-flush-no-margin {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

	

/* Default Template
--------------------------------------------- */
	
.default-template .entry-introduction{
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.default-template .entry-introduction .wrap{
	position: relative;
	z-index: 9999;
	padding: 40px;
	margin: 0 auto;
	background-color: #0C144B;
	color: #FFF;
	box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
	max-width: 100%;
}


.team-archive-template .entry-introduction{
		max-width: 1000px;
		margin: 80px 20px 0 20px;
		text-align: center;
}
	
	
/* Column Classes
---------------------------------------------*/

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
		clear: both;
	}
	
/* Flexible Content Area
---------------------------------------------*/

.fc-column-reverse,
.fc-sidebar-layout-reverse{
	display: flex;
	flex-direction: column-reverse;
}

/* Call to actions FC Area
---------------------------------------------*/

.cta-1 .banner .overlay .text-wrap {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
    margin: 60px 30px;
    padding: 40px;
}

.cta-2 {
    position: relative;
    display: block;
    clear: both;
    margin-top: 0;
    display: block;
}

.cta-2 .text-wrap {
    position: relative;
    z-index: 9999;
    padding: 60px;
    margin: auto 0;
    color: #FFF;
    background-color: rgba(153, 153, 153, 1);
    box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
    max-width: 900px;
    left: 0;
    right: 0;
}

.cta-2 .banner {
    position: relative;
    display: none;
}

/* Text Media
---------------------------------------------*/


.text-media-style-1 .image-wrapper,
.text-media-style-1 .content-wrapper,
.text-media-style-2 .image-wrapper,
.text-media-style-2 .content-wrapper,
.text-media-style-3 .image-wrapper,
.text-media-style-3 .content-wrapper,
.text-media-style-1 > div {
    width: 100%
}

.text-media-style-3 .fc-image-caption {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 20px;
}

.text-media-style-3 .image-wrapper {
	text-align: left;
}


.text-media-style-3 .content-wrapper {
	padding: 40px 20px;
}

/* Call to actions Bottom Area
---------------------------------------------*/

.cta-bottom .banner .overlay .widget {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    box-shadow: 2px 2px 6px rgba(51, 51, 51, .2);
    margin: 60px 30px;
    padding: 40px;
}


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

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 60px 60px 0 60px;
	max-width: 1280px;
}

.footer-widget-area {
		float: none;
		margin-bottom: 0;
		width: 100%;
}

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

.pswp__button--arrow--right{
	margin-right: 15%;
}

.pswp__button--close {
	color: #FFF;
	padding: 0;
	font-size: 16px !important;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 10px;
	margin-left: 15%;
}

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

.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
    margin-bottom: 12px!important;
    line-height: 0;
    float: none;
    width: auto;
    box-sizing: border-box;
    list-style: none !important;
}


}

