/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@media (max-width: 980px) {
	.et_header_style_left #logo-mobile, .et_header_style_split #logo-mobile {
	    max-width: 50%;
	}
	.page-id-117500 #et-main-area, .page-id-117871 #et-main-area {
		padding-top: 82px;
	}
	#ex-audit-hero-content, #int-audit-hero-content {
		top: 30% !important;

	}

	#quote-content-int-audit {
    	top: 10% !important;
	}

	#quote-content-int-audit .header-content, #quote-content-int-audit .et_pb_fullwidth_header_container {
		width: 100% !important;
		max-width: unset !important;
	}

	#quote-content-int-audit h1 {
		font-size: 4vw !important;
	}

	#quote-content-int-audit img {
		width: 30% !important; 
	}

	.et-fixed-header #logo-fixed {
		max-width: 50% !important;
		max-height: 68% !important;
	}

	#logo-fixed {
		display: inline-block !important;
		max-width: 50% !important;
		max-height: 68% !important;
		vertical-align: middle;
	} 

	.six-column-row .et_pb_module h5 {
		text-align: center !important;
		font-size: 16px !important;
	}

	.six-column-row .et_pb_module:nth-child(odd){
		margin-bottom: 0px !important;
	}

	.four-column-row .et_pb_module h5 {
		text-align: center !important;
		font-size: 18px !important;
	}

	.four-column-row .et_pb_module:nth-child(odd){
		margin-bottom: 3% !important;
	}

}
@media (max-width: 700px) {
	#ex-audit-hero-content .et_pb_fullwidth_header_subhead {
		display: none;
	}

	#ex-audit-hero-content h1{
		font-size: 6vw !important;
	}
}


@media (max-width: 980px) {
.ds-app-menu #logo {
    padding-left: 30px;
}
}
@media (max-width: 980px) {
#logo-mobile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block !important;
}

#logo {
	display: none;
}

#main-header {
	background-color: #fff !important;
}

}
#logo-mobile {
    display: none;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}

@media (max-width: 980px) {
.et_menu_container .mobile_menu_bar:before {
    content: "MENU" !important;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
   color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
}

.et_menu_container .mobile_nav.opened .mobile_menu_bar:before {
    content: "\2716\00a0\00a0MENU" !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
}

#ai-testing-wrapper h3 {
	font-size: 34px !important;
}

}

.et_menu_container .mobile_menu_bar{
    background: linear-gradient(to right,#12b392 0%,#32a0ff 100%);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 5px;
}

#et-top-navigation{
	padding-bottom: 24px;
    padding-top: 12px;
    padding-right: 15px;
}

@media (max-width: 980px) {
	.ds-app-menu .mobile_nav {
    	 padding-right: 0px !important; 
	}

	#mobile_menu {
		position: absolute !important;
    	top: 100% !important;
    	left: 35% !important;
    	background-color: #fff !important;
    	border-top: unset !important;
	    padding-left: 10px !important;
	    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	    padding-bottom: 10px !important;
	}

	#mobile_menu .menu-item a {
		color: #000 !important;
		text-transform: uppercase;
		padding-left: 0px !important;
		font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
		font-size: 1.3em;
		border-bottom: 2px solid #f5f5f5;
	}

	#mobile_menu .sub-menu {
		padding-left: 10px !important;
	}

	#mobile_menu .sub-menu li {
		padding-left: 0px !important;
	}

	.et_mobile_menu .menu-item-has-children>a {
		background-color: unset !important;
	}

	#main-header .et_mobile_menu .menu-item-has-children.visible > a:after{
		content: '\f106' !important;
		font-family: FontAwesome;
		position: absolute;
    	left: 56%;
	}

	.et_mobile_menu .menu-item-has-children > a:after{
		content: '\f107' !important;
		font-family: FontAwesome;
		position: absolute;
    	left: 56%;
	}

	/*.et_mobile_menu>.menu-item>a:after{
		content: '\f107';
		font-family: FontAwesome;
		position: absolute;
    	left: 56%;
	}	*/
}

