/* over write main.css settings */

.header {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    padding: 0 !important;
}

.footer, .header {
    background: white;
    color: black;
}

.footer {
    background: #F4F4F4;
    color: #222222;
    font-family: 'Helvetica', sans-serif;
    height: 83px;
    padding: 0px;
    overflow: hidden;
}

.ctas {
    margin-top: 12px;
}

.ctas-button {
    background: #3a9ae8;
    color: white;
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: initial;
    font-size: 25px;
    height: 48px;
    border-radius: 6px;
    max-width: 400px;
}

.centerdevices {
    display: flex;
    justify-content: center;
}

.header .heading {
    margin: 15px 0px;
    font-weight :bold;
}

.paragraph {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
}

.nav-link {
    font-size: inherit;
}

/* true custom styles */

tr, td {
    padding-left: 4px;
}

.grey-bar {
    background: #e6e6e6;
    color: #505050;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctas-button:hover {
    color: white;
}

.header-logo {
    height: 47px;
    margin:0 auto;
    display: block;
}

.login-button {
        background-color:#3a9ae8;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
        font-size:15px;
        border: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: bold;
    margin-top: 20px;
}
.help-block {
    display: none;
}

.text-input {
    height: 30px;
    /*width: 160px;*/
    width:100%;
}
#login-form-container {
	margin-right: -150px;
	margin-top: 20px;
}
#forgot-pass {
    text-decoration: none;
    color: #434343;
    font-size: 12px;
    font-weight: bold;
	/*-left: -336px;*/
}
#forgot-pwd {
	margin-top: 65px;
}
.login-label {
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    color: #505050;
}

#logo-container {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-right: auto;
   
}

.inline-container {
    display: inline-block;
}


.flex-container {
    display: flex;
    max-width: 1080px;
    align-items: end;
    margin: auto;
    text-align: center;
}

.heading {
    font-family: 'Cabin', sans-serif;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 0px;
}

#sign-up-border {
    max-width: 450px;
    margin: auto;
    width: 100%;
    border: none !important;
    margin-bottom: 30px;
}

#sign-up-form {
    margin: 18px 30px 18px 30px;
}
.signup-text-input {
    width: 100%;
    height: 36px;
    font-size: 19px;
    padding-left: 10px;
    font-family: 'Helvetica', sans-serif;
    letter-spacing: -1px;
    margin-top: 4px;
    border: 1px solid #d0d0d0;
}

#sign-up-table {
    width: 100%;
    margin-top: 23px;
}

#wrapper { /* sticky footer */
    min-height: calc(100% - 180px);
}

.push {
    height: 83px;
    margin-top: -83px;
    display: none;
}

.heading-2 {
    font-family: 'Lato', sans-serif;
    font-size: 31px;
    letter-spacing: -1px;
    transform: translateX(-2px);
    margin: 0px;
}

.paragraph-2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: lighter;
}

.trial-button-container {
    margin-top: auto;
    margin-bottom: auto;
}

.text-center {
    text-align: center;
}
.footer-container {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.footer {
    height: 90px;
}

.footer-padding {
    height: 100%;
    padding-top: 20px !important;
}

#blue-text {
    color: #06004c;
}

#device-wrap {
    top: 30px;
}

.centerdevices img {
    max-width: 424px;
    max-height: 618px;
    height: 350px;
    width: 257px;
}

  .socialproof {
    display: none;
    background-color: #F4F4F4;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F4F4F4;
    position: absolute;
    margin-bottom: 0px;
    left: calc(50% - 225px);
    bottom: 15px;
  }

  #x {
    position: absolute;
    left: calc(50% - 220px);
    width: 30px;
    bottom: -52px;
  }
  #close-trial {
      font-family: 'Helvetica', sans-serif;
      text-transform: uppercase;
      letter-spacing: 10px;
      font-weight: lighter;
      text-align: center;
      bottom: -51px;
      font-size: 36px;
      position: absolute;
      left: calc(50% - 160px);
      display: none;
  }

  .fancy-close {
    position: relative;
    width: 100%;
    bottom: -124px;
  }

  .mobile-options {
      display: none;
  }

  #mobile-sign-up-form {
      display: none;
      margin: 15px 7px;
  }

  .mobile-signin {
      background: #3ae8c3;
  }

  #or {
    margin: 25px 0;
    font-style: italic;
    padding-top: 10px;
}

#mobile-sign-up-table {
    width: 100%;
}


label {
    margin-bottom: 0px;
    font-weight: 100;
}

.social-link {
    font-family: 'Fontawesome';
    font-size: 21px;
}

.social-link:hover {
    color: skyblue;
}

.spacer {
    display: inline-block;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    margin: 0;
    font-size: 13px;
}

.nav-link:hover {
    color: initial;
}

#head-statement {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    justify-content: center;
    align-items: center;
}

.container-lrg {
    width: 100%;
}

