/*
	Theme Name: ImageXpert
	Theme URI: http://html5blank.com
	Description: Custom Theme
	Version: 1.7.1
	Author: Stratabeat
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*-------------------------------------------------------
>> Translate Press
-------------------------------------------------------*/
.trp-language-switcher > div > a > img {
	top: -5px!important;
	position: relative!important;
}
.langPick {
	width: 15px;
	position: fixed;
	z-index: 99999999999;
	display: block;
	bottom: 55px;
	text-align: right;
	right: 170px;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
	width: auto!important;
	min-width: 150px;
	text-align: left;
}
.trp-language-switcher .trp-ls-shortcode-language {
	width: auto!important;
	min-width: 150px;
	text-align: left;
}


/*-------------------------------------------------------
>> Auto Complete Styles
-------------------------------------------------------*/
.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
	width: 100%;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9; 
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}


/*==============================
			Site Wide Styles
===============================*/

html,
body {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #666370;
	overflow-x: hidden;
}

.grecaptcha-badge {
	display: none !important;
}

main {
	overflow: hidden;
}

a[name] {
  padding-top: 150px;
  margin-top: -150px;
  display: inline-block; /* required for webkit browsers */
}

img {
	height: auto;
}
.fad, .fal, .far {
    font-family: "Font Awesome 6 Free"!important;
    font-weight: 900!important;
}


/*================================
					Typography
=================================*/

h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	color: #555cb8
	margin: 0 0 30px 0;
}

h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 30px 0;
}

h3 {
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 30px 0;
}

h4 {
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px 0;
}

p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

p.double-spaced {
	line-height: 2em;
}

a {
	color: #ff0000;
	transition: all ease 0.4s;
}

p > a:not(.btn) {
	text-decoration: underline;
}

p > a:hover:not(.btn) {
	text-decoration: none;
}

strong {
	font-weight: 700 !important;
}

/*-- Font Sizes --*/

.font-size-14 {font-size: 14px;}
.font-size-16 {font-size: 16px;}
.font-size-18 {font-size: 18px;}
.font-size-20 {font-size: 20px;}
.font-size-22 {font-size: 22px;}
.font-size-24 {font-size: 24px;}
.font-size-28 {font-size: 28px;}
.font-size-30 {font-size: 30px;}
.font-size-32 {font-size: 32px;}
.font-size-40 {font-size: 40px;}
.font-size-42 {font-size: 42px;}
.font-size-46 {font-size: 46px;}
.font-size-48 {font-size: 48px;}
.font-size-50 {font-size: 50px;}
.font-size-56 {font-size: 56px;}
.font-size-65 {font-size: 65px;}

.font-uppercase {
	text-transform: uppercase !important;
}

/*-- Font Weight --*/


.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}


.font-weight-bold {
	font-weight: 700;
}

/*-- Margins --*/

.margin-none {
	margin: 0 !important;
}

/*==============================
			Embelishments
===============================*/

.dots-white {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url('/wp-content/themes/imagexpert/img/dots-heading-white.png') no-repeat bottom center;
}

.dots-red {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url('/wp-content/themes/imagexpert/img/dots-heading-red.png') no-repeat bottom center;
}

.dots-blue {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url('/wp-content/themes/imagexpert/img/dots-heading-blue.png') no-repeat bottom center;
}

/*================================
					Forms
=================================*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"] {
	height: 50px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	font-size: 18px !important;
	padding: 5px 15px !important;
}

.ginput_container_textarea {
	margin-top: 30px !important;
}

select {
	height: 50px;
	padding: 5px 15px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666370 !important;
  opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666370 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666370 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666370 !important;
  opacity: 1 !important;
}

/*-- Let's Talk Form --*/

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="url"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 textarea {
	border: none !important;
	background: #e8edf3 !important;
}

#gform_wrapper_1 textarea {
	height: 145px;
}

#gform_wrapper_1 select {
	width: 100%;
	-webkit-appearance: none;
  -moz-appearance: none;
  color: #666370;
  box-shadow: none;
  border: none;
  background: transparent !important;
  margin-top: 0;
  z-index: 99;
	cursor: pointer;
}

#gform_wrapper_1 .ginput_container_select {
	background-color: #e8edf3 !important;
	background-image: url('/wp-content/themes/imagexpert/img/select-arrow.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
}

#gform_wrapper_1 .gform_footer input.button,
#gform_wrapper_1 .gform_footer input[type="submit"], 
#gform_wrapper_1 .gform_page_footer input.button, 
#gform_wrapper_1 .gform_page_footer input[type="submit"] {
	border: none !important;
	color: #7da7d9 !important;
	background: #FFF !important;
}

#gform_wrapper_1 .gform_footer input.button:hover,
#gform_wrapper_1 .gform_footer input[type="submit"]:hover, 
#gform_wrapper_1 .gform_page_footer input.button:hover, 
#gform_wrapper_1 .gform_page_footer input[type="submit"]:hover {
	color: #FFF !important;
	background: #7da7d9 !important;
}

#gform_confirmation_message_1 {
	color: #FFF !important;
	line-height: 1.5em !important;
}

/*-- Standard Form --*/

.standard-form_wrapper {
	margin-top: 0 !important;
}

.standard-form ul li.gfield {
	margin-top: 0 !important;
	padding-top: 0;
}

.standard-form input[type="text"],
.standard-form input[type="email"],
.standard-form input[type="url"],
.standard-form input[type="tel"],
.standard-form textarea,
.standard-form select {
	border: 1px solid #c7c7c7 !important;
	background: #fff !important;
}

.standard-form select {
	-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent !important;
  margin-top: 15px;
}

.standard-form .ginput_container_select {
	background: transparent !important;
}

.standard-form .ginput_container_select:after {
	position: absolute;
	top: calc(50% + 7px);
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	content: "\f107";
	color: #FF0000;
	z-index: -1;
}

.standard-form input[type="submit"],
.light-blue-button input[type="submit"] {
	color: #FFF !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	border-color: #7da7d9 !important;
	background: #7da7d9 !important;
}

.standard-form input[type="submit"]:hover,
.light-blue-button input[type="submit"]:hover {
	color: #7da7d9 !important;
	border-color: #7da7d9 !important;
	background: #FFF !important;
}

.standard-form .custom-validation-error {
	color: #FF0000 !important;
}

.custom-validation-error i {
	margin-right: 8px !important;
}

/*-- Inline Form --*/

