/*
	Theme Name:			Moli Theme
	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.1.8
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

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

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


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

html {
	box-sizing: border-box;
}

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

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

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

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

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


@import url("https://use.typekit.net/men7cbb.css");


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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #390f3d;
	font-family: embarcadero-mvb-pro, sans-serif; 
	font-size: 18px;
	font-weight: 400;
	line-height: 1.85;
}

body .larger-text{
	font-size:20px;
	font-weight:500;
}

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

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

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

a {
	color: #0073e5;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

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

p {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #007940;
	font-family: embarcadero-mvb-pro, sans-serif; 
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 70px;
}

h3 {
	font-size: 45px;
}

h4 {
	font-size: 40px;
}

h5 {
	font-size:28px;
}

h6 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position:relative;
	color:#B14C23;
	margin-bottom:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	line-height:1.2;
}

h6:before {
	display:block;
	content:"";
	width:33px;
	height:3px;
	background:#FFA400;
}

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

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

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

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 14px 20px;
	width: 100%;
	 margin-bottom: 17px;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

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

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #B14C23;
	border: none;
	border-radius: 40px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 43px;
	font-size:18px;
	width: auto;
	display: inline-block;
	min-width: 215px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	position:relative;
	z-index:99;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #007940;
	text-decoration: none;
}

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

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

.tablepress-id-2 th.column-1 {
    background: #545554;
    color: #fff;
    font-size: 25px;
}
.tablepress-id-2 td.column-1 {
    background: #bebebe;
}
.tablepress>:where(thead,tfoot)>*>th {
	background-color: #fff;
}

.tablepress-id-2 th.column-2 {
    background: #fff;
    line-height: 1.3em;
}
th {
	line-height: 1.3em;
}
td {
     line-height: 1.5em;
}

.tablepress-id-3 th.column-1,
.tablepress-id-3 th.column-2,
.tablepress-id-3 th.column-3,
.tablepress-id-6 th.column-1,
.tablepress-id-6 th.column-2,
.tablepress-id-6 th.column-3,
.tablepress-id-7 th.column-1,
.tablepress-id-7 th.column-2,
.tablepress-id-7 th.column-3{
    background: #bebebe;
	line-height: 1.2em;
}

.tablepress-id-6 th.column-1,
.tablepress-id-6 th.column-2,
.tablepress-id-6 th.column-3,
.tablepress-id-7 th.column-1,
.tablepress-id-7 th.column-2,
.tablepress-id-7 th.column-3{
	min-width:185px;
}

.tablepress-id-3 th.column,
.tablepress-id-6 th.column,
.tablepress-id-7 th.column{
	line-height: 1.3em;
}
#tablepress-4 td.column-1 {
	line-height: 1.3em;
}

#tablepress-4 th.column-1 {
	background: #bebebe;
	padding: 25px 21px;
	font-size: 25px;
}
#tablepress-4 th.column-2 {
    background: #fff;
    padding: 25px 21px;
}

#tablepress-4 td.column-1 {
    font-weight: 700;
}
#tablepress-4 em {
    font-size: 25px;
    font-style: normal;
}

#tablepress-4 tr.row-12 ,
#tablepress-4 tr.row-8,
#tablepress-4 tr.row-4,
#tablepress-4  tr.row-2 {
	background: #bebebe;
}
#tablepress-5 th.column-1 {
	background: #bebebe;
	font-size: 25px;
}

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

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

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

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

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

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

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


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

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


/* Content */

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

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

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

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

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

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

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

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

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

.site-header {
	position: relative;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	border-bottom: 4px solid #FFA400;
	background:#fff;
}

.sticky .site-header {
	position: fixed;
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
	z-index: 9999;
}

.site-header + * {
	margin-top: 0px;
}

.home .site-header + * {
	margin-top: 0;
}

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

.title-area {
	float: left;
	padding: 0px 0 8px;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	width: 255px;
	height: 100px;
}

.title-area a video {
	height: 100%;
}

/* Full width header, no widgets */

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

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

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

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

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

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

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

.genesis-nav-menu a {
	border: none;
	color: #390f3d;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0 25px 5px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #007940;
}

.genesis-nav-menu > .menu-item > a {
	position:relative
}

.genesis-nav-menu > .menu-item > a:before {
	content:"";
	display:block;
	background-image:url('images/left-orange-bracket.webp');
	width:12px;
	height:30px;
	position:absolute;
	left:20px;
	bottom:3px;
	transition: all 0.2s linear;
	opacity:0;
}

.genesis-nav-menu > .menu-item > a:after {
	content:"";
	display:block;
	background-image:url('images/right-orange-bracket.webp');
	width:12px;
	height:30px;
	position:absolute;
	right:20px;
	bottom:3px;
	transition: all 0.2s linear;
	opacity:0;
}

.genesis-nav-menu > .menu-item > a:hover:before{
	opacity:1;
	left:0px;
}

.genesis-nav-menu > .menu-item > a:hover:after{
	opacity:1;
	right:0px;
}

