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

	Version: 5.3

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

	Template: genesis
	Template Version: 2.0

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

/*
Include Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Candara';
	src: url('fonts/Candara.woff2') format('woff2'),
		url('fonts/Candara.woff') format('woff');
	font-family: 400;
}
@font-face {
	font-family: 'Candara';
	src: url('fonts/Candara-Bold.woff2') format('woff2'),
		url('fonts/Candara-Bold.woff') format('woff');
	font-family: 700;
}

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

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

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

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

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

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

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

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


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

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

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

body {
	color: #404040;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	word-wrap: break-word;
}

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

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

a {
	color: #114795;
	font-weight: inherit;
	text-decoration: none;
	-webkit-transition: color ease-in-out 0.3s;
	-moz-transition: color ease-in-out 0.3s;
	transition: color ease-in-out 0.3s;
}

a:hover {
	color: #006e86;
}

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

ol,
ul {
	margin: 0 0 40px 25px;
	padding: 0;
}

blockquote {
	border-left: 2px solid #dedede;
	margin: 0 0 20px;
	padding-left: 25px;
}

#page-container blockquote h4 {
    color: #285884;
    font-weight: 500;
    margin-bottom: 10px;
}

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

.button:focus {
	color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-family: 'Candara', 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 55px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	color: #09687b;
	line-height: 1;
	text-transform: uppercase;
}

h2 em {
	font-style: normal;
	font-weight: 400;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
    height: auto;
}

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

input, select, textarea, #page-container .gfield input, #page-container .gfield select, #page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #c7cacb;
	border-radius: 7px;
	color: #333;
	font-size: 15px;
	padding: 14px 10px;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
#page-container form .button,
#page-container form button {
	background: #006e86;
	border: none;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	font-family: 'Candara';
	padding: 11px 37px;
	line-height: 1.4;
	text-align: left;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button.light-btn {
    background: #fff;
    color: #404040;
}

.button.transparent-btn {
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 1px #1b263c;
	-moz-box-shadow: inset 0px 0px 0px 1px #1b263c;
	box-shadow: inset 0px 0px 0px 1px #1b263c;
	color: #1b263c;
}

.button.transparent-btn-light {
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	color: #fff;
}

.button.btn2,
#page-container form .button.btn2 {
	background: #1b263c;
	color: #fff;
}

.button.hide-icon {
	background-image: none;
	box-shadow: none;
	padding-right: 30px;
	padding: 13px 30px;
	min-width: 214px;
	text-align: center;
	font-size: 18px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
#page-container form .button:hover {
	background-color: #c56524;
	color: #ffffff;
}

.button.btn2:hover,
.button.transparent-btn-light:hover,
#page-container form .button.btn2:hover  {
	background-color: #e6e5e5;
	color: #1b263c;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ddd;
	line-height: 1.1;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #ddd;
	padding: 10px;
}

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

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
}

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

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

/* Content */

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

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

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

.widget_categories select {
	width: 100%;
}

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

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

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.search-form input {
	width: 100%;
}

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

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

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

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

img.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

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

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

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

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

.site-header {
	background: #ffffff;
	position: fixed;
	z-index: 9999;
	width: 100%;
}


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

.title-area {
	float: left;
	padding: 17px 0 6px;
	width: 225px;
}

.shrink .light-logo,
.dark-header .light-logo {
	display: inline-block;
}

.light-logo,
.shrink .site-logo,
.dark-header .site-logo {
	display: none;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 15px;
}

.header-widget-area .widget_sow-editor {
	padding-bottom: 10px;
}

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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #404040;
	display: block;
	font-size: 19px;
	font-weight: 700;
	font-family: 'Candara';
	text-transform: uppercase;
	padding: 0 20px 10px;
	position: relative;
}

.genesis-nav-menu > li:last-child a {
    padding-right: 0;
}

.genesis-nav-menu .menu-btn {
	margin-left: 30px;
}

.genesis-nav-menu .menu-btn a {
	background: #006e86;
	border-radius: 10px;
	color: #161618;
	font-weight: 700;
	padding: 13px 51px 13px 25px;
}

.genesis-nav-menu .menu-btn a:hover,
.genesis-nav-menu .menu-btn.current-menu-item > a {
	color: #161618;
}

.genesis-nav-menu a:hover,
.shrink .genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #006e86;
}

.genesis-nav-menu > li > .sub-menu {
	background: rgb(255 255 255 / 90%);
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 295px;
	z-index: 99;
	margin: 0;
	padding: 20px 0;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}
body .genesis-nav-menu .sub-menu a {
	color: #404040;
	line-height: 1.1;
	padding: 12px 20px;
	position: relative;
	width: 100%;
	text-align: center;
}

body .genesis-nav-menu .sub-menu a:hover {
	color: #c56524;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	font-size: 18px;
	padding: 7px 20px;
}

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

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

.genesis-nav-menu .menu-item .sub-menu .sub-menu {
	display: block !important;
	opacity: 1 !important;
	height: auto !important;
}

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

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

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

.genesis-responsive-menu {
	/*display: none;*/
	position: relative;
}

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #404040;
}

.menu-toggle {
	color: #404040;
	float: right;
	line-height: 32px;
	margin-bottom: 10px;
	margin-top: 18px;
	padding: 0;
	position: relative;
	z-index: 1000;
	text-transform: uppercase;
	font-weight: 500;
}

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

.site-header .menu-toggle::before {
    color: #006e86;
    float: right;
    position: relative;
    text-rendering: auto;
    top: -8px;
    font-size: 45px;
    width: auto;
    height: auto;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
    z-index: 100;
}

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

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

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

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

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

/* Max Mega Menu Styling
--------------------------------------------- */

