/*
Theme Name: Jennifer Green
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.27.4
*/

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
	font-family: "Edu SA Hand", cursive;
}

body h1 {
	line-height: 1.6;
}

body h2 {
	font-size: 40px;
}
body h3,
.blog .entry-title,
.archive .entry-title,
body.single .entry-title {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
	display: inline-block;
	padding: 16px 42px 16px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
}
#page-container .et_pb_button:after {
	opacity: 1;
	margin-left: -5px;
	font-size: 30px;
	top: 11px;
}
#page-container .et_pb_button:hover {
	background: #2d4f76;
}

#page-container .white-button {
	background: #fff;
	color: #000;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}

#page-container .btn {
	display: inline-block;
	padding: 16px 42px 16px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border-radius: 5px;
	background: #0e243d;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
	position: relative;
}
#page-container .btn:after {
	content: "\35";
	font-family: ETmodules !important;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: 11px;
	right: 18px;
}
#page-container .btn:hover {
	background: #2d4f76;
}

/*
wpforms styling
--------------------------------------------------- */

html body #page-container div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 16px 42px 16px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 5px;
	background: #0e243d;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
	position: relative;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:after {
	content: "\35";
	font-family: ETmodules !important;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: 11px;
	right: 18px;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #2d4f76 !important;
}

#page-container .wpforms-confirmation-container-full {
	background: #0e243d;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -4px;
	color: #0e243d;
}

/* anchor tag style
--------------------------------------------------- */

.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}
.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

body .top-gap-large {
	padding-top: 70px;
}
body .bottom-gap-large {
	padding-bottom: 70px;
}
body .top-gap-medium {
	padding-top: 50px;	
}
body .bottom-gap-medium {
	padding-bottom: 50px;	
}

/* builder row and container 
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

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

.dashicons-icon i {
	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;
}

/* contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -135px;
}
.et_pb_row .outside-left {
	margin-left: -135px;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

#main-header,
#main-header #et-top-navigation {
	font-weight: normal;
}
#page-container #main-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	float: right;
	padding-top: 30px;
	padding-left: 35px;
}
.header-right-area a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.header-right-area .icon {
	background-color: #8daed3;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: 2px;
}
.header-right-area a:hover {
	color: #8daed3;
}

/* Header menu styling
--------------------------------------------------- */

body.et_header_style_left .logo_container a {
	display: inline-block;
}
#main-header #et-top-navigation {
	padding-top: 40px;
}
body #top-menu > li {
	padding-right: 25px;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 0;
	margin-bottom: 40px;
	font-weight: 500;
}
#main-header #et-top-navigation #top-menu li a:hover {
	opacity: 1;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #main-header .nav li ul a {
	width: 100%;
	padding: 14px 20px;
	font-weight: 400;
	text-transform: none;
	color: #000 !important;
	font-size: 15px;
}
body #top-menu li li a:hover {
	background: #8daed3;
	color: #fff !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a {
	color: initial !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a:hover {
	color: #fff !important;
}

/* collapse menu on mobile
--------------------------------------------------- */

#main-header #mobile_menu .sub-menu {
	display: none !important;
}
#main-header #mobile_menu .menu-item-has-children.activated > .sub-menu {
	display: block !important;
	visibility: visible !important;
}
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #0e243d;
	border: none;
}
#mobile_menu .menu-item-has-children .sub-menu-toggle:before {
	content: '\4c';
	display: inline-block;
	font-size: 18px;
	font-family: 'ETmodules';
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
#mobile_menu .menu-item-has-children.activated > .sub-menu-toggle:before {
	content: '\4d';
}

/*
Home Page styling
---------------------------------------------------------------------------------------------------- */

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
#hero-img-section:before {
	content: "";
	width: 70%;
	height: 100%;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
#hero-img-section:after {
	content: "";
	background-image: url(images/hero-shape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	height: 210px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
#hero-img-section .hero-img-row {
	width: 100% !important;
	max-width: 100% !important;
}
#hero-img-section .et_pb_image_wrap {
	display: block;
}
#hero-img-section .et_pb_image img {
	width: 100%;
	max-height: 644px;
	object-fit: cover;
	min-height: 644px;
}
#hero-img-section .hero-text-row {
	z-index: 99;
	position: absolute;
	top: 40%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#hero-img-section h1 {
	padding-bottom: 10px;
}
#hero-img-section h3 {
	line-height: 1.4;
}
#hero-img-section h6 {
	font-size: 16px;
}

