/*
	Theme Name: Genesis Base
	Theme URI:
	Description: This is a custom theme created for the Genesis Framework.
	Author: JamieMitchellDesign
	Author URI: https://www.jamesmitchelldesign.com.au/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

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

	Text Domain: genesis-base
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
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}

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

html {
	box-sizing: border-box;
}

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

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.before-footer::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,
.inner::before,
.tab::before,
.tab-content::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.before-footer::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,
.inner::after,
.tab::after,
.tab-content::after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Wrap
--------------------------------------------- */

.site-inner,
.wrap {
	width: 100%;
}

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
	width: 100%;
}

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	background-color: #f8f8f8;
	color: #1e346f;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 0.04em;
	margin: 0;
}

/*body.no-scroll {
	position: fixed;
	overflow: hidden;
}*/

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

a {
	color: #1e346f;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #1e346f;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 600;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #1e346f;
}

blockquote {
	margin: 60px 40px;
	font-style: normal;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

blockquote cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

pre {
	overflow-x: auto;
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 30px;
}

pre code {
	font-size: 0.9em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 20px;
}

h1, .h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2,
.h2,
.entry-title,
.off-screen-menu .genesis-nav-menu a,
.portfolio-page .sub-content .right .number {
	font-size: 30px;
	font-size: 3rem;
}

h3,
.h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4,
.h4,
.tabs ul.horizontal li a,
.tabs div.horizontal a {
	font-size: 20px;
	font-size: 2rem;
}

h5,
p.h5 {
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}

h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
}


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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: transparent;
	border: none;
	color: #1e346f;
	padding: 30px 0;
	width: 100%;
	border-bottom: 2px solid #1e346f;
}

input:focus,
textarea:focus {
	border: none;
	border-bottom: 2px solid #1e346f;
	outline: none;
}

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

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

::-webkit-input-placeholder {
	color: #1e346f;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #1e346f;
	border: 2px solid #1e346f;
	color: #fff;
	cursor: pointer;
	padding: 15px 34px;
	line-height: 1;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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,
.button:focus,
.button:hover {
	background-color: #1e346f;
	border: 2px solid #1e346f;
	color: #fff;
}

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

.button.clear {
	background-color: transparent;
	border-color: #222;
	color: #222;
}

.button.clear:hover,
.button.clear:focus {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 12px 28px;
}

.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: 2px solid #eee;
	color: #777;
	cursor: not-allowed;
}

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

.more-link{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-right: 60px;
}

.more-link::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: auto;
}

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

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

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

td,
th {
	text-align: left;
}

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

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

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

/* 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: #1e346f;
	outline: none;
}

/* 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;
}

.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,.6);
	clip: auto !important;
	color: #1e346f;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
	color: #1e346f;
}

.more-link:hover,
.more-link:focus {
	color: #1e346f;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.author-box,
.after-entry {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

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

/* 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: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.archive-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.page .entry-title {
	margin-bottom: 40px;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.aligncenter {
	text-align: center;
}

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

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

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-size: 1.4rem;
	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 30px;
}


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

.widget {
	margin-bottom: 40px;
}


/* Flexslider
--------------------------------------------- */

.flex-direction-nav {
	*height: 0;
	display: none;
}

.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 30px;
	text-align: center;
	right: 30px;
	z-index: 99;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #fff;
	background: transparent;
	cursor: pointer;
	outline: none;
	text-indent: -9999px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	border-radius: 50%;
}

.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
	background: transparent;
	border-color: #fff;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}


/* Background Sections
---------------------------------------------------------------------------------------------------- */

/* ## Background Image
--------------------------------------------- */

.bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:         cover;
	position: relative;
}

/* ## Background Primary
--------------------------------------------- */

.bg-primary,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary a,
.bg-primary p,
.bg-primary .featured-content .entry-title a,
.bg-primary .widget-title,
.bg-primary .more-link {
	color: #fff;
}

.bg-primary button,
.bg-primary input[type="button"],
.bg-primary input[type="reset"],
.bg-primary input[type="submit"],
.bg-primary .button {
	background-color: #3cc17e;
	border-color: #3cc17e;
	color: #fff;
}