#page-container #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'Candara';
	padding: 0 20px;
}
#page-container #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item:last-child > a.mega-menu-link {
    padding-right: 0;
}
#page-container #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}
#page-container .mega-sub-menu .genesis-nav-menu li {
	display: block;
}
#page-container .mega-sub-menu .genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 34px;
}
#page-container .mega-sub-menu .genesis-nav-menu .sub-item a {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir LT 65';
}
#page-container .mega-sub-menu .genesis-nav-menu a:hover {
	background: #fff;
	color: #2f2e40;
}

.home #page-container #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link, 
#page-container .site-header.shrink #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}
#page-container #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-disable-link > a.mega-menu-link {
	font-weight: 600;
	text-transform: uppercase;
}

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

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

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

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

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

.pagination li {
	display: inline-block;
	margin-right: 5px;
}

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

.pagination li a:hover,
.pagination li.active a {
	background-color: #006e86;
}

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

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

.sidebar ul,
.sidebar ol {
	margin-left: 0;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 10px;
}

.sidebar .widget {
	font-size: 19px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

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

.footer-widgets {
	clear: both;
}

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

.site-footer {
	background: url('images/footer-bg.jpg') no-repeat center;
	background-size: cover;
	clear: both;
	color: #fff;
	font-size: 18px;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #c56524;
}

/* footer menu section styling
--------------------------------------------- */

.footer-menu-section {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-top: 45px;
	padding-bottom: 35px;
}
.footer-menu-section ul {
	margin: 0;
}
.footer-menu-section li {
	display: inline-block;
	margin-left: 41px;
}
.footer-menu-section .menu a {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Candara';
	text-transform: uppercase;
}

.social-links-widget ul {
	margin: 0;
}
.social-links-widget li {
	display: inline-block;
	margin-left: 35px;
	font-size: 30px;
}

/* footer contact section styling
--------------------------------------------- */

.footer-contact-section {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-top: 45px;
	padding-bottom: 35px;
	text-align: center;
}
.footer-contact-section .img-icon {
	display: block;
	min-height: 45px;
	margin-bottom: 20px;
	font-size: 19px;
}


/* footer contact section styling
--------------------------------------------- */

.footer-copyright-section {
	padding-top: 30px;
	padding-bottom: 35px;
	text-align: center;
}

/* 
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/

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

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

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

.more-link {
    position: relative;
}

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

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

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

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

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

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */

#page-container {
	position: relative;
	overflow: hidden;
}

/*
siteorigin page builder Styling
---------------------------------------------------------------------------------------------------- */

/*
page builder first row and wrap styling
------------------------------------------------- */

.siteorigin-panels .site-inner .wrap {
	max-width: none;
	margin: 0;
	padding: 0;
}
.entry-content > .panel-layout > div:not(:first-child),
.entry-content > .panel-layout > div:first-child .panel-layout {
	max-width: 1170px;
	margin: 0 auto;
}
.entry-content > .panel-layout > div:first-child {
	max-width: 100%;
}

/*
site inner styling
------------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}
.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*
top bottom gap styling
------------------------------------------------- */

.top-gap-section {
	padding-top: 100px;
}
.bottom-gap-section {
	padding-bottom: 100px;
}
.top-gap-widget {
	padding-top: 30px;
}
.bottom-gap-widget {
	padding-bottom: 30px;
}

/*
dark background section styling
------------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.dark-bg-section * {
	color: #fff;
}

/*
rtl col section styling
------------------------------------------------- */

.rtl-col-section {
	flex-direction: row-reverse;
}

/*
expanded content styling
------------------------------------------------- */

.large-container {
	display: flex;
	-ms-justify-content: space-between;
	justify-content: space-between;
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.rtl-col-section .large-container {
    flex-direction: row-reverse;
}

/*
large width content styling
------------------------------------------------- */

.large-width-content {
	max-width: 1070px;
	margin: 0 auto;
}

/*
medium width content styling
------------------------------------------------- */

.medium-width-content {
	max-width: 770px;
	margin: 0 auto;
}

/*
small width content styling
------------------------------------------------- */

.small-width-content {
	max-width: 630px;
	margin: 0 auto;
}

/*
small width content styling
------------------------------------------------- */

.tiny-width-content {
	max-width: 525px;
	margin: 0 auto;
}

/*
list style widget styling
------------------------------------------------- */

.list-style ul {
	margin-left: 0;
}
.list-style li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.list-style li:before {
	content: '';
	background: url(images/checked-icon.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	position: relative;
	margin-left: -35px;
	margin-right: 14px;
	top: -2px;
}
.list-style form li:before,
.list-style .slider li:before {
	display: none;
}

.list-style-check ul {
	margin-left: 0;
}
.list-style-check li {
	display: block;
	position: relative;
	padding-left: 92px;
	margin-bottom: 85px;
	/* font-size: 25px; */
}
.list-style-check li:before {
	content: '';
	width: 67px;
	height: 67px;
	background: url(images/check-mark.png) no-repeat left top;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
.list-style-check form li:before,
.list-style-check .slider li:before {
	display: none;
}
.list-style-check li strong {
	/* font-size: 38px; */
	font-family: 'Candara';
	display: block;
	padding-bottom: 15px;
}

/*
gravity form styling
------------------------------------------------- */

#page-container .gfield {
    margin-top: 11px;
}
#page-container .gfield_label {
    font-size: 14px;
    font-weight: 600;
}
#page-container .ginput_container label {
	font-size: 12px;
	font-weight: 600;
}
#page-container .ginput_container {
    margin-top: 0;
}
#page-container .validation_error {
	display: none;
}
#page-container .gfield.gfield_error,
#page-container li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: none;
	padding-top: 0;
	padding-right: 5px;
}
#page-container li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #ed1c24;
    padding-top: 0;
}

