/*
Theme Name:     AuxMode
Description:    Custom child theme for AuxMode.com
Author:         Graphene Themes Solutions
Author URI:     http://www.graphene-theme.com/
Template:       graphene-plus
Version:        1.40.1
*/


/* =Header
-------------------------------------------------------------- */

body {
	font: normal 16px/24px "Lato", arial, sans-serif;
	padding-top: 99px;
}
.panel-layout {
    margin-left: 0;
    margin-right: 0;
}
#header {
	background: #F5F5F5;	
	border-bottom: 1px solid #ddd;
	height: auto !important;
	padding-bottom: 10px;
	max-height: none !important;
}
#header,
.breadcrumbs-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.breadcrumbs-wrapper {
	top: 67px;
}
.admin-bar #header {
	top: 32px;
}
.admin-bar .breadcrumbs-wrapper {
	top: 99px;
}
#header .logo {
	margin-top: 18px;
}
#header .menu-wrapper {
	float: right;
	list-style: none;
	margin: 20px 0 0;
	text-align: right;
}
#header .menu-item {
	display: inline-block;
	padding: 0 7px;
}
#header .menu-item:first-child {
	padding-left: 0;
}
#header .menu-item:last-child {
	border: none;
	padding-right: 0;
}
#header .menu-item a {
	font: 300 22px "open sans", arial, sans-serif;
	color: #9FA2A6;
}
#header .menu-item a:hover,
#header .current-menu-item a {
	color: #000;
}
.lang-es #header .menu-item:not(.btn-primary) a,
.lang-pt #header .menu-item:not(.btn-primary) a {
	font-size: 18px;
}
.breadcrumbs-wrapper {
	background: #FCFCFC;
	border-bottom: 1px solid #F2F2F2;
	font-size: 11px;
}
.breadcrumbs li {
	padding: 5px 20px 5px 10px;
	float: left;
	list-style: none;
	background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAA0AAAAyCAMAAACwGaE2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVQTFRF7%2B%2Fv5ubm8fHx5eXl%2BPj47u7u9PT06enp7e3t9%2Ff38PDw9fX18vLy6urq6Ojo6%2Bvr5OTk4%2BPj9vb28%2FPz7Ozs%2Bfn5%2F%2F%2F%2FoCjp%2BgAAABd0Uk5T%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwDmQOZeAAAAo0lEQVR42nTSSRLDIAxEUYHnMSO6%2F1FjW8J8FmH3qsumQUhSLOlJGWoxlM9G6b5Q6yNB%2BnpT8Uvpc6LmkdKmpZY9Qbp5IVM%2FUOptXd7W5W2zrG2Wtb11tb11tS062xadbSHpqBSqTKrv%2BJcjKkoNd5cZagPP0EXIoiyLXFPgDY4RypFpXKs5cCoiUGo4zathVhv4JryGidFxUZEK1YvU%2F%2FoJMAALAzLRLGBHPgAAAABJRU5ErkJggg%3D%3D") no-repeat scroll right center;
}
.breadcrumbs li:first-child {
	padding-left: 0;
}
.breadcrumbs li:last-child {
	background: none;
}
.breadcrumbs .post {
	margin: 0;
	background: none;
	padding: 0;
	box-shadow: none;
}
#header .tagline {
	font-size: 13px;
	line-height: 19px;
	margin: 18px 0 0 0;
	text-align: left;
	padding-left: 0;
	white-space: nowrap;
}


/* =Content area
-------------------------------------------------------------- */

