/* Minification failed. Returning unminified contents.
(1795,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import url(/Content/https:/fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(/Content/https:/fonts.googleapis.com/css?family=PT+Sans);

.privacy-header {
    text-align: center;
    margin-top: 40px;
}

.privacy-header img {
    margin-bottom: 10px;
}

.sign-in {
    max-width: 350px;
}


.request h1 {
    margin: 15px 0 30px;
    text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.request .btn {
    border: none;
    font-size: 21px;
    text-transform: none;
    background-color: #32C0C6;
    color: #fff;
    border-radius: 10px;
}


.mt-20 {
    margin-top: 20px!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-15{
    margin-top: 15px;
}

.mt-30{
    margin-top: 30px;
}
.mt-45{
    margin-top: 45px;
}
.mt-60{
    margin-top: 60px;
}
.pt-6 {
    padding-top: 6px;
}
.pt-15{
    padding-top: 15px;
}
.pt-30{
    padding-top: 30px;
}
.pt-45{
    padding-top: 45px;
}
.pt-60{
    padding-top: 60px;
}
/* ====== */
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-45{
    margin-bottom: 45px;
}
.mb-60{
    margin-bottom: 60px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-45{
    padding-bottom: 45px;
}
.pb-60{
    padding-bottom: 60px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .mt-15,
    .mt-30,
    .mt-45,
    .mt-60{
        margin-top: 15px;
    }
    .pt-15,
    .pt-30,
    .pt-45,
    .pt-60{
        padding-top: 15px;
    }
    /* ====== */
    .mb-15,
    .mb-30,
    .mb-45,
    .mb-60{
        margin-bottom: 15px;
    }
    .pb-15,
    .pb-30,
    .pb-45,
    .pb-60{
        padding-bottom: 15px;
    }
}
.btn {
    background-color: #32C0C6;
}
a {
    color: #32C0C6;
}

body {
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.hero h3{
    font-size: 32px;
}
.hero p{
    font-size: 20px;
    color: #91969d;
}

nav.navbar {
    margin-bottom: 0;
}
nav.navbar-default{
    background-color: #fff;
    border: none;
}

#subfooter{
    background-color: #32C0C6;
    color: #ffffff;
    font-size: 20px;
}
#subfooter h4{
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#subfooter ul{
    padding-left: 0px;
}
#subfooter ul li{
    list-style: none;
    margin-bottom: 10px;
}
#subfooter ul li a{
    color: #ffffff;
}

footer {
    background-color: #545454;
    color: #000;
    margin-bottom: -25px;
}
footer .fa {
    padding: 10px;
}

footer a {
    color: #C7C8CA;
}

footer a:hover {
    color: #fff;
}
footer hr{
    display: block;
    height: 1px;
    border: 0;
    background-color: #585c60;
    border-bottom: 1px solid #6a6c6f;
}
footer p.alt{
    color: #cdcdcd;
}
footer img.img-responsive{
    margin: 0 auto;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    nav.navbar{
        font-size: 16px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    nav .navbar-nav > li{
        margin-right: 10px;
    }
    nav .navbar-nav > li:last-child{
        margin-right: 0px;
    }
    nav.navbar .container{
        position: relative;
    }
    #logo-non-mobile{
        position: absolute;
        top: -15px;
    }
    nav.navbar-default .navbar-nav > li > a{
        color: #4a4f55;
    }
    nav.navbar-default .navbar-nav > li > a.btn-alt{
        background-color: #32C0C6;
        color: #fff;
        border-radius: 15px;
        font-size: 20px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    nav .navbar-brand{
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 5px;
    }
    nav.navbar{
        min-height: 60px;
    }

}

@media (min-width: 1026px) {
    nav .navbar-nav li::after {
        font-family: 'Glyphicons Halflings';
        content: '\e252';
        color: transparent;
        position: absolute;
    }

    #logo-non-mobile{
        position: absolute;
        top: 1px;
        left: 40%;
        margin-left: 45px;

    }

    #logo-non-mobile img {
        width: 150px;
    }

    nav .navbar-nav li.active::after {
        font-family: 'Glyphicons Halflings';
        content: '\e252';
        color: #fff;
        position: absolute;
        bottom: -48px;
        left: 40%;
    }
    nav.navbar-default .navbar-nav > .active > a, 
    nav.navbar-default .navbar-nav > .active > a:focus, 
    nav.navbar-default .navbar-nav > .active > a:hover{
        background: none;
    }
    
    /*fix for the menu dropdown*/
    nav .navbar-nav > li > .dropdown-menu{
        margin-top: 25px;
        border: none;
        box-shadow: none;
        font-size: 20px;
        margin-left: -20%;
    }
    nav .navbar-nav > li > .dropdown-menu li{
        margin-bottom: 15px;
    }
}