/*
left icon styling
------------------------------------------------- */

body #page-container .left-icon-widget {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 178px;
	color: #131518;
	font-size: 25px;
	font-weight: 400;
	padding-left: 220px;
	margin-bottom: 75px;
}
.left-icon-widget .widget-title {
    /* font-size: 38px; */
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/*
additional styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}
p:empty {
	display: none;
}
a[href^="tel"] {
	display: inline-block;
}

/*
Home page styling
---------------------------------------------------------------------------------------------------- */

/*
hero icon styling
------------------------------------------------- */

.home-hero-section {
	background-size: cover;
	background-position: center;
	color: #ffffff;
	min-height: 883px;
	padding-top: 285px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 90px;
}
.home-hero-section:before {
	content: '';
	background: rgb(201 134 68 / 20%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.home-hero-section .large-container {
	padding: 0 55px;
	max-width: 100%;
}
#page-container .home-hero-section .panel-layout {
	max-width: 100%;
}
.home-hero-section .textwidget {
	max-width: 1000px;
}
.home-hero-section h1 {
	color: #ffffff;
	/* font-size: 85px; */
	/* font-weight: 600; */
	line-height: 1.2;
	margin-bottom: 26px;
	/* text-transform: inherit; */
}
.home-hero-section .banner-logos-panel {
	max-width: 1170px;
	padding: 0 25px;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#page-container .home-hero-section .sow-image-container {
	opacity: 0.5;
}

/*
box gradient widget styling
------------------------------------------------- */

.box-gradient-widget {
	background: url(images/draw-box.png) repeat top right;
	padding: 46px 48px 46px 0;
}
.box-gradient-widget .so-widget-sow-editor {
	background: #09687b;
	background: -webkit-linear-gradient(top, #09687b 0%, #8397b0 100%);
	background: -o-linear-gradient(top, #09687b 0%, #8397b0 100%);
	background: -ms-linear-gradient(top, #09687b 0%, #8397b0 100%);
	background: linear-gradient(to bottom, #09687b 0%, #8397b0 100%);
	padding: 95px 90px 105px 69px;
}
.box-gradient-widget h4 {
	color: #fff;
	/* font-size: 46px; */
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.95;
}
.serving-year-widget {
	padding: 20px 25px 20px 0;
}
.serving-year-widget h2 {
	color: #404040;
	/* font-size: 49px; */
	margin-bottom: 40px;
}
.serving-year-widget h2 em {
	font-size: 57px;
	font-style: normal;
	font-weight: 700;
}
.serving-year-widget ul {
	padding-left: 15px;
}
.serving-year-widget li {
	/* font-size: 41px; */
	/* margin-bottom: 65px; */
	margin-bottom: 40px;
	line-height: 1.2;
	text-transform: uppercase;
}
.serving-year-widget li::marker {
	position: relative;
	top: 12px;
	margin-top: 17px;
	line-height: 0;
}

/*
member post slider styling
------------------------------------------------- */

.about-us-section {
	padding-top: 0;
	padding-bottom: 30px;
}
.about-us-section .about-col .widget {
	max-width: 625px;
	text-align: center;
}
.about-us-section .widget-title {
	/* font-size: 50px; */
	text-transform: uppercase;
	/* margin-bottom: 82px; */
}

.member-thumbnail img {
	max-width: 300px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.member-thumbnail {
	/* margin-bottom: 90px; */
	margin-bottom: 20px;
}
.member-content {
	font-size: 26px;
	text-align: center;
}

.tns-nav {
	text-align: center;
}
.tns-nav button {
	width: 45px;
	height: 45px;
	min-width: auto;
	border-radius: 50%;
	padding: 0;
	background: #40404000;
	border: 2px solid #404040;
	margin: 0 16px;
}
.tns-nav button.tns-nav-active {
	background: #404040;
}


/*
expertise logo row styling
------------------------------------------------- */

.about-us-section .list-style-check {
	padding-top: 150px;
}
.about-us-section .list-style-check li:last-child {
	margin-bottom: 0;
}
#page-container .expertise-logo-row {
	padding-left: 92px;
}

/*
serving client section styling
------------------------------------------------- */

.serving-client-section {
	padding-bottom: 50px;
}
.serving-client-widget .widget-title {
    /* font-size: 50px; */
    text-transform: uppercase;
    margin-bottom: 70px;
}
.serving-client-section .large-container {
	max-width: 1770px;
	border-top: 3px solid rgb(0 0 0 / 0.15);
	padding-top: 50px;
}
.serving-client-section .large-container > div {
	max-width: 1500px;
	margin: 0 auto;
}
body #page-container .serving-client-section .left-icon-widget {
	max-width: 1100px;
	margin: 0 auto 40px;
}

/*
cta section styling
------------------------------------------------- */

#page-container .cta-section {
	position: relative;
	overflow: hidden;
}
.cta-section .large-container {
	max-width: 1430px;
}
.cta-section .widget_sow-editor {
	padding: 45px 0 35px;
	position: relative;
}
.cta-section .widget_sow-editor:before {
	content: '';
	display: block;
	background: url(images/draw-box.png) repeat top left;
	width: 500%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.cta-section .so-widget-sow-editor {
	padding: 105px 25px 75px 0;
	position: relative;
}
.cta-section .so-widget-sow-editor:before {
	content: '';
	display: block;
	background: #796659;
	background: -webkit-linear-gradient(top, #796659 0%, #cbc5b7 100%);
	background: -o-linear-gradient(top, #796659 0%, #cbc5b7 100%);
	background: -ms-linear-gradient(top, #796659 0%, #cbc5b7 100%);
	background: linear-gradient(to bottom, #796659 0%, #cbc5b7 100%);
	width: 500%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.cta-section h2 {
	/* font-size: 55px; */
	/* font-weight: 600; */
	/* font-family: 'Open Sans', sans-serif; */
	color: #fff;
	line-height: 1.1;
	margin-bottom: 80px;
}

/*
latest news section styling
------------------------------------------------- */

.latest-news-section {
	padding-top: 20px;
	padding-bottom: 50px;
}
.latest-news-section .widget_siteorigin-panels-postloop {
	margin-left: -25px;
	margin-right: -25px;
}
#page-container .latest-news {
	padding-bottom: 30px;
}
.latest-news-section .news-wrap {
	padding: 0 45px;
}
.latest-news-section h2 {
	color: #404040;
	/* font-size: 50px; */
	margin-bottom: 80px;
}
.latest-news-section h2 em {
	font-style: normal;
	font-weight: 400;
}

.news-thumbnail img {
	display: block;
	width: 100%;
}
.news-info {
	padding-top: 40px;
}
.news-info h4 {
	/* font-size: 37px; */
	font-weight: 400;
	line-height: 1.1;
	margin-bottom:5;
}
.news-info h4 a {
	color: #404040;
}
.news-info .news-meta {
	font-size: 25px;
}

/*
inner banner styling
---------------------------------------------------------------------------------------------------- */

#inner-banner-section {
	background: #61858d;
	position: relative;
	overflow: hidden;
}
body #inner-banner-section .so-panel {
	margin-bottom: 0;
}
#inner-banner-section .large-screen-banner {
	display: none;
}
#inner-banner-section img {
	opacity: 0.2;
	min-height: 200px;
	max-height: 400px;
	object-fit: cover;
}
#inner-banner-section .widget_sow-editor {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 20px;
	text-align: center;
}
#inner-banner-section .textwidget {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 13px 25px;
}
#inner-banner-section h1,
#inner-banner-section h2 {
	color: #fff;
}

/*
values section styling
------------------------------------------------- */

.values-section .textwidget {
	max-width: 865px;
	margin: 0 auto;
}
.values-section h3 {
	font-weight: 400;
	text-align: center;
}

/*
focus section styling
------------------------------------------------- */

.focus-section {
	padding-top: 20px;
	padding-bottom: 80px;
}
.focus-section h2 {
	border-bottom: 1px solid rgb(0 0 0 / 0.2);
	padding-bottom: 5px;
}
.focus-section .panel-layout {
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
}
.focus-section .panel-layout .img-icon {
	display: block;
	margin-block: 40px;
	margin-top: 0;
}

/*
who we work section styling
------------------------------------------------- */

.who-we-work-section {
	padding-top: 45px;
	padding-bottom: 50px;
	position: relative;
}
.who-we-work-section h2 {
	margin-bottom: 0;
}
.who-we-work-section .panel-layout .sow-image-container {
	border: 10px solid #fff;
	box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.who-we-work-section .panel-layout .panel-grid-cell {
	position: relative;
}
#page-container .who-we-work-section .panel-layout .widget_sow-image {
	margin-bottom: 0;
}
.who-we-work-section .panel-layout .widget_text {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'Candara';
	text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.who-we-work-section .panel-layout h2 {
	font-size: 36px;
	margin-bottom: 30px;
}

.who-we-work-section.work-section-style3 {
	padding-bottom: 20px;
	overflow: hidden;
}
.work-section-style2:before,
.work-section-style3:before {
	content: '';
	display: block;
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 34.5%;
	background: #f2f2f2;
	z-index: -1;
}
.work-section-style3:before {
	bottom: 75px;
	top: inherit;
}
.work-section-style2 .panel-layout {
	padding-left: 30px;
	margin-top: -35px;
}

.title-style h2 {
	font-size: 42px;
	border-bottom: 1px solid rgb(0 0 0 / 0.2);
}

/*
who we work section styling
------------------------------------------------- */

.plans-section {
	padding-top: 45px;
	padding-bottom: 50px;
	position: relative;
}
.plans-section:before {
	content: '';
	display: block;
	width: 1000%;
	height: 560px;
	position: absolute;
	top: 0;
	left: 64.5%;
	background: url(images/dots.png) repeat top right;
	z-index: -1;
}
.plans-section:after {
	content: '';
	display: block;
	width: 1000%;
	height: 560px;
	position: absolute;
	bottom: 0;
	right: 64.5%;
	background: url(images/dots.png) repeat top left;
	z-index: -1;
}
.plans-section h2 {
	margin-bottom: 0;
}
.plans-section .panel-layout {
	margin-right: -15px;
	margin-left: -15px;
}
.plans-section .panel-layout .panel-grid-cell {
	position: relative;
}
#page-container .plans-section .panel-layout .widget_sow-image {
	margin-bottom: 0;
}
.plans-grid-row .sow-image-container {
    background: #7b8988;
}
.plans-grid-row .panel-grid-cell:nth-child(2) .sow-image-container {
    background: #376a75;
}
.plans-grid-row .panel-grid-cell:nth-child(3) .sow-image-container {
    background: #8b716a;
}
.plans-grid-row .sow-image-container img {
	opacity: 0.15;
}
.plans-section .panel-layout .widget_sow-editor {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 45px;
	text-align: center;
	color: #fff;
	font-family: 'Candara';
}
.plans-section .panel-layout h3 {
	font-size: 34px;
	color: #fff;
	line-height: 1.1;
}
.plans-section .panel-layout .button {
	margin-top: 20px;
}

/*
consultation cta section styling
------------------------------------------------- */

.consultation-cta {
	text-align: center;
}
.consultation-cta .img-icon {
	display: block;
	margin-bottom: 20px;
}
.consultation-cta h2 {
	font-size: 45px;
	font-weight: 400;
	color: #404040;
	text-transform: inherit;
	line-height: 1.15;
	margin-bottom: 25px;
}

/*
latest posts styling
------------------------------------------------- */

#page-container .latest-posts-section {
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 50px;
}
.latest-posts {
    margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	display: flex;
}
.latest-posts .recent-post {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	background: #fff;
	box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 0;
	padding-bottom: 0;
}
.latest-posts .recent-post:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.recent-post img {
    display: block;
	width: 100%;
}
.post-entry-content {
	padding-top: 25px;
}
.post-entry-content .post-date {
	color: #616265;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.latest-posts .post-title a {
	color: #285884;
}
.latest-posts .post-title a:hover {
    color: #114795;
}
.blog-info {
	padding: 24px 10px 0;
}
.blog-meta {
	font-size: 18px;
	padding: 0 50px 15px;
	background: url(images/calendar-icon.png) no-repeat 22px top;
	border-bottom: 1px solid rgb(0 0 0 / 0.2);
}
.blog-info h4 {
	padding: 12px 25px 25px;
}
.blog-info h4 a {
	color: #006e86;
}


/*
grid img text section styling
------------------------------------------------- */

.grid-img-text-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.grid-img-text-section .widget_sow-editor:before {
	content: '';
	display: block;
	width: 78.7%;
	background: #fff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.grid-img-text-section.mobile-rtl-col-section .widget_sow-editor:before {
	right: 0;
	left: inherit;
}
.grid-img-text-section .so-widget-sow-image {
	margin-top: -60px;
}
.grid-img-text-section .widget_sow-editor {
	padding: 125px 62px 0 45px;
}
.grid-img-text-section h2 {
	position: relative;
	padding-left: 54px;
	margin-bottom: 15px;
}
.grid-img-text-section h2 .img-icon {
	position: absolute;
	left: 0;
}
.grid-img-text-section h2 img {
	max-width: 43px;
	max-height: 42px;
}

/*
bottom dots overlap bg section styling
------------------------------------------------- */

.bottom-dots-overlap-bg-section {
	position: relative;
	padding-bottom: 50px;
	padding-bottom: 260px;
	margin-bottom: -165px;
}
.bottom-dots-overlap-bg-section.last-bg {
	padding-bottom: 0;
	margin-bottom: 0;
}
.bottom-dots-overlap-bg-section:before {
	content: '';
	display: block;
	width: 1000%;
	height: 560px;
	position: absolute;
	bottom: 0;
	left: 64.5%;
	background: url(images/dots.png) repeat top left;
	z-index: -1;
}
.bottom-dots-overlap-bg-section.left-bg-section:before {
	right: 64.5%;
    left: inherit;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*
schedule a call page styling
---------------------------------------------------------------------------------------------------- */

/*
schedule call section styling
------------------------------------------------- */

.schedule-call-section {
	padding: 40px 20px 60px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.schedule-call-section:before {
	content: '';
	display: block;
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 44%;
	background: #f2f2f2;
	z-index: -1;
}
.schedule-call-section h3 {
	font-size: 36px;
	color: #09687b;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.schedule-call-section h3 em {
	font-style: normal;
	font-weight: 400;
	display: inline-block;
}

.convenient-calendar-widget h2 {
	margin-bottom: 0;
}

.watch-video-widget h3 {
	padding-left: 60px;
	position: relative;
}
.watch-video-widget h3 .img-icon {
	position: absolute;
	left: 0;
	top: 5px;
	max-width: 40px;
}
.watch-video-widget a {
	display: block;
	border: 7px solid #fff;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
	position: relative;
	overflow: hidden;
}
.watch-video-widget a img {
	display: block;
	width: 100%;
	margin: 0;
}
.watch-video-widget a .button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 200px;
}

/*
inside page hero section
---------------------------------------------------------------------------------------------------- */

#inside-page-hero-section {
	background: #61858d;
	position: relative;
	overflow: hidden;
}
#inside-page-hero-section img {
	display: block;
	width: 100%;
	max-height: 407px;
	object-fit: cover;
	opacity: 0.2;
	min-height: 200px;
}
#inside-page-hero-section .wrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 20px;
	text-align: center;
}
#inside-page-hero-section .caption-wrap {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 13px 25px;
}
#inside-page-hero-section h1 {
	color: #fff;
}