@media (max-width: 414px){

	.et_menu_container .mobile_nav.opened .mobile_menu_bar:before {
    	content: "\2716" !important;
    	color: #fff !important;
    	font-size: 14px !important;
    	font-weight: bold;
	}

	#mobile_menu .menu-item a {
    	font-size: 1.2em;
	}
	#demo-btn {
		width: 100% !important;
		margin-top: 10px !important;
	}

	#mobile_menu {
    	left: 0% !important;
	}

	.et_mobile_menu .menu-item-has-children>a:after{
    	left: 90%;
	}
	.et_mobile_menu>.menu-item>a:after{
    	left: 90%;
	}

	#main-header .et_mobile_menu .menu-item-has-children.visible > a:after{
		left: 90%;
	}

	#iconified {
    	width: 100% !important;
	}	
}

input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#iconified::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    background-image: url('search-icon.png');
    background-position: 1em center;
	background-repeat: no-repeat;
	background-size: 1em;
	text-indent: 2.5em;
    color: #fff;
    opacity: 1; /* Firefox */
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
}

#iconified:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    background-image: url('search-icon.png');
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    background-position: 1em center;
	background-repeat: no-repeat;
	background-size: 1em;
	text-indent: 2.5em;
}

#iconified::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    background-image: url('search-icon.png');
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    /*background-position: 1em center;*/
    background-repeat: no-repeat;
    background-size: 1em;
    text-indent: 0em !important;
}

@-moz-document url-prefix() { 
  #iconified {
  	text-indent: 28px !important;
  }

  #iconified:focus {
  	text-indent: 6px !important;
  }

}

@supports (-ms-ime-align:auto) {
   #iconified {
  	text-indent: 16px !important;
  }

  #iconified:focus {
  	text-indent: 6px !important;
  }
}

#iconified {
	background: transparent;
	border: 1px solid white;
	width: 100px;
	height: 2.3em;
	border-radius: 5px;
	color: #fff;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	text-indent: 6px;
}

#demo-btn {
	background: white;
	color:#32a0fe !important;
	margin-top: -7px;
    padding-top: 6px;
    padding-bottom: 6px !important;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: bold !important;
    cursor: pointer;
    border: none !important;
}

@media (max-width: 980px) {
	#demo-btn {
		width: 66%;
    	text-align:center;
    	background: linear-gradient(to right,#12b392 0%,#32a0ff 100%);
    	color: #fff !important;
    	font-size: 1.3em;
    	margin-top: 0px;
    	padding-top: 5px;
    	padding-bottom: 5px !important;
    	margin-top: 10px;
	}

	#search-desktop {
		display: none;
	}

	#iconified {
		background: transparent;
		border: 1px solid #32a0fe;
		width: 66%;
		height: 3em;
		border-radius: 5px;
		color: #000;
		font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
		text-indent: 10px;
	}

	#iconified::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    	background-image: url('search-icon-black.png');
    	color: #000;
    	opacity: 1; /* Firefox */
    	background-position: 1em center;
    	background-repeat: no-repeat;
    	background-size: 1em;
    	text-indent: 2.5em;
	}

	#iconified:-ms-input-placeholder { /* Internet Explorer 10-11 */
    	background-image: url('search-icon-black.png');
    	color: #000;
    	background-position: 1em center;
    	background-repeat: no-repeat;
    	background-size: 1em;
    	text-indent: 2.5em;
	}

	#iconified::-ms-input-placeholder { /* Microsoft Edge */
    	background-image: url('search-icon-black.png');
    	color: #000;
    	background-position: 1em center;
    	background-repeat: no-repeat;
    	background-size: 1em;
    	text-indent: 2.5em;
	}

	#testimonial-box {
		width: 400px !important;
	    background-size: 30px !important;
	    line-height: 1.5em !important;
	}
}