/*force menu collapse*/
@media (max-width: 1025px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (min-width: 1200px) {
    
    nav .navbar-nav > li:first-child > a{
        padding-left: 0px;
    }

    #logo-non-mobile{
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-65%);
    }

    nav.navbar {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
}

    #logo-non-mobile img {
        width: 273px;
    }

    #main-navbar.navbar-collapse{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.d-inline {
    display: inline-block;
}

.d-none {
    display: none;
}

.slider-container {
    background-color: #EFEFEF;
    padding: 0;
}

.slider-container h2 {
    color: #32C0C6;
    margin-top: 15px;
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 35px;
}

.slider-container .steps {
    float: right;
    margin-top: 10%;
    margin-right: 10%;
}

.slider-container .steps p {
    margin: 0 0 5px;
}

.slider-container .btn-primary {
    background-color: #32C0C6;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
    border-color: #32C0C6;
    margin: 40px 0;
}

.call-to-action {
    position: absolute;
    top: 18%;
    left: 3%;
}

.slide-replace {
    background-color: #EFEFEF;
    padding: 0;
}

.slide-replace h1 {
    color: #545454;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 10px;
    margin-top: 60px;
}

.cta {
    text-align: center;
}

.r-steps {
    float: right;
    margin-top: 94px;
}

.r-steps h3 {
    font-size: 18px;
    margin-top: 5px;
}

.sub-heading {
    font-size: 20px!important;
    color: #91969d;
}

.old-hero-copy {
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
}

.old-hero-copy h2 {
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0;
}

.home-mobile {
    padding: 0 15px;
}

.home-mobile .btn {
    background-color: #32C0C6;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    margin: 0 0 40px;
    border: none;
}

.h3-sub {
    color: #32C0C6;
    font-size: 28px!important;
    margin-bottom: 30px;
}

.p-dark {
    color: #545454;
}

/* ANIMATIONS */

.slider {
    height: 460px;
    margin: 0 auto;
    position: relative;
}
.slide1,.slide2,.slide3,.slide4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: left top;
}
.slide1 {
    background: url(/Content/images/man-slider-full-1.png)no-repeat center;
    animation:fade 15s infinite;
    -webkit-animation:fade 15s infinite;

} 
.slide2 {
    background: url(/Content/images/man-slider-full-2.png)no-repeat center;
    animation:fade2 15s infinite;
    -webkit-animation:fade2 15s infinite;
}
.slide3 {
    background: url(/Content/images/man-slider-full-3.png)no-repeat center;
    animation:fade3 15s infinite;
    -webkit-animation:fade3 15s infinite;
}

.slide4 {
    background: url(/Content/images/man-slider-full-4.png)no-repeat center;
    animation:fade4 15s infinite;
    -webkit-animation:fade4 15s infinite;
}

.spinner {
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    display: inline-block;
    max-width: 0;
    opacity: 0;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
    opacity: 1;
}

.education .hero {
    background-color: #32C0C6;
    color: #fff;
}

.education .grey-wrap {
    background-color: #ddd;
    padding: 40px 0;
    text-align: center;
}

.education .grey-wrap h3 {
    padding: 0;
    margin: 0;
}