form.inline-form  {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

form.inline-form .top_label li.gfield.gf_inline {
	padding-right: 10px !important;
	padding-left: 10px !important;
	width: 33.333333% !important;
	min-width: 220px !important;
}

form.inline-form input[type="text"],
form.inline-form input[type="email"],
form.inline-form input[type="url"],
form.inline-form input[type="tel"],
form.inline-form textare {
	border: none !important;
	border-radius: 25px !important;
	background: #fff !important;
}

form.inline-form .gform_body {
	width: auto !important;
}

form.inline-form .gform_body ul {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

form.inline-form .gform_footer {
	width: auto !important;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}

form.inline-form .custom-validation-error {
	width: 100%;
	text-align: center;
}

form.inline-form li.gfield.gfield_error.gf_inline {
	padding-right: 15px !important;
	padding-bottom: 30px !important;
}

/*-- Hide Invisible Recaptcha */

.invisible-recaptcha {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*================================
						Colors
=================================*/

.font-light,
.font-light h1,
.font-light h2,
.font-light h3,
.font-light h4,
.font-light h5,
.font-light p,
.font-light li,
.font-light a:not(.btn) {
	color: #FFF;
}

.font-dark,
.font-dark h3,
.font-dark h4,
.font-dark h5,
.font-dark p,
.font-dark li {
	color: #666370;
}

.font-dark h2 {
	color: #666370;
}

.dark {
	color: #666370 !important;
}

.white {
	color: #FFF !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #7da7d9 !important;
}

.violet {
	color: #666370 !important;
}


/*================================
					Buttons
==================================*/

.btn,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	min-width: 170px;
	line-height: 1.2em !important;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #ff0000 !important;
	border-radius: 27px;
	color: #ff0000;
	padding: 15px 42px;
	box-shadow: none;
	outline: none;
	background: transparent;
	/*white-space: nowrap;*/
	transition: all ease 0.4s !important;
}

.alm-load-more-btn {

}


.alm-load-more-btn:before {
	top: 5px !important;
	left: 7px !important;
}

.btn:hover,
.button:hover {
	color: #FFF;
	background: #ff0000;
}

/*-- White Outline Button --*/

.btn.btn-white {
	border: 1px solid #FFF !important;
	color: #FFF;
}

.btn.btn-white:hover {
	color: #7da7d9 !important;
	background: #FFF;
}

/*-- Solid White Button --*/

.btn.btn-white-solid {
	border: 1px solid #FFF !important;
	color: #7da7d9;
	background: #FFF;
}

.btn.btn-white-solid:hover {
	color: #FFF !important;
	background: #7da7d9;
}

/*-- Solid Blue Button --*/

.btn.btn-blue-solid {
	border: 1px solid #FFF !important;
	color: #FFF;
	background: #7da7d9;
}

.btn.btn-blue-solid:hover {
	color: #7da7d9 !important;
	border: 1px solid #7da7d9 !important;
	background: #FFF;
}

/*-- Blue Transparent Button --*/

.btn.btn-blue-transparent {
	border: 1px solid #7da7d9 !important;
	color: #7da7d9;
	background:  transparent;
}

.btn.btn-blue-transparent:hover {
	color: #FFF !important;
	background: #7da7d9;
}

/*-- Blue Transparent Button --*/

.btn.btn-blue-white-transparent {
	border: 1px solid #7da7d9 !important;
	color: #FFF;
	background: transparent;
}

.btn.btn-blue-white-transparent:hover {
	background: #7da7d9;
}

/*-- Red Border with White Text Button --*/

.btn.btn-red-white-transparent {
	border: 1px solid #FF0000 !important;
	color: #FFF;
	background: transparent;
}

.btn.btn-red-white-transparent:hover {
	background: #FF0000;
}

/*-- Solid Red Button --*/

.btn-solid-red {
	color: #FFF;
	border: 1px solid #ff0000 !important;
	background: #ff0000;
}

.btn-solid-red:hover {
	color: #ff0000;
	background: #FFF;
}

/* Hero Buttons */
.section-hero .btn,
.section-hero .btn:hover {
	border-width: 2px !important;
}

/*==============================
			Horizontal Line
==============================*/

.hz-line-white {
	display: block;
	height: 1px;
	margin: 20px 0;
	background: #FFF;
}

/*===============================
					List Styles
================================*/

/*-- Standard List --*/

.col-content ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.col-content ul li {
	position: relative;
	margin-left: 32px;
	padding-bottom: 30px;
	line-height: 1.5em !important;
}

.col-content ul li:before {
	position: absolute;
	display: block;
	top: 0;
	left: -32px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	content: "\f111";
}

/*-- No Bullets --*/

ul.no-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.no-bullets li {
	padding-bottom: 15px;
}

/*-- Stylized Default Lists --*/

.section-blog-content ul,
ul.default {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-blog-content ul {
	margin-bottom: 20px;
}

.section-blog-content ul li,
ul.default li {
	position: relative;
	margin-left: 20px;
	padding-bottom: 18px;
}

.section-blog-content ul li:before,
ul.default li:before {
	position: absolute;
	top: 2px;
	left: -20px;
	width: 5px;
	height: 5px;
	font-family: "Font Awesome 5 Free";
	font-size: 5px;
	content: "\f111";
	font-weight: 900;
	color: #FF0000;
}

/*-- Blue Custom Bullet --*/

.custom-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em !important;
}

.custom-bullets li {
	position: relative;
	margin-left: 80px;
	padding-bottom: 50px;
}

.custom-bullets li:before {
	position: absolute;
	display: block;
	top: 0px;
	left: -80px;
	width: 48px;
	height: 48px;
	content: " ";
	background: url('/wp-content/themes/papercrane/img/icons/bullet-custom-blue.png') no-repeat center center;
}


/*-- Columnize lists --*/

.columnize-2 {
	-webkit-columns: 300px 2;
   -moz-columns: 300px 2;
   columns: 300px 2;
}

.columnize-3 {
	-webkit-columns: 200px 3;
   -moz-columns: 200px 3;
   columns: 200px 3;
}

.columnize-2 li,
.columnize-3 li {
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/*-- Drop Down Menu UL --*/

.dropdown-container {
	display: block;
	width: 300px;
	margin: 0 auto 0 auto;
}

ul.dropdown {
	position: relative;
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #86b642;
	background: transparent url('/wp-content/themes/findcreditunions/img/icons/select-arrow-green.png') no-repeat right center;
	cursor: pointer;
}

ul.dropdown > li > span {
	font-size: 24px;
}

ul.dropdown ul {
	position: absolute;
	display: none;
	top: 48px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.dropdown ul {
	border: 1px solid #EEE;
}

ul.dropdown ul li {
	border-bottom: 1px solid #EEE;
}

ul.dropdown ul li a {
	display: block;
	width: 100%;
	color: #464646;
	padding: 10px;
	background: #FFF;
}

ul.dropdown ul li a:hover {
	text-decoration: none;
	background: #EEE;
}

/*=============================
		Language Switcher
==============================*/
/*
.language-switcher-wrapper:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 300px;
	font-size: 16px;
	content: "\f0ac";
}

.language-switcher-wrapper:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 300px;
	font-size: 20px;
	content: "\f107";
	color: #666370;
	z-index: -1;
}*/

#language-switcher {
	height: 30px !important;
	font-weight: 700;
	color: #666370 !important;
	padding: 0 20px 0 0 !important;
	border: none;
	background: transparent;
	-webkit-appearance: none  !important;
   -moz-appearance: none  !important;
   appearance: none  !important;
}

#language-switcher {
	cursor: pointer;
}

/*=============================
				Link Styles
=============================*/

.link-arrow {
	position: relative;
	display: inline-block;
	padding-right: 62px;
	background: url('/wp-content/themes/papercrane/img/icons/icon-arrow-right-white.png') no-repeat center right;
}


/*==================================
					Section Styles
==================================*/

.section,
.section .container {
	position: relative;
}

.section .container {
	/*
	overflow-x: hidden;
	*/
}

.section-wrapper {
	overflow: hidden;
}

.section .container .row .col {
	z-index: 10;
}

.col-content {
	width: 100%;
	z-index: 99;
}

.section_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*-- Background Videos --*/

section video {
  position: absolute;
  left: 50%;
  min-width: 100%;
  top: 50%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*-- Content/Row Alignment when max-width is set --*/

.section .row.content-center {
	margin-right: auto;
	margin-left: auto;
}

.section .row.content-right {
	float: right;
	clear: both;
}

.relative {
	position: relative;
}

/*-- Padding --*/

.standard-padding {
	padding-right: 55px !important;
	padding-left: 55px !important;
}

.standard-padding-right {
	padding-right: 55px !important;
}

.standard-padding-left {
	padding-left: 55px !important;
}

.padding-sm {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.padding-med {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.padding-lg {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

.padding-xlg {
	padding-top: 175px !important;
	padding-bottom: 175px !important;
}

/*-- Margins --*/

span.margin-bottom-none,
span.margin-bottom-sm,
span.margin-bottom-med,
span.margin-bottom-lg,
span.margin-bottom-xlg {
	display: block;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-bottom-sm {
	margin-bottom: 10px !important;
}

.margin-bottom-med {
	margin-bottom: 30px !important;
}

.margin-bottom-lg {
	margin-bottom: 50px !important;
}

.margin-bottom-xlg {
	margin-bottom: 70px !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-top-sm {
	margin-top: 10px !important;
}

.margin-top-med {
	margin-top: 30px !important;
}

.margin-top-lg {
	margin-top: 50px !important;
}

.margin-top-xlg {
	margin-top: 70px !important;
}


/*-- Images --*/

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-contain {
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-repeat {
	background-repeat: repeat;
}

.bg-auto {
	background-repeat: no-repeat;
	background-size: auto;
}

.bg-dots {
	background: url('/wp-content/themes/imagexpert/img/bg-dot-blue-repeat.png') repeat left center;
}

.bg-violet {
	background: #666370;
}

.bg-red {
	background: #FF0000;
}

.bg-blue {
	background: #7da7d9;
}

.img-bgcolor {
	position: relative;
}

.img-bgcolor img {
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
}

.img-bgcolor:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	content: " ";
	background: #86b642;
	z-index: -1;
}

.img-bgcolor-blue:before {
	background: #555cb8;
}

.box-shadow-01 {
-webkit-box-shadow: 4px 9px 30px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    4px 9px 30px 0px rgba(0, 0, 0, 0.5);
box-shadow:         4px 9px 30px 0px rgba(0, 0, 0, 0.5);
}

/*-- Video Settings --*/

.video-100 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;	
	padding-bottom: 56.25%;	
	margin-top: 50px;
	margin-bottom: 50px;
}

.video-75 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74%;	
	padding-bottom: 42.1875%;	
	margin: 50px auto;
}

.video-50 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;	
	padding-bottom: 28.125%;	
	margin: 50px auto;
}

.video-100 iframe,
.video-75 iframe,
.video-50 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-- Gap --*/

.gap {
	display: block;
	width: 100%;
	clear: both;
}

.gap.gap-sm {
	height: 50px;
}

.gap.gap-med {
	height: 75px;
}

.gap.gap-lg {
	height: 100px;
}

.gap.gap-xlg {
	height: 125px;
}

.gap.gap-pagetop {
	height: 150px;
}

/*-- Bootstrap --*/

.container {
	max-width: 100%;
	padding: 0;
}

.row {
	width: calc(100% + 30px);
	margin: 0 -15px 0 -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
}

.align-cols-start .row {
	align-items: flex-start !important;
}

.align-cols-center .row {
	align-items: center !important;
}

.align-cols-end .row {
	align-items: flex-end !important;
}

align-cols-equal .row {
	align-items: stretch !important;
}

/*-- Images --*/

.img-fullwidth {
	width: 100%;
	height: auto;
}

.img-shadow {
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
}

.video-fullwidth {
	display: block;
	width: calc(80vw - 100px);
	height: 45vw;
	margin: 0 auto;
}


/*-- Gravity Form Errors --*/

.ginput_container {
	position: relative;
}

.gform_wrapper div.validation_error {
	float: none !important;
	color: #FF0000 !important;
	font-size: inherit;
	font-weight: 700;
	margin-bottom: 0 !important;
	border: none !important;
	padding: 20px !important;
	width: 100%;
	text-align: left !important;
	background: rgba(255,255,255,.7) !important;
}

/* Let's Talk Validation Message */

#gform_wrapper_1 div.validation_error {
	float: none !important;
	color: #FFFFFF !important;
	font-weight: 700;
	margin-bottom: 0 !important;
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	width: 100%;
	text-align: left !important;
	background: transparent !important;
}

#gform_wrapper_1 div.validation_error p {
	font-size: 26px !important;
}

.gform_wrapper div.validation_error p {
	margin: 0 !important;
}

.validation_message {
	display: none !important;
}
#validation_message_1_4, #validation_message_2_4{
    display: block!important;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit !important;
	margin: 0 !important;
	border: none !important;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
}

.gfield_error .ginput_container_text:after,
.gfield_error .ginput_container_email:after,
.gfield_error .ginput_container_select:after,
.gfield_error .ginput_container_phone:after,
.gfield_error .ginput_container_website:after,
.gfield_error .ginput_container_textarea:after {
	position: absolute;
	right: 12px;
	top: calc(50% - 5px);
	transform: translateX(-50%);
	width: 15px;
	height: 20px;
	font-family: "Font Awesome 5 Free";
	font-size: 20px !important;
	content: "\f071";
	color: #FF0000;
	opacity: 0.3;
}

.gfield_error .ginput_container_text input,
.gfield_error .ginput_container_email input,
.gfield_error .ginput_container_website input,
.gfield_error .ginput_container_phone input {
	padding-right: 30px !important;
}

.gfield_error .ginput_container_select:after {
	top: initial;
	bottom: 12px;
	right: 0;
}

.gfield_error .ginput_container_select select {
	background-position: right 30px center !important;
}

.gfield_error .ginput_container_textarea:after {
	top: 7px;
	right: 14px;
	transform: none;
}

.gfield_error .ginput_container_textarea textarea {
	padding-right: 35px !important;
}

.gform_confirmation_message {
	font-size: 26px !important;
	font-weight: 700 !important;
	text-align: center;
}
#gform_confirmation_wrapper_3 {
	margin-top: 35px;
}

/*===============================
			Hero Section - BLOCK
================================*/

.section-hero {
	min-height: 450px;
	height: 55vh;
	overflow: hidden;
}

.section-hero h1 {
	position: relative;
	max-width: 850px;
	margin: 0 0 20px 0;
}

.section-hero:not(.hero-enhanced) h1:after {
	display: block;
	content: " ";
	width: 150px;
	height: 5px;
	margin: 30px auto 0 auto;
	background: #FF0000;
}

.section-hero .tagline {
	max-width: 680px;
	display: block;
}

.section-hero .tagline span {
	display: inline;
  padding: 0.45rem 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8em;
}

.section-hero:not(.hero-enhanced) .tagline span {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); 
}