/*
Blog Styling
---------------------------------------------------------------------------------------------------- */

.blog .content:after,
.archive .content:after {
	content: '';
	clear: both;
	display: block;
}
.blog .content article,
.archive .content article {
	background: #fbfbfb;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.11);
	float: left;
	width: 48%;
	margin-right: 4%;
}
.blog .content article:nth-child(2n+2),
.archive .content article:nth-child(2n+2) {
	margin-right: 0;
}
.blog .content article:nth-child(2n+2) + article,
.archive .content article:nth-child(2n+2) + article {
	clear: both;
}
.featured-image img {
	display: block;
	width: 100%;
}
.blog .entry-header,
.archive .entry-header {
	padding: 24px 10px 0;
}
.entry-header .entry-meta {
	font-size: 18px;
	padding: 0 50px 15px;
	background: url(images/calendar-icon.png) no-repeat 22px top;
	border-bottom: 1px solid rgb(0 0 0 / 0.2);
}
.blog h2.entry-title,
.archive h2.entry-title {
	padding: 12px 25px 0;
}
.blog .entry-content,
.archive .entry-content {
	font-size: 19px;
	padding: 0 25px 15px;
	line-height: 1.35;
}
.entry-footer {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 25px 10px;
}
.entry-content > .addtoany_content {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
h2.entry-title {
	font-size: 24px;
}
.read-more {
	display: inline-block;
}
body .addtoany_content {
	padding: 10px 0 4px;
	border-top: 1px solid #1b263c;
	border-bottom: 1px solid #1b263c;
}

.content-sidebar .content h1.entry-title {
	font-size: 35px;
}
.sidebar .widget-title {
	color: #616265;
	font-size: 26px;
	font-weight: 700;
}

.search .content article {
	margin-bottom: 15px;
}

#featured-image {
	text-align: center;
	margin-bottom: 20px;
}