@keyframes fade
{
    0%   {opacity:1}
    25% { opacity: 0}
    50% { opacity: 0}
    75% { opacity: 0}
    100% { opacity: 1}
}
@keyframes fade2
{
    0%   {opacity:0}
    25% { opacity: 1}
    50% { opacity: 0 }
    75% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade3
{
    0%   {opacity:0}
    25% { opacity: 0}
    50% { opacity: 1}
    75% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade4
{
    0%   {opacity:0}
    25% { opacity: 0}
    50% { opacity: 0}
    75% { opacity: 1}
    100% { opacity: 0}
}

@media (max-width: 991px) {

    .slider-container-inner {
        width: 100%;
    }

    .slide-replace .r-steps {
        display: none;
    }

    .cta {
        top: auto;
        bottom: 0;
        z-index: 3;
        text-align: center;
        width: 100%;
        /*background-color: rgba(255,255,255,0.5);*/
    }

    .cta h1 {
        color: #333;
    }

    .call-to-action h3 {
        color: #707070;
    }

    .pointing-arrow,
    .arrow-message {
        display: none;
    }


}


/* -------------------------------------------------------------------------- */
#join-orgs{
    background-color: #545454;
    color: #fff;
}
#join-orgs ul{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}
#join-orgs ul li{
    padding: 0px;
}
#join-orgs ul li img{
    width: 100%;
    height: auto;
}

#join-orgs .btn {
    color: #fff;
    padding: 18px 40px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 15px;
    border: none;
}
#join-orgs .btn:hover{
    color: #333;
    background-color: #e6e6e6;
}

#free-account{
    background-color: #ddd;
}
#free-account .hero p .btn{
    border: none;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 20px 100px;
    border-radius: 15px;

}
#free-account .hero p .btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#how-it-works .wrap-dynamic .img-responsive{
    margin: 0 auto;
    border-radius: 5px;
}
#how-it-works .wrap-dynamic a{
    color: #91969d;
}
#how-it-works .wrap-list{}
#how-it-works .wrap-list ul{
    padding-left: 10px;
}
#how-it-works .wrap-list ul li{
    list-style: none;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 100px;
    position: relative;
    padding-bottom: 20px;
}
#how-it-works .wrap-list ul li::before {
    content: "";
    position: absolute;
    left: 35px;
    border-left: 3px solid #e4ebeb;
    height: 100%;
    width: 1px;
    z-index: -1;
    top: 20px;
}
#how-it-works .wrap-list ul li:last-child::before{
    border: none;
}
#how-it-works .wrap-list ul li:nth-child(1){
    background-image: url(/images/icon-create-roaster.png);
}
#how-it-works .wrap-list ul li:nth-child(2){
    background-image: url(/images/icon-share-communicate.png);
}
#how-it-works .wrap-list ul li:nth-child(3){
    background-image: url(/images/icon-export-timesheets.png);
}

#how-it-works .wrap-list ul li:hover:nth-child(1){
    background-image: url(/images/icon-create-roaster-h.png);
}
#how-it-works .wrap-list ul li:hover:nth-child(2){
    background-image: url(/images/icon-share-communicate-h.png);
}
#how-it-works .wrap-list ul li:hover:nth-child(3){
    background-image: url(/images/icon-export-timesheets-h.png);
}

#how-it-works .wrap-list h4{
    font-size: 24px;
    color: #4a4f55;
    margin-top: 5px;
    margin-bottom: 5px;
}
#testimonials{
    background-color: #545454;
    color: #fff;
}

#testimonials .item-testimonial{
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}
#testimonials .item-testimonial p{
    margin-bottom: 25px;
    line-height: 30px;
}
#testimonials .item-testimonial p span{
    font-family: 'Open Sans', sans-serif;
}
#testimonials .item-testimonial p a:hover{
    color: #32c0c6;
    text-decoration: underline;
}
#founder{
    font-family: 'PT Sans', sans-serif;
}
#founder .the-content{
    display: none;
}
#founder .the-content p{
    margin-bottom: 20px;
}
#founder button{
    color: #32C0C6;
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#subscription{
    background-color: #efeff0;
}
#subscription .hero p{
    font-size: 25px;
}
#subscription .container{
    background-image: url(/images/zen-master.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#subscription form input{
    font-size: 23px;
}
#subscription form .form-control{
    border-radius: 15px;
    border: none;
    height: auto;
    display: block;
    width: 100%;
}
#subscription form button{
    border-radius: 15px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    display: block;
    width: 100%;
}
#subscription form button:hover{
    color: #333;
    background-color: #e6e6e6;
}

