

/*````````````````````````````````````````````````````````````````````````````````````````````````````````````*/
/*											Begin Neutralizing CSS											  */
/*............................................................................................................*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-spacing:0; width: 100%;} fieldset,img {border:0;} address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}
ol,ul {list-style:none;} caption,th {text-align:left;} h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';} abbr,acronym { border:0;}

/*````````````````````````````````````````````````````````````````````````````````````````````````````````````*/
/* 											End Neutralizing CSS 											  */
/*............................................................................................................*/

html { height:100%; }
body {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica;
  font-weight: 400;
  color: #0C0C0C;
  font-size: 12px;
  height: 100%;
  background: white;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

body#plain-page {
    background: #F0F2F3;
}

#plain-page{
  position: relative;
}



a {
    color: #477ead;
    text-decoration:none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

a:hover {
    text-decoration:underline;
}

h1 {
    font-size: 38px;
    color: #4D5B69;
    font-weight: 300;
}

h2 {
    font-size: 25px;
    color: #353535;
    font-weight: 300;
    padding: 0px;
}

.login-form input,
.login-form input[type="text"],
.login-form textarea,
.login-form input[type="password"],
.login-form input:not([type]),
 .login-form input[type="email"]

{
  max-width: 100%;
}

.feature-page h3{
    text-align: center;
}

.feature-page h2{
    font-size: 32px;
    padding: 5px 0;
    color: #353535;
}

.feature-page h2, #headline h2 {
  /* font-family: 'Alegreya Sans', serif; */
  font-weight: 600;
}

.feature-page, #headline span{
  display: block;
}

#reg-submit:disabled, #ss-submit:disabled,
#login-submit:disabled {
  background: #8a8a8a;
}

span.subPhrase {
  font-size: 30px;
}

#requestForm {
margin-top: 20px;
}

.twoColumn {
  width: 48%;
  float: left;
}

#first_name, #last_name, #company, #phone, #email {
  background-color: white !important;
  width: 100% !important;
  max-width: 100% !important;

}


@media (max-width: 768px) {
  #ss-submit {
      width: 100% !important;
  max-width: 100% !important;
  }
}

#first_name, #last_name, #company, #phone, #email,
#ss-submit {
  border-radius: 3px;
  margin: 10px 0px;
  margin: 10px 0 !important;
  padding: 7px 9px !important;
  box-sizing:border-box;
}

#ss-submit {
  background:#477ead;
  font-family:ProximaNovaLight,Arial,sans-serif!important;
  text-transform: uppercase;
  padding: 12px 18px !important;
}
.ss-q-title {
  color:white;
  font-size:13pt;
  margin-bottom:-10px;
  font-family:ProximaNovaLight,Arial,sans-serif!important;
  letter-spacing: 1px;
  text-align:left !important;
}

#headline span.imageCoverText{
  padding: 10px 0 2px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  font-size: 60px;
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  }

.feature-page .dark h2 {
  /* color:white; */
  font-size: 3.3em;
}

h3 {
    font-size:1.4em;
    margin-bottom: 2px;
    color: #4D5B69;
}

h4 {
    font-weight:600;
    padding:4px 2px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0px 25px;
    height: auto;
}

.container.small {
    max-width: 600px;
    width: 90%;
}


/*#page {
  padding-top: 20px;
}
*/
.feature-page #page {
  padding-top:0;
}

a.box, button, input[type="button"], input[type="submit"] {
  display:inline-block;
   background-color: #35C283;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 2px;
}

.home-page-button {
  display:inline-block;
 background-color: #35C283;

  padding: 10px 22px;
  border: none;
}



/*  {
    color:white;
    background: #268FC0;
    padding: 12px 26px;
    font-size: 14px;
    font-weight:300;
    text-shadow: #177AA8 0 1px 0;
    letter-spacing: 1px;
    word-spacing: 1px;
    border-radius: 2px;
    border:none;
    cursor:pointer;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica;
    display: inline-block;
} */

a.box:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  /*     background: #1FAA6C; */
  background:#5090C7;
}

#site-wrapper {
    min-height:100%;
    position:relative;
}

#site-wrapper .push {
    height: 50px;
}


#banner {
    overflow: hidden;
    position: relative;
    background: url(img/header-img.jpg) 50% -40px;
    background-size: cover;
    height: 800px;
    background: #333;
    text-align: center;
}

#banner .watermark {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    pointer-events: none;
    bottom: 0;
    z-index: -1;
}

/*#banner .container {
    position:relative;
}*/


.subheading {
    position:relative;
    margin-bottom: 0;
}

.subheadline {
    color: #FFFFFF;
    font-weight: 400;
}

.marketingImage {
    background:url(img/marketing-banner-image.png);
    margin:0 auto;
    width: 950px;
    height: 286px;
    text-align:center;
    display: block;
    padding-top: 214px;
    /* margin-top: -235px; */
    position:relative;
}

/* .marketingImage .featuresButton {
    background: #191E24;
    display:inline-block;
    padding:8px 32px;
    border-radius:26px;
    color:white;
    font-size:1.2em;
    box-shadow: rgba(0, 0, 0, 0.18) 0 3px 12px;
}

.marketingImage:hover .featuresButton {
    background: #F8A01B;
} */

.featuresBtn {
  font-size: 15px;
}

.featuresBtn:hover {
  text-decoration:none;
  color:#2582b8;
}

#banner .subheadline {
    width: 400px;
    font-size: 1.5em;
    display: inline-block;
    padding: 10px 0 20px;
}

.actionWrapper {
  margin:18px auto;
  width: 100%;
  text-align: center;
}

.actionWrapper button{
  background: transparent;
  font-size: 20px;
  text-shadow: 1px 1px #514C4C;
}