@media (min-width: 981px){

	.archive #main-header:not(.et-fixed-header) {
		height:100px;
		background: linear-gradient(to right,#12b392 0%,#32a0ff 100%);
	}

	.archive #et-main-area {
		margin-top: 100px !important;
	}

	#search-mobile {
		display: none !important;
	}

	.et-fixed-header #demo-btn {
		background: linear-gradient(to right,#12b392 0%,#32a0ff 100%);
		color: #fff !important;
	}

	#featured-webinar-content {
		border-top: 1px solid lightgrey;
    	border-right: 1px solid lightgray;
    	border-bottom: 1px solid lightgray;
    	padding-left: 2.5% !important;
    	width: 53.25% !important;
    	padding-right: 2% !important;
	}

	#featured-webinar-image {
		margin-right: 0px !important;
	}

	.webinar-row {
		max-width: 1200px !important;
		width: 90% !important;
	}

	.featured-webinar-row {
		max-width: 1200px !important;
		width: 90% !important;			
	}


	.webinar-column {
		width: 31.666% !important;
		margin-right: 2.5% !important;
	}

	.webinar-column-single {
		width: 31.666% !important;
		margin-right: 2.5% !important;
	}

	.video-disabled {
		margin-right: 2.5% !important;
		width: 50.25% !important;
	}

	.video-disabled-inner {
		margin-bottom: 0 !important;
	}

	.video-enabled {
		margin-right: 0 !important;
	}

	.webinar-row .et_pb_column_1_2:nth-child(even) {
		margin-left: 2% !important;
	}

	.webinar-row .et_pb_column_1_2 {
		width: 49% !important;
		margin-right: 0 !important;
	}

	#quote-content-int-audit .et_pb_module_header {
		padding-bottom: 3% !important;
	}
	
	#quote-content-int-audit .et_pb_header_content_wrapper {
		padding-top: 4% !important;
	}

	.six-column-row .et_pb_module:nth-child(odd) {
		float: left !important;
    	width: 10% !important;
	}

	.six-column-row .et_pb_module:nth-child(even) {
		float: left !important;
    	width: 23.33% !important;
    	padding-right: 0%;
	}

	.four-column-row .et_pb_module:nth-child(odd) {
		float: left !important;
    	width: 13% !important;
    	margin:0 !important;
	}

	.four-column-row .et_pb_module:nth-child(even) {
		float: left !important;
    	width: 37% !important;
    	padding-right: 2%;
    	margin: 0 !important;
	}

	.four-column-row .et_pb_module:last-child {
		padding-right: 0% !important;
	}
		
}

.webinar-row h3, .webinar-row h2, .webinar-row h5, .h3-semi-bold h3, .webinar-row h4,  .webinar-row h1{
	font-weight: 600 !important;
}

#featured-webinar-image {
	margin-bottom: 0px !important;
}

.webinar-column-content {
	padding-left: 4% !important;
	padding-right: 3% !important;
}

#featured-webinar-content {
	padding-left: 4% !important;
	padding-right: 3% !important;
}

#post-117685 .entry-content, #post-117841 .entry-content {
	background-color: #f5f5f5 !important;
}

.webinar-section {
	background-color: transparent !important;
}

.webinar-column {
	background-color: #fff !important;
	border-radius: 5px;
}

.webinar-column-single {
	background-color: #fff !important;
	border-radius: 5px;
	border: 3px solid #f5f5f5;
}

.webinar-image img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#top-menu li a {
    font-size: 12px !important;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: normal;
    text-transform: uppercase;
}

.et-fixed-header #top-menu li a {
    font-weight: bold;
}

#top-menu li {
    padding-right: 9px !important;
}

#top-menu .menu-item-has-children>a:first-child:after {
    content: unset !important;
}

#top-menu .menu-item-has-children>a:first-child {
	padding-right: 0px !important;
}

#testimonial-box {
    font-size: 1.5em;
    width: 500px;
    box-shadow: -1px -1px 5px #f5f5f5;
    -moz-box-shadow:    -1px -1px 5px #f5f5f5;
  	-webkit-box-shadow: -1px -1px 5px #f5f5f5;
  	background-color: #fff;
    padding: 50px 20px 10px 50px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    background-image: url('/wp-content/uploads/2018/05/quotation.png');
    background-position: 0 0;
    background-size: 40px;
    line-height: 1.5em;
    background-repeat: no-repeat;
}