ul.news_item_list {
	margin-left: 0;
}
ul.news_item_list li {
	clear: both;
	display: block;
	font-size: 20px;
	margin-bottom: 40px;
}
ul.news_item_list img {
	max-width: 100px;
	display: block;
	float: left;
	margin-right: 15px;
}
ul.news_item_list h3 {
	font-size: 20px;
}


/*
single post styling
---------------------------------------------------------------------------------------------------- */

.single .entry-header .entry-meta {
	padding-left: 30px;
	background-position: left top;
	margin-bottom: 20px;
}
.single .entry-footer {
	padding: 20px 0 0;
}

/*
Conact Page Styling
---------------------------------------------------------------------------------------------------- */

.contact-info-widget {
	font-size: 20px;
}

/*
tab style styling
------------------------------------------------- */

#page-container .tab-style :focus {
    outline: none;
}
#page-container .tab-style .sow-tabs-tab-container {
	background: transparent;
	padding: 0;
	display: table;
	margin: 0 auto;
}
#page-container .tab-style .sow-tabs-tab {
	background: #fff0;
	border: none;
	border-radius: 10px;
	color: #616265;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0 100px 0 0;
}
#page-container .tab-style .sow-tabs-tab:last-child {
	margin-right: 0;
}
#page-container .tab-style .sow-tabs-title {
	display: inline-block;
}
#page-container .tab-style .tab-icon {
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
}
#page-container .tab-style .tab-icon:before {
	content: '';
	display: block;
	-webkit-box-shadow: inset 0px 0px 0px 11px #006e86;
	-moz-box-shadow: inset 0px 0px 0px 11px #006e86;
	box-shadow: inset 0px 0px 0px 11px #006e86;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 5;
	opacity: 0;
}
#page-container .tab-style .tab-icon:after {
	content: '';
	display: block;
	width: 99px;
	height: 47px;
	background: url(images/active-btm-arrow.png) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: -35px;
	right: 0;
	margin: auto;
	opacity: 0;
}
#page-container .tab-style .sow-tabs-tab:hover .tab-icon:before {
	-webkit-box-shadow: inset 0px 0px 0px 6px #006e86;
	-moz-box-shadow: inset 0px 0px 0px 6px #99ff97;
	box-shadow: inset 0px 0px 0px 6px #006e86;
}
#page-container .tab-style .sow-tabs-tab-selected .tab-icon:before,
#page-container .tab-style .sow-tabs-tab:hover .tab-icon:before,
#page-container .tab-style .sow-tabs-tab-selected .tab-icon:after {
	opacity: 1;
}
#page-container .tab-style img.sow-tab-icon-image {
	width: 206px;
	height: 206px;
	display: block;
	border-radius: 50%;
}
.tab-style .tab-title {
	color: #404040;
	font-size: 25px;
	font-family: 'Candara';
	display: block;
	text-align: center;
}
#page-container .tab-style .sow-tabs-panel-container {
	background: #fff0;
}
#page-container .tab-style .sow-tabs-panel {
	padding: 46px 0 0;
}
#page-container .tab-style .sow-tabs-panel-content {
	font-size: 20px;
	max-width: 1090px;
	margin: 0 auto;
	line-height: 1.5;
}
.tab-style h5 {
	color: #616265;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
}