.actionWrapper{
  color: white;
}

.actionWrapper .icon-play{
  font-size: 100px;
}


.playVideoBtn:hover {
      text-shadow: 0 0 2px #fff,
               0 0 5px #fff,
               0 0 7px #fff;
}


.playVideoBtn{
    transition:150ms linear all;
    -webkit-transition:150ms linear all;
    -moz-transition:150ms linear all;
    -o-transition:150ms linear all;
}

/*#headline div{

}


@media screen and (max-width: 1660px) {
    #banner .watermark {
        width:1660px;
        left:50%;
        margin-left:-830px;
    }
}*/
a.section{
    display: block;
}
a.section:hover{
    background: #F1F5F9;
    /*background: whitesmoke;*/
}
.section {
    background: white;
    padding: 60px 0;
    transition: all 1s ease;
}
.section button{
    margin-top: 10px;
    font-weight: normal;
}

.feature-page .desc h2{
  padding-bottom: 0;
}
.desc p{
  margin-top: 0;
}

.section ul{
  margin: 15px;
  margin-top: 10px;
}

.feature-page .section.textured {
    background-image:url(img/texture-bg.png);
}

.section .quote {
    font-size: 1.3em;
    font-style:italic;
    font-weight:300;
    text-align:center;
    padding: 0;
    color: #707070;
}

.feature-page .section.alt, .section.alt {
    background: #F0F2F3;
}

.section.dark {
    background-color: #353D44;
}

.section.nopadding {
    padding:0;
}

.section iframe {
    margin:0 auto;
}

.container .half {
    display:inline-block;
    padding: 0;
    margin: 0 0 0 50px;
}

.container .half:last-child {
  margin-right: 50px;
}

.section .subheader {
    padding: 2px 60px;
    color:#888;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

.section .subheader.narrow {
    padding-right:350px;
}

.steps {
    padding: 0 0 20px;
}

.steps li p {
    color: #768492;
    padding: 4px 0;
    font-weight: 300;
}

.steps li {
    display:inline-block;
    width:280px;
    margin:0 20px;
}

#home-page .section.alt.signupbar {
  text-align:center;
  background: #477ead;
  color: white;
  border-top: 1px solid #bbb;
  padding: 200px 0px;
}

.signupbar .title {
    font-size: 30px;
    /*color: #474747;*/
    text-align:center;
    font-weight:300;
}

.signupbar .title span {
    display:block;
    font-size:1.3em;
    font-weight:400;
}
.signupbar a.box {
    display:inline-block;
    vertical-align:center;
    margin:0px;
}


/* bootstrap hack */
.testimonial div, .testimonial p, .section .container{
  webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.testimonial {
    width: 380px;
    text-align:left;
    position: relative;
    padding: 0 0 0 80px;
    min-height: 60px;
    display: inline-block;
    vertical-align: top;
    color: white;
}

.testimonial.large {
  color:white;
  width: 75%;
  max-width: 800px;
  font-size: 1.8em;
  margin:150px 0;
  padding-left:110px;
}

#footer-wrapper .testimonial {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 10px;
}

.testimonial:last-child {
  margin-left:50px;
}

.testimonial div.customer {
    width: 51px;
    height: 51px;
    background-size: 39px;
    background: url(img/customers.png);
    background-position-y: -73px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px;
    border-radius: 100px;
    border: 2.7px solid #0C0C0C;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
/*    position: absolute;
    left: -100px;
    bottom: -50px;
*/}

.testimonial .customer.baskin { background-position: -12px -69px; }
.testimonial .customer.buffalo { background-position: -95px -79px; }
.testimonial .customer.edible { background-position: -153px -69px; }

.testimonial .content {
    display:inline-block;
    padding: 0 0 0 22px;
}

.testimonial p {
    font-size:30px;
    font-weight:300;
    padding: 0;
    position:relative;
}

.testimonial p:before,.testimonial p:after { font-weight:400; line-height:1; }
.testimonial p:before {
    content:'“ ';
}
.testimonial p:after {
    content:'”';
}
.testimonial.large p:before,.testimonial.large p:after {
  font-size:3em;
  position:absolute;
  width:50px;
  height:50px;
}

.testimonial.large p:after { bottom:-4px; }
.testimonial.large p:before { left:-42px; top:-10px; }

.testimonial .author {
    font-weight:600;
    padding: 0;
    color: rgba(255,255,255,.7);
    position: relative;
    display: inline-block;
}

.testimonial.large .author {
  font-size:18px;
  color:rgba(255,255,255,.7);
  margin-top:20px;
  padding-left: 80px;
}

.testimonial .author .company{
    display:inline-block;
    font-weight:300;
    margin-left:10px;
    color: #999;
}

.testimonial.large .author .company {
  color:rgba(255,255,255,.7);
}

/*.testimonial .author:before {
    content: '— ';
    font-weight: 300;
}
*/
ul.bullet {
    text-align:center;
}

.half, ul.bullet, ul.bullet li {
    vertical-align:top;
    display: inline-block;
}

ul.capabilities .icon {
    background:url(img/screen-circles.png);
    width: 193px;
    height: 193px;
    background-position: -21px -21px;
    margin: 15px auto;
}

.capabilities ul.bullet {
   list-style-type: disc;
   padding: 10px 0;
   padding-left: 20px;
}

.capabilities ul.bullet li {
   display: list-item;
   width: auto;
   font-size: 0.98em;
}

ul.capabilities .forms_reports .icon { background-position-x:-229px; }
ul.capabilities .information .icon { background-position-x:-438px; }
ul.capabilities .review .icon { background-position-x:-647px; }

ul.capabilities { margin:5px 0; }
ul.capabilities li {
    display:inline-block;
    width:230px;
    margin: 0 8px;
    vertical-align: top;
}