iframe[name='google_conversion_frame'] { 
   height: 0 !important;
   width: 0 !important; 
   line-height: 0 !important; 
   font-size: 0 !important;
   margin-top: -13px;
   float: left;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 800px) {
    #free-account{
        min-height: 600px;
        background-image: url(/images/bg-home-free-account.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #subscription .container{
        min-height: 600px;
    }
}
@media only screen and (max-width : 767px) {
    #subscription .container{
        background-size: contain;
        padding-bottom: 500px;
    }
    #join-orgs ul{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-left: 0px;
    }
    #join-orgs button,
    #free-account .hero p button{
        font-size: 14px;
        padding: 8px 15px;
    }
    #subscription form input,
    #subscription form button{
        font-size: 16px;
    }
}

/* PRICE CALCULATOR */
#wrap-pricing{
    background-image: url(/images/inner-header-bg.jpg);
    background-repeat: repeat-x;
}
#wrap-pricing .hero h3{
    font-size: 32px;
    font-weight: bold;
}
#wrap-pricing .hero p{
    font-size: 25px;
}

#calculator-price{
    border: solid #ececed 15px;
    -webkit-box-shadow: 1px 1px 35px 4px rgba(214,214,214,1);
    -moz-box-shadow: 1px 1px 35px 4px rgba(214,214,214,1);
    box-shadow: 1px 1px 35px 4px rgba(214,214,214,1);

    margin-top: 30px;
    margin-bottom: 30px;
    border-color: transparent;
}
#calculator-price .ui-widget-content{
    background: none;
    background-color: #707070;
    border: none;
    height: 10px;
    border-radius: 0px;
}


#calculator-price #calculator-header{
    background-color: #32C0C6;
    padding: 30px 20px;
    color: #fff;
}
#calculator-price #calculator-header #the-left{
    font-size: 16px;
    text-transform: uppercase;
}
#calculator-price #calculator-header #the-left span{
    font-weight: bold;
    font-size: 30px;
}
#calculator-price #calculator-header #the-right{
    font-size: 20px;
}
#calculator-price #calculator-header #the-right span{
    font-size: 64px;
}
#calculator-price #calculator-header ul li{
    border-right: #309da0 solid 2px;
    padding-right: 15px;
    margin-right: 10px;
}
#calculator-price #calculator-header ul li:last-child{
    border-right: none;
    padding-right: 5px;
    margin-right: 0px;
}



#calculator-price #calculator-body{
    background-color: #3a3a3a;
    padding: 10px 35px;
    color: #fff;
    min-height: 230px;
}
#calculator-price #calculator-body p{
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
}

#calculator-price .k-label {
    color: #fff;
}

#calculator-price .k-icon {
    display: none;
}


#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-weight: normal;
}
#slider label i{
    position: absolute;
    background-color: #c5c5c5;
    width: 6px;
    height: 10px;
    top: -20px;
    left: 7px;
}

#slider label.current-step{
    color: #32C0C6;
    font-weight: bold;
}
#slider label.current-step span{
    background-image: url(/images/price_arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 40px;
    width: 63px;
    position: absolute;
    top: 44px;
    left: -22px;
}

#slider .ui-state-default, .ui-widget-content .ui-state-default,
#slider .ui-widget-header .ui-state-default{
    background: none;
    border: none;
    background-color: #32C0C6;
    width: 6px;
    height: 10px;
    border-radius: 0px;
    top: 0px;
    margin-left: -3px;
}
#mobile-slider{
    display: none;
}