.genesis-nav-menu .sub-menu {
	background: #FFA400;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 3px;
	width: 165px;
	z-index: 99;
	border-radius:10px;
	text-align:center;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background: transparent;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	color:#390f3d;
	text-align:center;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: transparent;
	color: #fff;
}

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

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

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

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

.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-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

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

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

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

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

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.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;
	font-size: 25px;
}

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

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

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

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

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

.menu-toggle::before {
	font-size: 35px;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

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

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

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

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

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

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

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

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

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

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

.sidebar {
	float: right;
	width: 340px;
}

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

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

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

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

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

.sidebar .widget {
	margin-bottom: 40px;
}

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

.site-footer {
	background-color: #262443;
	padding: 70px 0 79px;
	font-family: 'Barlow';
	font-size:16px;
}

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

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

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

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

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 100px;
}

.bottom-gap {
	padding-bottom: 100px;
}

.top-gap-small {
	padding-top: 35px;
}

.bottom-gap-small {
	padding-bottom: 35px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: #007940;
	padding-top:284px;
	padding-bottom:284px;
}

.dark-bg-section * {
	color: #FFA400;
}

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

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height:460px;
	padding: 50px 0 50px;
}

.hero-panel.vertically-centered{
	padding: 50px 0 50px;
}

.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.hero-panel * {
	color: #fff;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	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%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 700px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 48px;
	margin-bottom: 10px;
	line-height: 40px;
}

.site-inner ul li:before {
	content: '';
	background: url("images/small-tick-icon.png");
	width: 25px;
	height: 19px;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
}

.site-inner ul.wsp-pages-list li{
	padding-left:0px;
}

.large-body {
	font-size: 25px;
}

.site-inner ul.wsp-pages-list li::before{
	display:none;
}

.site-inner .list-type-two ul li:before {
	background: url("images/arrow-type-2.png");
	width:12px;
	height:22px;
	top:8px;
}

.site-inner .list-type-two ul li{
	margin-bottom:35px;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 880px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #007940;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

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

#page-container .gfield label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 35px;
	padding-bottom:0px;
	display:block;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

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

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

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

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

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	font-weight: 700 !important;
	font-family: 'Poppins', sans-serif !important;
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: #082C50 !important;
	background-color: #082C50 !important;
	color: #fff !important;
}

/*-----------------------------------------CUSTOM STYLING-------------------------------------------*/

.home .hero-row {
/* 	padding: 35px 0 0px; */
	margin-bottom:0px;
}

.hero-row {
	padding: 0px;
	position: relative;
	margin-bottom: 50px;
}

.hero-row h5{
	margin-bottom:25px;
}

.hero-row .so-panels-full-wrapper{
	max-width:1330px;
	width:1330px;
	position:relative;
	z-index:99;
}

.hero-row .so-panels-full-wrapper .panel-grid-cell:last-child .so-widget-image{
	margin-bottom:-125px;
}

.home .hero-row .so-panels-full-wrapper .panel-grid-cell:last-child .so-widget-image{
	margin-bottom:0px;
}

.hero-row .so-panels-full-wrapper .panel-grid-cell:first-child p img{
	margin-right:30px;
}

.hero-row *{
	color:#fff;
}

.hero-row::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 578px;
	height: 100%;
	background: url("images/hero-left-dots.png");
	z-index: 9;
}

.hero-row::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 439px;
	height: 100%;
	background: url("images/hero-right-dots.png");
	z-index: 9;
}

.home .hero-row::after {
	background: url("images/home-hero-dots.png");
	width: 680px;
}

.home .hero-row::before{
	display:none;
}

.hero-row h4{
	margin-bottom:30px;
}

.icon-style-list .so-panel{
	margin-bottom:20px !important;
	line-height:1.5;
}

.icon-style-list img{
	margin:0px 15px 0 0 ;
}

.icon-style-list .siteorigin-widget-tinymce p{
	display:flex;
	align-items:center;
}

.two-phones-panel .panel-grid-cell:last-child .sow-image-container{
	margin-top:-25px;
}

.spirals-panel{
	padding-top:200px;
	padding-bottom:100px;
	background-image:url("images/dot-spirls-background.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	counter-reset: line;
}

.home .spirals-panel{
	margin-top: -240px;
}

.spirals-panel .so-panels-full-wrapper{
	max-width:1290px;
}

.spirals-panel h2{
	color:#fff;
}

.moli-is-panel .siteorigin-widget-tinymce p{
	display:flex;
	align-items:baseline;
	justify-content:center;
	font-weight: 700;
	font-size: 40px;
	line-height: 34px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:#fff;
	gap:20px;
}

.how-to-moli .panel-grid-cell:last-child{
	margin-top:70px;
}

.how-to-moli .panel-grid-cell:last-child .so-panel{
	margin-bottom:30px !important;
	counter-increment: line;
}

.how-to-moli .panel-grid-cell:last-child .siteorigin-widget-tinymce p{
	background: #B14C23;
	border-radius: 40px;
	color:#fff;
	position:relative;
	padding: 8px 8px;
	font-weight:700;
}

.how-to-moli .panel-grid-cell:last-child .so-panel .siteorigin-widget-tinymce p:before{
	display:inline-block;
	content:counter(line);
	height:50px;
	width:50px;
	color:#B14C23;
	background:#fff;
	border-radius:100%;
	text-align:center;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin-right:15px;
	padding-top: 8px;
}

#page-container .how-to-moli{
	background:#fff;
	border-radius: 40px;
	padding:84px 65px 70px 65px;
	max-width: 1290px;
}