ul.capabilities li .content {
    text-align:left;
    font-weight:300;
    color: #768492;
}

ul.capabilities li .content p {
    padding: 8px 8px;
    text-align: justify;
}

ul.capabilities h3 {
    font-size: 1.3em;
}


.testimonials h2 {
    font-size:1.1em;
}
.benefits .bullet li:last-child {margin-bottom:0;}
.benefits .bullet li {
    color: #555555;
    padding: 3px;
    width: 240px;
    clear: both;
    font-weight: 300;
    position: relative;
    background: white;
    margin: 25px 0;
    font-size: 15px;
    text-align: center;
    margin-right: 0;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.benefits .bullet li .icon {
    color: #464646;
    margin: 8px;
    font-size: 2.4em;
    /* border: 1px solid #C8D3DF; */
    border-radius: 30px;
    text-align: center;
    /* background: #778492; */
    padding-left: 1px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.benefits .bullet li:hover, .benefits .bullet li:hover .icon {
  color:#477ead;
}

div.errorBox {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin: 100px 0 0;
  min-height: 130px;
  position: relative;
}

.error h2 {
    font-size: 5em;
    text-align: left;
    padding: 10px 0 0;
    position:absolute;
    left:20px;
    top:0;
    line-height: 1;
}

.error .section_title {
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1;
    color: #AAB3BB;
}

.error .content {
    min-height: 90px;

    border-left: 1px solid #ddd;
    padding: 20px;
}

.error p {
    color:#6a6a6a;
    font-size:1.3em;
    font-weight:300;
}

#register-form .g-recaptcha.register,
#login-form .g-recaptcha.login {
  margin-bottom: 20px;
}

#register-form .g-recaptcha.register.error iframe,
#login-form .g-recaptcha.login.error iframe {
  border-color: #C00;
  border-width: 1px;
  border-style: solid;
}

#plain-page .flash-success, #plain-page .warning-box, #plain-page .flash-error {
    color: #FFFFFF;
    margin:0 auto;
    width:330px;
    background: #31A06A;
    padding: 8px 14px;
    border: 1px solid #68CF9D;
    font-size: 1.1em;
    margin-top: 56px;
}

#plain-page .warning-box, #plain-page .flash-error {
    background: #B85151;
    border-color: #F08181;
}

.centered_box {
  width: 325px;
  margin: 5px auto;
  margin-top: 100px;
  border: 1px solid #FFF;
  padding: 10px 20px;
  background: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 5px;
}

.centered_box input {
    width:100%;
    box-sizing:border-box;
}

.centered_box h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
}

.centered_box.recaptcha-form-wrapper {
  min-width: 344px;
}



.pricingDetails {
    border:1px solid #cfcfcf;
    background:white;
    margin: 16px 0;
	padding: 0px 0px 18px 0px;
    table-layout: fixed;
    max-width: 715px;
}

.pricingDetails td {
    padding: 30px 0;
}

.pricingDetails .productWrapper, .pricingDetails .contractWrapper {
    vertical-align:top;
}

.pricingDetails h3 {
    padding: 4px 0px;
    margin-bottom: 0px;
    font-size: 1.6em;
}

.pricingDetails ul {
    list-style-type:none;
    padding:0 0 0 20px;
}

.pricingDetails ul li {
    color: #637586;
    font-weight: 300;
    font-size: 1.14em;
}

.pricingDetails ul li:before {
  /* For a round bullet */
  content:'\2022';
  display: block;
  position: relative;
  width: 0px;
  height: 0px;
  left: -18px;
  top: -5px;
  color: #C1D3E6;
  font-size: 1.4em;
}

.pricingDetails a {
    font-weight:400;
}

.pricingDetails .priceWrapper {
    text-align: right;
    width: 315px;
}

.pricingDetails td > div{
    position:relative;
    display: block;
    border-right:1px dashed #cfcfcf;
    padding: 0 36px 12px;
    height:180px;
}

.pricingDetails td:last-child > div {
    border-right:none;
}

.pricingDetails .priceWrapper > div{
    padding-top:12px;
    padding-bottom:0;
}

.priceWrapper .only {
    text-align:left;
    display: block;
}

.pricingDetails .price {
    font-weight:300;
    display: block;
    line-height: 1;
    width: 222px;
    height: 110px;
    position: relative;
}

.pricingDetails .number {
    font-size: 10em;
    line-height: .8em;
    position: absolute;
    left: 27px;
    top: 0;
}

.pricingDetails .subtitle {
    font-size: 2.7em;
    font-weight:300;
    text-align: left;
    color: #6C7985;
}

.pricingDetails .subtitle .asterisk {
  display:inline-block;
  font-size:.5em;
  vertical-align:top;
  margin-top:5px;
}

.pricingDetails .cents {
    font-size: 4.9em;
    line-height: .8em;
    position: absolute;
    top: 8px;
    right:0;
}

.priceWrapper .dollar {
    font-size: 4.9em;
    vertical-align:top;
    position: absolute;
    left: 0;
    top: 4px;
}

.inlinePrice {
    display:inline-block;
}

.inlinePrice:before {
    content:'$';
}

.inlinePrice span, .inlinePrice:before {
    font-size:.8em;
    vertical-align:top;
    margin:.05em 0 0 0;
    display:inline-block;
}

.priceWrapper .per {
    display: block;
    text-align:right;
    color: #909FAD;
    font-weight: 300;
    top: 68px;
    position: absolute;
    right: 2px;
    font-size: 1.9em;
}

.pricingDetails .setupFee {
    width: auto !important;
    white-space: nowrap;
    color: #6C7985;
    font-weight: 300;
    text-align: left;
}