/* Stories 1 Section
--------------------------------------------------- */

body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:last-of-type,
body .reverse-column-row .et_pb_column:first-of-type {
	align-self: center;
}
body .flex-row .et_pb_image_wrap {
	padding: 10px 0 10px 10px;
}
body .flex-row .et_pb_image_wrap:before {
	content: "";
	background: #8daed3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
}
body .reverse-column-row .et_pb_image_wrap {
	padding: 10px 10px 10px 0;
}
body .reverse-column-row .et_pb_image_wrap:before {
	content: "";
	background: #8daed3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
}
body .flex-row .et_pb_text_inner {
	max-width: 470px;
}
body .reverse-column-row .et_pb_text_inner {
	float: right;
}

/* Home CTA 1 Section
--------------------------------------------------- */

#home-cta-area-1 {
	overflow: hidden;
	padding-bottom: 138px;
}
#home-cta-area-1:after {
	content: "";
	background-image: url(images/cta-1-shape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	height: 147px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#home-cta-area-1 .et_pb_column {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
}

/* About Section
--------------------------------------------------- */

#about-area {
	overflow: hidden;
}
#about-area:after {
	content: "";
	background-image: url(images/blue-shape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	height: 111px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
#about-area h2:after,
#services-area h2:after,
#home-cta-area-2 h2:after,
#inner-banner1 h1:after {
	content: "";
	display: block;
	max-width: 100px;
	height: 3px;
	background-color: #8daed3;
	margin: 15px auto 0;
}
#about-area .about-row-2 .et_pb_column:first-of-type {
	z-index: 99;
}

/* Services Section
--------------------------------------------------- */

#services-area .services-row {
	justify-content: center;
}
#services-area .services-row .et_pb_column {
	max-width: 272px;
}
#services-area .services-row .et_pb_image {
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 10px;
}
body .services-row .et_pb_image img {
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
body .services-row .et_pb_column:focus-within .et_pb_image img,
body .services-row .et_pb_column:hover .et_pb_image img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
body .services-row .et_pb_text h6 {
	padding-bottom: 0;
	font-size: 20px;
}

/* Stories 2 Section
--------------------------------------------------- */

#stories-area-2 span.et_parallax_bg.et_pb_parallax_css {
	background-size: contain;
}
#stories-area-2 .et_pb_text {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 48px;
}
#stories-area-2 p strong {
	font-size: 40px;
}

/* Home CTA 2 Section
--------------------------------------------------- */

#home-cta-area-2 {
	overflow: hidden;
	padding-bottom: 120px;
}
#home-cta-area-2:after {
	content: "";
	background-image: url(images/blue-shape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	height: 111px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#home-cta-area-2 .et_pb_image {
	margin-right: -324px;
}
#home-cta-area-2 .et_pb_column:last-of-type {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 50px;
	margin-top: 45px;
}
#home-cta-area-2 .et_pb_column:last-of-type:before {
	content: "";
	border: 1px solid #8daed3;
	background-color: #fff;
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 25px;
	right: 25px;
}

/* Footer Styling
---------------------------------------------------------------------------------------------------- */

#et-main-area [data-wpr-lazyrender] {
	content-visibility: visible;
}

/* footer widget 1 styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 15px 0;
	display: flex;
	align-items: center;
}
#footer-widgets .footer-widget {
	margin: 0;
}
#footer-widgets .footer-widget:first-of-type {
	width: 31%;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}

/* footer widget 2 styling
--------------------------------------------------- */

