/* STRUCTURE
   ------------------------- */
body {
    font-family: 'Karla', sans-serif;
    background-color: white;
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

/* 0 gutter */
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

/* 10 gutter */
.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutter-10 [class*='col-']:not(:first-child),
.row.gutter-10 [class*='col-']:not(:last-child) {
    padding-right: 5px;
    padding-left: 5px;
}



/* TYPOGRAPHY
   ------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    color: #24374e;
    font-weight: 700;
    letter-spacing: -0.5px;
}

p {
    color: #435369;
    letter-spacing: -0.3px;
}

li {
    color: #435369;
    letter-spacing: -0.3px;
}

a {
    color: #435369;
    letter-spacing: -0.3px;
}



/* GLOBAL
   ------------------------- */
ul {
    list-style-type: none;
    padding:0;
    margin:0;
}

.btn {
    border-radius:5px;
    font-weight: 700;
    padding: 12px 24px;
}


/* Remove blue glow */
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

a:focus,a:active {
    outline: none !important;
    box-shadow: none !important;
}

.bt-custom {
    background-color:#0089ff;
    border: 1px solid #0089ff;
    color: white;
}
.bt-custom:hover,
.bt-custom:focus,
.bt-custom.focus,
.bt-custom:active,
.bt-custom.active {
    background-color:#0089ff !important;
    border: 1px solid #0089ff !important;
    color: white !important;
}

.bt-custom-out {
    border: 1px solid #0089ff;
    color: #0089ff;
    background-color: transparent;
}
.bt-custom-out:hover,
.bt-custom-out:focus,
.bt-custom-out.focus,
.bt-custom-out:active,
.bt-custom-out.active {
    border: 1px solid #0089ff !important;
    color: #0089ff !important;
    background-color: transparent !important;
}

.bt-custom-out-wh {
    background-color:transparent;
    border: 1px solid white;
    color: white;
}
.bt-custom-out-wh:hover,
.bt-custom-out-wh:focus,
.bt-custom-out-wh.focus,
.bt-custom-out-wh:active,
.bt-custom-out-wh.active {
    background-color:transparent !important;
    border: 1px solid white !important;
    color: white !important;
}

/* Input placeholder override */
::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
    font-size: 14px;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #999 !important;
    font-size: 14px;
}
@media only screen and (max-width : 992px) {
    ::-webkit-input-placeholder {
    }
    :-moz-placeholder { /* Firefox 18- */
    }
    ::-moz-placeholder {  /* Firefox 19+ */
    }
}

/* Input override */
input {
    border-color: #ccc !important;
    outline: 0 none !important;
    box-shadow:none !important;
    border-radius: 3px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px!important;
}



/* TOP BAR
   ------------------------- */
.topbar {
    background-color: #e1ecf6;
    color: white;
    height: 34px;
    text-align: right;
    padding-top: 5px;
}

.topbar a {
    font-size: 12px;
}

.topbar .btn {
    padding: 2px 5px;
    font-size: 12px;
}



/* NAV
   ------------------------- */
.navbar-custom {
    background-color: white;
    border:none;
    min-height: 70px;
    margin-top: 34px;
    z-index: 1020;
}
@media only screen and (max-width : 767px) {
    .navbar-custom {
        background-color: white;
    }
}

.navbar-custom img {
    height:32px;
}

.navbar-brand {
    padding-top: 19px;
}

.navbar-nav-right {
    padding-top:10px;
}
@media only screen and (max-width : 767px) {
    .navbar-nav-right {
        padding-top:0;
    }
}

.navbar-default .navbar-nav-right > li {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-default .navbar-nav-right > li > a {
    color: #435369;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width : 992px) {
    .navbar-default .navbar-nav-right > li > a {
        font-size: 12px;
        padding-right: 0;
    }
}
@media only screen and (max-width : 767px) {
    .navbar-default .navbar-nav-right > li > a {
        font-size: 15px;
    }
}

.navbar-default .navbar-nav-right > li > a:hover {
}

.navbar-nav-right > .active > a {
    background-color:transparent !important;
}

.navbar-custom-link {
    color: #0089ff !important;
}

/* Toggle dropdown mobile */
@media only screen and (max-width : 767px) {
    .navbar-collapse {
        background-color: white;
        margin-top:10px;
    }
}

/* Toggle nav icon */
.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: white;
    margin-top: 19px;
}

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}

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



/* SECTION
   ------------------------- */