/*
.section-hero:not(.hero-enhanced) .tagline span {
	padding: 0.45rem 20px;
	background: #ff0000;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
*/

.section-hero .additional-content {
	margin-top: 45px;
}

/*-- Enhanced Hero Section --*/

.hero-enhanced {
	min-height: 640px;
	height: 80vh;
}

.hero-enhanced .hero-heading {
	display: flex;
	width: 100%;
	max-width: 1100px;
	align-items: stretch;
	justify-content: center;
	text-align: right !important;
	padding-top: 80px;
}

.hero-enhanced .hero-heading h1 {
	width: 50%;
	font-size: 92px;
	line-height: .6em !important;
	text-transform: uppercase;
	color: #FF0000;
	padding-right: 40px;
	border-right: 5px solid #FF0000;
}

.hero-enhanced .hero-heading h1 span {
	display: block;
	font-size: 48px;
	line-height: 1em;
	text-decoration: none;
	color: #FFF;
	margin-top: 30px !important;
}

.hero-enhanced .tagline-container {
	width: 50%;
	padding-left: 40px;
	margin-top: -20px;
}

.hero-enhanced .tagline {
	text-align: left !important;
}

.hero-enhanced .tagline span {
	line-height: 1.88em;
}

/*==============================
			Content Row - BLOCK
==============================*/

.section-content-row .section-heading .row h2 {
	width: 100%;
}

.section-content-row .row .col .col-content p:first-of-type {
	margin-top: 0 !important;
}

.section-content-row .row .col .col-content p:last-of-type {
	margin-bottom: 0 !important;
}

/*-- Column 1 --*/

.section-content-row.content-right .row .col:first-of-type {
	width: 50%;
	padding: 0 50px 0 40px;
	justify-content: flex-end;
	background: #FFF;
}

.section-content-row .row .col:first-of-type img {
	width: 100%;
	height: auto;
}

.section-content-row .row .col:first-of-type .col-content {
	max-width: 580px;
}

.section-content-row .row .col:first-of-type .col-content p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-content-row .row .col:first-of-type iframe {
	width: 580px;
	height: 326px;
}

/*-- Image/Video effect --*/

.section-content-row.content-left .row .col.image-effect-gray iframe,
.section-content-row.content-left .row .col.image-effect-gray img {
	box-shadow: -6px 6px 0px 0px rgba(210,210,210,0.75);
	-webkit-box-shadow: -6px 6px 0px 0px rgba(210,210,210,0.75);
	-moz-box-shadow: -6px 6px 0px 0px rgba(210,210,210,0.75);
}

.section-content-row.content-right .row .col.image-effect-gray iframe,
.section-content-row.content-right .row .col.image-effect-gray img {
	box-shadow: 6px 6px 0px 0px rgba(210,210,210,0.75);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(210,210,210,0.75);
	-moz-box-shadow: 6px 6px 0px 0px rgba(210,210,210,0.75);
}

/*-- Column 2 --*/

.section-content-row .row .col:last-of-type {
	padding-top: 110px;
	padding-bottom: 110px;
}

.section-content-row.content-narrow .row .col:last-of-type {
	background: url('/wp-content/themes/imagexpert/img/bg-dot-blue-repeat.png') repeat left center;
}

.section-content-row:first-of-type .row .col:last-of-type {
	padding-top: 78px;
	padding-bottom: 78px;
}

.section-content-row.content-right .row .col:last-of-type {
	width: 50%;
	padding-right: 0;
	padding-left: 20px;
}

.section-content-row.content-right:first-of-type .row .col:last-of-type {
	padding: 78px 0 78px 20px;
}

.section-content-row.content-right .row .col:last-of-type .col-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: right;
	padding: 64px 50px 64px 10%; 
	border-top: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.section-content-row .row .col:last-of-type .col-content h2 {
	font-size: 28px;
	font-weight: 700;
	color: #FF0000;
}

.section-content-row .row .col:last-of-type .col-content .col-content-inner {
	max-width: 420px;
}

.section-content-row.content-right .row .col:last-of-type .col-icon {
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
	width: 78px;
	height: 78px;
	color: #FFF;
	font-size: 34px;
	border-radius: 39px;
	background: #FF0000;
}

.section-content-row .row .col:last-of-type .col-icon img {
	width: 34px;
	height: auto;
}

.section-content-row .cta-button {
	margin-top: 30px;
}

/*-- Content Left / Image-Video Right version --*/

.section-content-row.content-left .row .col:first-of-type {
	width: 50%;
	padding: 0 40px 0 50px;
	justify-content: flex-start;
	background: #FFF;
}

.section-content-row.content-left .row {
	flex-direction: row-reverse;
}

.section-content-row.content-left .row .col:last-of-type {
	width: 50%;
	padding-right: 20px;
	padding-left: 0;
}


.section-content-row.content-left .row .col:last-of-type .col-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: left;
	padding: 64px 10% 64px 50px; 
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.section-content-row.content-left .row .col:last-of-type .col-icon {
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
	width: 78px;
	height: 78px;
	color: #FFF;
	font-size: 34px;
	border-radius: 39px;
	background: #FF0000;
}

/*-- Wide Width Content --*/

.section-content-row.content-wide .row .col:first-of-type {
	width: 30%;
	max-width: 30%;
}

.section-content-row.content-right.content-wide .row .col:first-of-type {
	padding-left: 0;
}

.section-content-row.content-left.content-wide .row .col:first-of-type {
	padding-right: 0;
}

.section-content-row.content-wide .row .col:first-of-type img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

.section-content-row.content-wide .row .col:last-of-type {
	width: 70%;
}

.section-content-row.content-wide .row .col:last-of-type:before {
	position: absolute;
	top: 0;
	width: 45vw;
	height: 100%;
	content: " ";
	background: url('/wp-content/themes/imagexpert/img/bg-dot-blue-repeat.png') repeat left center;
	z-index: -1;
}

.section-content-row.content-wide.content-left .row .col:last-of-type:before {
	left: 0;
}

.section-content-row.content-wide.content-right .row .col:last-of-type:before {
	right: 0;
}

.section-content-row.content-narrow .row .col:last-of-type .col-content .col-content-inner {
	max-width: 430px;
}

.section-content-row.content-wide .row .col:last-of-type .col-content .col-content-inner {
	max-width: 630px;
}

/*-- Large Logos in Content Row --*/

.section-content-row.large-logos .row .col:first-of-type .col-content p {
	border: 1px solid #cccccc;
	padding: 64px 50px 64px 50px;
}

/*=================================
			Industry Icon List - BLOCK
==================================*/

.section-industry-icons .container {
	max-width: 1140px;
}

.section-industry-icons .industry {
	width: 20%;
	min-width: 120px;
	padding: 0 10px;
	margin-bottom: 60px;
}

.section-industry-icons .industry .icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border: 1px solid #FF0000;
	border-radius: 50%;
	margin-bottom: 20px;
}

.section-industry-icons .industry .icon a:hover {
	background: #FF0000;
}

.section-industry-icons .industry .icon a:hover img {
	filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
	-webkit-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
	-moz-filter: grayscale(100%) brightness(200%) saturate(1000%) contrast(1000%);
}

.section-industry-icons .industry .title a {
	color: #666370 !important;
}

.section-industry-icons .industry .title a:hover {
	text-decoration: none !important;
}


/*=======================================
			Border/Icon Highlight Section 
=======================================*/

.section-highlight {
	width: calc(100% - 100px);
	margin: 60px auto 40px auto;
}

.section-highlight-custom {
	width: 100%;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 70px;
}

.section-highlight .section-inner {
	position: relative;
	display: inline-block;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 50px;
	border: 1px solid #7da7d9;
}

.section-highlight-custom .section-inner {
	width: 100%;
	max-width: 1170px;
}

.section-highlight.highlight-red .section-inner {
	border: 1px solid #FF0000;
}

.section-highlight .section-icon {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	color: #FFF;
	border-radius: 50%;
	font-size: 34px;
	background: #7da7d9;
}

.section-highlight.highlight-red .section-icon {
	background: #FF0000;
}

.section-highlight-custom .col-content {
	max-width: 830px;
}

.section-highlight-custom .section-footer {
	padding-top: 20px;
}

.section-highlight.textAlignLeft .section-content .col-content {
	text-align: left !important;
}

/*=================================
			Logo Section - BLOCK
==================================*/

.section-logos.bg-dots {
	margin-top: 0 !important;
	padding-top: 100px;
}

.section-logos .logo-list img {
	margin: 0 15px 40px 15px;
}

.section-logos .additional-content {
	max-width: 925px;
}

.section-logos .additional-content * {
	color: #000;
}

/*=================================
			FAQ Section - BLOCK
==================================*/

.section-faq {
	width: 100%;
	margin: 0;
	padding-top: 86px;
	padding-bottom: 100px;
}

.section-faq .section-inner {
	width: 100%;
	max-width: 1170px;
}