/*
decatur page styling
---------------------------------------------------------------------------------------------------- */

#page-container .decatur-section .col-bg {
	background-size: cover;
	padding: 200px 0;
}
#page-container .decatur-section .col-bg .so-widget-sow-image {
	width: 90%;
	max-width: 600px;
	margin-left: -8%;
}
#page-container .decatur-section .so-widget-sow-editor {
	max-width: 700px;
	padding: 0 50px;
	margin: 0 auto;
}
.decatur-section h5 {
	color: #006e86;
	text-transform: uppercase;
}



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

@media only screen and (min-width: 981px) {
	
	/*
	.home .site-header .wrap {
		max-width: 1920px;
		padding: 10px 50px 0;
	}
	*/
	.home .entry-content > .panel-layout > div:not(:first-child),
	.home .entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 1920px;
	}
	
	.home .site-header:not(.shrink) {
		background-color: transparent;
	}
	.home .site-header:not(.shrink) .site-logo {
		display: none;
	}
	.home .site-header:not(.shrink) .light-logo {
		display: inline-block;
	}
	.home .site-header:not(.shrink) .light-logo {
		display: inline-block;
	}
	.home .site-header:not(.shrink) .genesis-nav-menu > li > a {
		color: #fff;
	}
	.site-header.shrink {
		background: #404040;
	}
	.home .genesis-nav-menu > li:first-child a {
		margin-left: 0;
	}
	.shrink .genesis-nav-menu a {
		color: #ffffff;
	}
	.site-header + div {
		margin-top: 110px;
	}
	.home .site-header + div {
		margin-top: 0;
	}
	
}