.section {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media only screen and (max-width : 767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-ttl {
    text-align: center;
    padding-bottom: 50px;
}
@media only screen and (max-width : 992px) {
    .section-ttl {
        padding-bottom: 30px;
    }
}

.section-ttl h2 {
    padding-bottom: 10px;
    font-size: 26px;
}
@media only screen and (max-width : 992px) {
    .section-ttl h2 {
        font-size: 22px;
    }
}

.section-ttl h4 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #9aa8bd;
}
@media only screen and (max-width : 992px) {
    .section-ttl h4 {
        font-size: 14px;
    }
}



/* HERO
   ------------------------- */
.hero {
    margin-top:100px;
}
@media only screen and (max-width : 767px) {
    .hero {
        margin-top:120px;
    }
}

.hero h1 {
    padding-top:30px;
    padding-bottom:15px;
    font-size: 34px;
}
@media only screen and (max-width : 992px) {
    .hero h1 {
        font-size: 28px;
        padding-bottom:5px;
    }
}

.hero p {
    font-size:22px;
    line-height: 32px;
    padding-bottom:25px;
}
@media only screen and (max-width : 992px) {
    .hero p {
        font-size:16px;
        line-height: 26px;
        padding-bottom:15px;
    }
}

.hero-small {
    color: #687992;
    font-size: 12px !important;
    margin-top: 10px;
}

@media only screen and (max-width : 1200px) {
    .hero .btn {
        padding: 12px 20px;
    }
}
@media only screen and (max-width : 992px) {
    .hero .btn {
        font-size:11px;
        padding: 10px 10px;
    }
}
@media only screen and (max-width : 767px) {
    .hero .btn {
        padding: 12px 20px;
    }
}


/* SLIDER LOGOS */
.customer-logos {
    padding-top: 0;
    padding-bottom: 100px;
}

.press-logos {
    padding-top: 0;
    margin-top: -30px;
    padding-bottom: 100px;
}

.section-ttl-press {
    padding-top: 40px;
}

/* logo slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* This is to color logo on hover */
.slick-slide img {
    filter: url(../../../../../../../private/var/folders/nb/j0xbmx5n5qx9sxb8pfm3511c0000gn/T/TemporaryItems/Adobe/Dreamweaver%20CC%202018/filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    opacity: 0.5;
}
.slick-slide img:hover {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}



/* SECTION MEDIABODY BLURBS
   ------------------------- */
.skewed-bg{
    background: #f6f9ff;
    padding: 100px 0 80px 0;
    transform: skew(0deg, -2deg);
}

.skewed-content{
    transform: skew(0deg, 2deg);
}

.blurb-mediabody {
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    min-height: 226px;
}
@media only screen and (max-width : 992px) {
    .blurb-mediabody {
        padding: 20px;
        height: 140px;
        min-height: auto;
    }
}
@media only screen and (max-width : 767px) {
    .blurb-mediabody {
        height: auto;
        min-height: auto;
    }
}

.blurb-mediabody h4 {
    margin-bottom:5px;
    color: #0089ff;
    font-weight: 400;
}

.blurb-mediabody p {
    font-size:15px;
    line-height:24px;
    margin-bottom: 0;
}
@media only screen and (max-width : 992px) {
    .blurb-mediabody p {
        font-size:12px;
        line-height:20px;
    }
}
@media only screen and (max-width : 767px) {
    .blurb-mediabody p {
        font-size:15px;
        line-height:24px;
    }
}

.blurb-mediabody img {
    width:80px;
    padding-right:25px;
}
@media only screen and (max-width : 992px) {
    .blurb-mediabody img {
        width:50px;
        padding-right:10px;
    }
}



/* VIDEO SECTION
   ------------------------- */
.section-video {
    padding-top: 100px;
}

.section-video h2 {
    font-size: 26px;
    padding-bottom: 8px;
}

.section-video .fa-check-circle {
    color: #09c3a3;
    margin-right: 8px;
}

.section-video p {
    padding-bottom: 10px;
}

.section-video li {
    padding-bottom: 4px;
}

.section-video .btn {
    font-size: 12px;
    padding: 12px 15px;
    margin-top: 20px;
}

.section-video-txt {
    padding-left: 40px;
}
@media only screen and (max-width : 767px) {
    .section-video-txt {
        padding-top: 40px;
    }
}



/* BLURBS
   ------------------------- */
.section-blurbs-pre {
    padding-top: 40px;
}

.section-blurbs {
    background: url(../images/home_v1/section_blurbs_bk.png) no-repeat center top;
}
.blurb {
    padding: 35px 0;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
}
@media only screen and (max-width : 992px) {
    .blurb {
        height: 180px;
    }
}

.blurb h4 {
    margin-bottom:0;
    font-size: 16px;
}

.blurb img {
    height:70px;
    margin-bottom:20px;
}
@media only screen and (max-width : 992px) {
    .blurb img {
        height:50px;
    }
}



/* CTA
   ------------------------- */
.cta {
    background-color: #0089ff;
    text-align: center;
}

.cta h2 {
    color: white;
    padding-bottom: 10px;
}
@media only screen and (max-width : 992px) {
    .cta h2 {
        font-size: 26px;
    }
}

.cta p {
    color: white;
    padding-bottom: 20px;
}



/* CONTACT */
.section-contact {
    background-color: #f6f9ff;
}

.section-contact-module {
    padding: 50px 60px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width : 767px) {
    .section-contact-module {
        padding: 50px 30px;
    }
}

/* FORM */
.half-width-form-control {
    display: inline-block;
    width: 49%;
    margin-right:1%;
    /*width: calc(50% - 2px);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-width-form-control-right {
    display: inline-block;
    width: 49%;
    margin-left:1%;
    /*width: calc(50% - 2px);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





/* SECTION DOWNLOAD */
.section-download {
    padding-bottom: 0;
}

.section-download input {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px !important;
    width: 210px;
}

.section-download p {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 992px) {
    .section-download-combo {
        margin-top: -10px;
    }
}

.section-download-combo img {
    width: 40px;
}
@media (max-width: 1200px) {
    .section-download-combo img {
        width: 30px;
    }
}

.section-download-combo p {
    font-size: 18px !important;
    font-weight: 700;
    padding-top: 40px;
}

.cta-badges {
    margin-top: 50px;
}
@media only screen and (max-width : 1200px) {
    .cta-badges {
        margin-top: 40px;
    }
}

.cta-badges img {
    height: 45px;
}
@media (max-width: 1200px) {
    .cta-badges img {
        height: 40px;
    }
}

@media only screen and (max-width : 767px) {
    .section-download-pic img {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.section-download-content {
    padding-top: 120px;
}
@media only screen and (max-width : 1200px) {
    .section-download-content {
        padding-top: 70px;
    }
}
@media only screen and (max-width : 767px) {
    .section-download-content {
        text-align: center;
        background-color: aliceblue;
        padding-bottom: 70px;
    }
}



/* FOOTER */
.footer-custom {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #4d9ac5;
}
@media (max-width: 767px) {
    .footer-custom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer-custom a {
    color: white;
}

.footer-custom img {
    height: 24px;
}
@media (max-width: 767px) {
    .footer-custom img {
        height: 20px;
    }
}

.footer-social a {
    font-size: 18px !important;
}

.footer-social {
    margin-top: 20px;
}

.footer-custom p {
    color: white;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .footer-custom p {
        font-size: 12px;
    }
}



/* TESTIMONIALS */
.section-testimonials {
    background: url(../images/home_v1/section_blurbs_bk.png) no-repeat center top;
}

.blurb-testimonial {
    padding: 25px 25px 0 25px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    text-align: left;
    height: 340px;
}
@media (max-width: 992px) {
    .blurb-testimonial {
        padding: 10px 15px 0 15px;
        background-color: white;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        text-align: left;
        height: 340px;
    }
}
@media (max-width: 767px) {
    .blurb-testimonial {
        padding: 30px;
        height: auto;
    }
}

.blurb-testimonial p {
    font-size: 16px;
    line-height: 24px;
}

.blurb-testimonial-top {
    text-align: right;
}

.blurb-testimonial-top img {
    height: 36px;
}

.blurb-testimonial .fa-quote-left {
    font-size: 30px;
    color: #0089ff;
    margin-bottom: 5px;
}

.blurb-testimonial-bot {
    position: absolute;
    bottom: 50px;
}
@media (max-width: 767px) {
    .blurb-testimonial-bot {
        position: relative;
        bottom: 0;
        padding-top: 30px;
    }
}

.blurb-testimonial-bot img {
    width: 50px;
    margin-right: 10px;
}

.blurb-testimonial-bot h5 {
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
}

.blurb-testimonial-bot p {
    color: #999;
    font-size: 12px;
}

/* Additions */
#dLabel {
    background: none;
    color: #435369;
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: 'Karla', sans-serif;
}
.caret {
    border-top: 4px solid;
}
.dropdown-menu.profile-dropdown {
    border: none;
    background: #0089ff;
}
.dropdown-menu.profile-dropdown li {
    font-size: 16px;
    padding: 12px 0;
    padding-left: 0px;
    padding-left: 20px;
    border-bottom: 2px solid #e7e8ec;
}
.dropdown-menu > li > a.menu {
    font-family: 'Karla', sans-serif;
    padding: 0px !important;
    color: #FFFFFF;
    font-size: 14px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000 !important;
    background: none !important;
}
.dropdown-menu {
    left: -60px;
}

/* Home page modal */
#signConfirm .modal-dialog {
    width: 545px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 348px;
}
.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 15px;
}
.modal .modal-dialog .modal-content {
    border: none !important;
    padding: 0px !important;
}
button.close {
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9999;
    padding: 15px;
}
.close span {
    background: url("../images/fancybox-close.png") no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    outline: none;
    border: 0px;
}
#signConfirm #login-popup {
    width: 100%;
    padding: 46px 50px 49px 50px;
}
#login-popup {
    width: 545px;
    overflow-x: hidden;
    padding: 38px 100px 23px 100px;
    padding: 38px 80px 23px 80px;
}
#login-popup h3 {
    font-size: 33px;
    color: #525252;
    text-align: center;
    margin-top: 0;
}
#login-popup hr {
    border-top: 2px solid #4aa0d2;
    margin: 21px auto;
}
hr {
    width: 50px;
    border-top: 2px solid #fff;
    margin: 30px auto;
}
#signConfirm p {
    font-size: 20px;
    line-height: 25px;
    padding: 17px 0 16px;
    color: #696969;
    text-align: center;
    font-weight: normal;
}
#signConfirm .modalbtn-row {
    margin: 0px;
    text-align: center;
}
#signConfirm .btn-default:nth-child(1) {
    margin-right: 25px;
}
#signConfirm .btn-default {
    background: #FFF;
}
#signConfirm .btn-default {
    display: inline-block;
    border: 2px solid #4aa0d2;
    border-radius: 100px;
    width: 183px;
    font-size: 17px;
    color: #4aa0d2;
    letter-spacing: 1px;
    margin: 0px;
    margin-right: 0px;
    outline: none;
}
#signConfirm .btn-default:hover, #signConfirm .btn-default:focus {
    background-color: #4aa0d2;
    border-color: #4aa0d2;
    color: #fff;
    outline: none !important;
}