.section-faq .tabs-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.section-faq ul.tabs {
	display: block;
	width: 50%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.section-faq ul.tabs li {
	position: relative;
	display: block;
	line-height: 1.4em;
	padding: 0 45px 0 0;
	margin-bottom: 65px;
	text-align: right;
	cursor: pointer;
}

.section-faq ul.tabs li.current {
	color: #FF0000;
}

.section-faq ul.tabs li.current:after {
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 34px;
	content: "\f061";
}

.section-faq .tab-content {
	display: none;
	width: 50%;
	color: #000 !important;
	line-height: 1.5em;
	padding: 0 20px 60px 45px;
}

.section-faq .tab-content.current{
	display: inherit;
}

.section-faq .faq-question {display:none;}

/*==========================
			Related Items
===========================*/

.section-related .section-heading {
	width: 100%;
}

.section-related ul.related-items,
.resource-posts .alm-paging-content {
	max-width: 1260px;
}

.section-related ul.related-items li,
.resource-posts .alm-paging-content li {
	width: calc(33.3333% - 70px);
	min-width: 300px;
	padding: 140px 36px 50px 36px;
	margin: 85px 35px 70px 35px;
	border-radius: 40px;
	border: 1px solid #7da7d9;
	list-style: none;
}

.section-related ul.related-items li img,
.resource-posts .alm-paging-content li img {
	position: absolute;
	top: -85px;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 1px solid #7da7d9;
}

.resource-posts li .post-label {
	position: absolute;
	right: 0;
	width: 100px;
	transform: translateY(5px);
	padding: 10px;
	background: #ebebeb;
}

.section-related ul.related-items.items-auto h3 {
	margin-bottom: 50px;
}

.section-related ul.related-items.items-manual h3 {
	margin-bottom: 15px;
}

.section-related ul.related-items li p,
.resource-posts .alm-paging-content li p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 0;
}

.section-related ul.related-items li p:last-of-type,
.resource-posts .alm-paging-content li p:last-of-type {
	margin-bottom: 0;
}

/*-- Red Highlight --*/

.section-related.highlight-red ul.related-items li {
	border: 1px solid #ff0000;
}

.section-related.highlight-red ul.related-items li img {
	border: 1px solid #ff0000;
}

/*=================================
					Pagination
==================================*/

ul.alm-paging {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

ul.alm-paging li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:0 !important;
	color: #666;
	border: none !important;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent !important;
}

ul.alm-paging li.prev a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	content: "\f060";
	margin-right: 15px;
}

ul.alm-paging li.next a:after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	content: "\f061";
	margin-left: 15px;
}

ul.alm-paging li:not(.disabled) a:hover {
	color: #FF0000 !important;
}

ul.alm-paging li.num a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	color: #666370 !important;
}

ul.alm-paging li.num:not(.active) a:hover {
	color: #FF0000 !important;
}

ul.alm-paging li.num.active a {
	height: 40px;
	border-radius: 20px !important;
	background: #7da7d9 !important;
	color: #FFF !important;
}

/*=================================
			Let's Talk - BLOCK
==================================*/

.section-lets-talk .row .col:first-of-type .col-content {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: -30px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 20px;
	background: #e8edf3;
}

.section-lets-talk .row .col:first-of-type {
	background: url('/wp-content/themes/imagexpert/img/bg-dot-blue-repeat.png') repeat left top;
}

.section-lets-talk .row .col:first-of-type .col-content .col-text {
	max-width: 340px;
}

.section-lets-talk .row .col:last-of-type .gform_wrapper {
	max-width: 450px;
}

/*================================
			Product Tabs - BLOCK
=================================*/

.tabs-products {
	display: flex;
	width: 100%;
	max-width: 1240px;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.tabs-products li {
	display: flex;
	flex-direction: column;
	width: 20%;
	justify-content: flex-start;
	align-items: center;
	padding: 0 30px;
	margin-bottom: 36px;
}

.tabs-products li .tab-img {
	width: 110px;
	height: 110px;
	border: 1px solid #FF0000;
	border-radius: 50%;
	margin-bottom: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120% auto;
}

.tabs-products li .tab-img:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255,0,0,.6);
	opacity: 0;
	transition: all ease 0.4s;
}

.tabs-products li.current .tab-img:before {
	opacity: 1;
}

.tabs-products li:hover {
	cursor: pointer;
}

.tabs-products li:hover span.title,
.tabs-products li.current span.title {
	color: #FF0000;
}

.tab-product-content {
	display: none;
}

.tab-product-content.current {
	display: block;
}

/*=================================
			Testimonial Slider - BLOCK
==================================*/

.section-testimonials {
	margin-bottom: 40px;
}

.section-testimonials .testimonial-icon {
	width: 80px;
	min-height: 300px;
	margin-top: -28px;
}

.section-testimonials .testimonial-icon:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: " ";
	width: 1px;
	height: 100%;
	background: #7da7d9;
}

.section-testimonials .testimonial-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	content: " ";
	border-radius: 50%;
	background: #7da7d9 url('/wp-content/themes/imagexpert/img/icons/icon-quote.png') no-repeat center center;
}

.section-testimonials .testimonial-slider {
	max-width: 900px;
	padding: 40px 0 50px 88px;
}

.section-testimonials .testimonial p {
	font-size: 32px;
	font-style: italic;
	line-height: 1.5em;
}

.section-testimonials .testimonial p strong {
	font-weight: 700;
	color: #7da7d9;
}

.section-testimonials .testimonial-author {
	font-style: italic;
}

/*- Prev/Next -*/

.section-testimonials .testimonial-slider .slick-nav {
	position: absolute;
	bottom: 0;
	color: #b2b2b2;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	background: transparent;
}

.section-testimonials .testimonial-slider .slick-nav:hover {
	color: #FF0000;
}

.section-testimonials .testimonial-slider .slick-nav i {
	font-size: 14px;
}

.section-testimonials .testimonial-slider .prev {
	left: 88px;
}

.section-testimonials .testimonial-slider .prev i {
	margin-right: 16px;
}

.section-testimonials .testimonial-slider .next {
	right: 0;
}

.section-testimonials .testimonial-slider .next i {
	margin-left: 16px;
}

/*=================================
			Content Slider - BLOCK
==================================*/

.section-content-slider {
	margin-bottom: 40px;
}

.section-content-slider .section-heading {
	margin-top: 30px;
}

.section-content-slider .content-slider {
	width: 100%;
	max-width: 700px;
	padding: 0 60px;
}

.section-content-slider .content-slider .slide-content {
	max-width: 480px;
}

/*- Prev/Next -*/

.section-content-slider .content-slider .slick-nav,
.section-guide-slider .guide-slider .slick-nav {
	position: absolute;
	top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 50%;
	background: transparent;
	transition: all ease 0.4s;
}

.section-content-slider .content-slider .slick-nav:hover,
.section-guide-slider .guide-slider .slick-nav:hover {
	color: #FFF;
	background: #FF0000;
}

.section-content-slider .content-slider .slick-nav i,
.section-guide-slider .guide-slider .slick-nav i {
	font-size: 34px;
}

.section-content-slider .content-slider .prev,
.section-guide-slider .guide-slider .prev {
	left: 0;
}

.section-content-slider .content-slider .next,
.section-guide-slider .guide-slider .next {
	right: 0;
}

/*===============================
			Expert Guides Slider
===============================*/

.section-guide-slider .guide-slider {
	width: 100%;
	padding-right: 110px;
	padding-left: 110px;
}

.section-guide-slider .guide-slider .slide-content {
	padding-right: 20px;
	padding-left: 20px;
}

.section-guide-slider .guide-slider .slide-content img {
	margin-bottom: 30px;
}

.section-guide-slider .guide-slider .slide-content h3 {
	font-weight: 400 !important;
	font-size: 28px !important;
}

.section-guide-slider .guide-slider .slick-nav {
	top: 50%;
	transform: translateY(-50%);
}

/*==========================
			CTA Small - Block
===========================*/

.section-cta-small .section-inner {
	width: 100%;
	max-width: 730px;
}

.section-cta-small .section-inner h2 {
	padding-right: 40px;
}

/*=================================
			Counter - BLOCK
==================================*/

.section-counters .section-inner {
	width: 100%;
	max-width: 1240px;
	border: 1px solid  #7da7d9;
	border-radius: 50px;
	padding: 70px 40px 40px 40px;
}

.section-counters.highlight-red .section-inner {
	border: 1px solid #FF0000;
}

.section-counters .stat {
	width: 30%;
	max-width: 300px;
	border-top: 1px solid #7da7d9;
	padding-top: 16px;
	margin: 0 40px 60px 40px;
}

.section-counters .stat .ie-hack {display: none !important;}

.section-counters.highlight-red .stat {
	border-top: 1px solid #ff0000;
}

.section-counters .stat .stat-content span {
	display: inline-block;
}

.section-counters .stat .stat-content .count-num,
.section-counters .stat .stat-content .suffix {
	line-height: 1.3em !important;
}

.section-counters .stat .stat-content .label {
	text-transform: uppercase;
	margin-left: 15px;
}

/*==========================
		Contact Us BLOCK
===========================*/

.section-contact-us .hq {
	padding-right: 35px;
}

.section-contact-us .locations {
	padding: 35px;
	background: #ebebeb;
}

.section-contact-us .container {
	max-width: 1240px;
}

.section-contact-us .container:last-of-type .col {
	padding-right: 35px !important;
	padding-left: 35px !important;
}

.section-contact-us .location {
	padding: 15px 0;
}

.section-contact-us .location .content {
	flex-grow: 1;
	min-width: 350px;
	padding-top: 40px;
	padding-right: 100px;
}

.section-contact-us .locations .location .content {
	border-bottom: 1px solid #c7c7c7;
}

.section-contact-us .locations .location:last-of-type {
	padding-bottom: 0;
}

.section-contact-us .locations .location:last-of-type .content {
	border-bottom: 0;
}

/* .section-contact-us .location .content:after {
	position: absolute;
	top: 50%;
	right: 75px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #FF0000;
	content: "\f061";
} */

.section-contact-us .location .image {
	padding: 0 10px;
	margin: 15px 0;
}

/*===============================
		Single Blog Content Block
================================*/

.section-blog-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-blog-content .container {
	max-width: 800px;
}

.section-blog-content p,
.section-blog-content *:not(h1) {
	font-size: 18px;
	font-weight: 400;
}

.section-blog-content p {
	line-height: 1.8em;
}

.section-blog-content h2 {
	font-weight: 700;
	font-size: 28px;
	color: #FF0000;
}

.section-blog-content h3 {
	font-weight: 700;
	font-size: 24px;
	color: #FF0000;
}

.section-blog-content h4 {
	font-weight: 700;
	font-size: 22px;
}

/*==========================
		Blog Columns Block
===========================*/

.section-blog-columns .col iframe {
	width: 45vw !important;
	max-width: 100%;
	height: 25.3125vw !important;
	margin-bottom: 10px;
}

.section-blog-columns .container {
	max-width: 1023px;
	margin-right: auto;
	margin-left: auto;
}

.section-blog-columns .col img {
	width: 100%;
	height: auto;
	margin: 0 !important;
}

/*==============================
			Related Reading
==============================*/