@media only screen and (min-width: 1550px) {
	
	.home .title-area {
		width: 320px;
		padding-top: 11px;
	}
	.home .header-widget-area .widget_sow-editor {
		padding-bottom: 30px;
	}
	.home .site-header .button {
		font-size: 27px;
		padding: 5px 15px;
	}
	.home .genesis-nav-menu a {
		font-size: 25px;
		padding: 0 50px 12px;
	}
	.home .genesis-nav-menu > li > ul {
	    margin: 0;
    }
    .home .button {
		font-size: 24px;
		padding: 15px 60px;
	}
	#inner-banner-section .large-screen-banner {
		display: block;
	}
	#inner-banner-section .normal-screen-banner {
		display: none;
	}

}

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 960px;
	}

	.content {
		width: 580px;
	}

	body #page-container #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link {
		padding: 0 15px;
	}
	.genesis-nav-menu a {
		padding: 0 10px 10px;
	}
	.home-hero-section h1 {
		font-size: 55px;
	}
	.home-hero-section {
		min-height: 600px;
		padding-top: 185px;
	}
	.box-gradient-widget .so-widget-sow-editor {
		padding: 40px;
	}
	.box-gradient-widget h4 {
		font-size: 35px;
		line-height: 1.45;
	}
	.serving-year-widget h2 {
		font-size: 40px;
	}
	.serving-year-widget h2 em {
		font-size: 50px;
	}
	.serving-year-widget li {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.cta-section h2 {
		font-size: 40px;
	}
	.latest-news-section .widget_siteorigin-panels-postloop {
		margin-left: -10px;
		margin-right: -10px;
	}
	.latest-news-section .news-wrap {
		padding: 0 10px;
	}
	.news-info h4 {
		font-size: 25px;
	}
	.footer-menu-section li {
		margin-left: 20px;
	}
	h1 {
		font-size: 40px;
	}
}

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

	.wrap,
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 750px;
	}

	.site-header {
		position: relative;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

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

	body {
		font-size: 20px;
	}
	.title-area {
		float: none;
		width: 225px;
		margin: 0 auto;
	}
	.site-header .widget-area {
		float: none;
	}
	.home-hero-section {
		min-height: auto;
		padding-top: 115px;
	}
	.home-hero-section .banner-logos-panel {
		padding: 0;
		width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		padding-bottom: 40px;
	}
	.serving-year-widget h2 {
		font-size: 30px;
	}
	.serving-year-widget li {
		font-size: 25px;
	}
	.box-gradient-widget h4 {
		font-size: 30px;
	}
	.about-us-section .widget-title {
		font-size: 40px;
	}
	.list-style-check li:before {
		width: 35px;
		height: 35px;
		background-size: contain;
	}
	.list-style-check li {
		padding-left: 50px;
		margin-bottom: 55px;
		font-size: 20px;
	}
	.member-thumbnail {
		margin-bottom: 30px;
	}
	.member-content {
		font-size: 20px;
	}
	.list-style-check li strong {
		font-size: 25px;
	}
	.cta-section h2 {
		font-size: 35px;
	}
	h1 {
		font-size: 30px;
	}
	#page-container .tab-style img.sow-tab-icon-image {
		width: 140px;
		height: 140px;
	}
	#page-container .tab-style .tab-icon:before {
		-webkit-box-shadow: inset 0px 0px 0px 7px #006e86;
		-moz-box-shadow: inset 0px 0px 0px 7px #006e86;
		box-shadow: inset 0px 0px 0px 7px #006e86;
	}
	#page-container .tab-style .tab-icon:after {
		width: 85px;
		height: 41px;
		bottom: -27px;
		background-size: contain;
	}
	#page-container .tab-style .sow-tabs-tab {
		margin: 0 40px 0 0;
	}
	.grid-img-text-section .widget_sow-editor {
		padding: 50px 25px 0 35px;
	}
	/*
	.home #page-container #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link, 
	#page-container .site-header.shrink #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
		color: #404040;
	}
	*/
		
}