#testimonial-box img {
	width: 150px;
}


@media (max-width: 768px){
	#testimonial-box {
		width: 300px !important;
		font-size: 1.2em !important;
	}

	#hero-learn-more {
		font-size: 2vw !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	#hero-header {
		font-size: 4.5vw !important;
	}
}

@media (max-width: 767px){
	#hero-header {
		font-size: 6.5vw !important;
	}

	#hero-learn-more {
		font-size: 2.5vw !important;
		padding-left: 3em !important;
		padding-right: 3em !important;
	}

	#hubspot-signup-form .hs_firstname,
	#hubspot-signup-form .hs_lastname,
	#hubspot-signup-form .hs_email,
	#hubspot-signup-form .hs_phone,
	#hubspot-signup-form .hs_country,
	#hubspot-signup-form .hs_company,
	#hubspot-signup-form .hs_jobtitle
	{
		float: none !important;
		width: 100% !important;
	}

	#hubspot-signup-form .hs-form .hs-input:not([type='checkbox']):not(select),
	#hubspot-signup-form .hs-form textarea.hs-input:not([type='checkbox']):not(select) {
		max-width: unset !important;
		width: 95% !important;
	}

	/*hubspot form gerenal styling*/
	.hbspt-form .hs_firstname,
	.hbspt-form .hs_lastname,
	.hbspt-form .hs_email,
	.hbspt-form .hs_phone,
	.hbspt-form .hs_country,
	.hbspt-form .hs_company,
	.hbspt-form .hs_jobtitle,
	.hbspt-form .hs_state
	{
		float: none !important;
		width: 100% !important;
	}

	.hbspt-form .hs-form .hs-input:not([type='checkbox']):not(select),
	.hbspt-form .hs-form textarea.hs-input:not([type='checkbox']):not(select) {
		max-width: unset !important;
		width: 95% !important;
	}

	.hs-country > .input > select {
    	width: 98% !important;
    	height: 41px !important;
    	max-width: unset !important;
	}

	/*hubspot form general styling end*/
	#testimonial-box {
		position: relative !important;
	    font-size: 1.5em !important;
	    width: 100% !important;
	    top: unset;
    	left: unset;
    	border-top: 2px solid #f5f5f5;
	}

	#testimonial-box-wrapper {
		position: relative !important;
	}

	#testimonial-front-img-container {
		display: none !important;
	}
}


@media (max-width: 479px){
	
}

#top-menu-nav .sub-menu {
	width: unset !important;
	padding:0px !important;
	top: 45% !important;
}

#top-menu-nav .sub-menu li a {
    width: 150px !important;
    padding: 0px 0px !important;
    font-weight: bold !important;
}

#mobile_menu .sub-menu a {
	border-bottom: unset;
}

#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

.et-fixed-header #logo {
	display: none;
}

.et-fixed-header #logo-fixed {
	display: inline-block;
    max-height: 68%;
    vertical-align: middle;
}

#logo-fixed {
	display: none;
}

.et-fixed-header #iconified {
	border: 1px solid #32a0fe;
	color: #000 !important;
}

.et-fixed-header #iconified::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	background-image: url('search-icon-black.png');
}

.et-fixed-header #iconified:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
	background-image: url('search-icon-black.png');
}

.et-fixed-header #iconified::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
	background-image: url('search-icon-black.png');
}

.et-fixed-header {
	border-bottom: 2px inset #f5f5f5;
}

#hero-learn-more {
	color: #303030!important;
    border-color: #f5f5f5;
    border-radius: 20px;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #f5f5f5;
    font-weight: bold;
    padding-top: 0.8em;
    padding-right: 5em;
    padding-bottom: 0.8em;
    padding-left: 5em;
}

#hero-header {
	color: #fff !important;
	font-weight: 600 !important;
}

#hero-text-btn {
	position: absolute;
    top: 20%;
    left: 50%;
    width: 40%;
    max-width: 600px;
}
#hero-btn-wrapper {
	margin-top: 20px;
}

#hero-mobile {
	position: absolute;
    top: 13%;
    left: 9%;
    width: 80%;
}