.section-related-reading .container-related-reading {
	max-width: 925px;
	width: 100%;
	padding: 14px;
	background: #ebebeb;
}

.section-related-reading .container-related-reading .container-content-image {
	width: 100%;
}

.section-related-reading .container-related-reading .image {
	width: 246px;
	min-width: 246px;
}

.section-related-reading .container-related-reading .content {
	flex-grow: 1;
	padding: 25px 30px;
}

.section-related-reading .container-related-reading .content .label {
	display: block;
}

.section-related-reading .container-related-reading .read-more {
	width: 130px;
	min-width: 130px;
	margin: 15px 0;
	border-left: 1px solid #c7c7c7;
}

.section-related-reading .container-related-reading .read-more i {
	font-size: 32px !important;
}

.section-related-reading .container-related-reading .read-more span {
	display: block;
	margin-top: 10px;
}

/*==============================
		Resource Filters Block
==============================*/

.section-resource-filters .filters {
	width: 100%;
	max-width: 1240px;
	background: #ebebeb;
}

.section-resource-filters .filters-heading {
	width: 140px;
	min-height: 105px;
	padding: 20px;
	margin-right: 35px;
	background: #666370;
}

.section-resource-filters .filters-heading:after {
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	content: " ";
	border-style: solid;
	border-width: 17.5px 0 17.5px 18px;
	border-color: transparent transparent transparent #666370;
}

.section-resource-filters .filters .filters-container {
	flex-grow: 1;
	padding-top: 40px;
	padding-right: 25px;
}

/*-- Topic Filters --*/

.section-resource-filters .filters-topics {
	padding-bottom: 20px;
}

#alm-filters-topics,
#alm-filters-topics .alm-filters-container,
#alm-filters-topics .alm-filter--inner {
	margin: 0 !important;
	padding: 0 !important;
}

#alm-filters-topics .alm-filter--inner > ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#alm-filters-topics .alm-filter--inner > ul li .field-radio:before,
#alm-filters-topics .alm-filter--inner > ul li .field-radio:after {
	display: none !important;
}

#alm-filters-topics .alm-filter li div.alm-filter--link {
	padding: 0 10px 0 10px;
	min-height: 24px;
	line-height: 1.45;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FF0000;
}

#alm-filters-topics .alm-filter li:first-of-type div.alm-filter--link {
	padding-left: 0;
}

#alm-filters-topics .alm-filter li div.alm-filter--link.active {
	color: #666370;
}

#alm-filters-mobiletopics {display:none;} /* Hide Mobile Drop Down filters */

/*-- Resource Search --*/

.section-resource-filters .filters-search {
	max-width: 360px;
	min-width: 250px;
	padding: 0 0 20px 0;
}

.header-search-form form input[type="search"],
.section-resource-filters .filters-search input[type="search"] {
	border: none;
	border-bottom: 1px solid #666370;
	padding: 0 30px 8px 0;
	background: transparent;
}

.header-search-form form button,
.section-resource-filters .filters-search button {
	position: relative;
	font-size: 20px;
	color: #FF0000;
	margin-top: -8px;
	margin-left: -30px;
	border: none;
	background: transparent;
}

/*==========================
		Resources List
===========================*/

.resource-posts .alm-paging-content {
	display: flex !important;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.no-results {
	text-align: center;
	padding: 0 0 80px 0;
	font-size: 32px !important;
	font-weight: 700;
}

/*==========================
>> Video Webinars & Webinars
===========================*/
.video-template-default .tagline,
.webinar-template-default .tagline{
	display: none!important;
}

/*==========================
			Home Page
===========================*/

.home-2-making-ready {
	background-position: right 85px top !important;
}

.hero-home .additional-content p a.btn {
	display: inline-block;
	margin: 0 15px 30px 15px;
}

/*==========================
		Search Results Page
===========================*/

.section-search-results .search-results-all {
	max-width: 1200px;
}

.section-search-results .result {
	padding: 30px;
	border-bottom: 1px solid rgba(125,167,217,0.3);
}

.section-search-results .result:nth-of-type(even) {
}

.section-search-results .result h3 {
	margin: 0 !important;
}

.section-search-results .result h3 a {
	
}

.section-search-results .result .excerpt {
	padding-top: 30px;
	line-height: 1.4em;
}


/*==========================
				404 Error
===========================*/

.section-404 {
	display: flex;
	align-items: center;
	height: 80vh;
	min-height: 500px;
}

.section-404 h1 {
	font-size: 90px !important;
	margin-bottom: 30px;
}

/*========================
			Footer
=========================*/

footer.footer {
	padding-top: 45px;
	background: #ebebeb;
}

footer.footer a {
	color: #ff0000;
}

/*-- Footer Row 1 --*/

footer.footer .footer-row:first-of-type .footer-col {
	padding-bottom: 60px;
}


/*-- Footer Info Column --*/
footer.footer .footer-row:first-of-type .footer-col:first-of-type {
	width: 40%;
}

footer.footer .footer-logo {
	max-width: 230px;
	margin-bottom: 15px;
}

footer.footer .footer-text {
	max-width: 360px;
	margin-bottom: 35px;
}

footer.footer .footer-text p {
	line-height: 1.3em;
}

footer.footer .footer-contact a {
	display: inline-block;
	margin-bottom: 15px;
}

footer.footer .footer-social {
	font-size: 24px;
	margin-bottom: 55px;
}

footer.footer .footer-social a {
	display: inline-block;
	margin-right: 10px;
}

footer.footer .footer-social a:hover {
	color: #7da7d9;
}

footer.footer .footer-social a:last-of-type {
	margin-right: 0;
}

/*-- Footer Menu Column --*/
footer.footer .footer-row:first-of-type .footer-col:last-of-type {
	display: grid;
	width: 60%;
	max-width: 750px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 40px 50px
}

footer.footer .footer-row:first-of-type .footer-col:last-of-type .menu h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

footer.footer .footer-col .menu h3 a {
	color: #666370;
}

footer.footer .footer-row:first-of-type .footer-col:last-of-type .menu:nth-of-type(4) {
	grid-row:    2;
	grid-column: 1 / 3;
}

footer.footer .footer-row:first-of-type .footer-col:last-of-type .menu:nth-of-type(4) ul {
	-webkit-columns: 2;
   -moz-columns: 2;
   columns: 2;
   -webkit-column-gap: 45px;
   -moz-column-gap: 45px;
   column-gap: 45px;
 }


/*-- Footer Row 2 --*/

footer.footer .footer-row:last-of-type {
	min-height: 64px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #666370;
}

footer.footer .footer-copyright a {
	text-decoration: underline !important;
}



/*==============================
		Global Style Hacks
===============================*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
}


/*===================================
   					 RESPONSIVE
====================================*/

@media only screen and (min-width:1024px) {
	
	main {
		margin-top: 72px;
	}
	
	/*================================
						Header
	=================================*/

	header.header {
		position: fixed;
		display: flex;
		top: 0;
		left: 0;
		width: 100%;
		height: 72px;
		justify-content: space-between;
		align-items: center;
		padding-right: 40px;
		padding-left: 40px;
		transition: all ease 0.4s;
		z-index: 9999;
		background: #FFF;
	}

	header.header.nav-scroll {
		height: 60px;
		background: rgba(255,255,255,.9);
	}

	header.header .header-container {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: 100%;
		max-width: 1180px;
	}
	
	header.header .logo {
		width: 260px;
		min-width: 260px;
		padding-right: 80px;
	}

	header.header nav {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-grow: 1;
		padding-right: 20px;
	}
	
	header.header.nav-scroll nav.ubermenu > ul > li > ul.ubermenu-submenu {
		top: 60px !important;
	}
	
	
	/*==========================
				Uber Menu
	==========================*/

	
	header.header .ubermenu-primary_menu > ul > li {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	
	header.header .ubermenu-primary_menu > ul > li:first-of-type {
		padding-left: 0 !important;
	}
	
	header.header .ubermenu-primary_menu > ul > li:last-of-type {
		padding-right: 0 !important;
	}
	
	header.header .ubermenu-primary_menu > ul > li > a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		font-size: 14px;
		font-weight: 700 !important;
		line-height: 18px;
		color: #666370 !important;
		text-decoration: none;
		white-space: nowrap;
		padding: 0 !important;
	}
	
	header.header .ubermenu-primary_menu ul li.ubermenu-tab.ubermenu-active > a,
	header.header .ubermenu-primary_menu > ul > li:hover > a {
		color: #FF0000 !important;
	}
	
	header.header .ubermenu-primary_menu > ul > li > a > i,
	header.header .ubermenu-submenu a i {
		display: none;
	}
	
	header.header .ubermenu-primary_menu .ubermenu-submenu li.ubermenu-tab.ubermenu-active > a > i {
		display: block;
	}

	header.header .ubermenu-primary_menu ul.ubermenu-submenu-drop {
		display: flex !important;
		border: none !important;
		background: #ebebeb;
	}
	
	/*-- Menu Title Column --*/

	
	header.header .ubermenu-primary_menu .menu-col-title-container {
		max-width: 285px !important;
		min-width: 285px !important;
	}
	
	header.header .ubermenu-primary_menu .menu-col-title h3.dots-blue {
		font-size: 42px;
		font-weight: 300 !important;
		color: #FFF;
		padding-bottom: 32px;
		margin-bottom: 32px;
		background-position: left bottom;
	}
	
	header.header .ubermenu-primary_menu .menu-col-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		min-height: 330px;
		padding: 40px 40px 40px 40px;
	}
	
	header.header .ubermenu-primary_menu .menu-col-title p {
		color: #FFF;
		font-size: 16px;
		font-weight: 900;
		margin: 0;
		line-height: 1.6em;
	}
	
	/*-- Submenu Links --*/
	
	header.header .ubermenu-submenu a:not(.btn) {
		font-size: 16px !important;
		color: #666370 !important;
		background: transparent !important;
	}
	
	.menu-col-submenu .ubermenu-tabs-group {
		margin-top: 45px !important;
		padding-left: 30px !important;
	}
	
	header.header .ubermenu-primary_menu .ubermenu-tab-content-panel {
		background: transparent !important;
	}
	
	header.header .ubermenu-primary_menu .ubermenu-tab-content-panel > li {
		width: 100% !important;
	}
	
	/*-- Product Menu Submenus/Images --*/
	
	.ubermenu-tabs-group {
		position: relative;
	}
	
	.ubermenu-tabs-group {
		border-right: 1px solid #d7d7d7 !important;
	}
	
	.ubermenu-tabs-group li a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.ubermenu-tabs-group li:hover > a {
		color: #FF0000 !important;
	}
	
	li.menu-style-2 li.menu-col-submenu,
	li.menu-products li.menu-col-submenu {
		max-width: 1100px !important;
		flex-grow: 1;
	}
	
	/*-- Mega Menu Product Images --*/
	
	li.menu-products .ubermenu-tabs-group {
		min-height: 350px !important;
	}
	
	li.menu-products .menu-product-img {
		position: relative;
		width: 100%;
		height: 300px;
		margin-top: 45px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	li.menu-products .menu-product-img a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/*-- Header 3 section --*/

	header.header .header-demo .btn {
		min-height: 40px !important;
		font-weight: 700;
		padding: 0 30px !important;
	}
	
	header.header .header-search {
		padding: 0 25px;
	}
	
	header.header .header-search .search-open {
		color: #666370 !important;
	}
	
	header.header .header-search .search-open:hover {
		color: #FF0000 !important;
	}
	
	header.header .header-search i {
		font-size: 24px;
	}
	
	/*-- Header Search Form --*/
	
	.header-search-form {
		position: absolute;
		top: -9999px;
		left: -193px;
		height: 60px;
		width: 300px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		opacity: 0;
		padding-top: 20px;
		transition: opacity ease 0.3s;
		z-index: 99999;
	}
	
	.header-search-form.active {
		top: -23px;
		opacity: 1;
	}
	
	.header-search-form form {
		display: flex;
		align-items: center;
		justify-items: center;
	}
	
	.header-search-form form input[type="search"] {
		margin-right: 20px;
		max-width: 250px;
	}
	
	.header-search-form form button {
		right: 30px;
	}
	
	header.header .header-language {
		font-size: 14px;
		width: 130px;
	}
	
	header.header .header-language i:first-of-type {
		margin-right: 7px;
	}
	
	header.header .header-language i:last-of-type {
		margin-left: 8px;
	}
	
	/*-- Industry/Company Menus --*/
	
	header.header .menu-style-post .ubermenu-submenu,
	header.header .menu-style-testimonial > .ubermenu-submenu {
		align-items: stretch;
	}
	
	header.header .menu-style-post li.menu-post-column,
	header.header .menu-style-testimonial li.menu-testimonial-column {
		align-self: center !important;
	}
	
	header.header .menu-style-post .ubermenu-submenu > li.menu-col-submenu > .ubermenu-submenu,
	header.header .menu-style-testimonial .ubermenu-submenu > li.menu-col-submenu > .ubermenu-submenu {
		min-height: 300px !important;
		min-width: 300px !important;
		padding: 0 30px 0 30px !important;
		margin-top: 50px !important;
		margin-bottom: 30px !important;
	}
	
	header.header .menu-style-post .ubermenu-submenu > li.menu-col-submenu > .ubermenu-submenu,
	header.header .menu-style-testimonial .ubermenu-submenu > li.menu-col-submenu > .ubermenu-submenu {
		border-right: 1px solid #d7d7d7 !important;
	}
	
	header.header .menu-style-post .ubermenu-submenu > li > .ubermenu-submenu > li,
	header.header .menu-style-testimonial .ubermenu-submenu > li > .ubermenu-submenu > li {
		padding-bottom: 8px !important;
	}
	
	header.header .menu-style-post .ubermenu-submenu > li > .ubermenu-submenu a:not(.btn):hover,
	header.header .menu-style-testimonial .ubermenu-submenu > li > .ubermenu-submenu a:not(.btn):hover {
		color: #FF0000 !important;
	}
	
	header.header .menu-testimonial {
		position: relative;
		max-width: 800px;
		padding-left: 120px;
	}
	
	header.header .menu-testimonial .testimonial-text {
		font-size: 28px;
		font-style: italic;
		line-height: 1.5em;
		color: #666370 !important;
		margin-bottom: 30px;
	}
	
	header.header .menu-testimonial:before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 80px;
		height: 80px;
		content: " ";
		border-radius: 50%;
		background: #7da7d9 url('/wp-content/themes/imagexpert/img/icons/icon-quote.png') no-repeat center center;
	}
	
	header.header .menu-testimonial .testimonial-text strong {
		font-weight: 700;
		color: #7da7d9 !important;
	}
	
	header.header .menu-testimonial .author {
		font-size: 18px;
		color: #666370 !important;
	}
	
	/*-- Menu Resource Post --*/
	
	.menu-item-post {
		padding-right: 40px !important;
	}

	.menu-post-item {
		width: 100%;
		max-width: 500px;
		min-width: 300px;
		padding: 40px 90px 40px 40px;
		border-radius: 40px;
		border: 1px solid #7da7d9;
	}

	.menu-post-item img {
		position: absolute;
		top: 50%;
		right: -70px;
		transform: translateY(-50%);
		width: 140px;
		height: 140px;
		border-radius: 50%;
		border: 1px solid #7da7d9;
	}

	.menu-post-item h3 {
		color: #666370;
		margin-bottom: 20px !important;
	}
	
}