#wrap-pricing .hero-alt h3{
    font-size: 32px;
}
#wrap-pricing .hero-alt h4{
    font-size: 20px;
}
#wrap-pricing .hero-alt p{
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}


#wrap-pricing .table{
    font-size: 21px;
}
#wrap-pricing .table > tbody > tr, 
#wrap-pricing .table > thead > tr {
    background-color: #E2F7F8;
    border: none;
}

#wrap-pricing .table > tbody > tr td, 
#wrap-pricing .table > thead > tr th{
    border-color: #fafefe;
    border-width: 2px;
    padding-left: 40px;
}

#wrap-pricing .table > tbody > tr:hover, 
#wrap-pricing .table > thead > tr:hover {
    background-color: #BCE4E7;
}

#wrap-pricing .table > tbody > tr:last-child {
    font-weight: 700;
}

#questions .hero-alt h3{
    font-size: 32px;
}
#questions dt{
    font-size: 24px;
    color: #4a4f55;
    font-weight: normal;
}
#questions dd{
    font-size: 18px;
    color: #91969d;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #calculator-price #calculator-header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #slider label.current-step span{
        background: none;
        display: none;
    }
    #calculator-price #calculator-header ul li{
        border: none;
        padding-right: 5px;
        margin-right: 0px;
    }
    #slider{
        display: none;
    }
    #mobile-slider{
        display: block;
    }
    #calculator-price #calculator-body p{
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .wrap-table{
        overflow-x: scroll;
    }
}

img {
    vertical-align: middle;
}

#blog{}
#blog .hero{
    background-color: #32C0C6;
    color: #fff;
}
#blog .hero h1{
    font-size: 32px;
    font-weight: bold;
}
#blog .hero h2{
    font-size: 32px;
    font-weight: bold;
    color: #3a3a3a;
}
#blog .hero h3{
    color: #3a3a3a;
    font-size: 25px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #3dc3c9;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    /*border: 1px solid #d4d4d4;*/
    border-radius: 2px;
    padding: 20px;
    position: relative;
    /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}
/*
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
*/
.timeline > li > .timeline-badge {
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 52.5%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li .timeline-panel{
    text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #02c9ce !important;
}

.timeline-badge.success {
    background-color: #02c9ce !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    text-align:center;
    margin-bottom: 20px;
}

.timeline-body img {
    margin: 0 auto 15px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
.timeline .timeline-heading h4 a{
    font-size: 24px;
    color: #02c9ce;
    font-weight: bold;
}
.timeline .timeline-body{
    font-size: 22px;
    text-align: center;
}
#blog .sub-hero{
    
}
#blog .sub-hero h2{
    font-size: 32px;
    color: #32c0c6;
}
#blog .sub-hero h2 small{
    font-size: 24px;
    color: #32c0c6;
}
#blog .sub-hero p{
    color: #959595;
    font-size: 24px;
}

.post img {
    -webkit-box-shadow: 4px 7px 20px 0 #e4e4e4;
    box-shadow: 4px 7px 20px 0 #e4e4e4;
    position: relative;
    display: block;
    margin: 60px auto;
    width: 50%;
    max-width: 200px;
}

.product .headers h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.releaseDate {
    color: #adadad;
    font-style: italic;
    margin: 25px auto 45px;
    font-size: 20px;
    text-align: center;
}

.boxed-img {
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 40px 0;
    border: 8px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,1,.3),inset 0 0 18px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,1,.3),inset 0 0 18px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px rgba(0,0,1,.3),inset 0 0 18px rgba(0,0,0,.1);
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
@media (max-width: 500px) {
    ul.timeline > li > .timeline-badge{
        left: 33px;
    }
}