#footer-widgets .footer-widget:nth-child(2) {
	width: 32%;
	margin-left: 3%;
	margin-right: 3%;
	background-color: #fff;
	padding: 30px;
	border-radius: 100%;
	min-height: 370px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.home #footer-widgets .footer-widget:nth-child(2) {
	margin-top: -125px;
	position: relative;
	z-index: 9;
}
#footer-widgets .widget_media_image {
	padding-bottom: 5px;
}
#footer-widgets .widget_media_image a {
	display: table;
	margin: 0 auto;
}
#footer-widgets img {
	display: block;
}
#footer-widgets .widget_media_image + .widget_custom_html {
	border-top: 1px solid rgb(0 0 0 / 20%);
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer-widgets h4,
#footer-widgets h6 {
	font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
}
#main-footer #footer-widgets h4 {
	padding-bottom: 10px;
	font-weight: 700;
	color: #000;
	font-size: 25px;
}
#main-footer #footer-widgets h6 {
	padding-bottom: 0;
	font-size: 15px;
}
#footer-widgets .widget_custom_html + .widget_custom_html {
	padding-top: 15px;
}

/* popup form styling
--------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	background-image: url(images/popup-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 90px;
	padding-bottom: 120px;
}
#pum-2879.pum.pum-overlay .pum-container.popmake {
	padding-top: 100px;
	padding-bottom: 160px;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .pum.pum-overlay .pum-container.popmake h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 500px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake .left-side-field {
	width: 49%;
	float: left;
}
body .pum.pum-overlay .pum-container.popmake .right-side-field {
	position: absolute;
	top: 0;
	right: 0;
	width: 49%;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 18px;
	color: #000;
	font-family: inherit;
	padding: 11px 20px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 18px;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label,
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label {
	font-weight: normal;
	margin: 0 5px 4px 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label .wpforms-required-label {
	display: none;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha .wpforms-captcha-math input {
	width: 60px;
	padding: 10px 5px;
	font-size: 16px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container {
	margin-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
	display: inline-block;
	padding: 16px 42px 16px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
	position: relative;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:after {
	content: "\35";
	font-family: ETmodules !important;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: 11px;
	right: 18px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:hover {
	background: #2d4f76 !important;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	background: #8daed3;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .wpforms-container-full em.wpforms-error:before {
	background-color: #fff;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 400;
	background: #0e243d;
	font-size: 18px;
	height: 44px;
	width: 44px;
	line-height: 40px;
}

/* footer widget 2 styling
--------------------------------------------------- */

#footer-widgets .footer-widget:last-of-type {
	width: 31%;
	text-align: right;
}
#footer-widgets .social-icons,
body .pt-badge {
	display: inline-block;
	vertical-align: middle;
}
#footer-widgets .social-icons {
	padding-right: 5px;
}

/* social icons styling
--------------------------------------------------- */

body .social-icons a {
	color: #fff !important;
	font-size: 30px;
	vertical-align: middle;
	text-shadow: none;
}
body .social-icons .icon {
	position: relative;
	top: 4px;
}
body .social-icons a:hover {
	color: #8daed3 !important;
}

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
	padding-bottom: 0;
}
#inner-banner1 h1 ~ * {
	padding: 20px 0 0;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

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

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

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

.post-custom-style article,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #0e243d;
	color: #fff;
}

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

#main-content #left-area {
	width: 72%;
	padding-bottom: 0;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
	padding-bottom: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive,
#sidebar .widget_categories {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select,
#sidebar .widget_categories select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand,
#sidebar .widget_categories select::-ms-expand {
	display: none;
}

/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
	text-align: center;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #0e243d;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 28px 8px 0;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 90px;
}
#sidebar .about-box h4 a:hover {
	background: #2d4f76;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}
#page-container #sidebar .et_pb_button {
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar iframe,
#sidebar .widget_media_image img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

/*
main content area styling
--------------------------------------------------- */

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

/*
End Blog page styling
---------------------------------------------------------------------------------------------------- */

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 {
	clear: both;
	z-index: 999;
}
#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #8daed3;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	color: #000;
	padding: 22px 70px 22px 25px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #8daed3;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 25px;
	border-top: 1px solid #8daed3;
}

/* landing 4 Design
---------------------------------------------------------------------------------------------------- */

#main-content .landing-header {
	padding: 0;
	z-index: 999;
}
body .landing-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

body .landing-logo-widget a {
	display: table;
}
body .landing-logo-widget img {
	display: block;
}