@media only screen and (max-width: 780px) {
	
	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;		
	}

	.wrap {
		padding-right: 5%;
		padding-left: 5%;
	}
	.entry-content > .panel-layout > div:not(:first-child),
	.entry-content > .panel-layout > div:first-child .panel-layout {
		max-width: 90%;
	}

	.genesis-nav-menu a {
		padding: 10px 0;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
        position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 10px 0;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.genesis-responsive-menu {
		/* display: none; */
		width: 100%;
	}

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

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

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.title-area {
		/*float: left;*/
		padding-top: 10px;
	}
	#page-container .mobile-rtl-col-section > div:first-child {
		order: 2;
		margin-bottom: 0;
		padding-top: 30px;
	}
	.header-widget-area .widget_sow-editor {
		display: none;
	}
	#page-container .home-hero-section .sow-image-container {
		align-items: center;
	}
	#page-container .home-hero-section .sow-image-container img {
		margin: 0 auto;
	}
	.menu-toggle {
		margin-top: 15px;
	}
	.home-hero-section {
		padding-top: 65px;
		margin-bottom: 40px;
	}
	.home-hero-section .large-container {
		padding: 0 5%;
	}
	.home-hero-section h1 {
		font-size: 35px;
		text-align: center;
	}
	.box-gradient-widget {
		padding: 25px 25px 25px 0;
	}
	.serving-year-widget {
		padding: 0 25px 20px;
	}
	.serving-year-widget li {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.large-container {
		display: block;
	}
	#page-container .large-container .panel-grid-cell {
	    width: 100%;
	}
	#page-container .home-hero-section .banner-logos-panel .panel-grid {
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#page-container .home-hero-section .banner-logos-panel .panel-grid-cell {
		width: 33.3333%;
		padding: 0 10px;
	}
	.member-thumbnail img {
		max-width: 100%;
	}
	.about-us-section .list-style-check {
		padding-top: 30px;
	}
	#page-container .expertise-logo-row {
		padding-left: 0;
	}
	#page-container .expertise-logo-row img {
		margin: 0 auto;
	}
	.serving-client-widget .widget-title {
		font-size: 35px;
		margin-bottom: 40px;
	}
	body #page-container .serving-client-section .left-icon-widget {
		background-size: 40px;
		font-size: 20px;
		padding-left: 55px;
		margin: 0 auto 10px;
	}
	.left-icon-widget .widget-title {
		font-size: 27px;
	}
	.cta-section .so-widget-sow-editor {
		padding: 50px 25px 60px 0;
	}
	.cta-section h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.latest-news-section h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	#page-container .latest-news {
		padding-bottom: 0;
	}
	#page-container .latest-news article {
		margin-bottom: 20px;
	}
	.tns-nav button {
		width: 16px;
		height: 16px;
		margin: 0 2px;
	}
	.footer-menu-section {
		text-align: center;
		padding-bottom: 20px;
	}
	.footer-menu-section li {
		margin: 0 10px 5px;
	}
	.footer-menu-section .menu li {
		display: table;
		margin: 0 auto 9px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 23px;
	}
	.focus-section h2 {
		text-align: center;
	}
	.who-we-work-section {
		padding-top: 45px;
		padding-bottom: 15px;
	}
	.who-we-work-section.work-section-style3 {
		margin-bottom: 40px;
	}
	.work-section-style2 .panel-layout {
		padding-left: 0;
		margin-top: 0;
	}
	.work-section-style2:before, 
	.work-section-style3:before {
		right: -50%;
		bottom: 0;
	}
	body #page-container .plans-section {
		padding-top: 45px;
	}
	.plans-section:before {
		left: -5%;
		background-position: left top;
	}
	.plans-section:after {
		left: -5%;
	}
	.plans-section .panel-layout {
		margin-right: 0;
		margin-left: 0;
	}
	.consultation-cta h2 {
		font-size: 30px;
	}
	.latest-posts {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	.latest-posts .recent-post {
		max-width: 430px;
		width: 100%;
		margin: 0 auto 40px;
		float: none;
	}
	.latest-posts .recent-post:last-child {
		margin-right: auto;
	}
	body {
		font-size: 18px;
	}
	.site-footer {
		font-size: 16px;
	}
	.title-style h2,
	.who-we-work-section .panel-layout h2 {
		font-size: 30px;
	}
	.grid-img-text-section {
		padding-bottom: 0;
	}
	.grid-img-text-section .widget_sow-editor:before {
		width: 100%;
	}
	.grid-img-text-section .widget_sow-editor {
		padding: 40px 25px 0;
	}
	.grid-img-text-section .so-widget-sow-image {
		margin-top: 0;
	}
	.bottom-dots-overlap-bg-section {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bottom-dots-overlap-bg-section.left-bg-section:before {
		right: -5%;
	}
	.bottom-dots-overlap-bg-section:before {
		left: -5%;
	}
	.schedule-call-section:before {
		right: -5%;
	}
	.latest-news-section h2 {
		text-align: center;
		margin-bottom: 0;
	}
	.latest-news-section .widget_siteorigin-panels-postloop {
		max-width: 430px;
		margin: 0 auto;
	}
	#page-container .focus-section .panel-grid {
		font-size: 16px;
		display: flex;
		-webkit-flex-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 10px;
	}
	#page-container .focus-section .panel-grid .panel-grid-cell {
		width: 25%;
	}
	#page-container #grid-logos-section {
		display: flex;
		-webkit-flex-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
		flex-wrap: wrap;
	}
	#page-container #grid-logos-section .panel-grid-cell {
		width: 33.33%;
		padding: 0 10px;
	}
	h2 em {
		display: inline-block;
	}
	#page-container #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: block;
	}
	.plans-section .panel-layout .panel-grid-cell {
		max-width: 430px;
	}
	.list-style {
		padding-top: 0;
	}
	div#pgc-w6012b5702d4d1-0-0 {
		margin-bottom: 0;
	}
	#page-container .decatur-section {
		padding-top: 50px;
	}
	#page-container .decatur-section .col-bg {
		padding: 100px 0;
	}
	#page-container .decatur-section .col-bg .so-widget-sow-image {
		width: 90%;
		margin: 0 auto;
	}

}

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

	.blog .content article, 
	.archive .content article {
		background: #fbfbfb;
		box-shadow: 0 0 15px rgb(0 0 0 / 0.11);
		float: left;
		width: 100%;
		margin-right: 0;
	}
	#page-container .focus-section .panel-grid .panel-grid-cell:nth-child(1) {
		width: 100%;
	}
	#page-container .focus-section .panel-grid .panel-grid-cell:not(:first-child) {
		flex: 1;
	}
	#page-container .tab-style img.sow-tab-icon-image {
		width: 80px;
		height: 80px;
	}
	#page-container .tab-style .sow-tabs-tab {
		margin: 0 15px 0 0;
	}
	#page-container .tab-style .tab-icon:after {
		width: 55px;
		height: 30px;
		bottom: -16px;
		background-size: contain;
	}
	#page-container .tab-style .tab-icon {
		margin-bottom: 20px;
	}
	.tab-style .tab-title {
		font-size: 14px;
	}
	#page-container .tab-style .sow-tabs-panel-content {
		font-size: 16px;
	}

}

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

	.site-header{
		height: 138.8px;
	}
	.title-area {
		width: 192px;
		height: 83.8px;
	}
	
	.site-logo{
		height: 63.8px;
	}

	#inner-banner-section{
		min-height: 200px;
	}
}

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