.info-pages {
    max-width: 1080px !important;
    font-size: 26px;
}
.info-pages p {
    text-align: left;
    font-weight: 100;

}

.info-pages h1 {
    text-align: left;
    font-weight: 500;
    font-family: inherit;
}

.footer, .header {
    background: #e6e6e6 !important;
    color: black;
}

.spread {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.menu-login-container {
    margin-left: auto;
    float: right;
}

.menu-login-container form table tbody tr td {
    padding-top: 0px;
}

.info-head {
    height: auto !important;
}

#info-spacer {
    margin-top: 20px;
}

.full-width-content.wpb_row .span_12 > .col .wpb_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#get-started-form {
	margin-bottom : 10px;
}
#signup-modal .modal-dialog .modal-content .modal-body{
    overflow-y: auto;
	height:550px;
}
@media (max-width: 913px) {
    #login-form-container {
        /*display : none;*/
    }
    .fancy-close {
        bottom: -84px;
    }
	#sign-up-form {
	/*	display:none;*/
	}
 }

@media (max-width: 900px) {
    #login-form-container {
        /*display : none;*/
    }
	#sign-up-form {
		/*display:none;*/
	}
    .flex-container {
        flex-wrap: wrap;
        max-width: 700px;
    }

    #device-wrap {
        top: auto;
    }

    #sign-up-border {
        max-width: none;
    }

    .trial-button-container {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .ctas-button {
        max-width: none;
        margin-top: 30px;
    }

    .fancy-close {
        bottom: -229px;
    }

    .info-pages p {
        font-size: 20px;
    }
}

@media (max-width: 744px) {
    #login-form-container {
        display : none;
    }
   .socialproof, .centerdevices, .hider, .menu-login-container {
       display: none;
   }
	#sign-up-form {
		display:none;
	}
   .mobile-options {
    display: block;
}

.push {

    margin-top: auto;

}

.footer-padding {
    padding-top: 0px;
}
.heading {
    line-height: 20px;
    font-size: 22px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0 7px;
}

#sign-up-form {
    margin: 15px 7px;
}

.header {
    padding: 0;
}

.nav-link2, .nav-link {
    line-height: 16px;
}

#logo-container {
    margin: auto;
}
}

@media (max-width: 500px) {
    #login-form-container {
        display : none;
    }
    #signup-modal div {
        width: auto !important;
    }
	#sign-up-form {
		display:none;
	}
	#mobile-sign-up-form {
		display:block;
	}
    .form-control, .select2-selection, .signup-tos {
        width: 100% !important;
    }

 }
 
 @media (max-width:767px)
 {
     #mobile-sign-up-form {
		display:block;
	}
 }
 
#fpwd{ text-align:center; margin-left:-15%; margin-bottom: 5px}
.p0{padding:0 !important}
.p0 .form-group{margin-bottom:0px}
#login-button{padding-left: 7px !important;padding-right: 7px !important; padding-top: 4px !important; border-radius: 0;height: 30px; width:100%}
 @media (min-width:768px) and (max-width:1024px) and (orientation:portrait)
 {
     #logo-container{width:30%; float:left; margin-top:10px !important; margin-left:15px}
     #login-form-container{ width: 65%;
                            float: right;
                            margin-right: -10%;
                            margin-top:5px;
}

#forgot-pwd{ margin-top: 50px; margin-bottom: 10px}
.img-sm1{max-width:100% !important; height:auto !important;}
.class-card-modal{width:100% !important;}
#login-button{padding-left: 5px !important;padding-right: 5px !important; padding-top: 4px !important; font-size: 9px !important}
.pr-0{padding: 0 !important}
.header-logo{max-width: 100%; height: auto}
.help-block{font-size: 8px}
 }

 @media (min-width:768px) and (max-width:1024px) and (orientation:landscape)
 {
      #logo-container{width:30%; float:left; margin-top:10px}
     #login-form-container{ width: 50%;
                            float: right;
                            margin-right: -10%;
                             margin-top:10px;
                            
}
#login-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    font-size: 9px !important;
}


#forgot-pwd{ margin-top: 50px; margin-bottom: 10px}
.img-sm1{max-width:100% !important; height:auto !important;}
.class-card-modal{width:100% !important;}
 }
 
@media (min-width:1025px) and (max-width:1280px)
{
    #login-form-container{ margin-right:-17% !important}
}

@media (min-width: 768px) and (max-width: 1023px)
{
#login-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    font-size: 9px !important;
}
.header-logo{ height:40px; margin:0 auto; display: block}
.help-block {
    font-size: 8px;
}
.pr-0{padding:0}

}

@media (min-width: 1024px) and (max-width: 1279px)
{
#login-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 4px !important;
    font-size: 9px !important;
}
.help-block{font-size: 10px !important;}
}

@media (max-width:767px) and (orientation:landscape)
{
    .header-logo{ height:40px; margin:0 auto; display: block}
}