[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: FontAwesome !important;
}
#ao_form_neg_cap {
display:none;
}
.navbar-light {
  margin: 0!important;
  padding:0!important;
}
.HasListener {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#sp-inner-wrapper {
  padding: 40px 0;
  /*
  background: #f2f2f2;
  */
  border-bottom: 1px solid #ebebeb;
}

/* Custom 2017 Style */

.mobile-only {
  display: none;
}

@media screen and (max-width: 767px){
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  #sp-component {
  padding-left:0px!important;
  }

}

p  {
  font-size: 1.125rem;
  font-weight:400;
  letter-spacing:.2px;
  line-height:1.35;
} 
.line-height-p {
  line-height:1.79;
}
body{
  color:#333;
}
#sp-bottom-wrapper {
  padding: 0 0 40px !important;
  border: none;
}
/*FOOTER COLOR CHANGE*/
#sp-footer-wrapper {
  background: #32343b !important;
}
#sp-bottom-2-wrapper {
  background: #414b56 !important;
}
#sp-bottom-2-wrapper .module h3{
  font-size: 21px !important;
}
/*END FOOTER COLOR CHANGE*/

/* Jorge's Button Style */

.btn {
  display: inline-block;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-image: none;
  border: none;
  text-shadow: none;
  text-decoration: none;
  border-bottom-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow:none !important;
  color:#fff;
}
.btn:hover{
  transform: translate(0px); !important;
  box-shadow:none !important;
}
button[type="submit"], div.default .btn.active, div.appico .btn.active, div.appico .btn.btn-primary, input[type="submit"], input[type="button"], submit, .btn-primary, .btn-warning, .btn-success, .btn-danger {
  color: #fff !important;
  border: none !important;
  border-radius: 4px;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important; changed*/ 
}
a:not(.btn) {
  color: #f39106;
}

a:not(.btn):hover {
  color: #DC6406;
}

.btn-clear {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.2);
    color: #888;
}
.btn-clear:hover {
  transition: .5s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1), 0 0px 15px rgba(0,0,0,0.1);
}

/* Act-On Form */
input[type="submit"].btn-warning-fix{
  background: #faa732 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight:bold !important;
  padding: 10px 15px !important;
}
input[type="submit"].btn-warning-fix:hover{
  background: #f39106 !important;
  transform: translate(0px);
}