#container {
	box-shadow: none;
}
#content {
	background: none;
	margin: 0 auto;
	padding: 30px 15px;
}
#content .breadcrumb-navxt {
	display: none;
}
.post {
	border: none;
}
.entry-footer {
	display: none;
}
.post .entry {
	margin: 0;
}
.entry-content p {
	margin-top: 20px;
}
.post-title, 
.post-title a {
	font: 28px "Lato", arial, sans-serif;
}
#container .gform_wrapper .top_label .gfield_label {
	font-weight: 600;
}
.block-button, 
.block-button:visited, 
.Button, 
.button, 
input[type="submit"], 
button, 
#commentform #submit, 
.wpsc_buy_button{
	font-weight: 600;
	font-family: "Lato", arial, sans-serif;
}
.entry-content iframe,
.entry-content object,
.entry-content embed {
	max-width: 100%;
}
.table-responsive table {
	margin: 0;
}
#sidebar1, #sidebar2 {
	margin-top: 0;
}
.sidebar div.aux_help_videos {
	padding: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.sidebar ul .help-video {
	position: relative;
	padding: 20px 10px 0;
}
.help-video .video-thumb {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 1em 1em 0;
	position: relative;
}
.help-video .video-thumb img {
	margin: 0;
}
.help-video .video-thumb .fa {
	color: #000;
	background: #fff;
	padding: 3px 8px 3px 10px;
	position: absolute;
	left: 0;
	bottom: 14px;
	border: 1px solid #eee;
	font-size: 12px;
}
.help-video h4 {
	box-sizing: border-box;
	width: 50%;
	float: right;
	font-size: 14px;
	line-height: normal;
}
.help-video:hover h4 {
	color: #1772af;
}
.help-video .post-link {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.staff-profiles {
	clear: both;
	margin: 40px 0;
}
.staff-profile:nth-child(2n+1){
	background: #f5f5f5;
}
.staff-profile .photo {
	padding: 0;
	position: relative;
}
.staff-profile .photo img {
	width: 100%;
	height: auto;
}
.staff-profile .photo .sepia {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,114,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.staff-profile .profile {
	font-size: 0.9em;
	color: #555;
	line-height: 1.8em;
	font-style: italic;
	padding-bottom: 15px;
}
.staff-profile .profile p {
	margin-top: 15px;
}
.staff-profile .name,
.staff-profile .position {
	color: #333;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: normal;
}
.staff-profile .position {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 20px;
}
.creators-list {
	margin: 2em 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}
.creator {
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 1.5em 10px;
	box-sizing: border-box;
	height: 180px;
}
.creator span {
	display: block;
	width: 100%;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.creator h3 {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0;
}
.creator p {
	margin-top: 0;
}
.partners-list .creator {
	height: auto;
}
.partners-list .creator h4 {
	margin-bottom: 0;
	margin-top: .5em;
}
.partners-list .creator img {
	max-height: 150px;
}
.has-text-align-center {
	text-align: center;
}
.cta h3 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.5em;
}
.cta.style-2 h3 {
	font-size: 2.5em;
	line-height: 1.3em;
	max-width: 1000px;
	margin: 0 auto 1em;
	color: #000;
}
.cta.style-2 p {
	font-size: 1.4em;
	line-height: 1.3em;
}
.cta.style-2 p:last-child {
	margin-bottom: 0;
}
.cta.style-2 h3 span {
	color: #1c5fa5;
}


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

.footer-bnr {
		width: 970px;
		height: 90px;
		position: absolute;
		right: 0;
	bottom: 75px;
}
#footer {
	margin-bottom: 0;
	background: #383838;
	padding: 25px 0;
}
.footer-highlight {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
#footer .social-icons-wrap h3,
.footer-highlight h3,
.footer-highlight .cta h3 {
	font: 600 24px "Lato", arial, sans-serif;
	color: #fff;
	margin-bottom: 0.7em;
}
#footer .footer-highlight a {
	color: #3BCCFF;
}
#footer .footer-highlight a:hover {
	border-color: #1096D5;
}
#footer .ebook-link img  {
	margin: 0 !important;
}
#footer .cta .button {
	margin-top: 10px;
}
#aux-footer-menu {
	height: 72px;
	width: 100%;
	background: url(images/logo-small.png) left bottom no-repeat #fff;
	text-align: right;
	box-shadow: 0 0 3px #ccc;
	font-size: 0;
	position: fixed;
	left: 0;
	bottom: 0;
}
#aux-footer-menu .menu-item {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 30%;
	border-left: 1px solid #eee;
	font: 600 13px/72px "Lato", arial, sans-serif;
	box-sizing: border-box;
}
#aux-footer-menu .menu-item:first-child {
	border-left: none;
}
#aux-footer-menu .menu-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
}
#aux-footer-menu .menu-item a:hover {
	background: #f5f5f5;
	color: #000;
}
#bottom-footer {
	background: #F5F5F5;
	padding: 20px 0 10px;
	font-size: 11px;
	line-height: 17px;
}
#bottom-footer .logo {
	float: left;
	margin-top: 3px;
}
.social-icons-wrap {
	margin-bottom: 2em;
}
.social-icons li {
	list-style: none;
	margin-top: 0.5em;
	float: left;
	margin-right: 2em;
	margin-bottom: 0.5em;
}
.social-icons img,
.social-icons .fa {
	vertical-align: middle;
}
.social-icons .youtube-kids {
	margin-bottom: 0;
}
#bottom-footer .social-links {
	float: left;
	margin-left: 15px;
}
#bottom-footer .social-links a {
	display: inline-block;
	margin-right: 3px;
}
#bottom-footer .social-links .fa {
	display: inline-block;
	vertical-align: middle;
	color: #008DD2;
	border: 2px solid #008DD2;
	border-radius: 20px;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#bottom-footer .copy {
	clear: both;
	padding-top: 10px;
	color: #A2A4A3;
}
.bottom-menu {
	margin: 0 0 20px 0;
	width: 10%;
	padding: 0 10px;
}
.bottom-menu h3 {
	font-weight: 600;
	margin: 0;
	font-size: 1.2em;
}
.bottom-menu .menu {
	list-style: none;
}
.bottom-menu .menu a {
	color: #000;
}
.bottom-menu .menu a:hover {
	text-decoration: underline;
}
.youtube-certified {
	clear: both;
	padding-top: 15px;
}
#sidebar_bottom {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	margin: 0;
}
.lang-es #bottom-footer .copyright,
.lang-pt #bottom-footer .copyright {
	width: 35%;
}
.lang-es .bottom-menu,
.lang-pt .bottom-menu {
	width: 13%;
}