#help #wrap-hero,
#help-article #wrap-hero,
#help-submit #wrap-hero{
    background-color: #32C0C6;
    color: #fff;
}
#help #wrap-hero .hero{}
#help #wrap-hero .hero h1,
#help-article #wrap-hero .hero h1,
#help-submit #wrap-hero .hero h1{
    font-size: 32px;
    font-weight: bold;
}
#help #wrap-hero .hero h2,
#help-article #wrap-hero .hero h2,
#help-submit #wrap-hero .hero h2{
    font-size: 32px;
    font-weight: bold;
    color: #4a4f55;
}
#help #wrap-hero form{}
#help #wrap-hero form input,
#help-article #wrap-hero form input,
#help-submit #wrap-hero form input{
    font-size: 28px;
    padding: 17px 40px;
    border: none;
    border-radius: 15px;
    height: auto;
}
#wrap-support-ticket a{
    font-size: 24px;
}
#help{
    font-size: 22px;
}
#help h5{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#help ul{
    list-style: none;
    padding-left: 30px;
}
#help ul li{
    position: relative;
    margin-bottom: 20px;
}
#help ul li:before {
    /*content: "• ";
    color: #32c0c6;*/
    color:#32c0c6; /* set color to red */
    content:"\2022"; /* /2022 is the numerical unicode for &bull; */
    font-size: 1.5em;
    position: absolute;
    left: -30px;
    top: -6px;

}
#help ul li a{
    color: #4a4f55;
}

#help-article .breadcrumb,
#help-submit .breadcrumb{
    background: none;
    border: none;
    padding-left: 0px;
    font-weight: bold;
    font-size: 24px;
}
#help-article .breadcrumb > li + li::before,
#help-submit .breadcrumb > li + li::before{
    color: #32c0c6;
}
.post{}
.post .title{
    font-size: 32px;
    font-weight: bold;
}
.post .meta{
    font-size: 22px;
}
.post .the-content{
    font-size: 22px;
    line-height: 30px;
}
.post .the-content p{
    margin-bottom: 40px;
}
.post .rate{
    color: #32c0c6;
    font-size: 22px;
}
.post .rate a{
    margin-left: 20px;
    font-weight: bold;
}
.post .rate #wrap-print a{
    margin-left: 0px;
    color: #3a3a3a;
    font-weight: normal;
}
#sidebar{}
#sidebar h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
#sidebar ul{
    list-style: none;
    padding-left: 30px;
    font-size: 22px;
}
#sidebar ul li{
    position: relative;
    margin-bottom: 20px;
}
#sidebar ul li:before {
    /*content: "• ";
    color: #32c0c6;*/
    color:#32c0c6; /* set color to red */
    content:"\2022"; /* /2022 is the numerical unicode for &bull; */
    font-size: 1.5em;
    position: absolute;
    left: -30px;
    top: -6px;

}
#sidebar ul li a{
    color: #4a4f55;
}
/* support ticket */
#support-ticket label {
    display: block;
    margin: 20px 0;
}

#support-ticket input,
#support-ticket textarea {
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    padding: 6px 3px;
}

#support-ticket textarea {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 200px;
}




#support-ticket input:focus,
#support-ticket textarea:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 10px #999;
}

#support-ticket .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#support-ticket .edit-toolbar {
    background-color: #F6F6F6;
    border: 2px solid #e4e4e4;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#support-ticket .edit-toolbar .btn-group button.btn {
    background-color: transparent;
    border: 0;
}

#support-ticket .inputfile + label {
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}

#support-ticket .inputfile:focus + label,
#support-ticket .inputfile + label:hover {
    color: #32C0C6;
}

#support-ticket button {
    padding: 6px 15px;
    border: 1px solid #cfcaca; 
    border-radius: 5px;
}