.formFieldLabel{
  padding-top: 10px;
  padding-bottom: 5px;
}
.ao-form p {
  font-size: 14px;
}
.ao-form table {
  margin-bottom: 10px;
  color: #fff;
}
.ao-form form {
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px){
  .ao-form {
    margin-left: 0;
    border: none;
  }
}
.formFieldText {
  width: 100%;
}
.formTextArea {
  width: 100%;
}
.radioFieldLabel {
  margin: 0;
  padding: 0;
}
.formSectionDescription {
  color: #333;
}
.ao_tbl_cell {
  padding: 0 !important;
}
@media screen and (max-width: 768px){
  .ao_tbl_container {
    width: 90%; 
    padding: 0 5% !important;
  }
}
.requiredField {
  font-size: .8em;
  float: right;
  padding: 1em 0 0;
}
.formConsent {
  clear: both; 
  float: right; 
  line-height: 1.2em; 
  text-align: left;
}
.no-spacing {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.ao-btn {
  box-shadow: none!important; 
  font-weight: bold; 
  font-size: 1.4em !important; 
  height: 50px;
  width: 60% !important;
}
.form-heading {
  text-align: center;
  font-size: 1.75em;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.a-form {
  border-left: 1px solid #e0e0e0; 
  padding-left: 3rem;
}
/* Act-On Modal Styles */
.uk-modal-dialog {
  max-width: 500px; 
  padding: 20px; 
  top: 75px;
  color: #fff;
  font-weight: bold;
  background: #092a43; 
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 35px -5px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 0px 0px 35px -5px rgba(0,0,0,0.75) !important;
  box-shadow: 0px 0px 35px -5px rgba(0,0,0,0.75) !important;
}
input[type="button"].btn-warning-ao{
  background: #faa732 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight:bold !important;
  padding: 10px 15px !important;
  width: 60%;
}
input[type="button"].btn-warning-ao:hover{
  background: #f39106 !important;
  transform: translate(0px);
}
.ao-form-tos {
  text-align: left; 
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 1em;
}
.ao-modal {
  border-radius: 3px;
  width: 90%;
  margin: 0 auto;
}
.ao-modal form {
  margin-bottom: 0;
}
.ao-modal tr td {
  visibility: visible !important;
}
.margin {
  margin: 1em auto !important;
}
/*This Class could be used to style all Headers*/
.section-heading {
  color: #faa732;
  padding: 1em 0;
  font-weight:600;
  letter-spacing:1px;
}

h1.section-heading {
  font-size: 2.5em;
}

h2.section-heading {
  font-size: 2.25em;
}
h3.section-heading {
  font-weight: bold;
}
.section-subheading{
  font-size:1.5em;
  letter-spacing:.5px;
  color:#333c4e;
  line-height:1em;
  font-weight:600 !important;
}
/* Banner Styles */
.banner {
  padding: 10vh 0 5vh 0;
}
.banner-heading {
  font-size: 3.5em !important;
  line-height: 1.4em !important;
  color: #fff;
  font-weight: bold !important;
}
.banner-subheading {
  font-size: 1.5em !important; 
  line-height: 1.4em; 
  color: #fff;
  margin: 2em auto;
}
button.btn-banner {
  font-weight: bold !important;
  margin: 2px 2em 15px 0 !important;
  padding: 14px 30px !important;
  font-size: 1.15em !important;
  border-radius: 4px;
}
/* Featured websites */
.logo-row {
  display:flex;
}

.logo-row-img{
  display:inline-block;
  padding:0 2em !important;
}
/* First div */
.first-div {
  padding: 3em 0;
}
/* iFrame Video Fix */
iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.video-heading {
  padding-bottom: 1em;
  color: #fbaa33;
  font-size:1.75em;
  line-height: 1.5em;
  font-weight: 600;
}
.video-wrapper {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}
.video-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/* Testimonials */
.test-heading {
  color:#fbaa33;
  font-size:1.75em;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 2em;
}
.test-wrapper {
  margin: 0 auto;
  display:block;
  max-width:350px;
  min-height: 200px;
  padding: 5%;
}
.test {
  font-weight: bold;
  font-style: italic;
  min-height: 100px;
}
/* Styles for Table */
.adwicon{
  max-width:100px;
  margin:0 auto;
  display:block;
}
.adwtable th{
  text-align:center;
  padding:2%;
  background-color: #4472c4; 
  color:#fff; 
  width:300px; 
  font-size: 1.35em;
}
.adwtable td{
  text-align:center;
  padding:2%;
}
.adwtable{
  clear: both;
  margin: 0 auto;
  max-width: 800px;
  font-weight: bold;
  box-shadow: 0px 0px 35px -5px #666 !important;
  border: 1px solid #bebebe;
}
/* Styles for Check List */
.check-list ul li:before {
  content: '✓';
  color: green;
  margin-left: -1em;
  margin-right: 0.1em;
  font-size: 2.25em;
  margin-top: .1em;
  vertical-align: -8px;
  line-height: 0.75em;
}
.check-list ul
{
  padding: 0 6em;
  text-indent: 2px;
  list-style: none;
  list-style-position: outside;
  margin: auto;
  font-size: 1.35em;
  margin-bottom: 30px;
}
.check-list li {
  margin-bottom: 0;
}
/* New Check List */
.check-list-2018 ul li:before {
  content: '✓';
  color: green;
  margin-left: -1em;
  margin-right: 0.1em;
  font-size: 2.25em;
  margin-top: .1em;
  vertical-align: -8px;
  line-height: 0.75em;
}
.check-list-2018 ul
{
  padding: 0 2em;
  text-indent: 2px;
  list-style: none;
  list-style-position: outside;
  margin: auto;
  font-size: 1.5em;
  margin-bottom: 30px;
  text-align: left;
  color: white;
}
.check-list-2018 li {
  margin-bottom: 0;
}
/* Mobile Styles */
@media screen and (max-width: 768px){
  .banner {
    padding: 5vh 0 0 0;
  }
  .banner-heading {
    font-size: 1.5em !important;
  }
  .banner-subheading {
    margin: 1em auto;
    font-size: 1.25 !important
  }
  h2.section-heading {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 1em;
    font-weight: 400;
  }
  .first-div {
    padding: 0;
  }
  .check-list ul {
    padding: 0 1em 0 3em !important;
    font-size: 1.1em;
  }
  .check-list li {
    margin-bottom: 0.3em;
  }
  .check-list-2018 ul {
    padding: 0 1em 0 3em !important;
    font-size: 1.1em;
  }
  .check-list-2018 li {
    margin-bottom: 0.3em;
  }
  .video-heading {
    line-height: 1.3em;
    padding: 0 .5em 1em .5em;
    font-weight: 400;
    font-size: 1.5em;
  }
}
/*Multistep form styles*/
/*form styles*/
#msform {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
#msform div {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 40px;
  box-sizing: border-box;
  width: 80%;
  margin: auto;

  /*stacking fieldsets above each other*/
  position: relative;
}
.hidden {
  display: none;
}
/*inputs*/
/*#msform input, #msform textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 16px;
}*/
.input-ms {
  background: white;
  width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 10px 25px;
  border-radius: 5px;
}
.fs-input {
  text-align:left;
  font-size: 16px;
  margin:5px auto;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #2376B9;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.back {
  padding:25% 5px;
  font-weight:600;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
  font-size: 20px;
  color: #2C3E50;
  padding: 5px 0;
  font-weight: 600;
  text-align: center;
}
}
.fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.input-ms p {
  font-size: 16px !important;
}
.rw-100 {
  width:100%;
  display: inline-flex;
}
.sp-25 {
  width:20%;
  display:flex;
}
.sp-75 {
  width:80%;
  display:flex;
}