.pricingPage {
  margin: 0 auto;
  width: 715px;
}

.pricingAsterisks {
  font-weight:300;
  max-width: 690px;
  padding: 20px 40px;
}

.pricingAsterisks h2 {
  padding:0;
}

.pricingAsterisks .ast {
  font-size:1.3em;
}
.pricingAsterisks .contact {
  padding:2px 14px;
}

.pricingAsterisks li {
  list-style-type:none;
}

.pricingAsterisks .details {
  padding: 20px 40px 5px;
}

.subscriptionFee {
  padding: 0 45px;
}

.subscriptionFee .plus {
  font-size:1.8em;
  display:inline-block;
  line-height:70px;
  vertical-align:top;
  margin-right:6px;
}

.subscriptionFee .inlinePrice {
  font-size:4em;
  position:relative;
  padding: 0 20px 0 0;
  display: inline-block;
}
.subscriptionFee .inlinePrice span, .subscriptionFee .inlinePrice:before {
  font-size:.5em;
  display:inline-block;
  margin-top:9px;
  padding:0 1px;
}

.subscriptionFee .inlinePrice .per {
  font-size: 0.24em;
  position:absolute;
  top:35px;
  left: 38px;
  color: #909FAD;
}

.subscriptionFee .description {
  display:inline-block;
  vertical-align:top;
  padding: 12px 14px;
}

.subscriptionFee .description h4 {
  font-size:1.5em;
  font-weight:400;
  padding: 0;
}

.subscriptionFee .description div {
  display:inline-block;
}

.pricingAsterisks .subtitle {
  padding-bottom:5px;
}

.pricingAsterisks .diagram {
  background:white;
  border:1px solid #cfcfcf;
  max-width: 580px;
  text-align:center;
  padding: 18px 0;
  margin-top: 10px;
}

.pricingAsterisks .diagram img {
  width:550px;
}

.pricingAsterisks .bolder {font-weight:400;}

span.fraction { font-size:.7em ; display: inline-block;}

/* Or child selector (>) if you don't care about IE6 */
span.fraction span.numerator {
  position:relative;
  top:-0.5em;
  border-bottom:1px solid #777;
}

span.fraction span.denominator {
  position:relative; /* This will vary with font... */
  margin-top: -6px;
  display: block;
}

.problemDesc {
    text-align: justify;
}

.customers {
  overflow: hidden;
  background: green;
  height: 100px;
  position:relative;
  width: 100%;
  background: url(/images/marketing/customers@2xlongbw.png) #fff;
  background-position: 0 0;
/*   border-top: 4px solid #fff; */
/*   background-repeat: no-repeat; */
  background-size: 10000px;
  border-bottom: 1px solid #ddd;
}

/* .customers .bg {
  background: url(/images/marketing/customers.png);
  height:100px;
  width:100%;
  position:absolute;

}

.customers .bg2 {
  background-position:100px 0;
} */

.section.video{
  background: #477ead;
}

#home-page .section.video {
  padding:0;
  background: #477ead;;
  position:relative;
  overflow:hidden;
  padding: 160px 0;
}

.customers .quote {
  color: #272727;
  font-size:1.3em;
  padding: 5px 0;
  text-align:center;
  font-weight: 600;

}

.quoteWrapper {
  background: -webkit-linear-gradient(90deg,transparent,#efefef 20%, #efefef 80%,transparent);
  background: -o-linear-gradient(90deg,transparent,#efefef 20%, #efefef 80%,transparent);
  background: -moz-linear-gradient(90deg,transparent,#efefef 20%, #efefef 80%,transparent);
  background: linear-gradient(90deg,rgba(0, 0, 0, 0),rgba(239, 239, 239, 0.95) 20%, rgba(239, 239, 239, 0.95) 80%,rgba(0, 0, 0, 0));
  display:inline-block;
  padding: 25px 100px;
}

.customers .author {
  text-align:center;
  color: #3C3C3C;
}

#top #logo a {
  background-color:transparent;
}

@media  (-webkit-min-device-pixel-ratio:1.5),
        (min--moz-device-pixel-ratio:1.5),
        (-o-min-device-pixel-ratio:3/2),
        (min-resolution:1.5dppx) {
/*     .customers .container { */
/*       background: url(/images/marketing/customers@2x.png) no-repeat center center;
      background-size:1000px 214px;

      background-position: center center; */
/* } */
}

.purechat-widget .purechat-poweredby-container, .purechat-window .purechat-poweredby-container {
  display:none;
}

.purechat-widget {
  margin-bottom:0 !important;
}

.purechat-collapsed-outer {
  padding:0 0 10px !important;
}


.purechat-widget .purechat-widget-inner {
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
}

.purechat-widget .purechat-init-form input {
  border:1px solid black;
/*   background:#ddd !important; */
  outline:none;
}

/* .purechat-widget .purechat-init-form .btn {
  background:blue !important;
  padding:8px 12px !important;
  display:inline-block;
} */

.purechat-collapsed-outer {
  box-shadow:rgba(0,0,0,.5) 0 0 1px;
}


.container.leftToRight {
  clear:both;
  overflow:hidden;
}

img.graphic {
  width: 900px;
  margin: 0 auto;
  display: block;
}


.headlineWrapper {
  top: 50%;
  padding: 0 30px;
  text-align: left;
  clear: both;
  margin-top: -160px;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px #514C4C;
}

.headlineWrapper a.box {
  position:relative;
}




.headlineWrapper a.box:hover {
    background: #228DC9;
}

#watermarkEmployee.section {
  background: #477ead;
  position:relative;
  overflow:hidden;
}

#home-page .section.dark {
  background: #477ead;
  background: #35C283;
}