/*-- Internet Explorer 10 and 11 --*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   
   /*media all*/
   
   .d-flex * {
  	 max-width: 100%;	
  } 
  
  /*- Header --*/
  
  header.header .header-demo .btn {
  	padding-top: 10px !important;
  }
  
  .header-language {
  	background: #FFF !important;
  }
  
  .language-switcher-wrapper::before {
		display: none !important;
	}
	
	header.header .ubermenu-primary_menu .menu-col-title-container * {
		max-width: 100% !important;
	}
	
	.header-search-form {
		position: absolute;
		top: -9999px;
		left: -245px;
		height: 60px;
		width: 300px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		opacity: 0;
		padding-top: 20px;
		transition: opacity ease 0.3s;
		z-index: 99999;
	}
	
	.header-search-form.active {
		top: -24px;
		opacity: 1;
	}
	
	.header-search-form form {
		display: flex;
		align-items: center;
		justify-items: center;
	}
	
	.header-search-form form input[type="search"] {
		margin-right: 20px;
		max-width: 250px;
	}
	
	/*-- Logos Section --*/
	
	.section-logos .container {
		min-width: 1000px !important;
	}
	
	/*-- Counters --*/
	
	.section-counters .stat .ie-hack {
		display: inline-block !important;
		font-size: 42px !important;
		color: #FFF !important;
		}
		
	/*-- Testimonials Section --*/
		
	.section-testimonials {display:none !important;}
	
	/*--  Footer --*/
	
	footer.footer .footer-row:first-of-type .footer-col:last-of-type {
		display: flex !important;
		flex-wrap: wrap;
		width: 100%;
		max-width: 750px;
	}
	
	footer.footer .footer-row:first-of-type .footer-col:last-of-type .menu {
		width: 50% !important;
		min-width: 200px !important;
		padding-bottom: 30px !important;
	}
	
	footer.footer .footer-row:first-of-type .footer-col:last-of-type .menu:nth-of-type(4) {
		width: 95% !important;
		order: 3 !important;
	}
   
}