/**
 * Banner ad
 */
.auxmode-ss-wrapper {
	margin-top: 40px;
	text-align: center;
}
.auxmode-lb-wrapper,
.auxmode-bb-wrapper {
	text-align: center;
}
.auxmode-bb-wrapper iframe {
	min-height: 250px;
}


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

.home #sidebar_bottom,
.home #content {
	display: none;
}
.module-anchor-statement {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 30px;
		padding-top: 30px;
	height: calc(55vh - 55px);
		max-height: 403px;
		min-height: 235px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 5rem;
		line-height: 6.5rem;
		color: #4285f4;
}
.highlights {
	margin-top: -32px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.highlights > .container > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.highlights-box {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.highlights-box > div {
	min-height: 250px;
	height: 100%;
	padding: 20px;
}
.highlights-box h3 {
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 1.4em;
}
.highlights-box .footlink {
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 2em;
}
.highlights-box .footlink a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.1em;
}
.highlights-box .link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.highlights .orange {
	background: #F03F18;
}
.highlights .blue {
	background: #0290e3;
}
.highlights .green {
	background: #00843D;
}
.highlights .purple {
	background: #6B3077;
}
.slim-calculator,
.home-contact-form {
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 40px 0 30px;
	margin-top: 0;
}
.slim-calculator img {
	max-width: 100%;
	height: auto;
}
.slim-calculator h2 {
	margin-bottom: 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
}
.slim-calculator form {
	padding-top: 2em;
}
.slim-calculator form h3 {
	margin-bottom: 1em;
}
.slim-calculator .youtube-calculator {
	border-right: 1px solid #ddd;
}
.slim-calculator #slider-cpm {
	margin-top: 1.55em;
}
.slim-calculator .btn-lg,
.home-contact-form .btn {
	padding: 10px 25px;
	font-size: 1em;
	margin-top: 1em;
	background: #2C5AA3;
}
.home-contact-form .btn {
	border: none;
		font-weight: 600;
		font-family: "Lato", arial, sans-serif;
		line-height: 34px;
}
.home-contact-form h2 {
	font-weight: bold;
	margin-bottom: 1.2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
.home-contact-form form {
	margin-top: 30px;
}
.home-clients-carousel .text-highlight {
	margin: 2em 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
.home-clients-carousel .text-highlight p {
	max-width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.home-clients-carousel .carousel {
	padding: 30px 0;
	box-shadow: none;
	height: auto;
	position: relative;
}
.home-clients-carousel .carousel .item {
	height: 170px;
}
.home-clients-carousel .carousel .item .logo-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-clients-carousel .carousel .item img {
	max-height: 100px;
	width: auto;
	margin: 0 1em;
}
.home-clients-carousel .carousel-control {
	box-shadow: none;
}
.home-clients-carousel .carousel-control .fa {
	border: none;
	font-size: 32px;
	width: auto;
	height: auto;
}
.home-clients-carousel .carousel-indicators {
	margin-left: -30% !important;
}
.nouislider-label {
	display: flex;
	justify-content: space-between;
}
.nouislider-label input {
	font-weight: bold;
	border: none;
	text-align: center;
	padding: 0;
}
.password-meter {
	text-align: center;
	background-color: #f5f5f5;
	padding: 5em 0 10em;
	transition: background-color 0.4s, color 0.4s;
}
.password-meter .title {
	font-size: 36px;
}
.password-meter.has-result {
	color: #fff;
}
.password-meter.has-result .toggle-password {
	color: #555;
}
.password-meter.has-result .help-block {
	color: #eee;
	color: rgba( 255, 255, 255, 0.7 );
}
.password-meter.weak {
	background-color: #7F0D02;
}
.password-meter.moderate {
	background-color: #FFAB00;
}
.password-meter.strong {
	background-color: #33833E;
}
.password-meter .form-group {
	position: relative;
}
.password-meter .subtitle {
	margin-top: 1.5em;
	line-height: 1.3em;
	font-size: 1.4em;
}
.form-password-meter {
	margin-top: 3em;
}
.password-tips {
	padding: 2em 0;
}
.password-tips h1 {
	margin-bottom: 0.5em;
}
.password-tips .subtitle {
	margin-bottom: 2em;
	line-height: 1.3em;
	font-size: 1.4em;
}
.password-tips li {
	margin-bottom: 1em;
}
input[type=text].form-control.valid + label:after,
input[type=text].form-control:focus.valid + label:after,
input[type=text].form-control.invalid + label:after,
input[type=text].form-control:focus.invalid + label:after,
input[type=password].form-control.valid + label:after,
input[type=password].form-control:focus.valid + label:after,
input[type=password].form-control.invalid + label:after,
input[type=password].form-control:focus.invalid + label:after {
	top: 3.75rem !important;
}
span.field-icon {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	right: 0.5rem;
	top: 0.7rem;
	z-index: 2;
}
.calculator-embed-form {
	max-width: 400px;
}
.calculators-accordion .panel-default > .panel-heading {
	background: #fff;
}
.calculators-accordion .panel-heading {
	padding: 15px 20px;
}
.calculators-accordion .panel+.panel {
	margin-top: -1px;
	border-radius: 0;
}
.calculators-accordion > .panel:first-child,
.calculators-accordion > .panel:first-child > .panel-heading {
	border-radius: 10px 10px 0 0;
}
.calculators-accordion > .panel:last-child,
.calculators-accordion > .panel:last-child > .panel-heading {
	border-radius: 0 0 10px 10px;
}
.calculators-accordion .panel-title .fa {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.calculators-accordion .panel-title {
	margin-right: -20px;
}
.calculators-accordion .panel-heading .fa-chevron-down:before {
	content: "\f077";
}
.calculators-accordion .panel-heading .collapsed .fa-chevron-down:before {
	content: "\f078";
}
.calculators-accordion .panel-body {
	padding: 30px;
}
.calculators-accordion .youtube-calculator-wrapper {
	margin-top: 0;
}
.calculators-accordion .youtube-calculator-wrapper .user-details {
	padding: 0 20px 0 0;
}
.calculators-accordion .collapse:not(.in) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.page-suiteoffreetools .entry-title {
	text-align: center;
	margin: 1em 0 0.5em;
	color: #337ab7;
	font-size: 2em;
}
.page-suiteoffreetools .subtitle {
	text-align: center;
	font-size: 24px;
	word-spacing: 0.5em;
	color: #337ab7;
}
.page-id-14147 > .panel-layout > .container:nth-child(2n+3) .panel-row-style {
	background: #f5f5f5;
}

body.home {
	padding-top: 67px;
}
.home #header {
	background: #fff;
}
.home .breadcrumbs-wrapper,
.aux-page-template:not(.password-protected) #content {
	display: none;
}
.home.aux-page-template {
	padding-top: 67px;
}
.aux-page-template {
	padding-top: 102px;
}
.hero {
	background-image: url(images/hero-blue-bg.png);
	background-color: #F1F4FB;
	background-size: cover;
	background-position: right 0;
	padding: 40px 0;
	margin-bottom: 40px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #162e57;
}
.panel-grid .hero {
	margin-bottom: 0;
}
.hero.lighter {
	background-image: url(images/hero-blue-bg-lighter.png);
}
.hero.bg-white {
	background-image: url(images/hero-blue-bg-white.png);
}
.hero h1,
.hero h2 {
	margin: 1em 0 0.5em;
	font-weight: bold;
	font-size: 2em;
}
.hero .btn {
	margin-top: 1em;
}
.hero-right,
.hero-right .widget_media_image {
	text-align: center;
}
.hero img {
	max-width: 100%;
	height: auto;
}
section.colored,
.panel-grid > .colored,
.striped-rows > .container:nth-child(2n+1) .homepage-row {
	background: #F1F4FB;
}
section.bordered {
	border-bottom: 1px solid #eee;
}
section.calculator {
	padding: 40px 0;
}
.panel-grid section.calculator {
	padding: 0;
}
section.calculator h3 {
	margin-top: 0;
	margin-bottom: 1em;
}
section.cta {
	padding: 60px 0;
	text-align: center;
}
.panel-grid section.cta {
	padding: 0;
}
.wp-block-columns .wp-block-quote {
	padding: 0;
	margin-top: 2em;
}
.wp-block-columns .wp-block-quote p {
	line-height: 1.5em;
}
#aux-header-menu .btn {
	border-left: 1px solid #F5F5F5;
	padding: 0;
	margin: -8px 0 0 10px;
}
#aux-header-menu .btn a {
	display: block;
	padding: 10px 12px;
	border-radius: 5px;
	font: 400 14px Lato;
}
#aux-header-menu .btn a,
#aux-header-menu .btn a:hover {
	color: #fff;
}
#aux-header-menu .no-border {
	border: none;
}
.homepage-row {
	padding: 2em 0;
}
.homepage-row > .container > .row,
.panel-usp > .container > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.homepage-row .image-container-centered,
.panel-usp .image-container-centered {
	display: flex;
	align-items: center;
	justify-content: center;
}
.panel-grid .homepage-row {
	padding-top: 0;
	padding-bottom: 0;
}
.homepage-row .homepage-boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.homepage-row h3 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
.homepage-boxes .box {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}
.homepage-boxes.style-2 .box {
	display: block;
}
.homepage-boxes.style-2 .box,
.homepage-boxes.style-3 .box,
.homepage-boxes.style-4 .box {
	padding: 0 1em;
	margin-bottom: 2em;
}
/*
.panel-grid .homepage-boxes.style-2 .box,
.panel-grid .homepage-boxes.style-3 .box,
.panel-grid .homepage-boxes.style-4 .box {
	padding: 0;
}
*/
.homepage-boxes.style-2 .box-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 3em 1em 1em;
	height: calc(100% - 3em);
}
.homepage-boxes.style-2 .box-icon {
	display: inline-block;
	margin: 0 auto -2em;
	z-index: 10;
	border: 2px solid #1c5fa5;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	padding: 10px;
	background: #fff;
}
.homepage-boxes.style-2 .box-icon img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.homepage-boxes.style-2 .box-icon .fa {
	font-size: 48px;
	color: #1c5fa5;
}
.homepage-boxes.style-3 .box-wrap {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.07);
	padding: 1em;
	height: 100%;
}
.homepage-boxes.style-3 .box-icon img {
	max-width: 30px;
	height: auto;
	margin: 0;
}
.homepage-boxes.style-4 .box {
	padding-top: 0;
	padding-bottom: 0;
}
.homepage-boxes.style-4 .box-wrap {
	text-align: left;
}
.homepage-boxes.style-4 .box-icon {
	margin-bottom: 25px;
}
.homepage-boxes.style-4 .box-title {
	color: #101113;
}
.homepage-boxes.style-4 .box-desc {
	color: #535d66;
}
.homepage-row .box-title {
	margin-bottom: 1em;
	font-weight: bold;
}
.homepage-row .box-desc {
	flex-grow: 2;
}
.homepage-boxes.style-2 .box-desc {
	text-align: left;
}
.homepage-row .box-desc p:last-child {
	margin-bottom: 0;
}
.homepage-row .box-highlight {
	font-size: 5em;
	line-height: normal;
	margin: 0 0 10px;
}
.panel-usp img,
.homepage-row img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.homepage-row .yt-embed-placeholder img {
	margin:  0;
}
.sample-container {
	overflow-x: hidden;
}
.sample-container img {
	max-width: none;
}
.panel-usp {
	padding: 40px 0;
}
.home .panel-usp {
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}
.panel-usp h3 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 2em;
}
.panel-usp ol,
.panel-usp ul {
	margin: 0.5rem 0 1rem 3rem;
}
.panel-usp li {
	margin-bottom: 1rem;
}
.usp-list {
	margin-top: 1em;
	list-style: none;
}
.usp-item {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 0.5em;
}
.usp-item .icon {
	width: 30px;
	color: #1C5FA5;
	flex-shrink: 0;
}
.usp-item .icon .fa-chevron-right {
	background: #1C5FA5;
	color: #fff;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 20px;
	font-size: 12px;
	display: block;
	padding: 1px 0 0 2px;
}
.usp-item .usp-content {
	flex-grow: 10;
}
.usp-item h4,
.usp-item p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.usp-item p {
	font-weight: normal;
}
.usp-item .usp-content p {
	line-height: 1.3em;
}
.panel-usp .btn {
	margin: 1.5em 0 1.5em 0;
}
.panel-usp .left h3 {
	margin: 0.5em 0;
	text-align: left;
	font-size: 2.3em;
}
.box-carousel .title {
	font-size: 2.5em;
	margin: 0.5em 0 1em;
	font-weight: bold;
}
.box-scroller {
	overflow: visible;
	display: flex;
	flex-wrap: nowrap;
	width: 9999em;
	height: auto !important;
}
.box-scroller .item {
	width: 33%;
}
.box-scroller .item-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}
.box-scroller .learn-more a {
	display: inline-block;
	padding: 0.5em 0;
	z-index: 10;
}
.box-scroller h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.4px;
	margin: 1.5em 0 0.5em 0;
}
.box-scroller p {
	font-size: 16px;
	line-height: 24px;
}
.box-scroller .learn-more {
	font-weight: bold;
	margin: 1.5em 0 0 0;
}
.box-scroller-container .lSSlideOuter .lSPager.lSpg {
	margin-top: 30px !important;
	text-align: left;
}
.box-scroller-container .lSSlideOuter .lSPager.lSpg>li {
	width: 30px;
	text-align: center;
}
.box-scroller-container .lSSlideOuter .lSPager.lSpg>li a {
	width: 10px;
	height: 10px;
}
.staff-profiles-wrap .entry-content {
	padding: 0;
}
.yt-embed-placeholder {
	position: relative;
}
.yt-embed-placeholder a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.yt-embed-placeholder a .fa {
	font-size: 80px;
	color: #777;
	background: #fff;
	margin-top: 22%;
}
.yt-embed-placeholder a:hover .fa {
	color: #F00;
}
.pricing-table {
	margin-bottom: 0;
}
.pricing-table .price .value,
.pricing-table .features > ul > li::before {
	color: #1c5fa5;
}
.pricing-table .details .btn {
	width: 100%;
}
.price-packages-features tr:last-child {
	border-bottom: 1px solid #ddd;
}
.tablepress.price-packages-features .column-1 {
	width: 21%;
	text-align: left;
}
.tablepress.price-packages-features .column-2,
.tablepress.price-packages-features .column-3,
.tablepress.price-packages-features .column-4 {
	width: 19%;
}
.tablepress.price-packages-features .column-5 {
	width: 21%;
	padding-left: 30px;
}
.tablepress.price-packages-features th,
.tablepress.price-packages-features td {
	text-align: center;
}
.tablepress.price-packages-features .fa,
.tablepress.price-packages-features .material-icons {
	font-size: 24px;
	color: #1c5fa5;
}
.price-packages-feature-list .panel-grid-cell {
	padding: 0;
}
.container .condensed-grid-cell .panel-grid-cell {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.featherlight-modal {
	display: none;
}
.featherlight .featherlight-content {
	background: #FAFAFA;
	width: 700px;
	max-width: 95%;
}
.featherlight-modal .modal-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #aaa;
	margin-bottom: 5px;
}
.featherlight-modal .modal-subtitle {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 20px;
}
.featherlight-modal .step {
	font-size: 14px;
	color: #000;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.featherlight-modal .step span {
	display: inline-block;
	color: #fff;
	background: #333;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-style: italic;
	margin-right: 0.5em;
	text-align: center;
}
.featherlight-modal form label {
	font-size: 14px;
}
.featherlight-modal form .btn .fa-spin {
	margin-left: 5px;
	display: none;
}
.panel-analytics {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 100px;
	margin-top: -40px;
}
.panel-analytics h2 {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 60px;
}
.panel-analytics form {
	margin-top: 60px;
}
.panel-analytics .form-control {
	width: 400px;
	max-width: 70%;
	padding: 15px 20px;
	display: inline-block;
}
.panel-analytics .form-control,
.panel-analytics button {
	border-radius: 5px;
	height: auto;
}
.panel-analytics button {
	line-height: 50px;
}
.panel-analytics button .fa {
	font-size: 18px;
}
.panel-analytics .cta {
	margin-top: 30px;
}
.panel-analytics .cta .btn {
	margin: 0 5px;
	border-radius: 5px;
}
.panel-analytics.blue {
	background: url(images/bg-panel-analytics.png) center center no-repeat #001C4D;
	color: #fff;
}
.panel-analytics.blue .form-control,
.panel-analytics.blue button {
	border: 4px solid #1C5FA5;
}
.panel-analytics.blue .cta .btn {
	background: rgba(28,95,165,0.5);
	border: 1px solid transparent;
}
.panel-analytics.blue .cta .btn:hover {
	border: 1px solid rgba(255,255,255,0.3);
}
.grecaptcha-badge {
	opacity: 0;
}
.btn.btn-outline-primary,
.btn.btn-outline-primary:hover {
	background: transparent;
	border: 1px solid #1c5fa5;
	color: #1c5fa5;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 2rem;
}
.c-accordion__title,
.c-accordion__content {
	padding: 10px 15px;
	border: 1px solid #ccc;
	margin: 0 !important;
}
.c-accordion__title {
	background: #f5f5f5;
}
.c-accordion__content {
	border-top: none;
	margin-top: -1px;
}
.c-accordion__content p:first-child {
	margin-top: 0;
}
.c-accordion__title:after {
	right: 15px;
}
.wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
	margin-top: calc( -1.5em - 1px );
}