#hero-mobile #hero-header {
	text-align: center;
	padding-bottom: 2.5vw!important;
}

#hero-mobile #hero-btn-wrapper {
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 981px) {
	#main-header .container {
		width: 92% !important;
		max-width: 1200px !important; 
	}	
}


.hs-button-reset,
.hs-form .hs-button {
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0
}

.base-hs-button-styles,
.hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
    text-decoration: none
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    cursor: pointer
}

input.hs-input,
textarea.hs-input,
select.hs-input {
    display: inline-block;
    width: 500px;
    height: 18px;
    padding: 10px 8px 10px 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
  
}

textarea.hs-input {
    padding-top: 5px
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px
}

.hs-state > .input > select {
    width: 95% !important;
    height: 41px !important;
}

.hs-state-3a4a0377-dfb9-444c-99a8-da6036a05785 > .input > select {
    width: 95% !important;
    height: 41px !important;
}
.hs-tate-c4ac880c-40b4-46c2-9b4c-8a543d062b8a > .input > select {
    width: 95% !important;
    height: 41px !important;
}

.hs-country > .input > select {
    width: 95%;
    height: 41px;
}

.hs-country-3a4a0377-dfb9-444c-99a8-da6036a05785 > .input > select {
    width: 95% !important;
    height: 41px !important;
}

.hs-country-c4ac880c-40b4-46c2-9b4c-8a543d062b8a > .input > select {
    width: 95% !important;
    height: 41px !important;
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none
}

input.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
    width: auto;
    height: auto
}

input.hs-input[type=search] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/common_assets/static-2.158/img/form/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px
}

html.firefox input.hs-input[type=search] {
    position: relative;
    top: 1px
}

input.hs-input[type=search].transparent-image {
    background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}

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

select.hs-input,
input.hs-input[type=file] {
    height: 27px
}

select[multiple].hs-input {
    height: inherit
}

textarea.hs-input {
    height: auto
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}

input.hs-input,
textarea.hs-input {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

input.hs-input:focus,
textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
}

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)
}

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)
}

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
    width: 60px
}

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
    width: 90px
}

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
    width: 150px
}

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
    width: 210px
}

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
    width: 270px
}

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
    width: 530px
}

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
    box-sizing: border-box;
    width: 100%
}

textarea.hs-input.xxlarge {
    overflow-y: auto
}

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
    display: inline-block;
    float: none;
    width: 30px;
    margin-left: 0
}

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
    display: inline-block;
    float: none;
    width: 90px;
    margin-left: 0
}

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
    display: inline-block;
    float: none;
    width: 150px;
    margin-left: 0
}

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
    display: inline-block;
    float: none;
    width: 210px;
    margin-left: 0
}

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
    display: inline-block;
    float: none;
    width: 270px;
    margin-left: 0
}

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
    display: inline-block;
    float: none;
    width: 330px;
    margin-left: 0
}

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
    display: inline-block;
    float: none;
    width: 390px;
    margin-left: 0
}

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
    display: inline-block;
    float: none;
    width: 450px;
    margin-left: 0
}

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
    display: inline-block;
    float: none;
    width: 510px;
    margin-left: 0
}

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
    display: inline-block;
    float: none;
    width: 570px;
    margin-left: 0
}

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
    display: inline-block;
    float: none;
    width: 630px;
    margin-left: 0
}

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
    display: inline-block;
    float: none;
    width: 690px;
    margin-left: 0
}

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
    display: inline-block;
    float: none;
    width: 750px;
    margin-left: 0
}

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
    display: inline-block;
    float: none;
    width: 810px;
    margin-left: 0
}

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
    display: inline-block;
    float: none;
    width: 870px;
    margin-left: 0
}

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
    display: inline-block;
    float: none;
    width: 930px;
    margin-left: 0
}

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.help-inline,
.help-block {
    font-size: 11px;
    line-height: 18px;
    color: #818181
}

.help-inline {
    padding-left: 5px
}

.help-block {
    display: block;
    max-width: 600px
}

.inline-inputs {
    color: #818181
}