.vertical-align{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.container .desc {
  display:inline-block;
  vertical-align: top;
  padding: 0 0 25px;
  text-align: center;
  font-size: 15px;
  color: #6a6a6a;
  height: auto;
}

.container .desc.right {
  float:right;
  max-width: 420px;
  text-align:left;
  margin-right:30px;
  padding: 36px 20px;
}

.container .desc.employeeBehavior {
  margin-right:0;
}

.container .desc.growBusiness {
  margin-top: 50px;
  width: 380px;
}

.container .desc.right.skinny {
  max-width: 280px;
  margin-top: 120px;
  margin-right: 0;
  padding: 0;
}

.videoHolder {
    /* border-bottom: 1px solid #EAEAEA; */
    /* border-top: 1px solid #EAEAEA; */
    padding: 50px 0;
    position: relative;
    font-size: 50px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    color: white;
    /*text-shadow: 1px 1px rgba(100,100,100, .5);*/
}

.videoHolder {
    transition:150ms linear all;
    -webkit-transition:150ms linear all;
    -moz-transition:150ms linear all;
    -o-transition:150ms linear all;
}

.videoHolder:hover {
      text-shadow: 0 0 2px #fff,
               0 0 5px #fff,
               0 0 8px #fff;
}

.videoHolder .icon {
  font-size: 150px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.center {
  text-align:center;
}


.bottomLine {
  border-bottom:1px solid #eaeaea;
}
.section.bottomFlush {
  padding-bottom: 0;
}
.section.topFlush {
  padding-top: 0;
}

.section.extraPadding {
  padding: 68px 0;
}

.registerBtn {
  color:#35C283;
}



#main_video {
  position:absolute;
  left:50%;
  top:50%;
  height:100%;
}

.videoWrapper {
  width:100%;
  height:100%;
  display: none;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* logos */
  .floatingImages{
    display:inline-block;
    width: 100%;
    text-align: center;
    -webkit-filter: grayscale(50%);
    filter: grayscale(100%);
    padding-top: 10px;
    overflow: hidden;
  }

.logos-truncator{
  margin-bottom: -80px;
  overflow: hidden;
  position: relative;
}

  .floatingImages>div{
    display: inline-block;
    margin: 0px 5px;
  }
  .floatingImages>div>div{
    display: table;
    float: left;
  }
  .floatingImages>div>div>div{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 75px;
  }.floatingImages img{
    max-width: 100px;
    max-height: 70px;
    height: auto;
  }.no_title_gap {
    display:none;
  }
/** end logos **/

.logo {
  width:150px;
  display: none;
}

.logoWrapper {
  position:relative;
  z-index:1;
  padding-top: 30px;
  text-align: left;
  padding-left: 18px;
  max-width: 1600px;
  margin: 0 auto;
}

.purechat {
  display:none;
}



.hide {
  display:none;
}

.modal {
  position:fixed;
  width:100%;
  height:100%;
  z-index:10000000;
  background: rgba(104, 104, 104, 0.77);
  top:0;
  left:0;
  text-align:center;
}

.modal .main-video {
  height:100%;
}

.modal .main-video .video {
  display:inline-block;
  width: 80%;
  position:relative;
}

.modal .main-video .video iframe{
  width: 100%;
  min-height: 600px;
  max-width: 900px;
  margin: auto;
}

.modal .main-video .video .icon {
  color:rgba(255,255,255,.4);
  font-size: 2.5em;
  position:absolute;
  right: -30px;
  top:10px;
  cursor:pointer;
  background: #444444;
  width: 18px;
  height: 16px;
  padding: 1px;
}

.modal .main-video .video .icon:before {
  margin-left:-7px;
  margin-top: -9px;
  display: block;
}

.modal .main-video .video .icon:hover {
  color:white;
}

#home-page .section.counter {
  text-align:center;
  font-size:1.4em;
  padding:16px 0;
  background: #477ead;
}

.parenthetical-text{
  font-size:15px;
}

.section.form-fill{
  background: #27b872;
}

.section.pricing-holder{
  padding: 170px 30px;
  background: #27b872;
  font-size: 24px;
}

.section.pricing-holder,
.section.pricing-holder h2{
  color: white;
  text-align: center;
}

.section.pricing-holder h2{
  font-size: 50px;
  margin-bottom: 12px;
  padding: 0px;
}

.pricing-holder .pricing{
  font-size: 47px;
  font-weight: 600;
  display: relative;
  left: 10px;
}

.pricing-holder .pricing .cents{
  font-size: 17px;
  position: relative;
  top: -17px;
  left: 1px;
}

.pricing-astrisk{
    line-height: 13px;
}

.counter .number {
  display:inline;
  font-size:60px;
  vertical-align:bottom;
  position: relative;
  font-weight: 600;
}

.signupbar .title span.tasks{
  padding-left: 10px;
  display: inline;
}

.counter .desc {
  display:inline;
  margin-left:10px;
  line-height:30px;
}

.announcement{
  width: 95%;
  background: #F7F7F7;
  padding: 25px;
  padding-top: 20px;
}

.announcement h2{
  color: #444;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.announcement h3{
  text-align: center;
  color: #477EAD;
  margin-bottom: 20px;
}

.announcement ul li{
  background: #477EAD;
  border-radius: 3px;
  color: white;
  display: block;
  padding: 8px;
  margin: 5px;
  text-align: center;
}

.announcement .correct-answer{
  background: white;
  color: #27b872;
  font-weight: bold;
  border: solid 1px #ccc;
}

.graphic-border{
  border: solid 1px #CCC;
}

.graphic.ipadScreen1 {
  max-width:702px;
  display: inline-block;
  float: left;
  bottom: -3px;
  position: relative;
}

.graphic.smallList {
  max-width: 515px;
}

.graphic.notifications {
  max-width: 550px;
}

.graphic.information {
  max-width: 420px;
  background:url(/images/marketing/information-sample.png) no-repeat;
  background-size: 420px;
  margin-left:50px;
  margin-top: 11px;
}

.graphic.map-diagram {
  max-width: 425px;
  margin-left: 50px;
}

.graphic.points {
  max-width: 515px;
}

.desc.left {
  max-width: 395px;
  text-align:left;
  padding: 36px 20px;
}

.section.notificationSection .desc {
  margin-top:30px;
}

.right {
  float:right;
}

.left {
  float:left;
}

.clear_both, .clear, .clearfix{
	clear:both;
}

.desc li {
  list-style-type: disc;
  font-weight:300;
}

.desc ul {
  list-style-type: disc;
  padding:0 20px;
  font-size: 15px;
}

#home-page .section.map {
/*   background:url(/images/marketing/map.png); */
  background-size: cover;
  color: white;

padding: 80px 0;
position: relative;
overflow: hidden;
}