.how-to-moli h6{
	justify-content:left;
}

.app-store img{
	margin-right:30px;
}

.lets-moli-mobile-slider-panel,
.lets-moli-mobile-slider-panel .panel-layout .panel-grid{
	max-width:1240px !important;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.spining-icon.aos-animate img{
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	margin-bottom:0px;
}

.spining-icon video{
	max-height:154px;
}

.lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child{
	background-image:url("images/mobile-slider-dot-bg.png");
	background-repeat:no-repeat;
	background-position:center top 100px;
}

.home .lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child{
	margin-top:-100px;
}

.lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child  .widget_siteorigin-panels-builder .panel-grid-cell{
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top:0px;
}

.mobile-simulator-slider .so-widget-image{
	margin: 19px auto 0px;
    position: relative;
    left: 0px;
}

.lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .tns-outer {
	background-image: url("images/mobile-image.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 389px;
	margin:0 auto;
	position:relative;
}

.lets-moli-mobile-slider-panel .panel-grid-cell:last-child .so-widget-sow-image{
	max-width: 285px;
	margin: 0 auto 125px;
	overflow: hidden;
}

.lets-moli-mobile-slider-panel .so-widget-sow-image .widget-title{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}

.lets-moli-mobile-slider-panel #tns2-iw {
	max-width: 290px;
	margin: 0 auto;
	overflow:hidden;
}

body .tns-controls  {
	position: absolute;
	top: 40%;
	width: calc(100% + 80px);
	min-height: 55px;
	left: -40px;
}

body .tns-controls:focus  {
	outline: 1px solid #000;
}

body .tns-outer .tns-controls [aria-controls]{
	width:30px;
	height:53px;
	background-repeat:no-repeat;
	font-size:0px;
	background-color:transparent;
	border:0px;
	position:absolute;
}

body .tns-outer .tns-controls [aria-controls]:hover{
	background-position:0 -53px;
}

body .tns-outer .tns-controls [data-controls="prev"]{
	background-image:url("images/mobile-slide-left-arrow.png");
	left:0px;
}

body .tns-outer .tns-controls [data-controls="next"]{
	background-image:url("images/mobile-slide-right-arrow.png");
	right:0px;
}

body .tns-nav {
	position: absolute;
	bottom: 110px;
	text-align:center;
	width:100%;
}

body .tns-outer .tns-nav [aria-controls]{
	background:#D9D9D9;
	width:13px;
	height:13px;
	border-radius:100px;
	border:0px;
	margin:0 15px;
}

body .tns-outer .tns-nav .tns-nav-active{
	background:#B14C23;
}

.faq-moli-icon{
	margin-top:-93px;
	margin-bottom: 25px;
	position:relative;
}

.faq-panel h6{
	color:#390f3d;
}

.faq-enteries{
	position:relative;
	z-index:99;
}

.faq-enteries:before{
	content:"";
	display:block;
	width:693px;
	height:684px;
	position:absolute;
	top:-80px;
	right:-185px;
	background:url("images/faq-dots-bg.png");
	z-index:-1;
}

.faq-enteries:after{
	content:"";
	display:block;
	width:693px;
	height:684px;
	position:absolute;
	bottom:-90px;
	left:-185px;
	background:url("images/faq-dots-bg.png");
	z-index:-1;
}

.faq-enteries .panel-grid-cell .so-panel .panel-widget-style{
	padding:52px 58px 50px 50px;
	background:#fff;
	border-radius:40px;
	margin-bottom:35px !important;
}

.lets-moli{
	
}

#page-container .bracketed-image,
.home-hero-right-graphic .panel-layout{
	max-width: 930px !important;
	margin:0 auto;
}

#page-container .bracketed-image .panel-grid-cell,
.home-hero-right-graphic .panel-layout .panel-grid{
/* 	display:flex;
	justify-content:center; */
	position:relative;
}

#page-container .bracketed-image .panel-grid-cell .so-panel,
.home-hero-right-graphic .panel-layout .panel-grid .panel-grid-cell .so-panel{
	position:relative;
	z-index:99;
}

#page-container .bracketed-image .panel-grid-cell .so-panel:first-child{
	position:absolute;
	left:50px;
	top:50px;
	z-index:9;
}