#support-ticket .submit {

    background: rgba(110,110,109,1);
    background: -moz-linear-gradient(top, rgba(110,110,109,1) 0%, rgba(36,36,36,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,110,109,1)), color-stop(100%, rgba(36,36,36,1)));
    background: -webkit-linear-gradient(top, rgba(110,110,109,1) 0%, rgba(36,36,36,1) 100%);
    background: -o-linear-gradient(top, rgba(110,110,109,1) 0%, rgba(36,36,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(110,110,109,1) 0%, rgba(36,36,36,1) 100%);
    background: linear-gradient(to bottom, rgba(110,110,109,1) 0%, rgba(36,36,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6d', endColorstr='#242424', GradientType=0 );
    color: #fff;
}

#support-ticket .cancel {

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(194,194,194,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2c2c2', GradientType=0 );
    color: #545454;
}

#support-ticket label.required:after { 
    content:"*";
    color: #32C0C6;
    font-weight: bold;
}

#features-header{
    background-color: #EFEFEF;
}
#features-header ul li{
    margin-right: 15px;
    margin-bottom: 10px;
}
#features-header ul li a{
    color: #a3d1d4;
    font-size: 20px;
    font-weight: bold;
}
#features-header ul li.active a{
    color: #27a0a7;
}
#features-header .hero h1{
    font-size: 32px;
    font-weight: bold;
}
#features-header .hero h3{
    font-size: 25px;
}
#wrap-mobile-phone{
    position: relative;
}
#mobile-phone{
    position: absolute;
}
#mobile-phone p span{
    position: absolute;
    top: 15%;
    left: -70px;
    color: #02c9ce;
    font-size: 18px;
    display: block;
}

#features-calculator
#features-calculator h2{
    font-size: 32px;
}
#features-calculator ul{
    padding-left: 10px;
}
#features-calculator ul li{
    list-style: none;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 65px;
    position: relative;
    padding-bottom: 20px;
    background-image: url(/images/vertical-bullet.png);
    background-position: 8px 0px;
}
#features-calculator ul li:hover{
    background-image: url(/images/vertical-bullet-h.png);
    background-position: 1px 0px;
}

#features-calculator ul li::before {
    content: "";
    position: absolute;
    left: 14px;
    border-left: 3px solid #02c9ce;
    height: 100%;
    width: 1px;
    z-index: -1;
    top: 10px;
}

#features-calculator ul li:last-child::before{
    border: none;
}
#features-calculator li h3{
    font-size: 24px;
    color: #4a4f55;
    margin-top: 5px;
    margin-bottom: 5px;
}
#features-why{
    background-image: url(/images/subsection-email-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#features-why .the-content{
    color: #ffffff;
}
#features-why .the-content h2{
    font-size: 32px;
}
#features-why .box-why{
    background-color: #e7e8e9;
    color: #91969d;
    padding: 10px 15px;
    margin-bottom: 60px;
    min-height: 200px;
    position: relative;
}
#features-why .box-why h3{
    color: #4a4f55;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
#features-why .box-why span{
    position: absolute;
    background-color: #32C0C6;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    top: -28px;
    left: 43%;
    text-align: center;
    line-height: 50px;
}
#features-why .box-why p{
    text-align: center;
    margin-top: 15px;
}
#single-testimonial{
    background-color: #4a4f55;
    color: #fff;
}
#single-testimonial .media-body p{
    font-weight: bold;
}
#single-testimonial .media-body p span{
    font-weight: normal;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #single-testimonial .media-left, 
    #single-testimonial .media > .pull-left{
        padding-right: 55px;
    }
}

@media only screen and (max-width : 1000px) {
    #mobile-phone{
        display: none;
    }
    /*#features-header{
        background-image: url(/images/feature-header-mobile.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }*/
}
@media only screen and (max-width : 700px) {
    #features-header{
        background: none;
        background-color: #EFEFEF;
    }
}

.employee-signup {
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.signup-card {
    background: #dcdcdc;
    -moz-box-shadow: 0 3px 0 grey;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 0 grey;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.37);
    border-radius: 4px;
    overflow: hidden;
    padding: 70px 20px;
}

/*pricing page - country selected button April 24, 2017*/
.btn-selected{
  background-color:white;
  color:grey;
}

#countries-list li{
  border-right:none !important;
}

#countries-list .btn{
  border-color: none;
}

.btn-selected:focus {
  background-color:white;
  color:grey;
  border:solid white 1px;
}

#currency{
  font-size:15px !important;
}
}

/*Change color to gray when active - April 18, 2017*/
.btn-success.active:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success:active:focus, .btn-success:active:hover{
      color: #fff;
      background-color: #b9b9b9 !important;
      border-color: #255625;
    }