#home-page .section.map .desc {
  color: rgba(255, 255, 255, 0.8);
}

#home-page .section.map h2 {
  color:white;
}

p.narrow {
  width: 600px;
  margin: 0 auto;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-webkit-keyframes flipIn {
  0% {
    opacity:0;
    -webkit-transform:perspective(600px) rotateX(90deg);
  }

  20% {
    -webkit-transform:perspective(600px) rotateX(-30deg);
  }

  40% {
    -webkit-transform:perspective(600px) rotateX(15deg);
  }

  60% {
    -webkit-transform:perspective(600px) rotateX(-7deg);
    opacity:1;
  }

  65% {
    -webkit-transform:perspective(600px) rotateX(-7deg);
  }

  100% {
    -webkit-transform:perspective(600px) rotateX(0deg);

  }
}

@-moz-keyframes flipIn {
  0% {
    opacity:0;
    -moz-transform:perspective(600px) rotateX(90deg);
  }

  20% {
    -moz-transform:perspective(600px) rotateX(-30deg);
  }

  40% {
    -moz-transform:perspective(600px) rotateX(15deg);
  }

  60% {
    -moz-transform:perspective(600px) rotateX(-7deg);
    opacity:1;
  }

  65% {
    -moz-transform:perspective(600px) rotateX(-7deg);
  }

  100% {
    -moz-transform:perspective(600px) rotateX(0deg);

  }
}

@-o-keyframes flipIn {
  0% {
    opacity:0;
    -o-transform:perspective(600px) rotateX(90deg);
  }

  20% {
    -o-transform:perspective(600px) rotateX(-30deg);
  }

  40% {
    -o-transform:perspective(600px) rotateX(15deg);
  }

  60% {
    -o-transform:perspective(600px) rotateX(-7deg);
    opacity:1;
  }

  65% {
    -o-transform:perspective(600px) rotateX(-7deg);
  }

  100% {
    -o-transform:perspective(600px) rotateX(0deg);

  }
}

@keyframes flipIn {
  0% {
    opacity:0;
    transform:perspective(600px) rotateX(90deg);
  }

  20% {
    transform:perspective(600px) rotateX(-30deg);
  }

  40% {
    transform:perspective(600px) rotateX(15deg);
  }

  60% {
    transform:perspective(600px) rotateX(-7deg);
    opacity:1;
  }

  65% {
    transform:perspective(600px) rotateX(-7deg);
  }

  100% {
    transform:perspective(600px) rotateX(0deg);

  }
}

.maintenance{
  padding-top: 98px;
  max-width: 800px;
  margin: auto;
}

.maintenance h1, .maintenance h2, .maintenance h3{
    color: silver;
    text-align: center;
}

ul li{
    margin: 0px;
}

.bottomFeatureSummary h3{
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: bold;
}

.bottomFeatureSummary li{
  margin: 6px 0;
}

.bottomFeatureSummary li a{
  font-size: 18px;
  font-weight: 600;
}

.bottomFeatureSummary{
  padding: 50px 0;
}

.two-list-wrapper ul{
  text-align: left;
  display: inline-block;
  margin: 0;
}

.two-list-wrapper ul:last-child{
  float: right;
}

.two-list-wrapper ul:last-child:after{
  clear: both;
}

.two-list-wrapper{
    margin:auto;
    max-width: 550px;
}

.ie8 #banner{
  height: 530px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/images/marketing/header-img.jpg',
  sizingMethod='scale');
}

.ie8 #home-page .section.map{
  background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/images/marketing/map.png',
  sizingMethod='scale');
}
/*
.ie8 #home-page .section.center.video{
  background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='images/marketing/washed-video.jpg',
  sizingMethod='scale');
}*/

/*.ie8 #home-page .section.testimonial-single{
  background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='images/marketing/washed-out-worker.jpg',
  sizingMethod='scale');
}
*/

.ie8 .customers{
  background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/images/marketing/customers@2x.png',
  sizingMethod='scale');
}

.ie8 .testimonial div.customer{
  border: none;
}

.ie8 #plain-page #logo a{
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/images/marketing/jolt-logo-medium-no-sprite.png',
  sizingMethod='scale');
}

.graphic img{
  width: 100%;
}

.go-big-or-go-home{
    position: fixed;
    text-align: center;
    bottom: 5px;
    width: 100%;
    -webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 10s; /* Firefox < 16 */
    -ms-animation: fadein 10s; /* Internet Explorer */
    -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
}

.go-big-or-go-home > div{
    padding: 0 15px;
    background: #27B872;
    display: inline-block;
    color: #dedede;
    font-size: 17px;
    border-radius: 4px;
}