.inline-inputs span,
.inline-inputs input {
    display: inline-block
}

.inline-inputs input.mini {
    width: 60px
}

.inline-inputs input.small {
    width: 90px
}

.inline-inputs span {
    padding: 0 2px 0 1px
}

.input-prepend input,
.input-append input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-prepend .add-on,
.input-append .add-on {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 2;
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 4px 4px 5px;
    margin-right: -1px;
    font-weight: normal;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-prepend .active,
.input-append .active {
    background: #bfe0bf;
    border-color: #59ad59
}

.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: 0;
    margin-left: -1px
}

.hs-form {
    margin-bottom: 18px
}

.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
    margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both
}

.hs-form label {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right;
    color: #414141
}

.hs-form .input {
    margin-left: 150px
}

.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
    color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}

.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}

.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}

.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.hs-form .inputs-list label strong {
    color: #818181
}

.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}

.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}

.hs-form .inputs-list:first-child {
    padding-top: 6px
}

.hs-form .inputs-list>li+li {
    padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0
}

.hs-form.stacked {
    padding-left: 20px
}

.hs-form.stacked fieldset {
    padding-top: 9px
}

.hs-form.stacked legend {
    margin-left: 0
}

.hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-form.stacked .field {
    margin-bottom: 18px
}

.hs-form.stacked .field div.input {
    margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}

.hs-form.stacked .inputs-list {
    margin-bottom: 0
}

.hs-form.stacked .inputs-list>li {
    padding-top: 0
}

.hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0
}

.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}

.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}

.hs-form {
    padding-left: 0px
}

.hs-form.stacked {
    padding-left: 0px
}

.hs-form.stacked fieldset {
    padding: 0
}

.hs-form .hs-button {
  color: #fff;
  font-size: 16px;
  width: auto;
  background-color: #32a0fe;
  border-radius: 20px;
  padding: 15px 25px 15px 25px;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none

}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
    color: #fff
}

.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button.hovered:not(.inactive) {
    background-color: #2d92e5;

}

.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #1a7dce;

}

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #66b4f4;
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}

.hs-form .hs-button.next {
    padding-right: 32px
}

.hs-form .hs-button.next:before {
    right: 9px
}

.hs-form .hs-button.previous {
    padding-left: 32px
}

.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}

.hs-form .hs-button.inactive {
    cursor: default
}

.hs-form ul {
    list-style: none
}

.hs-form label {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form label.hidden {
    display: none
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .hs-form-required {
    color: red
}

.hs-form .field {
    margin-bottom: 9px
}

.hs-form .hs-richtext {
    margin-bottom: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #414141
}

.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .email-correction a,
.hs-form .email-validation a {
    cursor: pointer
}

.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}

.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
    box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
    box-sizing: border-box;
    max-width: 500px;
    width: 90%
}

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}

.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
    *zoom: 1
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.28571%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 95%
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left
}

.hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}

.hs-form fieldset .hs-form-field.hidden-label {
    margin-top: 24px
}

.hs-form .hs-social-login {
    border-radius: 3px;
    box-sizing: content-box;
    width: 95%;
    max-width: 480px;
    height: 90px
}

.hsformerror {
    margin: 0 0 2px;
    padding: 2px 6px;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000;
    display: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999
}

.hsformerror em {
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}

.hsformerror p {
    font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
    margin: 0;
    float: left;
    margin-right: 8px
}

.hsformerror:hover {
    cursor: default
}

.hsformerror .close-form-error {
    float: right;
    display: inline;
    top: 3px;
    position: absolute;
    font-family: Verdana !important;
    color: #b17c79 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: normal !important
}

.hsformerror .close-form-error:hover {
    color: #cc8884
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
    form.hs-form .form-columns-2 .hs-form-field,
    form.hs-form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 95%
    }
}

@media (max-width: 422px) {
    .all-social-types {
        height: 100px
    }
}

@media (max-width: 342px) {
    .hs-social-login {
        height: 72px
    }
}


#video-overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}