body .landing-phone-widget-lp4 .icon {
	font-weight: 400;
	position: relative;
	top: 3px;
}

/* 
landing3-banner-section-lp4
--------------------------------------------------- */

#main-content .landing3-banner-section-lp4 {
	min-height: 450px;
	display: flex;
	padding-bottom: 120px;
}
body .landing3-banner-section-lp4:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
body .landing3-banner-section-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#main-content .landing3-content-section-lp4 {
	padding-top: 0;
}

#landing3-contact-details-lp4 {
	margin-top: -110px;
}
#landing3-contact-details-lp4 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #0e243d;
	right: 0;
	text-decoration: none;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #2d4f76;
}

/* #landing3-form-widget-lp4-1
--------------------------------------------------- */

#landing3-form-widget-lp4-1 {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 30px;
	background-color: #fff;
}
#landing3-form-widget-lp4-1 p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget-lp4-1 h2 {
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget-lp4-1 div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget-lp4-1 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select,
#landing3-form-widget-lp4-1 textarea {
	color: #000;
	font-size: 16px;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select {
	height: auto;
}
#landing3-form-widget-lp4-1 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 .wpforms-submit-container {
	padding-top: 10px;
}

/* landing footer styling
--------------------------------------------------- */

body .landing-page-footer {
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid rgb(0 0 0 / 20%);
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}
#landing3-contact-details-lp4 h4 {
	font-family: 'Proza Libre', Helvetica, Arial, Lucida, sans-serif;
}