.go-big-or-go-home .spacer{
  display: inline-block;
  padding: 10px;
}

.go-big-or-go-home a{
  color: white;
  font-size: 19px;
}

.go-big-or-go-home a:hover{
  text-decoration: none;
  color: rgb(249, 252, 216);
}

  button:focus {
    outline:0;
  }

  .flip-content-section,
  .flip-content-section div,
  .flip-content-text{
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }

  .flip-content-section:after {
    content: "";
    display: table;
    clear: both;
  }

  .flip-content-section{
    padding: 20px;
    max-width: 1100px;
    margin: 0px auto;
    /*background: orange;*/
    /*border-bottom: 1px solid purple;*/
  }

/*  .flip-content-section img,
  .flip-content-section iframe{
    max-width: 100%;
    display: block;
    margin: auto;
  }*/

  .flip-content-text{
    font-size: 15px;
    color: #6a6a6a;
  }

  .flip-content-text li {
    list-style-type: disc;
    font-weight: 300;
  }
  .flip-content-text ul {
    margin: 15px;
    margin-top: 10px;
    padding: 0 20px;
  }

  .flip-content-text p{
    margin: 6px 0;
  }


/***** styles for widest page width ****/

  .flip-content-text{
    max-width: 400px;
  }

a.section, a:hover.section, a:visited.section  {
  text-decoration: none;
  color: inherit;
/*  display: inline-block;
  margin: 14px 0 0;
  font-size: 1.03em;
*/}

  .flip-content-section{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flip-content-section > div{
    margin: 0 10px;
    width: 50%;
    display: inline-block;
    display: -webkit-flex;;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .flip-content-section >  div > *{
    max-width: 500px;
    width: 90%;
  }


  .section:nth-child(even) > .flip-content-section >  div:first-child,
  .section:nth-child(odd) >  .flip-content-section > div:last-child
  {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }

  .section:nth-child(odd) >  .flip-content-section > div:first-child,
  .section:nth-child(even) > .flip-content-section >  div:last-child
  {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }

  .section:nth-child(odd) >  .flip-content-section > div:first-child > *,
  .section:nth-child(even) > .flip-content-section >  div:last-child > *{
    margin-left: auto;
    float: left;
    /*margin-right: 10px;*/
  }

/*  .section:nth-child(odd) >  .flip-content-section > div:first-child > *,
  .section:nth-child(even) > .flip-content-section >  div:last-child > *{
    margin-left: auto;
    float: right;
  }*/

/**** end styles for max width ***/


@media (max-width: 900px) {
  .section:nth-child(odd) >  .flip-content-section > div:first-child > *,
  .section:nth-child(odd) >  .flip-content-section > div:last-child > *,
  .section:nth-child(even) > .flip-content-section >  div:first-child > *,
  .section:nth-child(even) > .flip-content-section >  div:last-child > *{
    margin: auto;
    float: none;
  }


  .flip-content-section > div{
    text-align: center;
  }

  .flip-content-section,
  .flip-content-section > div{
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .flip-content-section > div{
    padding: 0px 30px;
  }

  .flip-content-text{
    padding: 30px;
    display: inline-block;
    text-align: left;
  }
}


@media (max-width: 990px) {
    .modal .main-video .video iframe{
      min-height: 400px;
    }

  .graphic{
    max-width: 48% !important;
    padding: 35px 0px;
    margin: 0px !important;
  }
  .graphic.notifications{
    padding-top: 0px;
  }

  .graphic.ipadScreen1{
    padding-bottom: 0px !important;
  }
  .desc{
      max-width: 45% !important;
      margin: 0px !important;
  }
  .benefits .bullet li{
    width: 160px;
  }

}


@media (max-width: 768px) {
    .flip-content-section h2{
      font-size: 28px;
    }

    .flip-content-text{
      padding: 10px;
    }

   .modal .main-video .video iframe{
      min-height: 300px;
    }

  .graphic{
    margin: 0px auto !important;
    float: none;
    width: 100% !important;
  }
  .graphic img, .desc, .graphic{
    width: 100% !important;
    max-width: 550px !important;
    padding: 0px;
  }
.vertical-align{
  display: block;
  width: 100%;
}
  .desc{
    display: inline-block;
    margin: auto !important;
    width: 90% !important;
    float: none !important;
    display: block;
    padding: 10px 30px !important;
  }
  .container .desc.growBusiness{
    width: auto;
  }
  #banner{
    height:530px !important;
  }
  .headlineWrapper{
    top: 200px;
  }
  .testimonial{
    width: 80% !important;
    margin: 20px !important;
    padding: 20px !important;
  }
  .graphic.ipadScreen1{
    float: none;
  }

  h1{
    font-size: 33px;
  }
  #home-page span.imageCoverText{
    font-size: 50px;
  }
  #home-page .section.video{
    padding: 100px 0px;
    font-size: 20px;
  }
  .videoHolder{
    font-size: 30px;
  }
  #watermarkEmployee.section .testimonial.large{
    font-size: 20px;
  }
  input:not([type=checkbox]){
    width: 100%;
    max-width: 100%;
  }
  .centered_box {
    margin-top: 75px;
  }
  .two-list-wrapper ul{
    display: block;
    text-align: center;
  }
  .two-list-wrapper ul,
  .two-list-wrapper ul:last-child{
    float: none;
  }

}

@media (max-width: 500px) {
  .arrow-wrap{
    display: none !important;
  }

  .flip-content-section h2{
    font-size: 25px;
  }

  .flip-content-section{
    padding: 15px;
  }

  .flip-content-section > div{
    padding: 0px;
  }
    .centered_box {
      width: 260px;
      padding: 7px;
      max-height: 257px;
    }
    .modal .main-video .video iframe{
      min-height: 200px;
    }
    .headlineWrapper{
    top: 228px;
  }
  #home-page .section.video{
    padding: 80px 0px;
    font-size: 22px;
  }
    #watermarkEmployee.section .testimonial.large{
    font-size: 19px;
  }
    .centered_box {
    margin-top: 50px;
  }
}