/**
 * Hide Related Videos in embedded YouTube video
 * https://maxl.us/hide-related
 */
.hytPlayerWrap{display:inline-block;position:relative}.hytPlayerWrap.ended::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;background-color:white;background-repeat:no-repeat;background-position:center;background-size:64px 64px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0yNCAxMFYyTDE0IDEybDEwIDEwdi04YzYuNjMgMCAxMiA1LjM3IDEyIDEycy01LjM3IDEyLTEyIDEyLTEyLTUuMzctMTItMTJIOGMwIDguODQgNy4xNiAxNiAxNiAxNnMxNi03LjE2IDE2LTE2LTcuMTYtMTYtMTYtMTZ6Ii8+PC9zdmc+)}.hytPlayerWrap.paused::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;background-color:white;background-repeat:no-repeat;background-position:center;background-size:60px 60px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjEwMCUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDEuMzAzLDEzMi43NjVjLTUuODg3LC0yMi4wMyAtMjMuMjM1LC0zOS4zNzcgLTQ1LjI2NSwtNDUuMjY1Yy0zOS45MzIsLTEwLjcgLTIwMC4wMzgsLTEwLjcgLTIwMC4wMzgsLTEwLjdjMCwwIC0xNjAuMTA3LDAgLTIwMC4wMzksMTAuN2MtMjIuMDI2LDUuODg4IC0zOS4zNzcsMjMuMjM1IC00NS4yNjQsNDUuMjY1Yy0xMC42OTcsMzkuOTI4IC0xMC42OTcsMTIzLjIzOCAtMTAuNjk3LDEyMy4yMzhjMCwwIDAsODMuMzA4IDEwLjY5NywxMjMuMjMyYzUuODg3LDIyLjAzIDIzLjIzOCwzOS4zODIgNDUuMjY0LDQ1LjI2OWMzOS45MzIsMTAuNjk2IDIwMC4wMzksMTAuNjk2IDIwMC4wMzksMTAuNjk2YzAsMCAxNjAuMTA2LDAgMjAwLjAzOCwtMTAuNjk2YzIyLjAzLC01Ljg4NyAzOS4zNzgsLTIzLjIzOSA0NS4yNjUsLTQ1LjI2OWMxMC42OTYsLTM5LjkyNCAxMC42OTYsLTEyMy4yMzIgMTAuNjk2LC0xMjMuMjMyYzAsMCAwLC04My4zMSAtMTAuNjk2LC0xMjMuMjM4Wm0tMjk2LjUwNiwyMDAuMDM5bDAsLTE1My42MDNsMTMzLjAxOSw3Ni44MDJsLTEzMy4wMTksNzYuODAxWiIgc3R5bGU9ImZpbGwtcnVsZTpub256ZXJvOyIvPjwvc3ZnPg==)}


/**
 * New draft home page
 */
.page-template-template-home-page-draft-4 {
	padding-top: 67px;
}
.page-template-template-home-page-draft-4 .breadcrumbs-wrapper {
	display: none;
}
.page-template-template-home-page-draft-4 .hero-top {
	height: 750px;
	position: relative;
}
.page-template-template-home-page-draft-4 .hero-image {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-template-template-home-page-draft-4 .hero-top .hero-text {
	margin-top: 20px;
}
.page-template-template-home-page-draft-4 .hero-top .btn {
	margin-top: 1em;
	color: #1C5FA5;
	padding: 0 0 15px;
	background: none;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: 8px solid transparent;
}
.page-template-template-home-page-draft-4 .hero-top .btn:hover {
	border-color: #1C5FA5;
}
.page-template-template-home-page-draft-4 .hero-top .btn-wrapper {
	width: 100%;
	text-align: center;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.page-template-template-home-page-draft-4 .hero-top {
		height: auto;
	}
	.page-template-template-home-page-draft-4 .hero-top .hero-image {
		margin-top: 0;
	}
	.page-template-template-home-page-draft-4 .hero-top h2,
	.page-template-template-home-page-draft-4 .hero-top p {
		font-size: 18px;
	}
}