.banner-title {
  color: white;
  font-size: 25px;
  padding-top: 0.5em;
  font-weight: 600;
}

.btn-submit {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.22);
  background-color: #FCAA32 !important;
  display: block;
  border: none;
  cursor: pointer;
  color: #FFF !important;
  font-size: 16px;
  padding: 8px;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
}
.btn-warning-ao {
  background: #00b7ff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: bold !important;
  padding: 10px 15px !important;
  width: 60%;
  border-radius: 4px;
}

/* Lazy Load YouTube Style */

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: red;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Lightbox Styles */

.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 135px;
}
.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

/* 2018 Styles */

/* 2018 nav re-style */
.sp-megamenu-parent > li > a {
  color: #555;
}
.sp-megamenu-parent > li:hover > a {
  color: #000;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #00b7ff;
  font-weight:700;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #555;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #00b7ff;
  font-weight:700;
}
/* menu button styles */
@media screen and (min-width: 1000px){
.book-demo-menu-item a{
    color: #fff!important;
    padding: 15px 15px!important;
    border-radius: 5px;
    line-height: 1!important;
    margin-left: 10px!important;
  }
.book-demo-menu-item a {
  background-color: #00b7ff!important;
  }
  .book-demo-menu-item a:hover {
	background-color: #0080ff!important;
  }
}

.box-shadow {
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
}
.box-shadow-hover {
  transition: .25s linear; 
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05), 0 0px 15px rgba(0,0,0,0.05);
}
.box-shadow-hover:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1), 0 0px 15px rgba(0,0,0,0.1);
}
.box-menu {
  display:block;
  background: #fff;
  transition: .25s linear;
  border-radius: 5px;
}
.box-menu img {
  display: block;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}