.bg-primary button:hover,
.bg-primary button:focus,
.bg-primary input[type="button"]:hover,
.bg-primary input[type="button"]:focus,
.bg-primary input[type="reset"]:hover,
.bg-primary input[type="reset"]:focus,
.bg-primary input[type="submit"]:hover,
.bg-primary input[type="submit"]:focus,
.bg-primary .button:hover,
.bg-primary .button:focus {
	background-color: #fff;
	border-color: #fff;
	color: #1e346f;
}

.bg-primary .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.bg-primary .button.clear:hover,
.bg-primary .button.clear:focus {
	background-color: #fff;
	border-color: #fff;
	color: #1e346f;
}


/* ## Background Overlay
--------------------------------------------- */

.bg-overlay,
.bg-overlay .wrap {
    position: relative;
}

.bg-overlay .wrap {
	z-index: 2;
}

.bg-overlay::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-overlay::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.bg-overlay::after {
    background: #000;
}


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

/* Contact Form 7
--------------------------------------------- */

.wpcf7-form {
	border-top: 2px solid #1e346f;
}

.wpcf7-form p {
	margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-submit {
	margin-top: 40px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: transparent;
	border: none;
	color: #1e346f;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	white-space: normal;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding-right: 60px;
	background-image: url(images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
}

.site-header,
.site-header > .wrap {
	transition:         all .4s ease-in-out;
}

.admin-bar .site-header {
	top: 46px;
}

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

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

.title-area {
	margin-left: 30px;
	float: left;
	width: 160px;
	z-index: 9;
	position: relative;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-title > a {
	background: url(images/marlin-logo-blue.svg) no-repeat left;
	float: left;
	min-height: 46px;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	min-width: 160px;
	background-size: auto;
}

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


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

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

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

.genesis-nav-menu a {
	color: #1e346f;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
}

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


/* 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: #1e346f;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-transform: none;
	font-weight: 700;
}

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

button.off-screen-item {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	width: 36px;
	height: 36px;
	margin-top: 7px;
	margin-right: 30px;
	float: right;
	cursor: pointer;
	z-index: 9;
	position: relative;
}

button.off-screen-item span {
	background-color: #1e346f;
	display: block;
	width: 36px;
	height: 3px;
	position: relative;
}

button.off-screen-item span::before,
button.off-screen-item span::after {
	content: "";
	display: block;
	background-color: #1e346f;
	position: absolute;
	width: 36px;
	height: 3px;
	left: 0;
	transition: transform .25s ease-in-out;
}

button.off-screen-item span::before {
	top: -11px;
}

button.off-screen-item span::after {
	bottom: -11px;
}

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

button.off-screen-item.active span::before {
	background-color: #1e346f;
	top: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

button.off-screen-item.active span::after {
	background-color: #1e346f;
	bottom: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}


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

.off-screen-content {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #efecea;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	transition: opacity 0.35s, visibility .35s;

}

.off-screen-content.open {
	opacity: 1;
	visibility: visible;
}

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

.off-screen-container .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .wrap {

}


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

/* Title Section
--------------------------------------------- */

.title-section p {
	margin-bottom: 15px;
}

.title-section .inner {
	padding: 60px 30px 30px;
}

/* Content Section
--------------------------------------------- */

.site-inner > .wrap .content {
	padding: 30px 30px 0 30px;
}

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

.entry {
	margin-bottom: 60px;
}

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

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

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

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
}

p.entry-meta {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
}

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

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


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

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

.adjacent-entry-pagination {
	margin-bottom: 20px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 4px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #1e346f;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

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

.comment-list .bypostauthor {
}

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

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

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


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

.site-footer {
	clear: both;
	background-color: #fff;
	padding: 60px 30px 0;
}

.footer-left {

}

.site-footer .footer-logo .style-svg {
	width: 140px;
	max-height: 40px;
}

.site-footer .widget {
	margin-bottom: 30px;
}

.site-footer .widget p:last-of-type {
	margin-bottom: 0;
}


/* Custom Content
---------------------------------------------------------------------------------------------------- */

/* Sub Content
--------------------------------------------- */

.sub-content {

}

.sub-content .left .inner {
	padding: 60px 30px 30px;
}

.sub-content .right .inner {
	padding: 30px 30px 60px;
}

/* Main Content
--------------------------------------------- */

.main-content {
	background-color: #f9f9f9;
}

.main-content .left .inner {
	padding: 60px 30px 30px;
}

.main-content .right {
	background-color: #efecea;
	width: 100%;
}

.main-content .left .entry-title {
	margin-bottom: 30px;
}

.main-content .right .tab-content h4 {
	margin-bottom: 40px;
}


/* Tabs
---------------------------------------------------------------------------------------------------- */

.tabs ul.horizontal,
.tabs div.horizontal {
	display: inline;
}

.tabs ul.horizontal {
	list-style: none outside none;
	margin: 0;
}

.tabs ul.horizontal li {
	margin: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

.tabs ul.horizontal li a,
.tabs div.horizontal a {
	display: inline-block;
	font-weight: 700;
	color: #dfd5d1;
}

.tabs ul.horizontal li:hover,
.tabs ul.horizontal li:focus {

}

.tabs ul.horizontal li a:hover,
.tabs div.horizontal a:hover {
	color: #1e346f;
}

.tabs ul.horizontal li.active {

}

.tabs ul.horizontal li.active a {
	color: #1e346f;
}

/* Tabs Content
--------------------------------------------- */

.tab-content {
	padding: 60px 30px;
}

.tab-content.full {
	width: 100%;
	padding: 0;
}


/* About Page
---------------------------------------------------------------------------------------------------- */

/* Highlights
--------------------------------------------- */

ul.highlights {
	margin-top: 60px;
}

ul.highlights li {
	margin-bottom: 40px;
	vertical-align: middle;
	display: inline-block;
}

.highlights-icon {
	display: table-cell;
}

ul.highlights li .style-svg {
	width: 50px;
	height: 50px;
	margin-right: 30px;
}

ul.highlights li h6 {
	margin-bottom: 0;
	vertical-align: middle;
	display: table-cell;
}

/* Portfolio Tab
--------------------------------------------- */

.portfolio-entry {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.portfolio-entry .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	transition: opacity 0.35s, visibility .35s;
}

.portfolio-entry:hover .overlay {
	opacity: 0.15;
	visibility: visible;
}

.portfolio-logo {
	z-index: 9;
}

.portfolio-entry .portfolio-logo svg {
	width: 140px;
}

/* Team Tab
--------------------------------------------- */

.team-member-profiles img {
	max-width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 50%;
}

.tab-content .owl-carousel {
	padding-bottom: 30px;
}

.tab-content .owl-carousel .owl-nav button.owl-prev,
.tab-content .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	bottom: -30px;
}

.tab-content .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.tab-content .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.tab-content .owl-carousel .owl-nav button.owl-prev::after,
.tab-content .owl-carousel .owl-nav button.owl-next::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: auto;
}

.tab-content .owl-carousel .owl-nav button.owl-prev::after {
    transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}


/* Portfolio Page
---------------------------------------------------------------------------------------------------- */

.portfolio-page .sub-content .portfolio-logo {
	margin-bottom: 30px;
}

.portfolio-page .sub-content .portfolio-logo svg {
	max-width: 200px;
	max-height: 80px;
}

.portfolio-page .main-content {
	background-color: #efecea;
}

.portfolio-page .main-content .left .more-link {
	margin-top: 30px;
	padding-left: 60px;
}

.portfolio-page .main-content .left .more-link::after {
	display: none;
}

.portfolio-page .main-content .left .more-link::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: auto;
	transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
}

.portfolio-page .main-content .right {
	background-color: transparent;
}

.portfolio-page .main-content .right .inner {
	position: relative;
	height: 400px;
}

.portfolio-page .sub-content .right .intro {
	/*margin-bottom: 60px;*/
}

.portfolio-page .sub-content .right .number {
	font-family: "PT Serif", serif;
}

.portfolio-page .flexslider,
.portfolio-page .flexslider .slides,
.portfolio-page .flex-viewport,
.portfolio-page .flexslider .slides > li {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0 none;
	line-height: 1;
}

.portfolio-page .flexslider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.portfolio-page .ui-accordion-header {
	color: #dfd5d1;
	font-weight: 700;
	display: block;
	cursor: pointer;
	margin-bottom: 20px;
}

.portfolio-page .ui-accordion-header-active {
	color: #1e346f;
}


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

@media only screen and (min-width:768px) {

	h1, .h1, .hero-section h2 {
		font-size: 60px;
		font-size: 6rem;
	}

	.hero-section p {
		font-size: 20px;
		font-size: 2rem;
	}

	ul.highlights {
		margin-left: 30px;
	}

	.tabs ul.horizontal li {
		margin-right: 12px;
		width: auto;
	}

	#menu-footer-menu {
		margin-left: 20px;
}

	/* 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: 3%;
	}

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

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

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

	.one-fourth {
		width: 22.75%;
	}

	.three-fourths {
		width: 74.25%;
	}

	.one-sixth {
		width: 14.16%;
	}

	.five-sixths {
		width: 82.83%;
	}

	.full-width {
		width: 100%;
	}

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

}


@media only screen and (min-width:1024px) {

	.flex-control-nav {
		bottom: 30px;
		right: 50px;
	}

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

	.title-area {
		margin-left: 60px;
	}

	button.off-screen-item {
		margin-right: 60px;
	}

	.off-screen-menu .genesis-nav-menu a {
		padding: 20px;
	}

	/* Default Content
	--------------------------------------------- */

	.site-inner > .wrap {

	}

	.site-inner .title-section {
		width: 28%;
		float: left;
	}

	.site-inner .title-section .inner {
		padding: 60px;
	}

	.site-inner > .wrap .content {
		width: 72%;
		padding: 0;
		padding-top: 60px;
		float: right;
	}

	.site-inner > .wrap .content .entry {
		padding: 0 60px;
		margin-bottom: 60px;
	}

	.page .entry-title {
		margin-bottom: 30px;
	}

	/* Sub Content
	--------------------------------------------- */

	.sub-content .wrap {

	}

	.sub-content .left {
		width: 28%;
		float: left;
	}

	.sub-content .left .inner {
		padding: 60px 30px 60px 60px;
	}

	.sub-content .right {
		width: 72%;
		float: right;
	}

	.sub-content .right .inner {
		padding: 60px;
	}

	/* Main Content
	--------------------------------------------- */

	.main-content {
		clear: both;
		overflow: hidden;
	}

	.main-content .wrap {

	}

	.main-content .left {
		width: 28%;
		float: left;
	}

	.main-content .right {
		width: 72%;
		position: relative;
		z-index: 9;
		float: right;
	}

	.main-content .right::after {
		background-color: #eee;
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: -100%;
		z-index: -1;
	}

	.main-content .left .inner {
		padding: 60px 30px 60px 60px;
	}

	/* Main Content - Tabs
	--------------------------------------------- */

	.tab-content {
		padding: 60px;
	}

	.tab-content.half {
		max-width: 50%;
	}

	.tabs ul.horizontal,
	.tabs div.horizontal {
		display: inline-block;
	}

	.tabs ul.horizontal li {
		margin-right: 0;
		width: 100%;
	}

	/* Main Content - Tabs - Portfolio
	--------------------------------------------- */

	.portfolio-entry {
		float: left;
		width: 50%;
		height: 360px;
	}

	/* Portfolio Page
	--------------------------------------------- */

	.portfolio-page .main-content .right {
		background-color: transparent;
		min-height: 100%;
	}

	.portfolio-page .main-content .left .inner {
		padding-right: 0;
		padding-bottom: 60px;
	}

	.portfolio-page .main-content .right .inner {
		margin-left: 60px;
		position: relative;
		min-height: 100%;
		height: 100%;
	}

	.portfolio-page .main-content .left .inner > h6 {
		margin-bottom: 30px;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

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

	.site-footer .wrap {

	}

	.footer-left {
		width: 28%;
		float: left;
	}

	.footer-right {
		width: 72%;
		float: right;
	}

	.footer-right .inner {
		padding-left: 60px;
		padding-right: 60px;
	}

	.footer-right .creds {
		padding-left: 60px;
	}

	.site-footer .footer-logo {
		padding-left: 60px;
	}


}


@media only screen and (min-width:1367px) {

	h2,
	.h2,
	.portfolio-page .sub-content .right .number {
		font-size: 40px;
		font-size: 4rem;
	}

	h3,
	.h3,
	.entry-title,
	.off-screen-menu .genesis-nav-menu a {
		font-size: 30px;
		font-size: 3rem;
	}

	h4,
	.h4,
	.hero-section p,
	.tabs ul.horizontal li a,
	.tabs div.horizontal a {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h6,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-link {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.site-header > .wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.title-area {
		margin-left: 90px;
	}

	button.off-screen-item {
		margin-right: 90px;
	}

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

	.site-inner .title-section .inner {
		padding: 90px;
	}

	.site-inner > .wrap .content {
		padding-top: 90px;
	}

	.site-inner > .wrap .content .entry {
		padding: 0 90px;
		margin-bottom: 90px;
	}

	.page .entry-title {
		margin-bottom: 40px;
	}

	.sub-content .left .inner {
		padding: 90px 60px 90px 90px;
	}

	.sub-content .right .inner {
		padding: 90px;
	}

	.main-content .left .inner {
		padding: 90px 60px 90px 90px;
	}

	.main-content .left .entry-title {
		margin-bottom: 60px;
	}

	.tab-content {
		padding: 90px;
	}

	ul.highlights {
		margin-left: 60px;
	}

	ul.highlights li {
		margin-bottom: 40px;
	}

	ul.highlights li .style-svg {
		width: 55px;
		height: 55px;
		margin-right: 40px;
	}

	.portfolio-entry {
		height: 380px;
	}

	.portfolio-page .main-content .left .inner {
		padding-bottom: 90px;
	}

	.portfolio-page .main-content .right .inner {
		margin-left: 90px;
	}

	.portfolio-page .main-content .left .inner > h6 {
		margin-bottom: 40px;
	}

	.footer-right .inner {
		padding-left: 90px;
		padding-right: 90px;
	}

	.footer-right .creds {
		padding-left: 90px;
	}

	.site-footer .footer-logo {
		padding-left: 90px;
	}

}


@media only screen and (min-width:1600px) {

	body,
	body > div {
		font-size: 17px;
		font-size: 1.7rem;
	}

	h1, .h1, .hero-section h2 {
		font-size: 80px;
		font-size: 8rem;
	}

	h2,
	.h2,
	.portfolio-page .sub-content .right .number {
		font-size: 54px;
		font-size: 5.4rem;
	}

	h3,
	.h3,
	.entry-title,
	.off-screen-menu .genesis-nav-menu a {
		font-size: 40px;
		font-size: 4rem;
	}

	h4,
	.h4,
	.hero-section p,
	.tabs ul.horizontal li a,
	.tabs div.horizontal a {
		font-size: 32px;
		font-size: 3.2rem;
	}

	h5,
	p.h5 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h6,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-link {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.flex-control-nav {
		bottom: 60px;
		right: 110px;
	}

	.flex-control-paging li a {
	    width: 14px;
	    height: 14px;
    }

	.site-header > .wrap {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.title-area {
		margin-left: 120px;
		width: 240px;
	}

	.site-title > a {
		min-height: 60px;
		min-width: 240px;
	}

	button.off-screen-item {
		margin-top: 14px;
		margin-right: 120px;
	}

	button.off-screen-item {
		height: 38px;
	}

	button.off-screen-item ,
	button.off-screen-item span,
	button.off-screen-item span::before,
	button.off-screen-item span::after {
		width: 44px;
	}

	button.off-screen-item span::before {
		top: -14px;
	}

	button.off-screen-item span::after {
		bottom: -14px;
	}

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

	.site-inner .title-section .inner {
		padding: 120px;
	}

	.site-inner > .wrap .content {
		padding-top: 120px;
	}

	.site-inner > .wrap .content .entry {
		padding: 0 120px;
		margin-bottom: 120px;
	}

	.sub-content .left .inner {
		padding: 120px 90px 120px 120px;
	}

	.sub-content .right .inner {
		padding: 120px;
		max-width: 85%;
	}

	.main-content .left .inner {
		padding: 120px 90px 120px 120px;
	}

	.tab-content {
		padding: 120px;
	}

	ul.highlights {
		margin-top: 0;
		margin-left: 120px;
		margin-right: 30px;
	}

	ul.highlights li .style-svg {
		width: 70px;
		height: 70px;
	}

	.portfolio-entry {
		height: 420px;
	}

	.portfolio-page .main-content .left .inner {
		padding-bottom: 120px;
	}

	.portfolio-page .main-content .right .inner {
		margin-left: 120px;
	}

	.site-footer {
		padding: 80px 0 50px;
	}

	.footer-right .inner {
		padding-left: 120px;
		padding-right: 120px;
	}

	.footer-right .creds {
		padding-left: 120px;
	}

	.site-footer .footer-logo {
		padding-left: 120px;
	}

	.site-footer .footer-logo .style-svg {
		width: 180px;
		max-height: 50px;
	}


}


@media only screen and (min-width:1921px) {


}

/* Speaking Up Page */
.speaking-page-second-screen-subtitle {
	display: none;
}
.speaking-page-second-screen-link,
.nf-form-content input[type=button] {
	background-color: transparent !important;
    border: none !important;
    color: #1e346f !important;
    cursor: pointer !important;
    padding: 0 !important;
	margin-top: 100px !important;
	margin-left: auto !important;
	width: 110px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: normal !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-right: 60px !important;
    background-image: url(images/arrow-blue.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: auto !important;
	display: block !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	text-align: right;
}
.nf-form-content input[type=button] {
	width: 190px !important;
}
/* .speaking-page-second-screen-link:hover,
.nf-form-content input[type=button]:hover {
	background-color: #1e346f !important;
    border: 2px solid #1e346f !important;
    color: #fff !important;
} */
.speaking-page-content {
	display: none;
}
.speaking-page-content.active {
	display: block;
}

.nf-form-content {
	max-width: 100%;
}
.nf-form-content h3 {
    padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid;
}
.nf-field-element p,
.nf-field-element p:last-of-type {
	margin: 20px 0;
}
.nf-field-element h4 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
    line-height: 20px;
}
.nf-field-container {
	margin-bottom: 15px;
}
.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
	width: 20px !important;
	height: 20px !important;
	border-color: #1e346f !important;
}
.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
	color: #1e346f !important;
}
.listcheckbox-container .nf-field-element label:after {
	top: 1px !important;
}
.nf-form-content .label-above .field-wrap .nf-field-label,
.nf-form-content .label-below .field-wrap .nf-field-label,
.nf-form-content .label-hidden .field-wrap .nf-field-label {
	margin-bottom: 20px;
}
.nf-form-content .listcheckbox-wrap ul li,
.nf-form-content .listradio-wrap ul li {
    margin-bottom: 20px!important;
}
.label-above .nf-field-element ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.label-above .nf-field-element ul li {
	width: 50%;
	padding: 0 15px;
}
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	background-color: transparent !important;
    border: none !important;
    color: #1e346f !important;
    padding: 30px 0 !important;
    width: 100% !important;
    border-bottom: 2px solid #1e346f !important;
	font-family: inherit !important;
    font-size: 100% !important;
    line-height: 1.15 !important;
    margin: 0 !important;
}
.nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus {
	background-color: transparent !important;
}
#nf-field-11-container,
#nf-field-13-container,
#nf-field-37-container {
	display: none;
}
.nf-field-description {
	margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
	.page-id-316 .site-inner .title-section .inner {
		padding-right: 0;
	}
}