#hubspot-signup-form .hs_firstname label,
#hubspot-signup-form .hs_lastname label,
#hubspot-signup-form .hs_email label,
#hubspot-signup-form .hs_phone label,
#hubspot-signup-form .hs_country label,
#hubspot-signup-form .hs_company label,
#hubspot-signup-form .hs_jobtitle label
 {
	display: none;
}

#hubspot-signup-form .hs_firstname,
#hubspot-signup-form .hs_lastname,
#hubspot-signup-form .hs_email,
#hubspot-signup-form .hs_phone,
#hubspot-signup-form .hs_country,
#hubspot-signup-form .hs_company,
#hubspot-signup-form .hs_jobtitle
 {
	float: left;
	width: 50%;
}

#hubspot-signup-form ul {
	padding: 0px !important;
}

#hubspot-signup-form .hs-button {
	background-color: #333333 !important;
	padding: 12px 40px 12px 40px !important;
}

#hubspot-signup-form .hs-submit {
	clear:both;
}

#hubspot-signup-form .actions {
	margin-top:0 !important;
	margin-bottom: 0 !important;
}

/*GENERAL HUBSPOT FORM STYLING*/

.hbspt-form .hs_firstname label,
.hbspt-form .hs_lastname label,
.hbspt-form .hs_email label,
.hbspt-form .hs_phone label,
.hbspt-form .hs_country label,
.hbspt-form .hs_company label,
.hbspt-form .hs_jobtitle label,
.hbspt-form .hs_state label
 {
	display: none !important;
}

.hbspt-form .hs_firstname,
.hbspt-form .hs_lastname,
.hbspt-form .hs_email,
.hbspt-form .hs_phone,
.hbspt-form .hs_country,
.hbspt-form .hs_company,
.hbspt-form .hs_jobtitle
 {
	float: left;
	width: 50%;
}

.hbspt-form  ul {
	padding: 0px !important;
}

.hbspt-form  .hs-button {
	background-color: #333333 !important;
	padding: 12px 40px 12px 40px !important;
}

.hbspt-form .hs-submit {
	clear:both;
}

.hbspt-form .actions {
	margin-top:0 !important;
	margin-bottom: 0 !important;
}

.hs-form fieldset {
	max-width: unset !important;
}

/*END GENERAL HUBSPOT FORM STYLING*/

.hubspot-form-wrapper {
	padding:2% !important;
	border: 2px solid #32a0ff;
	border-radius: 3px;
}

#signup-privacy-policy {
    position: absolute;
    right: 2%;
    bottom: 4%;
}

#footer-info {
	float: none !important;
	color: #fff !important;
	text-align: center !important;
}

#custom_html-10, #custom_html-12, #custom_html-14, #custom_html-16, #custom_html-2, #custom_html-4, #custom_html-7, #custom_html-9 {
	clear: both;
	float: none !important;
}

#custom_html-3, #custom_html-6, #custom_html-8 {
	float: none !important;
}

.footer-top-nav {
	height: 1px;
    background: white;
    width: 20px;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#ex-audit-hero-content {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    padding-top: 0 !important;
}

#int-audit-hero-content {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    padding-top: 0 !important;
}


#ex-audit-hero-content .et_pb_fullwidth_header_container, #int-audit-hero-content .et_pb_fullwidth_header_container{
	max-width: 1200px !important;
	width: 90% !important;
}

#ex-audit-hero-content .header-content, #int-audit-hero-content .header-content{
	margin-right: 0 !important;
}

#ex-audit-hero-content h1 {
	padding-bottom: 23px !important;
}

.btn-dark-grey {
	background-color: #333333 !important;
}


.text-video-on-grey-bg {
	position: absolute !important;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ai-testing-left-content {
	position: absolute !important;
    top: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

#ai-testing-bottom-content {
	position: absolute !important;
    bottom: 30%;
    left: 0;
    right:0;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    
}

#ai-testing-bottom-content h3 {
	color: #fff !important;
	font-size: 	40px;
}


@media (min-width: 768px) and (max-width: 980px) {
	#ai-testing-bottom-content {
		bottom: 45% !important;
	}
}