/* Contractor signup */
.white-popup-block {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 545px;
    margin: 20px auto;
}
.sign-up-model #login-popup {
    padding-top: 0;
}
label.error, div.error {
    color: red !important;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    display: block;
}
#login-popup #client_register ul li, #login-popup #signup ul li {
    margin-bottom: 15px;
}
#login-popup ul li {
    list-style-type: none;
}
.white-popup-block ul li label {
    display: none;
}
.white-popup-block #login-popup ul li input {
    margin-bottom: 0;
}
.sign-up-model h3 {
    padding-top: 38px;
    margin-bottom: 0;
}
#login-popup ul li input {
    border: 2px solid #e7e8ec;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 17px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #000000;
}
#login-popup ul li select#state, #login-popup ul li select#time_zone {
    border: 2px solid #e7e8ec;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: none;
    color: #b0b0b0;
}
.sign-up-model .checkbox {
    width: 214px;
    margin: 0 auto;
}
.checkbox-container, .checkbox {
    margin-top: 6px !important;
}
.checkbox div {
    margin-bottom: 10px;
}
#login-popup input[type="checkbox"] {
    margin: 10px 0 0;
}
.checkbox input[type="checkbox"] {
    height: 18px;
    left: 0;
    margin-left: 0;
    margin-top: 2px;
    top: 0;
    width: 18px;
}
input[type="checkbox"] {
    line-height: normal;
    float: left;
}
.sign-up-model .checkbox label {
    padding: 3px 0 0 9px;
}
.checkbox label {
    display: inline-block;
    position: relative;
}
.sign-up-model .checkbox label::before {
    background: url(images/unticked.png);
    width: 23px;
    height: 23px;
    top: 0;
    font-size: 0;
    border: none;
    border-radius: 0;
}
.checkbox label::before {
    margin-top: 3px;
}
.sign-up-model label a {
    color: #4aa0d2;
    text-decoration: underline;
}
.sign-up-model .checkbox label::after {
    background: url(images/ticked.png);
    width: 23px;
    height: 23px;
    top: 3px;
    font-size: 0;
}
#login-popup .login {
    background: #4aa0d2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 9px 34px;
    font-size: 16px;
    color: #ffffff;
    border: none;
}
.create-forgot {
    margin-top: 26px;
}
.sign-up-model #signup .create-forgot p, .create-forgot a {
    opacity: 1;
}
.white-popup-block .create-forgot p {
    font-size: 16px;
    color: #525252;
    opacity: 1;
    text-align: center;
    width: 100%;
}
.white-popup-block .create-forgot p a {
    color: #4aa0d2;
    text-decoration: underline;
    opacity: 1;
}
.create-forgot a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    opacity: 0.5;
}
.linkedin-btn {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.white-popup-block h3 {
    font-size: 33px;
    color: #525252;
    text-align: center;
    margin-top: 0;
}
.white-popup-block #login-popup ul li {
    margin-bottom: 15px;
}
.forgot-pass-popup h1 {
    font-size: 40px;
    color: #231f20;
    text-align: center;
    font-weight: 500;
}
.forgot-pass-popup span {
    text-align: left;
    display: block;
    font-size: 18px;
    padding: 16px 0 0;
    line-height: 25px;
}
.forgot-pass-popup .form-horizontal {
    margin: 20px 0 0;
}
.forgot-pass-popup .form-group {
    margin: 15px 0;
}
.forgot-pass-popup .control-label {
    color: #4aa0d2;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0 0 0;
    text-align: left;
}
.forgot-pass-popup .form-control {
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eeeeee;
}
.mfp-close-btn-in .mfp-close {
    background: url("../images/fancybox-close.png") no-repeat center;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    padding: 20px;
}
.forgot-pass-popup .login-logo {
    text-align: center;
    padding: 25px;
}
.submit {
    text-align: center;
    margin-top: 20px;
}
#login-popup.thanks-popup {
    padding: 38px 50px 23px 50px;
}
.thanks-popup .login-logo {
    text-align: center;
    margin: 0 0 60px;
}
.thanks-popup .check-mail h2 {
    font-size: 30px;
    line-height: 40px;
    color: #231f20;
    text-align: center;
    padding: 0px 0 9px !important;
    margin: 0px;
}
#login-popup.thanks-popup h4 {
    font-size: 20px;
    line-height: 23px;
}
#login-popup h4 {
    color: #525252;
    font-weight: normal;
    text-align: center;
    margin: 25px 0 40px 0px;
}
.thanks-popup .check-divider {
    border-top: 3px solid #eeeeee;
    padding: 40px 0 0;
}
.loader {
    background: rgba(0, 0, 0, 0.2) url("../images/loading.svg") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

/* Lite client register page */
#login-popup img {
    margin: 10% auto 7%;
    display: block;
    max-width: 180px;
}
#login-popup h5 {
    text-align: center;
    padding: 15px 0;
}
#login-popup p {
    text-align: center;
    color: #000;
}
.lite-register-form {
    padding: 25px 0px;
}
.lite-register-form label {
    color:#929292;
    font-weight: normal;
}
#lite-clientsign-form p a {
    color: #07adec;
    text-decoration: none;
}
.lite-btn input {
    margin: 15px 0px;
    background: rgba(35,124,187,1);
    background: -moz-linear-gradient(top, rgba(35,124,187,1) 0%, rgba(30,104,160,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,124,187,1)), color-stop(100%, rgba(30,104,160,1)));
    background: -webkit-linear-gradient(top, rgba(35,124,187,1) 0%, rgba(30,104,160,1) 100%);
    background: -o-linear-gradient(top, rgba(35,124,187,1) 0%, rgba(30,104,160,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,124,187,1) 0%, rgba(30,104,160,1) 100%);
    background: linear-gradient(to bottom,rgba(35,124,187,1) 0%,rgba(30,104,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237cbb', endColorstr='#1e68a0', GradientType=0 );
    width: 100%;
    max-height: 40px;
    border: 1px solid #1f5e8d;
    color:#fff;
}
p .lite-copy-right {padding-top: 12px;}
p.lite-terms {padding: 0px 23px !important;}
#lite-clientsign-form {border: 1px solid #0fb1ec;border-radius: 10px;}