body .img-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
body .img-right {
	float: right;
	margin-left: 40px;
	padding: 10px 10px 10px 0;
}
body .img-right:before {
	content: "";
	background: #8daed3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	z-index: -1;
}
body .img-left {
	float: left;
	margin-right: 40px;
	padding: 10px 0 10px 10px;
}
body .img-left:before {
	content: "";
	background: #8daed3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	z-index: -1;
}
body .img-container img {
	margin: 0 auto;
	display: block;
	float: none;
}
















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

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

	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right {
		margin-right: auto;
	}
	.et_pb_row .outside-left {
		margin-left: auto;
	}

	/*
	#logo {
	max-width: 180px;
}
	*/

	/*
	.header-right-area {
	padding-left: 20px;
}
	#page-container .header-right-area .btn {
	padding-left: 20px;
	padding-right: 20px;
}
	*/

	/*
	body.et_header_style_left #et-top-navigation nav>ul>li a {
	font-size: 14px;
}
	*/

	#footer-widgets p {
		font-size: 16px;
	}
	#footer-widgets .footer-widget:nth-child(2) {
		max-width: 298px;
		min-height: 298px;
	}
	#footer-widgets .widget_media_image img {
		max-width: 180px;
	}
	#page-container #footer-widgets .et_pb_button {
		font-size: 13px;
	}
	#page-container #footer-widgets .et_pb_button:after {
		font-size: 25px;
	}

}

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

	/*
	html body {
	font-size: 16px;
}
	*/
	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	body .img-right,
	body .img-left {
		float: none;
		display: table;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit],
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
		padding: 12px 35px 12px 25px;
		font-size: 14px;
	}
	#page-container .et_pb_button:after,
	#page-container .btn:after,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit]:after,
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button:after {
		font-size: 22px;
		top: 9px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		width: auto;
		float: left;
		padding-top: 5px;
	}
	body .logo_helper {
		display: none;
	}
	.header-right-area {
		padding-top: 5px;
		padding-left: 0;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
		clear: both;
		margin-top: -27px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		padding: 10px 15px;
	}
	#main-header #et-top-navigation .et_mobile_menu li a {
		font-size: 16px;
	}
	#hero-img-section:before {
		width: 100%;
	}
	#hero-img-section:after {
		background-size: contain;
	}
	#hero-img-section .et_pb_image img {
		max-height: 100%;
		min-height: 500px;
	}
	#hero-img-section .hero-text-row {
		top: 45%;
	}
	#hero-img-section .et_pb_module {
		text-align: center;
	}
	#hero-img-section br {
		display: none;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#stories-area-1 .reverse-column-row {
		padding: 0;
	}
	body .flex-row .et_pb_text_inner {
		max-width: 100%;
	}
	body .reverse-column-row .et_pb_text_inner {
		float: none;
	}
	#home-cta-area-1 {
		padding-bottom: 70px;
	}
	#home-cta-area-1:after {
		background-size: contain;
	}
	#home-cta-area-1 .et_pb_column {
		padding: 25px;
	}
	#about-area:after {
		background-size: contain;
	}
	#about-area .about-row-2 {
		display: flex;
		flex-direction: column-reverse;
	}
	#about-area .about-row-2 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#services-area .services-row .et_pb_column {
		float: none;
		margin-left: auto;
		margin-right: auto !important;
	}
	#stories-area-2 .et_pb_text {
		padding: 25px;
	}
	#stories-area-2 p strong {
		font-size: 30px;
	}
	#home-cta-area-2 {
		padding-bottom: 80px;
	}
	#home-cta-area-2:after {
		background-size: contain;
	}
	#home-cta-area-2 .et_pb_image {
		margin-right: auto;
	}
	#home-cta-area-2 .et_pb_column:last-of-type {
		border: none;
		background-color: transparent;
		padding: 30px;
		margin-top: 0;
	}
	#home-cta-area-2 .et_pb_column:last-of-type:before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#main-footer #footer-widgets {
		display: block;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#footer-widgets .footer-widget:first-of-type {
		padding-bottom: 30px;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 3px;
	}
	#footer-widgets .footer-widget:nth-child(2) {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}
	body .pum.pum-overlay .pum-container.popmake {
		min-width: 90% !important;
		max-width: 90% !important;
		background-color: #0e243d;
		background-image: none;
		padding: 30px;
	}
	#pum-2879.pum.pum-overlay .pum-container.popmake {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
		background: #fff;
		color: #000;
		font-size: 16px;
		height: 35px;
		width: 35px;
		line-height: 30px;
	}
	#footer-widgets .footer-widget:last-of-type {
		text-align: center;
		padding-top: 30px;
	}
	#inner-banner1 br {
		display: none;
	}
	#main-content #left-area .pagination {
		margin-bottom: 30px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title {
		padding: 18px 45px 18px 25px;
	}
	#main-content .accordion-style6 .et_pb_toggle_title:before {
		font-size: 25px;
		right: 10px;
	}
	#main-content .landing-header .et_pb_column:first-of-type {
		margin-bottom: 0;
	}
	#main-content .landing-header .et_pb_column:last-of-type {
		padding-left: 15px;
	}
	#main-content .landing3-banner-section-lp4 {
		min-height: 100%;
		display: block;
		padding-bottom: 50px;
	}
	body .landing3-banner-section-lp4:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section-lp4 .et_pb_column {
		margin-bottom: 0;
	}
	#main-content .landing3-banner-section-lp4 br {
		display: none;
	}
	#main-content .landing3-content-section-lp4 {
		padding-top: 30px;
	}
	#landing3-contact-details-lp4 {
		max-width: 350px;
		margin: 0 auto;
	}
	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}

}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .entry-title {
		font-size: 24px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}
	#main-content .landing-header-lp4 {
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
	}
	.page-id-2627 #main-content .landing3-banner-section-lp4 {
		background-position: 80%;
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	body.et_header_style_left .logo_container {
		margin-top: 5px;
	}
	body.et_header_style_left #logo {
		max-width: 180px;
	}
	#main-header #et-top-navigation {
		margin-top: -20px;
	}
	#hero-img-section h3 {
		font-size: 22px;
	}
	#hero-img-section h6 {
		font-size: 14px;
	}
	#home-cta-area-1 {
		padding-bottom: 50px;
	}
	#stories-area-2 p strong {
		font-size: 25px;
	}
	#home-cta-area-2 {
		padding-bottom: 50px;
	}
	body .pum.pum-overlay .pum-container.popmake .left-side-field {
		width: 100%;
		float: none;
	}
	body .pum.pum-overlay .pum-container.popmake .right-side-field {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	body .pum.pum-overlay .pum-container.popmake .wpforms-field-captcha label {
		display: none;
	}
	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#page-container .landing-phone-widget-lp4 .et_pb_button {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-bottom: 30px;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}

}