#page-container .bracketed-image .panel-grid-cell .so-panel:last-child{
	position:absolute;
	right:50px;
	top:50px;
	z-index:9;
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child{
	position:absolute;
	left:0px;
	z-index:9;
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child{
	position:absolute;
	right:0px;
	z-index:9;
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child,
.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child{
	top:50%;
	transform:translatey(-50%);
	max-width:190px;
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child [data-aos="slide-right"] {
	transform: translateX(-60%);
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child [data-aos="slide-left"]{
	transform: translateX(60%);
}

.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child [data-aos^="slide"][data-aos^="slide"].aos-animate,
.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child [data-aos^="slide"][data-aos^="slide"].aos-animate{
	transform: translate(0);
}

.site-footer ul li{
	display:inline-block;
	padding:0 13px;
	border-right:1px solid #fff;
	line-height: 0.8;
}

.site-footer ul li:first-child{
	padding-left:0px;
}

.site-footer ul li:last-child{
	border-right:0px;
}

.footer-creds{
	border-top:1px solid #fff;
	padding:30px 0px;
	font-size:13px;
	margin-top:65px;
}

.footer-social a{
	margin-left:15px;
	position: relative;
	top: 5px;
	font-size: 26px;
}

.footer-links a{
	padding:0 15px;
	line-height: 0.8;
}

.footer-links a:first-child{
	padding-left:0px;
}

.copyrights{
	font-size:13px;
}

.site-footer .copyrights a{
	color:#fff;
	text-decoration:underline;
}

.highlights-panel .so-panels-full-wrapper {
	max-width: 1290px;
}

.highlights-panel .how-to-moli .panel-grid-cell:last-child .so-panel {
	margin-bottom: 22px !important;
}

.left-align-heading h6{
	justify-content:left;
}

.highlights-panel h4{
	color:#fff;
}

.callout-panel{
	margin-top:150px;
	position:relative;
}

.callout-panel::before {
  content: "";
  display: block;
  width: 368px;
  height: 411px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("images/callout-dots-left.png");
  z-index: 1;
}

.callout-panel::after {
  content: "";
  display: block;
  width: 371px;
  height: 362px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url("images/callout-dots-right.png");
  z-index: 1;
}

.static-mobile-image{
	position:relative;
	background-image: url("images/mobile-slider-dot-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.static-mobile-image img{
	margin:0 auto;
}

.lets-moli-mobile-slider-panel h2{
	margin-bottom:0px;
}

.lets-moli-mobile-slider-panel .panel-grid-cell:last-child .static-mobile-image .so-widget-sow-image{
	margin-bottom:0px;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child,
.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child,
.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child,
.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child,
.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child{
	background-image: url("images/mobile-slider-dot-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container,
.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container,
.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container,
.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container,
.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container{
	background-image: url("images/mobile-image.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 389px;
	min-height:698px;
	margin: 0 auto;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .so-widget-image{
	margin: 45px auto 0;
	position: relative;
	left: -7px;
}

.steps-moli-mobile-slider-panel{
	position:relative;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce{
	padding:35px 40px 29px 45px;
	background: #C0E3E9;
	border-radius: 30px;
	max-width:570px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p,
.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p,
.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p,
.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p,
.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p{
	display:flex;
	align-items:center;
	gap: 20px;
}

.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p img.alignnone,
.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p img.alignnone,
.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p img.alignnone,
.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p img.alignnone,
.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p img.alignnone{
	margin-bottom: 0;
}

.site-inner .steps-moli-slider ul li::before{
	display:none;
}

body .steps-moli-mobile-slider-panel .tns-controls {
	bottom: 28%;
	top:inherit;
	width: auto;
	right: 15%;
	z-index: 999;
}

body .steps-moli-mobile-slider-panel .tns-outer .tns-controls [aria-controls]{
	position:relative;
	width:90px;
	height:24px;
}

body .steps-moli-mobile-slider-panel .tns-outer .tns-controls [aria-controls]:hover{
	background-position:0 0;
}

body .steps-moli-mobile-slider-panel .tns-outer .tns-controls [data-controls="prev"] {
	background-image: url("images/previous.png");
	width: 155px;
}

body .steps-moli-mobile-slider-panel .tns-outer .tns-controls [data-controls="next"] {
	background-image: url("images/next.png");
}

.faqs-row .sow-icon-fontawesome.sow-fas {
	color: #fff;
	font-size: 30px;
	top: 6px;
	position: relative;
}

.faqs-row .sow-accordion-title{
	font-size:22px;
	font-weight:700;
}

#page-container .contact-form-panel{
	padding:0px 100px 75px 100px;
	margin-top:160px;
	margin-bottom:100px;
	border-radius:15px;
}

#page-container .contact-form-panel .widget_sow-image{
	position:relative;
	margin-top:-90px;
}

.black-heading h5{
	color:#390f3d;
}

.contact-us-column{
	background: #C0E3E9;
	padding:30px 30px;
}


.additional-note{
	font-size:15px;
}

.tns-visually-hidden{
	background-color:#000;
	color:#fff;
}

.gform_heading{
	display:none;
}

body .gform_wrapper .gfield_required{
	color:#6F1906;
}

#genesis-footer-widgets a:focus{
	outline:1px solid #fff !important;
}

#genesis-footer-widgets.site-footer .copyrights a:focus{
	outline:1px solid #000 !important;
}

body .tns-outer .tns-controls [aria-controls]:focus{
	outline:1px solid #000 !important;
}

body .gform_legacy_markup_wrapper div.charleft{
	color:#000;
}

.lets-moli-mobile-slider-panel #tns3-iw {
	max-width: 285px;
	margin: 0 auto;
	overflow: hidden;
	left: -4px;
	position: relative;
}

body .steps-moli-mobile-slider-panel.two-column-layout .tns-controls{
	right: 12%;
	left:auto;
}

body .steps-moli-mobile-slider-panel.two-column-layout .tns-outer .tns-controls [data-controls="prev"]{
	margin-right: 35px;
}

span.tooltip{
	opacity:0;
	position:absolute;
	top:-22px;
	right:0px;
	left:0px;
	display:inline-block;
	color:#007940;
	text-align: center;
	font-size: 15px;
}

.genesis-nav-menu > .menu-item > a:hover span.tooltip,
.genesis-nav-menu > .menu-item > a:focus span.tooltip{
	opacity:1;
}

.image-slider.dark-bg-section{
	padding:0px 0px;
}

.moli-works-autocycle .widget_sow-image img.so-widget-image,
.footer-panel .sow-image-container img.so-widget-image{
	max-height:500px;
	object-fit:cover;
	object-position:center center;
}

.entry-content ul.wsp-posts-list li{
	padding-left:0px;
}

.entry-content ul.wsp-posts-list li:before{
	display:none;
}

.wsp-post {
	margin-top: 10px;
}

.home-video-panel iframe{
	margin:0 auto;
	display:block;
}

.left-align-text{
	background-position:left top !important;
}

.left-align-text h3{
	color:#007940;
}

.left-align-text h3 strong{
	color:#390f33;
}

.top-aligned-image{
	background-position:center top !important;
}

.footer-panel {
	position:relative;
}

.footer-panel .widget_sow-editor h3{
	color:#fff;
}

.left-bottom-aligned-text{
	min-height:550px;
}

.left-bottom-aligned-text{
	position:relative;
}

.left-bottom-aligned-text h3{
	color:#fff;
	position:absolute;
	bottom:40px;
	left:calc((100% - 1280px) / 2 );
}

.left-bottom-aligned-text.right-aligned h3{
	left:inherit;
	right:calc((100% - 1280px) / 2 );
	text-align:right;
}

.home .hero-row .so-panels-full-wrapper{
	position:static;
	max-width: 2000px;
	width: 2000px;
}

.home .hero-row .siteorigin-panels-stretch > .so-panels-full-wrapper > .panel-grid-cell:first-child {
	padding-left: calc((100% - 1280px) / 2);
}

.home-hero-right-graphic {
/* 	position: absolute;
	bottom: 0;
	right: calc((100% - 95%) / 2 );*/
	max-width: 740px; 
}

.top-aligned-image{
	background-position:center top !important;
}

.entry-content .tablepress br{
	display:block;
}

.large-body .gform_wrapper {
	font-size: 18px;
	line-height:1.4;
}

body .gform_wrapper.gravity-theme .field_description_above .gfield_description{
	padding-bottom:8px;
	font-size: 14px;
}

.scrollToTop{
    width:40px; 
    height:40px; 
    position:fixed;
    bottom:30px;
    right:40px;
    display:none;
}

.scrollToTop:hover{
    text-decoration:none;
}

.footer-logos a img.alignnone {
	margin-bottom: 0;
	max-height: 18px;
	object-fit: contain;
	margin-top: 3px;
	margin-right: 9px;
	width:auto;
}

body .gform_wrapper.gravity-theme .gfield_required {
	color: #912108;
}

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

@media only screen and (min-width: 1750px) {
	
	#footer-bg-panel{
		background-image:url('images/footer-home-blank-mobile.png') !important;
	}
	
}


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

	.home-hero-right-graphic{
		max-width:95%;
	}
	
}

@media only screen and (max-width: 1500px) {
	
	.hero-row .so-panels-full-wrapper {
		max-width: 1300px;
		width: 1300px;
	}
	
}

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

	.hero-row .so-panels-full-wrapper {
		max-width: 95%;
		width: 95%;
	}
	
	#page-container .how-to-moli {
		padding: 50px 35px 40px 50px;
		max-width: 95%;
	}
	
	.how-to-moli .panel-grid-cell:last-child .siteorigin-widget-tinymce p{
		font-size:16px;
	}
	
	.how-to-moli .panel-grid-cell:last-child .so-panel .siteorigin-widget-tinymce p:before {
		height: 40px;
		width: 40px;
		font-size: 22px;
		margin-right: 10px;
		padding-top: 7px;
	}
	
	h2 {
		font-size: 60px;
	}
	
	h3 {
		font-size: 45px;
	}
	
	.lets-moli-mobile-slider-panel, .lets-moli-mobile-slider-panel .panel-layout .panel-grid {
		max-width: 1200px!important;
	}
	
	.footer-panel .widget_sow-editor{
		padding-left:30px;
	}
	
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child, 
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child{
		max-width:150px;
	}
	
	.home .hero-row .siteorigin-panels-stretch>.so-panels-full-wrapper>.panel-grid-cell:first-child {
		padding-left: 35px;
	}
	
}

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

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 580px;
	}
	
	h1 {
		font-size: 45px;
	}
	
	h4 {
		font-size: 35px;
	}
	
	.hero-row h4 {
		margin-bottom: 30px;
	}
	
	.hero-row .so-panels-full-wrapper .panel-grid-cell:first-child p img {
		margin-right: 10px;
	}
	
	.top-gap {
		padding-top: 65px;
	}
	
	.bottom-gap {
		padding-bottom: 65px;
	}
	
	.top-gap-small {
		padding-top: 25px;
	}
	
	.bottom-gap-small {
		padding-bottom: 25px;
	}
	
	.home .spirals-panel{
		margin-top: -120px;
		padding-top: 155px;
	}
	
	#page-container .how-to-moli {
		padding: 35px 30px 30px 35px !important;
		max-width: 100%;
		display:block;
	}
	
	#page-container .how-to-moli .panel-grid-cell{
		width:100%;
	}
	
	.how-to-moli .panel-grid-cell:last-child .siteorigin-widget-tinymce p {
		font-size: 18px;
	}
	
	.how-to-moli .panel-grid-cell:last-child .button-style-text p{
		max-width:350px;
		margin:0 auto;
	}
	
	.dark-bg-section {
		padding-top: 184px;
		padding-bottom: 184px;
	}
	
	body .tns-outer .tns-controls [data-controls="prev"]{
		left:0px;
	}
	
	body .tns-outer .tns-controls [data-controls="next"]{
		right:0px;
	}
	
	.faq-moli-icon {
		margin-top: -60px;
		margin-bottom: 15px;
	}
	
	.site-footer ul li{
		padding:0 10px;
		font-size:15px;
	}
	
	.footer-creds{
		font-size:12px;
	}
	
	.callout-panel .siteorigin-widget-tinymce{
		position:relative;
		z-index:9;
	}
	
	body .steps-moli-mobile-slider-panel .tns-controls{
		right:10%;
	}
	
	body .tns-outer .tns-nav [aria-controls]{
		padding:0px;
	}
	
	.footer-panel .widget_sow-editor h3 {
		font-size: 35px;
	}
	
	.left-bottom-aligned-text {
		min-height: 390px;
	}
	
	.left-bottom-aligned-text h3{
		left:30px;
	}
	
	.left-bottom-aligned-text.right-aligned h3{
		right:30px;
	}
	
	.home .hero-row h1 {
		margin-bottom:10px;
	}
	
	.home .hero-row h4 {
		margin-bottom: 10px;
	}
	
	.home .hero-row .siteorigin-panels-stretch>.so-panels-full-wrapper>.panel-grid-cell:first-child{
		line-height:1.4;
	}
	
	.home .hero-row .siteorigin-panels-stretch>.so-panels-full-wrapper>.panel-grid-cell:first-child h4{
		font-size:30px;
	}
	
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child, .home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child {
		max-width: 110px;
	}
	
}

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

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 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: 5px 0;
		width: 100%;
	}

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

	.nav-header,
	.nav-primary {
		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%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.home .hero-panel {
		min-height: auto;
	}
	
	.hero-panel{
		min-height:700px;
	}

	.sidebar {
		padding-top: 50px;
		clear: both;
	}
	
	.home .spirals-panel {
		margin-top: 0;
	}
	
	.spirals-panel {
		padding-top: 100px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	h3 {
		font-size: 40px;
	}
	
	.lets-moli-mobile-slider-panel {
		padding-top: 35px;
		text-align: center;
	}
	
	.lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child{
		margin-top:20px;
	}
	
	.faq-moli-icon {
		margin-top: 0;
		margin-bottom: 15px;
		padding-top: 35px;
		position: relative;
		z-index: 9;
	}
	
	.faq-enteries .panel-grid-cell .so-panel .panel-widget-style {
		padding: 35px 30px 30px 30px;
	}
	
	#page-container .bracketed-image .panel-grid-cell .so-panel:first-child,
	#page-container .bracketed-image .panel-grid-cell .so-panel:last-child{
		top:0px;
	}
	
	#page-container .bracketed-image {
		max-width: 100% !important;
		margin: 50px auto 0;
	}
	
	.site-footer .so-widget-sow-image .sow-image-container img{
		margin:0 auto;
	}
	
	.site-footer{
		text-align:center;
	}
	
	.hero-row {
		padding: 65px 0 50px;
		text-align:center;
	}
	
	#page-container .how-to-moli{
		text-align:center;
	}
	
	.how-to-moli .panel-grid-cell:last-child .button-style-text p{
		text-align:left;
	}
	
	#page-container .sow-image-container .so-widget-image{
		margin:0 auto;
	}
	
	.hero-row .so-panels-full-wrapper .panel-grid-cell:last-child .so-widget-image {
		margin-bottom: 0;
	}
	
	.hero-row::before {
		width: 300px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	
	.hero-row::after {
		width: 380px;
		height: 100%;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	.entry-content ul{
		margin-bottom:0px;
	}
	
	.callout-panel{
		margin-top:0px;
	}
	
	body .steps-moli-mobile-slider-panel .tns-controls {
		right: 0;
		width: 100%;
		left: 0;
		text-align: center;
		bottom:0px;
	}
	
	.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
	.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
	.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
	.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce,
	.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce{
		margin:0 auto;
	}
	
	body .steps-moli-mobile-slider-panel.two-column-layout .tns-controls {
		right: 0;
	}
	
	#page-container .steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .so-widget-image {
		margin: 45px auto 0;
	}
	
	.steps-moli-mobile-slider-panel {
		padding-bottom: 50px;
		margin-bottom: 35px !important;
	}
	
	#page-container .contact-form-panel{
		max-width:95%;
		margin-bottom: 40px;
		margin-top: 110px;
	}
	
	.hero-row{
		margin-bottom:0px;
	}
	
	#page-container .contact-form-panel{
		margin-bottom:40px;
	}
	
	.home .lets-moli-mobile-slider-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child {
		margin-top: 0;
	}
	
	#page-container .mobile-simulator-slider .so-widget-image {
		margin: 54px auto 0;
	}
	
	.genesis-nav-menu > .menu-item > a{
		padding-top:22px;
	}
	
	span.tooltip{
		opacity:1;
		top: 0px;
		text-align: left;
		font-size: 15px;
	}
	
	.genesis-nav-menu > .menu-item:nth-child(3) > a,
	.genesis-nav-menu > .menu-item:nth-child(4) > a,
	.genesis-nav-menu > .menu-item:last-child > a {
		padding-top:5px;
	}
	
	.genesis-nav-menu > .menu-item > a:before,
	.genesis-nav-menu > .menu-item > a:after{
		display:none;
	}
	
	.footer-social .sow-image-container {
		justify-content: center;
	}
	
	.left-align-text {
		background-position: center top!important;
	}
	
	.left-align-text h3{
		font-size:30px;
	}
	
	.footer-panel .widget_sow-editor h3 {
		font-size: 30px;
	}
	
	.home .hero-row .so-panels-full-wrapper {
		max-width: 95%;
		width: 95%;
		padding: 0;
	}
	
	#page-container .bracketed-image, .home-hero-right-graphic .panel-layout {
		max-width: 100% !important;
	}
	
	.home-hero-right-graphic {
		max-width: 680px;
		position: relative;
		right: 0;
		margin: 0 auto !important;
		width: 736px;
		left: 0;
	}
	
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child, 
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child {
		max-width: 170px;
	}
	
	.hero-panel.vertically-centered.mobile-bottom-hero-text {
		padding: 450px 0 50px;
	}
	
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
	.site-footer ul li {
		padding: 0 8px;
		font-size: 14px;
	}
	
	#page-container .bracketed-image .panel-grid-cell .so-panel:first-child,
	#page-container .bracketed-image .panel-grid-cell .so-panel:last-child{
		max-width:150px;
	}
	
	br{
		display:none;
	}
	
	.icon-style-list .siteorigin-widget-tinymce p{
		font-size:16px;
	}
	
	.icon-style-list .app-store .siteorigin-widget-tinymce p{
		display:block;
	}
	
	.app-store img {
		display: block;
		margin: 0 auto 10px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	.how-to-moli .panel-grid-cell:last-child {
		margin-top: 0;
	}
	
	.spirals-panel {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	
	.how-to-moli h6 {
		justify-content: center;
	}
	
	.top-gap {
		padding-top: 45px;
	}
	
	.bottom-gap {
		padding-bottom: 45px;
	}
	
	.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce {
		padding: 25px 20px 20px 20px;
		font-size: 17px;
		line-height: 28px;
		margin-top:20px;
	}
	
	body .steps-moli-mobile-slider-panel.two-column-layout .tns-controls {
		right: 0;
	}
	
	.black-heading h5 {
		font-size: 25px;
	}
	
	.hero-panel{
		padding:65px 0 50px;
	}
	
	.hero-panel h1 {
		font-size: 55px;
	}
	
	.hero-panel h5 {
		font-size: 24px;
	}
	
	.home .spirals-panel{
		padding-top:50px;
	}
	
	.home .hero-row::after {
		width: 320px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left top -120px;
	}
	
	.home .hero-row {
		padding: 0px 0 0px;
	}
	
	.home .hero-row .siteorigin-panels-stretch>.so-panels-full-wrapper>.panel-grid-cell:first-child{
		padding-bottom:35px !important;
	}
	
	.hero-row::before{
		display:none;
	}
	
	.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p, 
	.checking-account-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p, 
	.debit-card-steps .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p, 
	.how-to-add-contact-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p, 
	.last-steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:last-child .siteorigin-widget-tinymce p{
		font-size: 18px;
		line-height: 1.5;
	}
	
	.left-align-text h3{
		background: rgba(255,255,255,0.6);
		padding: 15px;
	}
	
	.left-align-text h3 br{
		display:none;
	}
	
	.footer-panel .widget_sow-editor h3 br{
		display:block;
	}
	
	.left-bottom-aligned-text {
		min-height: 270px;
	}
	
	.home-hero-right-graphic {
		max-width: 95%;
	}
	
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child, 
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child {
		max-width: 130px;
	}
	
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	
	h1 {
		font-size: 60px;
	}
	
	.hero-row h4 {
		margin-bottom: 20px;
		font-size:25px;
	}
	
	.hero-row .so-panels-full-wrapper .panel-grid-cell:first-child p img {
		margin-right: 0px;
		max-width: 48%;
	}
	
	.dark-bg-section {
		padding-top: 84px;
		padding-bottom: 84px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	h6 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	
	#page-container .how-to-moli {
		padding: 35px 15px 30px 15px !important;
	}
	
	#page-container .bracketed-image .panel-grid-cell .so-panel:first-child, 
	#page-container .bracketed-image .panel-grid-cell .so-panel:last-child {
		max-width: 95px;
	}
	
	.site-footer ul li {
		font-size: 16px;
		display: block;
		border: 0px;
		margin-bottom: 20px;
	}
	
	.site-footer{
		padding: 45px 0 0;
	}
	
	.footer-creds{
		margin-top: 35px;
	}
	
	body .tns-outer .tns-controls [data-controls="prev"] {
		left: 0px;
	}
	
	body .tns-outer .tns-controls [data-controls="next"] {
		right:0px;
	}
	
	body .tns-controls {
		width: calc(100% + 6px);
		left: -10px;
	}
	
	.home-hero-right-graphic .panel-layout .panel-grid .so-panel:first-child, .home-hero-right-graphic .panel-layout .panel-grid .so-panel:last-child {
		max-width: 80px;
	}
	
	#tablepress-4 td.column-1{
		font-size:16px;
	}
	
	.privacy-notice-tables div.textwidget{
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	.footer-panel .widget_sow-editor h3 {
		font-size: 27px;
	}
	
	.home-footer-panel,
	.about-footer-panel,
	.faq-footer-panel,
	.how-to-moli-footer-panel,
	.whats-moli-footer-panel{
		background-image:url("images/homepage-footer-blank.png") !important;
		min-height:800px;
		position:relative;
	}
	
	.about-footer-panel{
		background-image:url("images/about-footer-blank.png") !important;
	}
	
	.faq-footer-panel{
		background-image:url("images/FAQ-footer-blank.png") !important;
	}
	
	.how-to-moli-footer-panel{
		background-image:url("images/how-to-moli-footer-blank.png") !important;
	}
	
	.whats-moli-footer-panel{
		background-image:url("images/whats-moli-page-footer-blank.png") !important;
	}
	
	.home-footer-panel.left-align-text h3,
	.about-footer-panel h3,
	.faq-footer-panel h3,
	.how-to-moli-footer-panel h3,
	.whats-moli-footer-panel h3{
		position: absolute;
		bottom: 20px;
		left:20px;
		max-width: calc(100% - 40px);
		background-color:rgba(255,164,0,0.7);
		padding:30px 45px;
	}
	
	.about-footer-panel h3,
	.faq-footer-panel h3,
	.how-to-moli-footer-panel h3,
	.whats-moli-footer-panel h3{
		background-color:rgba(255,255,255,0.7);
	}
	
	.about-footer-panel h3,
	.left-bottom-aligned-text.right-aligned.how-to-moli-footer-panel h3,
	.whats-moli-footer-panel h3{
		color: #390f3d !important;
	}
	
	.about-footer-panel h3 span,
	.left-bottom-aligned-text.right-aligned.how-to-moli-footer-panel h3 span,
	.whats-moli-footer-panel h3 span{
		color: #007940 !important;
	}
	
	.faq-footer-panel h3,
	.left-bottom-aligned-text.right-aligned.how-to-moli-footer-panel h3{
		text-align:left !important;
	}
	
	.left-bottom-aligned-text.right-aligned.how-to-moli-footer-panel h3 {
		right: 20px;
	}
	
	.site-footer .copyrights .footer-logos a{
		display:block;
	}

	
}

@media only screen and (max-width: 500px) {
	
	.steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .sow-image-container {
		width: 100%;
		min-height: 620px;
	}
	
	#page-container .steps-moli-slider .widget_siteorigin-panels-builder .panel-layout .panel-grid .panel-grid-cell:first-child .so-widget-image {
		margin: 35px auto 0;
		max-width: 70%;
	}

}