@media (min-width: 574px) and (max-width: 767px) {
	#ai-testing-bottom-content {
		bottom: 55% !important;
	}

	#ai-testing-bottom-content h3 {
		font-size: 3.5vw !important;
	}
}

@media (min-width: 499px) and (max-width: 573px) {
	#ai-testing-bottom-content {
		bottom: 60% !important;
	}

	#ai-testing-bottom-content h3 {
		font-size: 3.5vw !important;
	}
}

@media (min-width: 459px) and (max-width: 499px) {
	#ai-testing-bottom-content {
		bottom: 65% !important;
	}

	#ai-testing-bottom-content h3 {
		font-size: 3.5vw !important;
	}
}


@media (min-width: 1px) and (max-width: 459px) {
	#ai-testing-bottom-content {
		position: relative !important;
		bottom: unset;
		left: unset;
		right: 	unset;
		padding-left:10%;
		padding-right:10%;
		text-align: left !important;

	}

	#ai-testing-bottom-content h3 {
		color: #333 !important;
		font-size: 18px !important;
		line-height: 2em !important;
		font-weight: bold;
	}
}

.et_pb_button:after {
	content: '' !important;
}

.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

#quote-content-int-audit {
	position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top:0 !important;
}

#quote-content-int-audit .header-content {
	width: 100% !important;
	max-width: 1200px !important;
}

#quote-content-int-audit .et_pb_fullwidth_header_container {
	width: 90% !important;
	max-width: unset !important;
}

ul.special-bullet, ul.special-bullet-indent {
	list-style: none;
	padding-bottom: 0 !important;
}

ul.special-bullet li:before {
	color: #32a0ff;
	content: "\f105";
	font-family: Font Awesome\ 5 Free;
	padding-right: 24px;
	font-weight: 900;
}

ul.special-bullet-indent li:before {
	color: #32a0ff;
	content: "\f105";
	font-family: Font Awesome\ 5 Free;
	padding-right: 12px;
	font-weight: 900;
}
 
ul.special-bullet li {
	text-indent:-30px;
	padding-left:15px;
	padding-bottom: 20px;
}

ul.special-bullet-indent li {
	text-indent:-16px;
	padding-left:0px;
}

ul.special-bullet-indent {
	margin-left: 3%;	
}


#logo-mobile {
	display: none !important;
}

#testimonial-box-wrapper {
	position: absolute;
    top: 10% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 90% !important;
    max-width: 1200px !important;
}

#hero-macbook-wrapper {
	position: absolute;
    top: 16%;
    left: 0;
    max-width: 1200px;
    width: 90%;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
}

#hero-macbook-wrapper img {
	width: 80%;
}

#testimonial-front-img-container img{
	    width: 90%;
    /* height: auto; */
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20%;
    padding-bottom: 10%;
    /* min-width: 1200px; */
    /* padding-right: 5%; */
    /* margin-left: 14%; */
}

#testimonial-front-img-container {
	text-align: center;
}

#menu-ai-auditor-menu .current-menu-item a:after{
	content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,#12b392 0%,#32a0ff 100%);
    display: block;
    margin-top: 5%;
}


.featured-webinar-row h3, .featured-webinar-row h2, .featured-webinar-row h5 {
	font-weight: 600 !important;
}


#main-footer .container {
	width: 90% !important;
	max-width: 1200px !important;
}

#laptop-dashboard-content {
	padding: 0 0 !important;
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
}

.no-stacking-column .et_pb_column:nth-child(odd) {
	float: left !important;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    width: 30% !important;
}

.no-stacking-column .et_pb_column:nth-child(even) {
	float: left !important;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    width: 70% !important;
    padding-left: 3%;
}

.no-stacking-column {
	max-width: unset !important;
	width: 95%;
}


p, .special-bullet-indent li, .special-bullet li {
	font-family: Open Sans !important;
}

#hero-home-wrapper img {
	max-height: 1000px !important;
}

#ai-testing-bg img {
	max-height: 1000px !important;
}

@media (max-width: 1217px) and (min-width: 981px) {
	#ai-testing-wrapper {
		padding-top: 10% !important;
	}
}