a.box, button, input[type="button"], input[type="submit"]{
  color: white;
}

.navbar-collapse {
  max-height: none;
}

.collapseable.in{
  clear: both;
}




nav.navbar{
  margin-bottom: 0px;
  position: relative;
  background-color: rgb(50, 56, 58);
  background: rgba(50, 56, 58, 0.90);
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
  border-radius: 0px;
}

nav.navbar a, .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-toggle {
  padding: 0 16px;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 49px;
  color: white;
  border: none;
  border-left: 1px solid rgba(255,255,255,.2);
}

.navbar-default .navbar-toggle {
  margin: 0;
  border-radius: none;
  color: #477ead;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: inherit;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
  color: white;
  padding: 14px;
  line-height: 20px;
}


.collapse  a, .navbar-nav > li > a,
.collapse .navbar-default .navbar-nav > li > a,
 nav.navbar .dropdown-menu > li > a{
  border-top: 1px solid rgba(255,255,255,.2);
}

.collapse li a{
  text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
nav.navbar a:hover, .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-toggle:hover
{
  text-decoration: none;
  color: #6FCBF7;
  background-color: rgba(255,255,255,.1);
}

.navbar-default .navbar-nav > li > a,
.navbar-toggle{
  color: white;
}

.navbar-nav > li a.registerButton{
  /* color: #35C283; */
  color: #7AF3BD;
}

.navbar-nav{
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-nav > li a.registerButton:hover{
  color: white;
}

li a.loginButton{
  background: #477ead;
}
li a.loginButton:hover{
  color: white;
  background: #76BEE0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

nav.navbar, .dropdown-menu{
  background-color: rgb(50, 56, 58);
  background: rgba(50, 56, 58, 0.90);
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.navbar-nav .open .dropdown-menu{
  border: #477ead solid 1px;
}

.dropdown-menu{
  padding: 0;
}

#logo a{
  display: block;
  width: 150px;
  height: 49px;
  background: url(/images/marketing/jolt-logo-small.png) no-repeat;
  background-size: 75px;
  background-position: 6px -52px;
  border: none;
  background-position: 6px -2px;
}

.navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover,
 .navbar-default .navbar-nav > .open > a:focus{
  background-color: inherit;
  color: #76BEE0;
}


#footer-wrapper {
    background: #EFF3F7;
    background: #2A2F31;
    height: auto;
}

#footer-wrapper > .container {
    position:relative;
    padding: 0 20px;
    height: 200px;
}

#footer-wrapper ul {
    padding: 0;
    font-size: 14px;
    margin: 0px;
}

#footer-wrapper h6 {
  color: #90969B;
  text-transform:uppercase;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 300;
}

#footer-wrapper .copyright {
    line-height: 50px;
    font-size: 15px;
    color: white;
    font-weight: 300;
    background: #1A1B1F;
    display: block;
}

#footer-wrapper li a {
    color: #B1C1CF;
    font-weight: 300;
}


#footer-wrapper li {
    padding: 4px 40px 4px 0;
    display: block;
    /* width: 135px; */
}


#footer-wrapper .testimonial {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 100px;
}


#footer-wrapper .testimonial {
  display:none;
  opacity:0;
}

#footer-wrapper .testimonial.show {
  opacity:1;
  display:inline-block;
  -webkit-animation: flipIn 2s ease-out;
  -moz-animation: flipIn 2s ease-out;
  -o-animation: flipIn 2s ease-out;
  animation: flipIn 2s ease-out;
  -webkit-transform-origin:0 60px;
}

#footer-wrapper, #footer-wrapper h6{
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica;
}

/*#footer-wrapper div, #footer-wrapper h5{
  margin:0px;
  padding: 0px;
}*/

#footer-wrapper div.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#footer-wrapper h6{
  margin: 0px;
  line-height: normal;
  padding: 0px;
}

.linkcol {
  display:inline-block;
  vertical-align:top;
  padding: 40px 0;
  margin: 0;
  /* height: 160px; */
  /* max-width: 289px; */
  margin-right: 20px;
}


/**** scroll arrow ****/

#banner{
  position: relative;
}



.arrow-wrap{
  opacity:0;  /* make things invisible upon start */

    -webkit-animation-delay:  2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation-delay:  2s; /* Firefox < 16 */
        -ms-animation-delay:  2s; /* Internet Explorer */
         -o-animation-delay:  2s; /* Opera < 12.1 */
            animation-delay:  2s;

    -webkit-animation: fadein 5s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s forwards; /* Firefox < 16 */
        -ms-animation: fadein 5s forwards; /* Internet Explorer */
         -o-animation: fadein 5s forwards; /* Opera < 12.1 */
            animation: fadein 5s forwards;


}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.90; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.90; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.90; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.90; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.90; }
}


.arrow-wrap {
  position:absolute;
  height: 80px;
  width: 100%;
  display:block;
  bottom: 15px;
  margin: auto;
  left: 0px;
  right: 0px;
  background: #477ead;
  /*background: #35C283;*/
}

.inside-arrow-wrap{
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 25px;
  text-shadow: 1px 1px #514C4C;
  color: white;
  line-height: 40px;
}

a.arrow-wrap,
a.arrow-wrap:hover,
a.arrow-wrap:visited{
  text-decoration: none;
}


.down-feature-arrow{
  font-size: 30px;
}
/*.arrow {
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  display: inline-block;
}
*/
/**** end scroll arow ****/