.box-menu p {
  text-align: center;
  padding: 1em 0 1em 0;
  font-weight: bold;
  margin: 0;
  color: #333;
  padding-bottom: 1em;
}
.box-menu a:not(.btn){
  color: #333;
}
.features img {
  padding-top: 1em;
}
.features-box-menu {
  display:block;
  background: #fff;
  transition: .25s linear;
  border-radius: 5px;
}
.features-box-menu a {
  padding: 2em 2em 0 2em;
  display: block;
}
.features-box-menu a:focus {
  text-decoration: none;
}
.features-box-menu a:hover {
  box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
.features-box-menu p {
  text-align: left;
  color: #333;
}
.quote-block {
  padding-left: 2em;
  border-left:1px solid #efefef;
}
.quote-icon {
  border-radius: 50%;
  max-width: 50px;
  float: left;
}
.quoter {
  margin:0;
  line-height: 1.5em;
  font-size: 14px;
  padding: 0.15em 0 0 4.5em;
  text-align: left;
}
.quotecontainer{
  padding: 2em;
  border: solid 2px #00b7ff;
  background: white;
  padding: 2em;
  border-radius: 5px;
  min-height: 190px;
}
.testimonial-2018 {
  margin-bottom:1em;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: left;
}

.dropbtn {
  font-size: 18px !important;
}

.btn-center {
  display: block; 
  margin: 0 auto; 
  width: 175px; 
  font-weight: bold;
}

/* SP Page Button for Modals */

.btn-yellow2 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
  padding: 8px 0 !important;
  color: #fff;
  background-color: #f6921e !important;
}



.btn-blue {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
  padding: 8px 0 !important;
}

.btn-contact {
    background-color: #fff;
    padding: 10px 70px !important;
    font-weight: bold;
    color: #00b7ff !important;
  border: none !important;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.22) !important; changed*/ 
}

.btn-contact:hover {
  box-shadow: 0px 2px 3px rgba (73, 73, 73, 0.15);
  background-color: #00b7ff;
  color: #fff !important;
}

.btn-white {
  width: 75%;
  font-size: 16px;
  padding: 8px 0 !important;
  margin: 0px 50px 0px 50px;
  background-color: #fff;
  color: #333 !important;
  box-shadow: 0px 2px 3px rgba(73, 73, 73, 0.15) !important;
  
}

.btn-white:hover {
  box-shadow: 0px 2px 3px rgba (73, 73, 73, 0.15);
  background-color: #00b7ff !important;
    color: #fff !important; 
}

.btn-navy {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
  padding: 8px 0 !important;
  background-color: #1F77BA !important;
}

.btn-navy: hover {
  box-shadow: none;
  background-color: #fff;
  color: #1f77ba;
}


.btn-whitelong {
  width: 90%;
  font-size: 14px;
  padding: 10px 0 !important;
  background-color: #fff;
  color: #333 !important;
  box-shadow: 0 1px 2px rgba(0,0,73,0.1), 0 5px 15px rgba(0,0,73,0.025), 0 0px 15px rgba(0,0,73,0.025) !important;
  
}

.btn-whitelong:hover {
  box-shadow: 0px 2px 3px rgba (73, 73, 73, 0.15);
  background-color: #00b7ff !important;
    color: #fff !important; 
}

.btn-banner {
  font-weight: bold;
  margin-right:2em;
}

.btn-banner-right {
  font-weight: bold;
  color: #fff !important;
  background-color: #aaa;
  border-radius: 4px;
}

.btn-banner-right:hover {
  color: #fff;
  background-color: #919191;
}

.btn-center {
    font-weight: bold;
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
}

.btn-web {
font-size: 16px;
  font-weight: bold;
  align-content: center;
  padding: 8px 20px !important;
  text-align: center !important;
}

/*#sp-bottom2 {
    max-height: 390px;
  }

@media screen and (max-width: 767px){
  #sp-bottom2 {
    max-height: inherit;
  }
}*/

/* GTranslate Flag */

.notranslate {
  display:inline-block;
}
.languageselection {
  display:inline-block;
  z-index:110;
}
#sp-toolbar { max-height: 38px;}
#sp-toolbar-l { position: relative;}

.switcher {
  width: 28px !important;
}

.switcher .option {
  width: 26px !important;
}

.switcher .selected a {
  width: 16px !important;
}

@media screen and (max-width: 767px) and (min-width: 992px){
  .switcher {
    width: inherit !important;
  }

  .switcher .option {
    width: inherit !important;
  }

  .switcher .selected a {
    width: inherit !important;
  }
}