@media only screen and (max-width:1240px) { /*- Top Menu Hacks -*/
	
	header.header {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	header.header .logo {
		width: 220px;
		min-width: auto;
		padding-right: 20px;
	}
	
	header.header .header-language {
		width: 110px;
	}
	
}

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

	/*-- Header --*/
	
	header nav.nav,
	.header-search,
	.header-3 .language-switcher-wrapper,
	.header-demo {
		display: none !important;
	}
	
	header.header {
		position: relative;
		height: 62px;
		justify-content: flex-start;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		transition: all ease 0.4s;
	}
	
	header.header .logo {
		display: flex;
		height: 62px;
		align-items: center;
		max-width: 200px;
	}
	
	header.header nav ul li.nav-contact {
		display: block;
	}
	
	/*-- Mobile Language Switcher --*/
	
	#responsive-menu-additional-content {
		padding: 0 !important;
	}
	
	#responsive-menu-additional-content .header-language {
		height: 62px !important;
		justify-content: flex-start !important;
		padding: 20px;
		background: #191919 !important;
		margin-bottom: 50px;
	}
	
	#responsive-menu-additional-content #language-switcher {
		position: relative;
		font-size: 22px;
		color: #FFF !important;
		z-index: 2;
	}
	
	#responsive-menu-additional-content .language-switcher-wrapper:before {
		font-size: 22px;
	}
	
	#responsive-menu-additional-content .language-switcher-wrapper:after {
		z-index: 1;
		color: #FFF !important;
	}
	
	/*-- Menu Toggle --*/
	
	.responsive-menu-button {
		right: 0 !important;
		transition: position ease 0.4s !important;
	}
	
	.responsive-menu-button.is-active {
		background: #FF0000 !important;
	}

	#responsive-menu > li > a {
		font-weight: 700 !important;
		width: auto !important;
	}
		
	#responsive-menu-container #responsive-menu > li {
		max-width: 380px !important;
		margin-right: 50px !important;
		margin-left: 20px !important;
	}
	
	#responsive-menu-container #responsive-menu .current-menu-item > a,
	#responsive-menu-container #responsive-menu .current_page_parent > a {
		
	}
	
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu {
		width: auto !important;
		font-weight: 500;
		padding: 0 !important;
		overflow: hidden;
	}
	
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu a {
		position: relative;
		font-size: 22px !important;
		font-weight: 300 !important;
		line-height: 40px !important;
		height: 40px !important;
		color: #FF0000 !important;
		padding: 10px 0 10px 0 !important;
		border: none !important;
		background: transparent !important;
	}
	
	/* 3rd Level Menu */
	
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu ul.responsive-menu-submenu a {
		color: #FFF !important;
	}
	
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li:last-of-type {
		padding-bottom: 20px !important;
	}
	
	#responsive-menu-container #responsive-menu > li.responsive-menu-item:not(.nav-client-login):not(.nav-schedule-demo) > a {
		padding: 0 40px 0 0 !important;
	}
	
	#responsive-menu .responsive-menu-subarrow {
		position: relative;
		height: 37px !important;
		line-height: 37px !important;
		right: 30px !important;
		color: transparent !important;
		background: transparent !important;
		border: none !important;
	}
	
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow {
		border-left: 1px solid transparent !important;
	}
	
	#responsive-menu .responsive-menu-subarrow:before {
		position: absolute;
		top: calc(50% - 1px);
		width: 20px;
		height: 20px;
		left: 50%;
		transform: translate(-50%,-50%);
		font-family: "Font Awesome 5 Free";
		font-size: 20px;
		content: "\f067";
		color: #dc475a;
		background: transparent;
	}
	
	#responsive-menu .responsive-menu-subarrow.responsive-menu-subarrow-active:before {
		content: "\f068";
	}
	
	/*-- Mobile Search --*/
	
	#responsive-menu-search-box {
		position: relative;
		max-width: 390px;
		margin-top: 50px !important;
		padding: 0 20px 0 20px !important;
	}
	
	#responsive-menu-search-box:after {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 30px;
		height: 30px;
		font-family: "Font Awesome 5 Free";
		font-weight: 300px;
		font-size: 30px;
		color: #FF0000 !important;
		content: "\f002";
	}
	
	#responsive-menu-search-box input[type="search"] {
		color: #FFF;
		width: calc(100% - 30px);
		border: none;
		border-bottom: 1px solid #FFF !important;
		background: transparent;
	}
	
	main {
		margin-top: 0;
	}
	
	/*-- Contact Us Page --*/
	
	.section-contact-us .container:nth-of-type(2) .row {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col {
		width: 100% !important;
		margin-right: auto;
		margin-left: auto;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col:first-of-type {
		min-width: 700px !important;
		padding-top: 80px;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col:last-of-type {
		min-width: auto !important;
		max-width: 700px !important;
	}
	
	/*-- Enhanced Hero/Home Hero --*/
	
	.hero-enhanced .hero-heading h1 {
		font-size: 82px;
	}

	
	/*------- Footer -----*/
	
	footer.footer .footer-row:first-of-type {
		flex-direction: column;
	}
	
	footer.footer .footer-text {
		text-align: center;
	}
	
	footer.footer .footer-row:first-of-type .footer-col:first-of-type,
	footer.footer .footer-row:first-of-type .footer-col:last-of-type {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	
	footer.footer .footer-row:first-of-type .footer-col:last-of-type {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	footer.footer .footer-contact,
	footer.footer .footer-contact *,
	footer.footer .menu {
		align-items: center !important;
		text-align: center !important;
	}
	
	footer.footer .menu {
		margin-bottom: 20px;
	}
	
	footer.footer .menu ul {
		display: none;
	}
	
	footer.footer .footer-copyright {
		width: 100%;
	}
	
}

@media only screen and (max-width:1023px) {
	
	/* Mobile structure changes */

	.mobile-fullwidth-lg {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	.mobile-stack-lg .row {
		flex-direction: column;
	}
	
	.mobile-stack-lg.mobile-reverse .row {
		flex-direction: column-reverse !important;
	}
	
	.mobile-stack-lg .row .col {
		min-width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 50px;
	}
	
	.mobile-stack-lg .row .col:last-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-lg.mobile-reverse .row .col:last-of-type {
		padding-bottom: 50px !important;
	}
	
	.mobile-stack-lg.mobile-reverse .row .col:first-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-lg .row .col-content {
		max-width: 100% !important;
	}
	
	.mobile-hide-lg {
		display: none;
	}
	
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}
	
	a[name] {
	  padding-top: 30px;
	  margin-top: -30px;
	}
	
	/*-- Padding --*/

	.standard-padding {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	
	.standard-padding-right {
		padding-right: 25px !important;
	}

	.standard-padding-left {
		padding-left: 25px !important;
	}

	.padding-sm {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.padding-med,
	.padding-lg {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.padding-xlg {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	/*-- Gap --*/

	.gap.gap-sm {
		height: 20px;
	}

	.gap.gap-med {
		height: 35px;
	}

	.gap.gap-lg {
		height: 50px;
	}

	.gap.gap-xlg {
		height: 65px;
	}

	.gap.gap-pagetop {
		height: 50px;
	}
	
	/*-- Services Grid --*/

	.service-grid .grid-container {
		grid-template-columns: 120px 1fr 1fr;
	}

	.service-grid .item:first-of-type {
		grid-column: 1 / 3;
	}
	
	.service-grid .item:nth-of-type(3) {
		grid-column: 2;
	}

	.service-grid .item:nth-of-type(4) {
		grid-column: 3;
	}
	
	.service-grid .item:nth-of-type(5) {
		grid-column: 2;
	}
	
	/*-- Blog Columns --*/
	
	.section-blog-columns .col {
		min-width: 100% !important;
		width: 100% !important;
	}

	.section-blog-columns .col iframe {
		width: 95vw !important;
		height: 53.4375vw !important;
	}
	
	/*-- Section Hero/Enhanced --*/
	
	.section-hero,
	.hero-enhanced {
		min-height: 450px;
		height: auto;
	}
	
	.hero-enhanced .hero-heading {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center !important;
		padding-top: 80px;
	}
	
	.hero-enhanced .hero-heading h1 {
		width: 100%;
		font-size: 72px;
		line-height: 1.2em !important;
		padding-right: 0;
		border-right: none;
	}
	
	.hero-enhanced .hero-heading h1 span {
		margin: 0 !important;
	}
	
	.hero-enhanced .tagline-container {
		width: 100%;
		max-width: 800px;
		padding-left: 0;
		margin-top: 0;
	}
	
	.hero-enhanced .tagline {
		max-width: 100%;
		text-align: center !important;
	}
	
	.section-hero .tagline span {
		line-height: 1.4em !important;
		padding: 0 !important;
	}
	
	/*-- Section Content/Image Rows --*/
	
	.section-content-row {
		margin-top: 20px;
		margin-bottom: 80px;
		padding-right: 45px !important;
		padding-left: 45px !important;
	}
	
	.section-content-row .row {
		flex-direction: column !important;
	}
	
	.section-content-row.content-wide .row .col:first-of-type,
	.section-content-row.content-left .row .col:first-of-type,
	.section-content-row.content-right .row .col:first-of-type {
		display: block !important;
		width: 100%;
		max-width: 100%;
		align-self: center;
		padding: 0 20px 20px 20px !important;
		justify-content: center;
	}
	
	.section-content-row .row .col:first-of-type .col-content {
		max-width: 800px !important;
	}
	
	.section-content-row.content-right .row .col:last-of-type,
	.section-content-row.content-left .row .col:last-of-type {
		width: 100% !important;
		padding: 20px !important;
		border: 1px solid #ff0000 !important;
		border-radius: 40px;
		margin-top: 50px !important;
	}
	
	.section-content-row.content-right .row .col:last-of-type .col-content,
	.section-content-row.content-left .row .col:last-of-type .col-content {
		display: flex;
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		border: none !important;
		padding: 40px 0 0 0 !important;
	}

	.section-content-row .row .col:last-of-type .col-content h2 {
		font-size: 28px;
		font-weight: 700;
		color: #FF0000;
	}

	.section-content-row .row .col:last-of-type .col-content .col-content-inner {
		max-width: 420px;
	}

	.section-content-row.content-right .row .col:last-of-type .col-icon,
	.section-content-row.content-left .row .col:last-of-type .col-icon {
		position: absolute;
		top: -39px;
		left: 50%;
		right: initial;
		transform: translateX(-50%);
	}
	
	/*-- embedded Videos --*/
	
	.section-content-row .row .col iframe {
		width: 90vw !important;
		height: 50.625vw !important;
	}
	
	/*-- Highlight Section --*/
	
	.section-highlight {
		width: calc(100% - 50px);
		padding-top: 80px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: auto;
		margin-left: auto;
	}
	
	/*-- Counters --*/
	
	.section-counters .container:nth-of-type(2) .row .col {
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start !important;
	}
	
	.section-counters .stat {
		width: 100%;
		max-width: 350px;
		min-width: 350px;
	}
	
	/*-- Industries Icon/Links --*/
	
	.section-industry-icons .industry {
		width: 20%;
		min-width: 150px;
		padding: 0 20px;
		margin-bottom: 60px;
	}
	
	/*-- Testimonial Slider --*/
	
	.section-testimonials .container .col {
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start !important;
	}
	
	.section-testimonials .testimonial-icon {
		width: 100%;
		height: 80px;
		min-height: 80px;
		margin: 20px 0;
	}
	
	.section-testimonials .testimonial-icon::before {
		top: 50%;
		left: 50%;
		transform: translateY(-50%,-50%);
		width: 100%;
		height: 1px;
	}
	
	.section-testimonials .testimonial-slider {
		max-width: 900px;
		width: 100%;
		padding: 40px 0 50px 0px;
	}
	
	.section-testimonials .testimonial p {
		font-size: 24px;
	}
	
	.section-testimonials .testimonial-slider .author {
		font-size: 14px !important;
	}
	
	.section-testimonials .testimonial-slider .prev {
		left: 0px;
	}

	/*-- Resource Filters --*/
	
	.section-resource-filters .filters {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.section-resource-filters .filters-heading {
		width: 100%;
		min-height: auto;
		padding: 20px;
		margin-right: 0;
		text-align: center;
	}
	
	.section-resource-filters .filters-heading::after {
		position: absolute;
		top: initial;
		bottom: -18px;
		left: 50%;
		right: initial;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		content: " ";
		border-style: solid;
		border-width: 18px 17.5px 0 17.5px;
		border-color: #666370 transparent transparent transparent;
	}

	.section-resource-filters .filters-container {
		flex-direction: column;
		align-items: center !important;
		padding: 20px;
	}
	
	.section-resource-filters .alm-filters-container .alm-filter li {
		text-align: center !important;
	}
	
	/*-- Related Reading --*/
	
	.section-related-reading .container-related-reading {
		flex-wrap: wrap !important;
	}
	
	.section-related-reading .container-related-reading .image {
		width: 25%;
	}
	
	.section-related-reading .container-related-reading .content {
		width: 70%;
		flex-grow: 0;
	}
	
	.section-related-reading .container-related-reading .read-more {
		width: 100%;
		margin: 20px 0 0 0;
		border-left: none;
		padding-top: 20px;
		border-top: 1px solid #c7c7c7;
	}
	
	/*-- 404 Error --*/

	.section-404 h1 {
		font-size: 70px !important;
	}

	
}


@media only screen and (max-width:768px) {
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}
	
	.dots-white,
	.dots-red,
	.dots-blue {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	
	/* Mobile structure changes */
	
	.mobile-fullwidth-med {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	.mobile-stack-med .row {
		flex-direction: column;
	}
	
	.mobile-stack-med.mobile-reverse .row {
		flex-direction: column-reverse !important;
	}
	
	.mobile-stack-med .row .col {
		min-width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 50px;
	}
	
	.mobile-stack-med .row .col:last-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-med.mobile-reverse .row .col:last-of-type {
		padding-bottom: 50px;
	}
	
	.mobile-stack-med.mobile-reverse .row .col:first-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-med .row .col-content {
		max-width: 100% !important;
	}
	
	.mobile-hide-med {
		display: none;
	}
	
	/*-- Gap --*/

	.gap.gap-sm {
		height: 20px;
	}

	.gap.gap-med {
		height: 35px;
	}

	.gap.gap-lg {
		height: 50px;
	}

	.gap.gap-xlg {
		height: 65px;
	}

	.gap.gap-pagetop {
		height: 20px;
	}
	
	/*-- Section Hero Enhanced --*/
	
	.hero-enhanced .hero-heading {
		padding-top: 30px !important;
	}
	
	.hero-enhanced .hero-heading h1 {
		width: 100%;
		font-size: 60px;
	}
	
	.section-hero .hero-heading h1 span {
		font-size: 36px;
	}
	
	.section-hero .tagline span {
		font-size: 18px;
		padding: 0.34rem 20px;
	}
	
	.section-hero .additional-content p a.btn {
		margin: 0 15px 20px 15px;
	}
	
	/*-- Services Grid --*/

	.service-grid .grid-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.service-grid .item {
		width: 100%;
	}
	
	/*-- Industries Icon/Links --*/
	
	.section-industry-icons .industry {
		width: 100%;
		min-width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	
	.section-industry-icons .industry .icon {display:none;}

	.section-industry-icons .industry .title a {
		font-size: 20px !important;
		color: #FF0000 !important;
	}

	.section-industry-icons .industry .title a:hover {
		text-decoration: underline !important;
	}
	
	/*-- Small CTA --*/
	
	.section-cta-small .col {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.section-cta-small .section-inner h2 {
		padding-right: 0;
		margin-bottom: 30px !important;
	}
	
	/*-- Related/Resource Items --*/
	
	.section-related ul.related-items li, .resource-posts .alm-paging-content {
		flex-direction: column;
	}

	.section-related ul.related-items li, .resource-posts .alm-paging-content li {
		width: 100%;
		min-width: 300px;
		max-width: 350px;
		padding: 140px 36px 50px 36px;
		margin: 85px auto 70px auto;
	}
	
		/*-- Highlight Section --*/
	
	.section-highlight {
		margin-top: 20px !important;
		padding-top: 30px !important;
	}
	
	/*-- FAQ Tabs --*/
	
	.section-faq .tabs-container {
		flex-direction: column;
	}
	
	.section-faq .faq-question {
		display: block;
		font-weight: 700;
		margin-bottom: 10px;
		}
		
	.section-faq ul.tabs {display: none;}
	
	.section-faq .tab-content {
		display: flex;
		flex-direction: column;
		width: 100%;
		color: #000 !important;
		line-height: 1.5em;
		padding: 0 0 60px 0;
	}
	
	/*-- Section Content/Image Rows --*/
	
	.section-content-row {
		margin-bottom: 40px;
	}
	
	/*-- Product Tabs --*/
	
	.section-product-tabs .container:nth-of-type(2) {display:none;}
	
	.tab-product-content {display: block !important;}
	
	/*-- Let's Talk --*/
	
	.section-lets-talk {
		height: auto !important;
		padding-top: 80px !important;
	}
	
	.section-lets-talk .gform_wrapper {
		display: block;
		height: auto !important;
		}
	
	.section-lets-talk .row {
		flex-direction: column;
	}
	
	.section-lets-talk .row .col:first-of-type {
		display: block !important;
		padding-right: 25px !important;
	}
	
	.section-lets-talk .row .col:first-of-type .col-content .col-text {
		max-width: 450px;
	}
	
	.section-lets-talk .row .col:last-of-type {
		display: flex;
		display: block !important;
		height: auto !important;
		align-items: center;
		justify-content: center;
		padding-right: 35px !important;
		padding-left: 35px !important;
	}
	
	.section-lets-talk .row .col:last-of-type input[type="submit"] {
		max-width: 200px !important;
	}
	
	/*-- Counters --*/
	
	.section-counters .stat {
		width: 100%;
		max-width: 350px;
		min-width: 300px;
	}
	
	.section-counters .stat .stat-content .count-num,
	.section-counters .stat .stat-content .suffix {
		font-size: 36px !important;
	}
	
	.section-counters .stat .icon {
		font-size: 32px !important;
	}
	
		/*-- Contact Us Page --*/
		
	.section-contact-us .hq {
		padding-right: 0;
	}
	
	.section-contact-us .hq h3,
	.section-contact-us .locations h3 {
		text-align: center;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col {
		width: 100% !important;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col:first-of-type {
		min-width: 100% !important;
		padding-top: 80px;
	}
	
	.section-contact-us .container:nth-of-type(2) .row .col:last-of-type {
		min-width: auto !important;
		max-width: 700px !important;
	}
	
	.section-contact-us .location {
		flex-direction: column-reverse;
		align-items: center !important;
		justify-content: flex-start !important;
	}
	
	.section-contact-us .location .content,
	.section-contact-us .location .image {
		width: 100%;
	}
	
	.section-contact-us .location .content {
		flex-grow: 1;
		min-width: 350px;
		padding: 20px;
		text-align: center;
	}
	
	.section-contact-us .location .content:after {display: none;}
	
	/*-- Inline Forms --*/
	
	.inline-form,
	.inline-form ul.gform_fields {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	
	form.inline-form .top_label li.gfield.gf_inline {
		padding-right: 10px !important;
		padding-left: 10px !important;
		width: 100% !important;
		min-width: 220px !important;
	}
	
	/*-- Resource Filters --*/
	
	#alm-filters-topics {display:none !important;} /* Hide Normal filters on mobile */

	#alm-filters-mobiletopics {display:block;} /* Show  Mobile Drop Down filters */
	
	#alm-filters-mobiletopics select {
		position: relative;
		height: 40px !important;
		min-width: 300px !important;
		-webkit-appearance: none;
	  -moz-appearance: none;
	  color: #666370 !important;
	  font-size: 18px !important;
	  padding: 0px !important;
	  border: none !important;
	  border-bottom: 1px solid #666370 !important;
	  background: transparent !important;
	  margin-top: 15px;
		z-index: 2;
	}

	#alm-filters-mobiletopics .alm-filter--select  {
		background: transparent !important;
	}

	#alm-filters-mobiletopics .alm-filter--select:after {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 30px;
		content: "\f107";
		color: #FF0000;
		z-index: 1;
	}
	
	/*-- Content Slider --*/
	
	.section-content-slider .content-slider {
		padding: 0 30px;
	}
	
	.section-content-slider .section-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.section-content-slider .content-slider .slide-content {
		max-width: 100%;
		padding-bottom: 20px;
	}
	
	.section-content-slider .content-slider .slide-content p {
		line-height: 1.2em !important;
	}

	.section-content-slider .content-slider .slick-nav {
		top: initial;
		bottom: -15px;
		width: 30px;
		height: 30px;
		border: none;
	}

	.section-content-slider .content-slider .slick-nav i {
		font-size: 22px;
	}
	
	.section-content-slider .content-slider .slick-nav.prev {
		left: calc(50% - 40px);
		transform: translateX(-50%);
		z-index: 10;
	}
	
	.section-content-slider .content-slider .slick-nav.next {
		right: initial;
		left: calc(50% + 40px);
		transform: translateX(-50%);
		z-index: 10;
	}
	
	/*-- Related Reading --*/
	
	.section-related-reading .container-related-reading {
		flex-direction: column;
	}
	
	.section-related-reading .container-related-reading .container-content-image {
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}
	
	.section-related-reading .container-related-reading .image {
		width: 100%;
		height: 50vw;
		min-height: 200px;
	}
	
	.section-related-reading .container-related-reading .content,
	.section-related-reading .container-related-reading .content h3 {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
	}
	
	.section-related-reading .container-related-reading .content .excerpt {display:none;}
	
	/*-- 404 Error --*/

	.section-404 {
		display: flex;
		align-items: center;
		height: 80vh;
		min-height: 400px;
	}

	.section-404 h1 {
		font-size: 50px !important;
	}

}

@media only screen and (max-width:600px) {
	
	.section-guide-slider .guide-slider {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 80px;
	}
	
	.section-guide-slider .guide-slider .slick-nav {
		top: initial;
		bottom: 0;
		transform: none;
	}
	
	.section-guide-slider .guide-slider .slick-nav {
		width: 40px;
		height: 40px;
	}
	
	.section-guide-slider .guide-slider .slick-nav i {
		font-size: 22px;
	}

}


@media only screen and (max-width:480px) {
	
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}
	
	/* Mobile structure changes */
	
	.mobile-fullwidth-sm {
		width: 100% !important;
		min-width: 100% !important;
	}
	
	.mobile-stack-sm .row {
		flex-direction: column;
	}
	
	.mobile-stack-sm.mobile-reverse .row {
		flex-direction: column-reverse !important;
	}
	
	.mobile-stack-sm .row .col {
		min-width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 50px;
	}
	
	.mobile-stack-sm .row .col:last-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-sm.mobile-reverse .row .col:last-of-type {
		padding-bottom: 50px;
	}
	
	.mobile-stack-sm.mobile-reverse .row .col:first-of-type {
		padding-bottom: 0;
	}
	
	.mobile-stack-sm .row .col-content {
		max-width: 100% !important;
	}
	
	.mobile-hide-sm {
		display: none;
	}
	
	.validation-error {
		font-size: 20px !important;
	}
	
	.validation-error i {
		margin-right: 8px;
	}
	
	/*-- Mobile Nav --*/
	
	.mobile-menu-logo img {
		width: 170px;
		height: auto;
		margin-top: 10px !important;
	}
	
	/*-- Section Hero Enhanced --*/
	
	.hero-enhanced .hero-heading h1 {
		font-size: 45px;
	}
	
	.hero-enhanced .hero-heading h1 span {
		font-size: 28px;
	}
	
	/*-- Counters --*/
	
	.section-counters .stat {
		width: 100%;
		max-width: 350px;
		min-width: 250px;
	}

	.section-404 h1 {
		font-size: 40px !important;
	}

}



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 20px;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
