@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot");
    src: url("/fonts/icomoon.eot") format("embedded-opentype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-all:before {
    content: "\e90a";
}
.icon-megaphone:before {
    content: "\e905";
}
.icon-bizmgmt:before {
    content: "\e906";
}
.icon-news:before, .icon-alert:before {
    content: "\e907";
}
.icon-mailing:before {
    content: "\e908";
}
.icon-family:before {
    content: "\e909";
}
.icon-support:before {
    content: "\e903";
}
.icon-save:before {
    content: "\e904";
}
.icon-unl-classes:before {
    content: "\e900";
}
.icon-unl-user-access:before {
    content: "\e901";
}
.icon-full-history:before {
    content: "\e902";
}
.icon-arrow-down:before {
    content: "\e600";
}
.icon-arrow-up:before {
    content: "\e601";
}
.icon-attendance:before {
    content: "\e602";
}
.icon-billion:before {
    content: "\e603";
}
.icon-email:before {
    content: "\e604";
}
.icon-facebook:before {
    content: "\e605";
}
.icon-info:before {
    content: "\e606";
}
.icon-location:before {
    content: "\e607";
}
.icon-phone:before {
    content: "\e608";
}
.icon-report:before {
    content: "\e609";
}
.icon-search:before {
    content: "\e60a";
}
.icon-standard:before {
    content: "\e60b";
}
.icon-thumb:before {
    content: "\e60c";
}
.icon-twitter:before {
    content: "\e60d";
}
.icon-unlimited:before {
    content: "\e60e";
}
.icon-question:before {
    content: "\e60f";
}
.icon-analytics:before {
    content: "\e610";
}
.icon-calendar:before {
    content: "\e611";
}
.icon-communication:before {
    content: "\e612";
}
.icon-portal:before {
    content: "\e613";
}
.icon-user:before {
    content: "\e614";
}
.icon-attendance2:before {
    content: "\e615";
}
.icon-financial:before {
    content: "\e616";
}
.icon-new-to:before {
    content: "\e617";
}
.icon-security:before {
    content: "\e618";
}
.icon-icp-connect:before {
    content: "\e619";
}
.icon-excel:before {
    content: "\e61a";
}
.icon-holiday:before {
    content: "\e61b";
}
.icon-net:before {
    content: "\e61c";
}
.icon-quick-ref:before {
    content: "\e61d";
}
.icon-get-start:before {
    content: "\e61e";
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.8);
    }

}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.8);
    }

}

.lft { float:left !important; }
.rgt { float:right !important; }

button:hover,
a:hover {
    transition: all 0.2s ease 0s;
}

#header .holder:after,
.top-overlay .holder:after,
.pricing-block .holder:after {
    content: " ";
    display: block;
    clear: both;
}

#nav ul,
.ad-nav,
.top-overlay .app-list,
.intro-block .button-group,
.pricing-block .features ul,
.clients-block .client-list,
#footer .app-block .app-list,
#footer .app-block .social-networks ul,
.footer-bottom .contact-info,
.footer-bottom .contact-info > li .description .email-list,
.footer-nav,
.footer-nav > li ul,
.inner-section .downloads-block .download-list,
.inner-section .events-block .event-list,
.faqs-wrapper .subnav-holder ul,
.faqs-wrapper .faqs-block .description .accordion,
.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list,
.features-wrapper .tab-menu .top-level,
.features-wrapper .tab-menu .top-level > li ul,
.news-wrapper .news-details .discussion-form .comment-list,
.news-wrapper .side-column .widget .link-list,
.news-wrapper .side-column .contact-info,
.news-wrapper .side-column .contact-info > li .description .email-list,
.news-wrapper .category ul,
.news-wrapper .searchCat ul,
.pricing-wrapper .main-price .pro-features ul,
.signup .col .pro-features ul,
.signup .col .pro-features-mobile ul,
.pricing-wrapper .price-list ul,
.styles-wrapper .style-lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.signup .col .pro-features-mobile {
    display:none;
}
.signup .col .pro-features {
    display:block;
}

html {
    background:#fff;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #575757;
    background: #fff;
    font: 15px/30px "Open Sans", Arial, Helvetica, sans-serif;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;

    /* Zendesk Web Portal overrides */
    padding:0;
}

* {
    max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #5481aa;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    font: 100% "Open Sans", Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #FAFAFA;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #c4c4c4;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #787878;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
    -webkit-appearance: none;
    border: 1px solid #eaeaea;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

p {
    margin: 0 0 1.2em;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-center {
    text-align: center;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.text-weight-heavy {
    font-weight: 800;
}

.text-weight-light {
    font-weight: 300;
}

.fg-white {
    color: #fff;
}

.btn-pill {
    border-radius: 9999px;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.holder {
    max-width: 1200px;
    margin: 0 auto;
}

.slider-holder {
    width:100%;
    margin: 0 auto;
}

#header {
    background: #1059A6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 18px 0 14px;
    border-bottom:1px solid#eaeaea;
}

section.banner  {
    background: url(/images/blue-header-bg2.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
}

section.banner.bg-zoom {
    position: relative;
    background: none !important;
    max-height: 925px;
    overflow: hidden;
}

.img-bg-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 925px;
    max-height: 925px;
    overflow: hidden;
    animation: zoomin 15s infinite;
}

section.banner .img-bg-zoom {
    display: none;
}

section.banner.bg-zoom .img-bg-zoom {
    display: block;
}

section.banner .banner-content {
    position: relative;
    margin: 0 auto;
    padding: 85px 0;
    max-width: 1150px;
    text-align:center;
}

section.banner .banner-content.flex {
    padding: 100px 30px;
}

section.banner .banner-content.flex .image-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: visible;
}

section.banner .banner-content.flex .image-wrap img {
    width: 100%;
    height: auto;
}

section.banner .banner-content.flex .image-wrap img.clean-phone {
    position: absolute;
    max-width: 30%;
    bottom: -6%;
    right: 80px;
}

section.banner .banner-content.flex .header-wrap h1 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (min-width: 768px) {
    section.banner .banner-content.flex {
        display: flex;
        padding: 100px 5% 50px;
        max-width: 1900px;
        width: 100%;
        justify-content: space-evenly;
    }

    section.banner .banner-content.flex .image-wrap {
        margin: 0;
    }

    section.banner .banner-content.flex .header-wrap {
        margin-top: 7.5%;
    }
}

@media only screen and (min-width: 1024px) {
    section.banner .banner-content.flex .header-wrap {
        margin-top: 15%;
    }
}

@media only screen and (min-width: 1368px) {
    section.banner .banner-content.flex {
        padding: 100px 10% 50px;
        justify-content: space-evenly;
    }

    section.banner .banner-content.flex .header-wrap h1 {
        font-size: 35px;
        line-height: 45px;
    }

    section.banner .banner-content.flex .button-wrap a {
        font-size: 20px;
    }

}

@media only screen and (min-width: 1600px) {
    section.banner .banner-content.flex .image-wrap {
        max-width: 890px;
    }

    section.banner .banner-content.flex .header-wrap h1 {
        font-size: 50px;
        line-height: 60px;
    }

    section.banner .banner-content.flex .header-wrap h1 span {
        display: block;
    }
}

@media only screen and (min-width: 3800px) {
    section.banner .banner-content.flex {
        max-width: 2400px;
    }
}



section.industry-banner .banner-content img {
    display: block;
}

section.banner .banner-content .image-wrap {
    margin-bottom: 25px;
    width: 75%;
}

section.banner .banner-content .image-wrap img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

section.banner .header-wrap {
    vertical-align: top;
}

section.banner .button-wrap a {
    display: block;
    width: 100%;
    border: 3px solid#fff;
    padding: 15px 75px;
    font-size: 15px;
    font-weight: 600;
}

section.banner .button-wrap a:hover {
    text-decoration: none;
}

.cv-header-wrap {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 125px;
    border-bottom: 4px solid #fff;
    margin: 0;
    padding: 0;
    background: #9c52ca;
    color: #fff;
}

.video-on-scr #header {
    background: transparent;
    border-bottom:none;
}

.cv-inner-wrap {
    margin: 0 auto;
    padding: 30px 0 0 30px;
    max-width: 1150px;
}

.cv-inner-wrap .cv-image-wrap {
    display: inline-block;
    margin: 0 auto;
    max-width: 38px;
    vertical-align: middle;
}

.cv-inner-wrap .cv-image-wrap img {
    width: 100%;
    height: auto;
}

.cv-content-wrap {
    display: inline-block;
    max-width: 75%;
    vertical-align: top;
}

.cv-inner-wrap h2 {
    margin: 0;
    font-size: 18px;
}

.cv-inner-wrap p {
    line-height: 1.5;
}

.cv-inner-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

#header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

#header.add:before {
    height: 117px;
}

#header .holder {
    padding: 0 10px;
}

.video-on-scr #header .icon-arrow-down {
    float: left;
    font-size: 6px;
    line-height: 6px;
    color: rgba(250, 250, 250, .5);
    padding: 15px 16px 10px 11px;
    margin-top:5px;
}

.video-on-scr #header .icon-arrow-down:hover {
    color: #575757;
    text-decoration: none;
}

#header .icon-arrow-down {
    float: left;
    font-size: 6px;
    line-height: 6px;
    color: rgba(250, 250, 250, .5);
    padding: 15px 16px 10px 11px;
    margin-top:5px;
}

#header .icon-arrow-down:hover {
    color: #575757;
    text-decoration: none;
}

.logo {
    float: left;
    width: 95px;
    height: 42px;
}

.logo img {
    display: block;
}

.menu {
    width: 16px;
    border-top: 2px solid #86aacb;
    position: relative;
    float: right;
    padding-bottom: 12px;
    margin-top: 12px;
    display: none;
}

.menu:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.menu:before,
.menu:after {
    content: "";
    background: #86aacb;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 2px;
}

.menu:after {
    top: 10px;
}

.nav-active {
    overflow: hidden;
}

.active-nav {
    overflow: hidden;
}

.nav-active .nav-wrapper {
    display: block;
}

.active-nav .nav-wrapper {
    display: block;
}











#header .btn-wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-right: .4375rem;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-1.25rem);
    -moz-transform: translateY(-1.25rem);
    -ms-transform: translateY(-1.25rem);
    -o-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 9999
}

#header .btn-wrap:active {
    -webkit-animation-name: hovFillTap;
    -moz-animation-name: hovFillTap;
    animation-name: hovFillTap;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .1s;
    -moz-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0
}

#header .btn-wrap:hover {
    background: hsla(0,0%,0%,.07);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#header .btn-wrap:hover .burg-menu {
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

#header .btn-wrap {
    display: none;
}

.burg-menu {
    display: none;
    position: absolute;
    top: .4375rem;
    left: .625rem;
    width: 1.25rem;
    height: .109375rem;
    margin-top: .75rem;
    background-color: #aaa;
    font-size: 0!important;
    -webkit-box-shadow: 0 .5px 0 0 #aaa;
    -moz-box-shadow: 0 .5px 0 0 #aaa;
    box-shadow: 0 .5px 0 0 #aaa;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.burg-menu:after,
.burg-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    -webkit-box-shadow: 0 .5px 0 0 #aaa;
    -moz-box-shadow: 0 .5px 0 0 #aaa;
    box-shadow: 0 .5px 0 0 #aaa;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s,-moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

.burg-menu:before {
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -o-transform: translateY(-400%);
    transform: translateY(-400%)
}

.burg-menu:after {
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%);
    -ms-transform: translateY(400%);
    -o-transform: translateY(400%);
    transform: translateY(400%)
}

.active-nav .burg-menu {
    background-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 1.45px
}

.active-nav .burg-menu:after,
.active-nav .burg-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s,-moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

.active-nav .burg-menu:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.active-nav .burg-menu:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.hitbox {
    display: block;
    width: 2.5rem;
    height: 2.5rem
}

#nav {
    float: left;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 10px 5px 10px 15px;
}

#nav ul {
    letter-spacing: 0;
}

#nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 18px;
}

#nav li a {
    display: inline-block;
    color: #fff;
}

.video-on-scr #nav li a {
    color: #fafafa;
    font-weight: 600;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
    color: #849cba;
    text-decoration: none;
}

.ad-nav {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 5px 0;
    text-align: right;
}

.ad-nav li {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    padding:0 18px;
}

.ad-nav li a {
    display: block;
}

.video-on-scr .ad-nav li a.trial {
    color: #fff;
    padding: 9px 30px;
    border: 2px solid#fff;
    border-radius: 9999px;
    background: none;
    font-weight: 600;
}

.video-on-scr .ad-nav li a.trial:hover,
.video-on-scr .ad-nav li a.trial:active,
.video-on-scr .ad-nav li a.trial:focus {
    color: #fff;
    text-decoration: none;
    background:#E5801C;
    border:1px solid#E5801C;
}

.video-on-scr .ad-nav li a.login {
    color:#fff;
    padding: 9px 30px;
    border: 2px solid #fff;
    border-radius: 9999px;
    background:none;
    font-weight: 600;
}

.video-on-scr .ad-nav li a.login:hover,
.video-on-scr .ad-nav li a.login:active,
.video-on-scr .ad-nav li a.login:focus {
    color: #fff;
    text-decoration: none;
    background:#1e6adb;
    border:1px solid#1e6adb;
}


.ad-nav li a.trial {
    color:#fff;
    padding:9px 30px;
    border:1px solid#E5801C;
    border-radius: 9999px;
    background:#E5801C;
}

.ad-nav li a.trial:hover,
.ad-nav li a.trial:active,
.ad-nav li a.trial:focus {
    color: #fff;
    text-decoration: none;
    background:#CC6703;
    border:1px solid#CC6703;
}

.ad-nav li a.login {
    color:#fff;
    padding:9px 30px;
    background:#1e6adb;
    border:1px solid #1e6adb;
    border-radius: 9999px;
}

.ad-nav li a.login:hover,
.ad-nav li a.login:active,
.ad-nav li a.login:focus {
    color: #fff;
    text-decoration: none;
    background:#0551C2;
    border:1px solid#0551C2;
}


.ad-nav li a.icon-search {
    color: #d6dee8;
    padding-top:12px;
}

.ad-nav li a.icon-search:hover,
.ad-nav li a.icon-search:active,
.ad-nav li a.icon-search:focus {
    color: #849cba;
    text-decoration: none;
}

.top-overlay {
    background: #0f0f0f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0 14px;
    display: none;
}

.top-overlay .icon-arrow-up {
    float: left;
    font-size: 6px;
    line-height: 6px;
    color: rgba(255, 255, 255, .5);
    padding: 15px 16px 10px 11px;
    margin-top:5px;
}

.top-overlay .icon-arrow-up:hover {
    color: #fff;
    text-decoration: none;
}

.top-overlay .search-form {
    float: right;
}

.top-overlay .search-form .input-holder {
    position: relative;
}

.top-overlay .search-form input[type="search"] {
    /*width: 449px;*/
    width:200px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #959595;
    padding: 6px 40px 6px 18px;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.top-overlay .search-form .icon-search {
    position: absolute;
    top: 12px;
    right: 17px;
    color: #82a7ca;
}

.top-overlay .search-form ::-webkit-input-placeholder {
    color: #959595;
}

.top-overlay .search-form ::-moz-placeholder {
    opacity: 1;
    color: #959595;
}

.top-overlay .search-form :-moz-placeholder {
    color: #959595;
}

.top-overlay .search-form :-ms-input-placeholder {
    color: #959595;
}

.top-overlay .search-form .placeholder {
    color: #959595;
}

.top-overlay .app-list {
    float: left;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    width: 74%;
}

.top-overlay .app-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 6.6% 6px 0;
}

.top-overlay .app-list li a {
    display: block;
}

.top-overlay .app-list li a img {
    opacity: 1;
    filter: alpha(opacity=30);
}

.top-overlay .app-list li a:hover img {
    opacity: .7;
    filter: alpha(opacity=100);
}

.top-overlay .exit-top-overlay {
    position:relative;
    float:right;
    color:#fff;
    font-size:1.3rem;
    margin:6px 0 0 10px;
    border-radius:50%;
    padding:15px;
    text-decoration:none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-overlay .exit-top-overlay::after {
    content: 'x';
    position: absolute;
    left: 32%;
    top: 12px;
    line-height: 0;
}

.top-overlay .exit-top-overlay:hover {
    background: #474747;
    text-decoration:none;
}

.banner .cycle-gallery {
    position: relative;
}

.banner .cycle-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner .cycle-gallery .slideset {
    width: 100%;
    float: left;
}

.banner .cycle-gallery .slide {
    width: 100%;
    float: left;
}

.banner .cycle-gallery .slide .active {
    z-index: 1;
}

.banner .product-holder {
    text-align: center;
    position: relative;
}

.banner .product-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.banner .product-holder .btn-trial {
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .product-holder .btn-trial a {
    background: #e6801d;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 64px;
    text-align: center;
    text-decoration: none;
}

.banner .product-holder .btn-trial a:hover {
    background: #c60;
}

.banner .videoContent h2 a {
    color:#fff;
    text-decoration:none;
}

.banner .videoContent h2 a:hover {
    text-decoration:underline;
}

.intro-block {
    padding-top:290px;
    line-height:0;
    position:relative;
    top:0;
    left:0;
    max-height:880px;
    overflow:hidden;
}

.intro-block .introContent {
    position:absolute;
    top:13%;
    left:0;
    right:0;
    text-align:center;
}

.intro-block .introContent p {
    font-size:16px;
    color:#7e8890;
    line-height:22px;
    padding: 0 25px;
}

.intro-block .introContent h2 {
    font-size:40px;
    color:#3a3a3a;
    font-weight:300;
}

.intro-block img {
    width:100%;
    height:auto;
}

.keybanner {
    background:url("/images/website_section_bg.jpg") no-repeat center center;
    background-size:cover;
    display:block;
    width:100%;
    height:auto;
    min-height:620px;
    position:relative;
}


.swimbanner {
    background:url("/images/feel-difference-bg.jpg") no-repeat center center;
    background-size:cover;
    display:block;
    width:100%;
    height:auto;
    min-height:620px;
    position:relative;
}

.swimbanner .bannerContent,
.keybanner .bannerContent {
    position:absolute;
    top:40%;
    text-align:center;
    z-index:100;
    left:0;
    right:0;
}

.swimbanner .bannerContent h2 {
    color:#fff;
    font-size:54px;
    margin-bottom:30px;
    font-weight:300;
}

.sub .swimbanner {
    min-height:320px;
}

.sub .swimbanner .bannerContent {
    position:absolute;
    top:30%;
    left:0;
    right:0;
}

.keybanner .bannerContent h2 {
    color:#fff;
    font-size:40px;
    margin-bottom:30px;
    font-weight:300;
}

.keybanner .bannerContent p {
    color:#fff;
    font-size:16px;
    font-weight:200;
    padding: 0 25px;
}

.swimbanner .bannerContent p {
    color:#fff;
    font-style:italic;
    font-size:22px;
    font-weight:200;
}

.swimbanner .bannerContent a.start {
    background: #E5801C;
}

#footer .swimbanner .bannerContent a.start:hover {
    background: #CC6703;
    color: #fff;
}


.keybanner .bannerContent a.start {
    background: #1e6adb;
}

.keybanner .bannerContent a.start:hover {
    background: #0551C2;
}

.swimbanner .bannerContent a.start,
.keybanner .bannerContent a.start {
    display: block;
    margin:30px auto;
    padding: 20px;
    max-width: 320px;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor:pointer!important;
    border-radius: 9999px;
}


.img-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-wrap:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.img-wrap img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}


.btn-more,
.event-btn-more {
    display: block;
}

.btn-more a,
.event-btn-more a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    border: 1px solid #a8a8a8;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    min-width: 287px;
    text-decoration: none;
}

.btn-more a:hover {
    background: #f2f2f2;
    color: #575757;
}

.registration-block {
    background: #0f0f0f url(/images/graphic-pencil.png) no-repeat 70% 0;
    background-attachment: fixed;
}

.registration-block .holder {
    position: relative;
    min-height: 480px;
    padding: 81px 7%;
}

.registration-block .image-holder {
    position: absolute;
    bottom: -15px;
    left: 9px;
}

.registration-block .image-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.registration-block .description {
    padding: 40px 0 40px 50%;
    font-size: 15px;
    line-height: 33px;
    color: #eaeaea;
    position: relative;
    z-index: 1;
}

.registration-block .description h2 {
    margin-bottom: 5px;
    color: #7ea5c8;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.registration-block .description p {
    margin-bottom: 46px;
}

.registration-block .description .btn-more a {
    background: #0f0f0f;
    color: #fff;
}

.registration-block .description .btn-more a:hover {
    background: #1a1a1a;
}

.attendance-block {
    background: #fff;
}

.attendance-block .holder {
    position: relative;
    min-height: 477px;
    padding: 78px 4%;
}

.attendance-block .image-holder {
    position: absolute;
    bottom: -15px;
    right: 9px;
}

.attendance-block .image-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.attendance-block .description {
    padding: 50px 50% 31px 0;
    font-size: 15px;
    line-height: 33px;
    color: #575757;
    position: relative;
    z-index: 1;
}

.attendance-block .description h2 {
    margin-bottom: 5px;
    color: #5481aa;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.attendance-block .description p {
    margin-bottom: 29px;
}

.messaging-block {
    background: #0f0f0f url(/images/graphic-chat.png) no-repeat 70% 0;
    background-attachment: fixed;
}

.messaging-block .holder {
    position: relative;
    min-height: 480px;
    padding: 81px 7%;
}

.messaging-block .image-holder {
    position: absolute;
    bottom: -27px;
    left: 28px;
}

.messaging-block .image-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.messaging-block .description {
    padding: 27px 0 28px 55%;
    font-size: 15px;
    line-height: 33px;
    color: #eaeaea;
    position: relative;
    z-index: 1;
}

.messaging-block .description h2 {
    margin-bottom: 5px;
    color: #e6801d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
}

.messaging-block .description p {
    margin-bottom: 36px;
}

.messaging-block .description .limit {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    padding-top: 10px;
}

.messaging-block .description .btn-more a {
    background: #0f0f0f;
    color: #fff;
}

.messaging-block .description .btn-more a:hover {
    background: #1a1a1a;
}

.other-features {
    background: #fff;
    text-align: center;
}

.other-features .holder {
    padding: 97px 10px 123px;
}

.other-features .headline {
    overflow: hidden;
    margin-bottom: 65px;
}

.other-features .headline h2 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
}

.other-features .headline p {
    margin: 0;
}

.other-features .three-columns {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding-bottom: 23px;
}

.three-columns .container-col {
    overflow:auto;
    clear:both;
}

.other-features .three-columns .col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0;
    padding: 0 34px;
}

.other-features .three-columns .col .top-icon {
    display: block;
    color: #c0c0c0;
    margin-bottom: 12px;
}

.other-features .three-columns .col .top-icon .icon-billion {
    font-size: 40px;
    line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-attendance {
    font-size: 40px;
    line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-attendance2 {
    font-size: 40px;
    line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-report {
    font-size: 39px;
    line-height: 39px;
}

.other-features .three-columns .col h3 {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.other-features .three-columns .col h3 a:hover {
    text-decoration:none!important;
}

.pricing-block {
    background: #5481aa url(/images/img6_b.jpg) no-repeat;
    background-attachment: fixed;
}

.pricing-block .holder {
    padding: 110px 20px 89px;
}

.pricing-block .price {
    float: left;
    text-align: center;
    padding: 58px 40px;
    width: 38%;
}

.pricing-block .price .amount {
    display: block;
    font-size: 43px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}

.pricing-block .price .amount .value-holder {
    display: inline-block;
    vertical-align: top;
}

.pricing-block .price .amount .unit {
    display: inline-block;
    vertical-align: top;
    padding: 40px 0;
}

.pricing-block .price .amount .value {
    font-size: 133px;
    line-height: 133px;
    letter-spacing: -5px;
}

.pricing-block .price .amount .duration {
    display: inline-block;
    vertical-align: top;
    padding: 41px 6px;
    text-align: left;
}

.pricing-block .price .amount .duration .price-info {
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    display: block;
    max-width: 103px;
}

.pricing-block .price .btn-more a {
    background: #5481aa;
    border-color: #d3d3d3;
    color: #fff;
    min-width: 327px;
}

.pricing-block .price .btn-more a:hover {
    background: #369;
}

.pricing-block .features {
    overflow: hidden;
}

.pricing-block .features li {
    overflow: hidden;
    margin-bottom: 44px;
}

.pricing-block .features li .image-holder {
    display: inline-block;
    vertical-align: middle;
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}

.pricing-block .features li .description {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 33px;
    color: #fff;
    padding: 0 34px;
    width: 75%;
}

.pricing-block .features li .description h2 {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 33px;
    font-weight: 300;
    color: #fff;
}

.pricing-block .features li .description h2 strong {
    font-weight: bold;
}

.pricing-block .features li .description p {
    margin-bottom: 10px;
}

.portfolio-block {
    min-height: 0px;
    background-color: #F8F8F8;
    position: relative;
    margin: 0 auto;
    padding: 0 0 120px 0;
    box-shadow: inset 0 3px 7px -5px rgba(0,0,0,0.45);
}

.portfolio-block .headline {
    overflow: hidden;
    padding-top: 75px;
    text-align: center;
}

.portfolio-block .headline h2 {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
}

.portfolio-block .headline p {
    margin: 0;
}

.portfolio-block .portfolio {
    margin: 0 auto;
    max-width: 1200px;
}

.portfolio {
    position: relative;
    padding: 50px 0 0 0;
}

#portfolio-items-wrap {
    position: relative;
    padding: 0;
    width: 100.1%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

#portfolio-items-wrap .one-third {
    margin: 0;
    overflow: hidden;
    line-height: 0;
    width: 25%;
    padding: 0;
}

.image_grid {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.da-thumbs {
    text-align: center;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.image_grid li {
    float: left;
    line-height: 17px;
    color: #686f74;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.da-thumbs li, .da-thumbs li img {
    display: block;
    position: relative;
    width: 100%;
}

.portfolio .view-more {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #5481aa;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    text-decoration:none;
}

.portfolio .view-more:hover {
    background-color:#314b63;
}

.gal-link img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.gal-link:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.clients-block {
    background: #fff;
    padding:75px 0 75px;
    width:1360px;
    margin:0 auto;
}

.clients-block.home {
    max-width: 1500px;
    text-align: center;
    width: 100%;
}

.clients-block p {
    padding: 0 25px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.clients-block .say {
    display:block;
    margin:30px 25px;
}

.clients-block .say a {
    display: inline-block;
    padding: 20px 110px;
    font-size: 15px;
    line-height: 16px;
    color: #3a3a3a;
    border: 1px solid #d7d7d7;
    border-radius: 9999px;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-weight:600;
}

.clients-block.home span.say a:hover {
    background: #f2f2f2;
    color: #575757;
}

.clients-block .slick-initialized .slick-slide {
    text-align: center;
}


.clients-block h2 {
    margin-bottom: 72px;
    font-size: 40px;
    font-weight: 300;
    color: #3a3a3a;
    text-align:center;
}

.clients-block span {text-align:center;}

.clients-block .btn-more {
    margin:30px 0;
}


.clients-block .client-list li {
    display:inline-block;
    padding:0 48px 48px 0;
}

.clients-block.home .client-list li {
    padding:24px;
}

.clients-block .client-list li.no-pad {
    padding-right: 0px !important;
}

.clients-block .client-list li img {
    width:100%;
    height:auto;
    border: 1px solid #e1e1e1;
    max-height:230px;
    max-width: 230px;
}


.clients-block .client-list .logo-lpb,
.clients-block .client-list .logo-emler,
.clients-block .client-list .logo-kfsc,
.clients-block .client-list .logo-cek,
.clients-block .client-list .logo-gymu {
    opacity: .6;
    filter: alpha(opacity=60);
}

.clients-block .client-list .logo-lpb:hover,
.clients-block .client-list .logo-emler:hover,
.clients-block .client-list .logo-kfsc:hover,
.clients-block .client-list .logo-cek:hover,
.clients-block .client-list .logo-gymu:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*	GymU's square-ish dimensions allowed it to fill in it's container more than the other rectangular logos, making it visibly larger.
	Setting a height to 75px prevents it from growing taller */
.clients-block .client-list .logo-gymu img {
    height:75px;
}

/* Push Cal Elite Kids logo down some */
.clients-block .client-list .logo-cek img {
    margin-top:10px;
}

.client-scroll-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.client-scroll {
    list-style-type: none;
    margin: 0;
}

.client-scroll li {
    float: left;
}

#footer {
    background: #fafafa;

    /* Zendesk Web Portal overrides */
    height:auto !important;
    text-align:inherit !important;
    margin:0 !important;
    max-width:inherit !important;
}

#footer a {
    text-decoration: none !important; /* Zendesk Web Portal overrides */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#footer a:hover {
    color: #454545;
}

#footer .app-block {
    background: #0e0e0e;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

#footer .app-block .holder {
    padding: 40px 10px;
    letter-spacing: 0;
}

#footer .app-block .app-list {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

#footer .app-block .app-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 40px;
    padding-bottom: 100px;
}

#footer .app-block .app-list li a {
    display: block;
    opacity: 1;
    filter: alpha(opacity=30);
}

#footer .app-block .app-list li a:hover {
    opacity: .7;
    filter: alpha(opacity=100);
}

#footer .app-block .social-networks {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    width: 35%;
    text-align: right;
    margin-top: -90px;
}

@media only screen and (min-width: 1180px) and (max-width: 1367px) {
    #footer .app-block .social-networks {
        margin-top: 0;
    }
}

#footer .app-block .social-networks .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #5c5c5c;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    max-width: 150px;
}

#footer .app-block .social-networks ul {
    display: inline-block;
    vertical-align: middle;
}

#footer .app-block .social-networks ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
}

#footer .app-block .social-networks ul li a {
    display: block;
    width: 46px;
    height: 46px;
    text-decoration: none;
}

#footer .app-block .social-networks ul li a:hover {
    opacity: .7;
}

.footer-bottom .holder {
    padding: 69px 10px;
    overflow: hidden;
}

.footer-bottom .contact-info {
    float: left;
    min-width: 260px;
    max-width: 294px;
}

.footer-bottom .contact-info > li {
    overflow: hidden;
    margin-bottom: 32px;
}

.footer-bottom .contact-info > li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    line-height: 45px;
    color: #5f5f5f;
}

.footer-bottom .contact-info > li .icon.icon-phone {
    font-size: 38px;
    line-height: 38px;
}

.footer-bottom .contact-info > li .icon.icon-email {
    font-size: 30px;
    line-height: 30px;
}

.footer-bottom .contact-info > li .description {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #7e8890;
    padding: 0 17px;
}

.list-footer-wrap .content-block ul li .description {
    color: #7e8890;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.footer-bottom .contact-info > li .description address,
.list-footer-wrap .content-block ul li .description address {
    font-style: normal;
}

.footer-bottom .contact-info > li .description address strong {
    font-weight:600;
    font-size:14px;
    color:#393b40;
    text-transform:uppercase;
}

.footer-bottom .contact-info > li .description dl dt,
.list-footer-wrap .content-block ul li .description dl dt {
    float: left;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
    text-transform: uppercase;
}

.footer-bottom .contact-info > li .description dl dd,
.list-footer-wrap .content-block ul li .description dl dd {
    margin: 0;
    overflow: hidden;
}

.footer-bottom .contact-info > li .description dl dd a,
.list-footer-wrap .content-block ul li .description dl dd a {
    color: #7e8890;
}

.footer-bottom .contact-info > li .description .email-list li a,
.list-footer-wrap .content-block ul li .description .email-list li a {
    color: #7e8890;
}

.footer-bottom .contact-info > li .description .email-list li a:hover,
.footer-bottom .contact-info > li .description .email-list li a:active,
.footer-bottom .contact-info > li .description .email-list li a:focus {
    color: #7e8890;
    text-decoration: none;
}

.footer-nav {
    overflow: hidden;
    padding: 0 5%;
}

.footer-nav > li {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.footer-nav > li .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    color:#393b40;
    font-weight:600;
}

.footer-nav > li .title a {
    color: #393b40;
}

.footer-nav > li .title a:hover,
.footer-nav > li .title a:active,
.footer-nav > li .title a:focus {
    color: #393b40;
    text-decoration: none;
}

.footer-nav > li ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

/*.footer-nav > li ul li:before {
	content: ".:";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
}*/

.footer-nav > li ul li a {
    color: #7e8890 !important /* Zendesk Web Portal override */;
}

.footer-nav > li ul li a:hover,
.footer-nav > li ul li a:active,
.footer-nav > li ul li a:focus {
    color: #454545 !important;
    text-decoration: none;
}

.footer-topper {
    background: #f3f2f2;
}

.footer-topper:before {
    content: url("../images/icp-footer-header.svg");
    position: relative;
    top: 30px;
    width: 100%;
}

.industry-wrap {
    padding: 70px 10px;
    background: #f3f2f2;
}

.industry-wrap .industry-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.industry-wrap .industry-content ul {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    .industry-wrap .industry-content {
        justify-content: space-around;
    }

    .industry-wrap .industry-content ul {
        width: 40%;
    }
}

@media only screen and (min-width: 1024px) {
    .industry-wrap .industry-content ul {
        width: 22%;
    }
}

@media only screen and (min-width: 1368px) {
    .industry-wrap .industry-content ul {
        width: 25%;
    }
}

.industry-wrap .industry-content ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.industry-wrap .industry-content ul li a {
    color: #7e8890;
}

.industry-wrap .industry-content ul li.industry-header a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #393b40;
    font-weight: 600;
}

.industry-wrap {
    padding: 70px 10px;
    background: #f3f2f2;
}

.industry-wrap .industry-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.industry-wrap .industry-content ul {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    .industry-wrap .industry-content {
        justify-content: space-around;
    }

    .industry-wrap .industry-content ul {
        width: 40%;
    }
}

@media only screen and (min-width: 1024px) {
    .industry-wrap .industry-content ul {
        width: 22%;
    }
}

@media only screen and (min-width: 1368px) {
    .industry-wrap .industry-content ul {
        width: 25%;
    }
}

.industry-wrap .industry-content ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.industry-wrap .industry-content ul li a {
    color: #7e8890;
}

.industry-wrap .industry-content ul li.industry-header a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #393b40;
    font-weight: 600;
}

.list-footer-wrap {
    padding: 70px 10px 0;
    background: #f3f2f2;
}

.list-footer-wrap .content-block {
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.list-footer-wrap .content-block ul {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

@media only screen and (min-width: 768px) {
    .list-footer-wrap .content-block {
        justify-content: space-around;
    }

    .list-footer-wrap .content-block ul {
        width: 40%;
    }
}

@media only screen and (min-width: 1024px) {
    .list-footer-wrap .content-block ul {
        width: 22%;
    }
}

@media only screen and (min-width: 1368px) {
    .list-footer-wrap .content-block ul {
        width: 25%;
    }
}

.list-footer-wrap .content-block ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-footer-wrap .content-block ul li a {
    color: #7e8890;
}

.list-footer-wrap .content-block ul li.title a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #393b40;
    font-weight: 600;
}


.list-footer-wrap .partners-wrap {
    margin: 0 auto;
    padding: 0 0 2%;
    max-width: 1200px;
}

.list-footer-wrap .partners-wrap ul {
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

@media only screen and (min-width: 1024px) {
    .list-footer-wrap .partners-wrap ul {
        max-width: 775px;
        flex-wrap: nowrap;
    }
}

.list-footer-wrap .partners-wrap ul li {
    display: inline-block;
}

.list-footer-wrap .partners-wrap ul li a {
    display: block;
    height: 100%;
}


.inner-section {
    padding-top: 100px;
}

.inner-section .heading {
    background: #5481aa no-repeat 80% 0;
    position: relative;
    overflow: hidden;
}

.inner-section .athletic {
    background:none;
    position: relative;
    overflow:hidden;
}

.inner-section .heading img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%) translateY(-50.5%);
    pointer-events: none;
    z-index: 1;
}

.inner-section .athletic img {
    position:absolute;
    top:50%;
    margin-left:50%;
    transform: translateX(-50%) translateY(-50.5%);
    pointer-events: none;
    width: 100%;
    height: auto;
    z-index: 1;
}

.inner-section .heading .holder,
.inner-section .athletic .holder {
    display: table;
    width: 100%;
    position: relative;
    padding: 48px 20px;
    overflow: hidden;
    min-height: 156px;
    z-index: 9;
}

.inner-section .athletic .trial {
    text-align:center;
}

.inner-section .heading h1,
.inner-section .athletic h1 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    max-width: 55%;
    padding: 5px 27px;
}

.inner-section .heading .btn-trial {
    display: table-cell;
    float: none;
    text-align: right;
    vertical-align: middle;
    max-width: 50%;
}

.inner-section .heading .btn-trial a {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 17px 20px;
    min-width: 347px;
    text-decoration: none;
}

.inner-section .heading .btn-trial a:hover {
    background: #336699;;
}

.inner-section .athletic h1 {
    display:block;
    max-width:100%;
    text-align:center;
}

.inner-section .athletic a.start {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: #E5801C;
    text-align: center;
    padding: 20px 110px;
    text-decoration: none;
    cursor:pointer!important;
    margin:30px 0;
    text-transform:uppercase;
}

.inner-section .athletic a.start:hover {
    background:#CC6703;
}

.inner-section .download-wrapper {
    padding: 43px 34px;
}

.inner-section .downloads-block {
    overflow: hidden;
    margin-bottom: 46px;
}

.inner-section .downloads-block h2 {
    margin-bottom: 49px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    color: #5481aa;
    border-bottom: 1px solid #c4c4c4;
    padding: 20px 10px 29px;
}

.inner-section .downloads-block .download-list {
    margin: 0 -23px;
    overflow: hidden;
}

.inner-section .downloads-block .download-list li {
    float: left;
    width: 33.33%;
    padding: 0 23px 10px;
}

.inner-section .downloads-block .download-list li .download-box {
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 32px 29px 24px 29px;
    position: relative;
}

.inner-section .downloads-block .download-list li .download-box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    background: #e6801d;
}

.inner-section .downloads-block .download-list li .download-box .common-height {
    overflow: hidden;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon {
    margin-bottom: 26px;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-thumb,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-excel,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-get-start,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-quick-ref,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-icp-connect,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-holiday {
    font-size: 72px;
    line-height: 72px;
    color: #5f5f5f;
    opacity:0.6;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-net {
    font-size: 40px;
    line-height: 72px;
    color: #5f5f5f;
    opacity:0.6;
}

.inner-section .downloads-block .download-list li .download-box p {
    margin-bottom: 36px;
}

.inner-section .downloads-block .download-list li .download-box .btn {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
}

.inner-section .downloads-block .download-list li .download-box .btn:hover {
    background: #f2f2f2;
    color: #575757;
}

.inner-section .event-wrapper {
    padding: 77px 34px 49px;
}

.inner-section .event-wrapper .event-info {
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 69px;
}

.inner-section .event-wrapper .event-info .image-holder {
    display: inline-block;
    vertical-align: bottom;
    width: 58.4%;
    margin-right: -4px;
}

.inner-section .event-wrapper .event-info .image-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.inner-section .event-wrapper .event-info .description {
    display: inline-block;
    vertical-align: top;
    padding: 34px 20px;
    width: 40%;
    margin-right: -4px;
}

.inner-section .event-wrapper .event-info .description .event-date {
    font-size: 40px;
    line-height: 43px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 13px;
}

.inner-section .event-wrapper .event-info .description h2 {
    margin-bottom: 13px;
    font-size: 33px;
    line-height: 36px;
    font-weight: 300;
    color: #5481aa;
}

.inner-section .event-wrapper .event-info .description p {
    margin-bottom: 22px;
}

.event-fancy-description {
    margin-top:22px;
}

.event-fancy-description .event-date {
    font-size: 37px;
    line-height: 43px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 13px 0px;
    color: #5481aa;
}

.event-fancy-description h2 {
    margin-bottom: 13px;
    font-size: 33px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}

.event-fancy-description p {
    margin-bottom: 22px;
}

.inner-section .event-wrapper .event-info .description .btn-more,
.inner-section .event-wrapper .event-info .description .event-btn-more {
    display: block;
    padding-right: 16%;
}

.inner-section .event-wrapper .event-info .description .btn-more a,
.inner-section .event-wrapper .event-info .description .event-btn-more a {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #5481aa;
    background: #5481aa;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
}

.inner-section .event-wrapper .event-info .description .btn-more a:hover,
.inner-section .event-wrapper .event-info .description .event-btn-more a:hover {
    background: #369;
}

.inner-section .events-block {
    overflow: hidden;
    margin-bottom: 27px;
}

.inner-section .events-block h2 {
    margin-bottom: 49px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 300;
    color: #5481aa;
    border-bottom: 1px solid #c4c4c4;
    padding: 20px 10px 28px;
}

.inner-section .events-block .event-list {
    margin: 0 -23px;
    overflow: hidden;
}

.inner-section .events-block .event-list li {
    float: left;
    width: 33.33%;
    padding: 0 23px 10px;
}

.inner-section .events-block .event-list li .event-box {
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 28px 29px 19px;
    position: relative;
}

.inner-section .events-block .event-list li .event-box .common-height {
    overflow: hidden;
}

.inner-section .events-block .event-list li .event-box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    background: #e6801d;
}

.inner-section .events-block .event-list li .event-box .event-date {
    display: block;
    margin-bottom: 39px;
}

.inner-section .events-block .event-list li .event-box .event-date .day {
    text-transform: uppercase;
    display: block;
}

.inner-section .events-block .event-list li .event-box .event-date .date {
    display: block;
    font-size: 77px;
    line-height: 68px;
    margin-bottom: 3px;
    font-weight: 300;
    color: #5481aa;
}

.inner-section .events-block .event-list li .event-box .event-date .month {
    display: block;
    font-size: 39px;
    line-height: 42px;
    text-transform: uppercase;
}

.inner-section .events-block .event-list li .event-box .event-name {
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.inner-section .events-block .event-list li .event-box .event-location {
    line-height: 28px;
    margin-bottom: 18px;
}

.inner-section .events-block .event-list li .event-box .btn-more,
.inner-section .events-block .event-list li .event-box .learn-more {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
}

.inner-section .events-block .event-list li .event-box .btn-more:hover,
.inner-section .events-block .event-list li .event-box .learn-more:hover {
    background: #f2f2f2;
    color: #575757;
}

.price-more {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    width:40%;
    cursor:pointer!important;
    margin:45px 0;
}
.price-more:hover {
    background: #f2f2f2;
    color: #575757;
}

.inner-section .invitation-bar {
    background: #e6801d;
    margin-bottom: 20px;
    overflow: hidden;
}

.inner-section .invitation-bar .holder {
    padding: 20px;
}

.inner-section .invitation-bar .left-column {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.inner-section .invitation-bar .left-column h2 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    width: 35%;
}

.inner-section .invitation-bar .left-column .description {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 63%;
}

.inner-section .invitation-bar .left-column .description p {
    margin-bottom: 0;
}

.inner-section .invitation-bar .btn-submit {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #e6801d;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 15px 20px;
    width: 286px;
    text-decoration: none;
}

.inner-section .invitation-bar .btn-submit:hover {
    background: #e47506;
}

.faqs-wrapper {
    padding: 15px 34px;
}

.faqs-wrapper .subnav-holder {
    border-bottom: 1px solid #c4c4c4;
}

.faqs-wrapper .subnav-holder ul {
    font-size: 1px;
    line-height: 0;
    letter-spacing: -4px;
    text-align: justify;
}

.faqs-wrapper .subnav-holder ul:after {
    content: "";
    text-align: justify;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.faqs-wrapper .subnav-holder ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 21px 10px 35px;
}

.faqs-wrapper .subnav-holder ul li a {
    color: #575757;
}

.faqs-wrapper .subnav-holder ul li a:hover,
.faqs-wrapper .subnav-holder ul li a:active,
.faqs-wrapper .subnav-holder ul li a:focus {
    color: black;
    text-decoration: none;
}

.faqs-wrapper .faqs-content {
    overflow: hidden;
}

.faqs-wrapper .faqs-block {
    overflow: hidden;
    padding: 43px 0 60px;
    border-bottom: 1px solid #c4c4c4;
}

.faqs-wrapper .faqs-block:last-child {
    border-bottom: none;
}

.faqs-wrapper .faqs-block .title-holder {
    float: left;
    width: 24.5%;
    padding: 18px 5px;
    text-align: center;
    color: #5481aa;
}

.faqs-wrapper .faqs-block .title-holder .icon {
    display: block;
    margin-bottom: 19px;
}

.faqs-wrapper .faqs-block .title-holder .icon-question,
.faqs-wrapper .faqs-block .title-holder .icon-new-to,
.faqs-wrapper .faqs-block .title-holder .icon-financial,
.faqs-wrapper .faqs-block .title-holder .icon-security {
    font-size: 90px;
    line-height: 90px;
}

#general-questions .icon-question,
#general-questions > .title-holder > h2 {
    color: #e67a58;
}

#new-to-iclasspro .icon-new-to,
#new-to-iclasspro > .title-holder > h2 {
    color: #A16ABD;
}

#financial-questions .icon-financial,
#financial-questions > .title-holder > h2 {
    color: #63bc5f;
}

#security-questions .icon-security,
#security-questions > .title-holder > h2 {
    color: #68A4DA;
}



.faqs-wrapper .faqs-block .title-holder h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.faqs-wrapper .faqs-block .description {
    overflow: hidden;
}

.faqs-wrapper .faqs-block .description .accordion {
    padding-left: 4.8%;
}

.faqs-wrapper .faqs-block .description .accordion > li,
.issues-block .text-block ul.accordion > li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.faqs-wrapper .faqs-block .description .accordion > li:last-child,
.issues-block .text-block ul.accordion > li:last-child {
    border-bottom: none;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 {
    margin: 0;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    color: #575757;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:active,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:focus {
    color: #2a4055;
    text-decoration: none;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 15px;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #888;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    height: 15px;
    width: 1px;
    background: #888;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover .toggle:before,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover .toggle:after {
    background: #2a4055;
}

#general-questions .description .accordion > li h3 .opener:hover,
#general-questions .description .accordion > li.active h3 .opener {
    color: #e67a58;
}

#general-questions .description .accordion > li.active h3 .opener .toggle:before,
#general-questions .description .accordion > li h3 .opener:hover .toggle:before,
#general-questions .description .accordion > li h3 .opener:hover .toggle:after {
    background: #e67a58;
}

#new-to-iclasspro .description .accordion > li h3 .opener:hover,
#new-to-iclasspro .description .accordion > li.active h3 .opener {
    color: #A16ABD;
}

#new-to-iclasspro .description .accordion > li.active h3 .opener .toggle:before,
#new-to-iclasspro .description .accordion > li h3 .opener:hover .toggle:before,
#new-to-iclasspro .description .accordion > li h3 .opener:hover .toggle:after {
    background: #A16ABD;
}

#financial-questions .description .accordion > li h3 .opener:hover,
#financial-questions .description .accordion > li.active h3 .opener {
    color: #63bc5f;
}

#financial-questions .description .accordion > li.active h3 .opener .toggle:before,
#financial-questions .description .accordion > li h3 .opener:hover .toggle:before,
#financial-questions .description .accordion > li h3 .opener:hover .toggle:after {
    background: #63bc5f;
}

#security-questions .description .accordion > li h3 .opener:hover,
#security-questions .description .accordion > li.active h3 .opener {
    color: #68A4DA;
}


#security-questions .description .accordion > li.active h3 .opener .toggle:before,
#security-questions .description .accordion > li h3 .opener:hover .toggle:before,
#security-questions .description .accordion > li h3 .opener:hover .toggle:after {
    background: #68A4DA;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide {
    padding: 33px 12% 9px 2.9%;
    font-size: 15px;
    line-height: 30px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide p {
    margin-bottom: 30px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder p {
    margin: 0;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list li {
    position: relative;
    padding-left: 10px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #575757;
    position: absolute;
    top: 13px;
    left: 1px;
}

.faqs-wrapper .faqs-block .description .accordion > li.active h3 .opener .toggle:after,
.issues-block .text-block ul.accordion > li.active h3 .toggle:after {
    display: none;
}

.features-wrapper {
    padding: 45px 34px 95px;
    overflow: hidden;
}

.features-wrapper .tab-menu {
    float: left;
    width: 268px;
    padding: 7px 10px 7px 0;
}

.features-wrapper .tab-menu .top-level > li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}

.features-wrapper .tab-menu .top-level > li .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 41px;
    line-height: 45px;
    color: #c0c0c0;
}

.features-wrapper .tab-menu .top-level > li .icon.icon-billion {
    font-size: 39px;
}

.features-wrapper .tab-menu .top-level > li .icon.icon-analytics {
    font-size: 43px;
}

.features-wrapper .tab-menu .top-level > li.tab-active .icon {
    color: #5481aa;
}

.features-wrapper .tab-menu .top-level > li .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5481aa;
    margin-bottom: 5px;
}

.features-wrapper .tab-menu .top-level > li ul > li {
    font-size: 12px;
    line-height: 22px;
}

.features-wrapper .tab-menu .top-level > li ul > li a {
    color: #575757;
}

.features-wrapper .tab-menu .top-level > li ul > li a:hover {
    color: #5481aa;
    text-decoration: none;
}

.features-wrapper .tab-menu .top-level > li ul > li.active a {
    color: #5481aa;
    font-weight: 700;
}

.features-wrapper .tab-content {
    overflow: hidden;
}

.features-wrapper .tab-content .btn-back {
    display: none;
    padding: 10px 18px;
    margin-bottom: 8px;
}

.features-wrapper .tab-content .btn-back a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 15px 10px;
    text-decoration: none;
    display: block;
}

.features-wrapper .tab-content .btn-back a:hover {
    background: #c4c4c4;
    color: #fff;
}

.features-wrapper .tab-content .tab {
    position: absolute;
    left: -9999px;
    width: 100%;
}

.features-wrapper .tab-content .tab.active {
    position: static;
    left: auto;
    width: auto;
}

.features-wrapper .tab-content h2 {
    font-size: 36px;
    font-weight: 300;
    color: #5481aa;
    padding: 0 17px;
    margin-bottom: 25px;
}

.features-wrapper .tab-content .preview-holder {
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 35px;
}

.features-wrapper .tab-content .preview-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.features-wrapper .tab-content .tab-description {
    padding: 0 17px 34px;
    word-spacing: 1px;
}

.features-wrapper .tab-content .tab-description h3 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
    word-spacing: 2px;
}

.features-wrapper .tab-content .tab-description p {
    margin-bottom: 37px;
}

.features-wrapper .tab-content .tab-description .note {
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    padding-right: 25%;
}

.features-wrapper .tab-content .screens-holder {
    overflow: hidden;
    padding: 0 12px;
}

.features-wrapper .tab-content .screens-holder h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5481aa;
}

.features-wrapper .tab-content .screens-holder h3 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 10px;
}

.features-wrapper .tab-content .screens-holder h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 100%;
    background: #c4c4c4;
    padding-right: 9999px;
    margin-right: -9999px;
}

.features-wrapper .tab-content .screens-holder .screens-frame {
    overflow: hidden;
    margin: 0 -24px;
}

.features-wrapper .tab-content .screens-holder .screens-frame .screen {
    width: 25%;
    padding: 10px 24px;
    float: left;
}

.features-wrapper .tab-content .screens-holder .screens-frame .screen img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border: 2px solid #fff;
    box-shadow: 5px 5px 0 rgba(2, 2, 2, .14);
}

.news-wrapper {
    padding: 20px 34px;
}

.news-wrapper .back-bar {
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    text-align: right;
    padding-bottom: 19px;
}

.news-wrapper .back-bar .btn-back {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    text-align: center;
    border: 1px solid #c4c4c4;
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 287px;
}

.news-wrapper .back-bar .btn-back:hover {
    background: #f2f2f2;
    color: #575757;
}

.news-wrapper .news-holder {
    overflow: hidden;
    padding: 45px 0;
}

.news-wrapper .news-details {
    width: 70.5%;
    float: left;
}

.news-wrapper .news-details .post {
    overflow: hidden;
    margin-bottom: 29px;
}

.news-wrapper .news-details .post.list-view {
    border-bottom: 1px solid #c4c4c4;
}

.news-wrapper .news-details .post .post-headline {
    overflow: hidden;
    margin-bottom: 7px;
}

.news-wrapper .news-details .post:not(:first-child) .post-headline {
    margin-top: 30px;
}

.news-wrapper .news-details .post .post-headline h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
    overflow: hidden;
    padding: 0 27px 25px;
    word-spacing: 2px;
}

.news-wrapper .news-details .post .published-date {
    float: left;
    text-align: center;
    color: #5481aa;
    border-bottom: 1px solid #c4c4c4;
    margin: 4px 15px 0 5px;
}

.news-wrapper .news-details .post .published-date .day {
    font-size: 36px;
    line-height: 30px;
    display: block;
}

.news-wrapper .news-details .post .published-date .month {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.news-wrapper .news-details .post .description {
    overflow: hidden;
    padding: 3px 27px 3px 92px;
}

.news-wrapper .news-details .post .description .post-image {
    overflow: hidden;
    margin-bottom: 25px;
}

.news-wrapper .news-details .post .description .post-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*vertical-align: top;*/
}

.news-wrapper .news-details .post .description .sub-post {
    padding: 10px 0;
}

.news-wrapper .news-details .post .description .sub-post h3 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
}

.news-wrapper .news-details .post .description .sub-post p {
    margin-bottom: 9px;
}

.news-wrapper .news-details .discussion-form {
    overflow: hidden;
}

.news-wrapper .news-details .discussion-form .title {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.news-wrapper .news-details .discussion-form .title .icon-communication {
    color: rgba(95, 95, 95, .13);
    font-size: 92px;
    line-height: 90px;
    position: relative;
    padding-right: 18px;
}

.news-wrapper .news-details .discussion-form .title .icon-communication:after {
    content: "";
    position: absolute;
    top: 33%;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    padding-right: 9999px;
    margin-right: -9999px;
}

.news-wrapper .news-details .discussion-form .title .counter {
    position: absolute;
    top: 33%;
    left: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #5481aa;
}

.news-wrapper .news-details .discussion-form .title .counter .count {
    font-weight: bold;
}

.news-wrapper .news-details .discussion-form .comment-list li {
    overflow: hidden;
    padding: 21px 0;
}

.news-wrapper .news-details .discussion-form .comment-list li .icon-user {
    float: left;
    font-size: 71px;
    line-height: 72px;
    color: #5f5f5f;
    margin-right: 24px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column {
    overflow: hidden;
    padding: 2px;
    word-spacing: 1px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column input[type="text"] {
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    width: 100%;
    height: 62px;
    font-size: 21px;
    line-height: 26px;
    color: #959595;
    padding: 8px 20px;
    margin-bottom: 28px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column p {
    margin-bottom: 10px;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 9px 0;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title h3 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title h3 a {
    color: #575757;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title .meta {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title p {
    margin-bottom: 20px;
}

.news-wrapper .news-details .discussion-form ::-webkit-input-placeholder {
    color: #959595;
}

.news-wrapper .news-details .discussion-form ::-moz-placeholder {
    opacity: 1;
    color: #959595;
}

.news-wrapper .news-details .discussion-form :-moz-placeholder {
    color: #959595;
}

.news-wrapper .news-details .discussion-form :-ms-input-placeholder {
    color: #959595;
}

.news-wrapper .news-details .discussion-form .placeholder {
    color: #959595;
}

.news-wrapper .news-details .link-bar {
    overflow: hidden;
    padding: 8px 0 23px;
}

.news-wrapper .news-details .link-bar .btn-continue {
    float: left;
    padding: 10px 0;
}

.news-wrapper .news-details .link-bar .btn-continue a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    text-align: center;
    border: 1px solid #c4c4c4;
    padding: 15px 10px;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 287px;
}

.news-wrapper .news-details .link-bar .btn-continue a:hover {
    background: #f2f2f2;
    color: #575757;
}

.news-wrapper .news-details .link-bar .comment-view {
    float: right;
    position: relative;
    padding: 0 33px;
}

.news-wrapper .news-details .link-bar .comment-view .icon-communication {
    color: rgba(95, 95, 95, .13);
    font-size: 92px;
    line-height: 90px;
}

.news-wrapper .news-details .link-bar .comment-view .counter {
    position: absolute;
    top: 33%;
    right: 22px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    color: #5481aa;
}

.news-wrapper .news-details .link-bar .comment-view .counter .count {
    font-weight: bold;
}

.news-wrapper .search-details {
    width: 100%;
    float: left;
}

.news-wrapper .search-details .post {
    overflow: hidden;
    margin-bottom: 29px;
}

.news-wrapper .search-details .post.list-view {
    border-bottom: 1px solid #c4c4c4;
}

.news-wrapper .search-details .post .post-headline {
    overflow: hidden;
    margin-bottom: 7px;
}

.news-wrapper .search-details .post .post-headline h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
    overflow: hidden;
    padding: 3px 27px 3px 0px;
    word-spacing: 2px;
}


.news-wrapper .search-details .post .description {
    overflow: hidden;
    padding: 3px 27px 3px 0px;
}

.news-wrapper .search-details .post .description .sub-post {
    padding: 10px 0;
}

.news-wrapper .search-details .post .description .sub-post p {
    margin-bottom: 9px;
}

.news-wrapper .search-details .link-bar {
    overflow: hidden;
    padding: 8px 0 15px;
}

.news-wrapper .search-details .link-bar .btn-continue {
    float: left;
    padding: 10px 0;
}

.news-wrapper .search-details .link-bar .btn-continue a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 15px 10px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 287px;
}

.news-wrapper .search-details .link-bar .btn-continue a:hover {
    background: #f2f2f2;
    color: #575757;
}

.news-wrapper .side-column {
    float: right;
    padding: 20px 0 0 10px;
    width: 253px;
}

.news-wrapper .side-column .widget {
    overflow: hidden;
    margin-bottom: 68px;
}

.news-wrapper .side-column .widget h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5481aa;
    letter-spacing: 2px;
    word-spacing: -1px;
}

.news-wrapper .side-column .widget .link-list li {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px;
    word-spacing: 1px;
}

.news-wrapper .side-column .widget .link-list li a {
    color: #575757;
    text-decoration: none;
}

.news-wrapper .side-column .widget .link-list li a:hover {
    color: #5481aa;
}

.news-wrapper .side-column .contact-info > li {
    margin-bottom: 32px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.news-wrapper .side-column .contact-info > li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    line-height: 45px;
    color: #e6801d;
    width: 50px;
    padding: 6px 2px;
    letter-spacing: 0;
}

.news-wrapper .side-column .contact-info > li .icon.icon-phone {
    font-size: 38px;
    line-height: 38px;
}

.news-wrapper .side-column .contact-info > li .icon.icon-email {
    font-size: 30px;
    line-height: 30px;
}

.news-wrapper .side-column .contact-info > li .description {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 17px;
    letter-spacing: 0;
}

.news-wrapper .side-column .contact-info > li .description address {
    font-style: normal;
}

.news-wrapper .side-column .contact-info > li .description dl dt {
    float: left;
    width: 63px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
    text-transform: uppercase;
}

.news-wrapper .side-column .contact-info > li .description dl dd {
    margin: 0;
    overflow: hidden;
}

.news-wrapper .side-column .contact-info > li .description dl dd a {
    color: #575757;
}

.news-wrapper .side-column .contact-info > li .description .email-list li a {
    color: #575757;
    text-decoration: none;
}

.news-wrapper .side-column .contact-info > li .description .email-list li a:hover {
    color: #5481aa;
}

.news-wrapper .category {
    border-bottom: 1px solid #c4c4c4;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 10px;
}

.news-wrapper .category ul {
    text-align: justify;
    letter-spacing: 0;
}

.news-wrapper .category ul:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 100%;
}

.news-wrapper .category ul li {
    display: inline-block;
    vertical-align: top;
    padding: 9px 23px 30px;
}

.news-wrapper .category ul li a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #575757;
}

.news-wrapper .category ul li a [class^="icon-"],
.news-wrapper .category ul li a [class*=" icon-"] {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: rgba(95, 95, 95, .4);
    margin-bottom: 12px;
}

.news-wrapper .category ul li .text {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;

}

.news-wrapper .category ul li a:hover {
    color: #5481aa;
}

.news-wrapper .category ul li a:hover [class^="icon-"],
.news-wrapper .category ul li a:hover [class*=" icon-"] {
    color: #5481aa;
}

.news-wrapper .category ul li.active a {
    color: #5481aa;
}

.news-wrapper .category ul li.active a [class^="icon-"],
.news-wrapper .category ul li.active a [class*=" icon-"] {
    color: #5481aa;
}

.news-wrapper .category ul li.active a .text {
    font-weight: 600;
}


.news-wrapper .searchCat {
    border-bottom: 1px solid #c4c4c4;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 10px;
}

.news-wrapper .searchCat ul {
    text-align: justify;
    letter-spacing: 0;
}

.news-wrapper .searchCat ul:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 100%;
}

.news-wrapper .searchCat ul li {
    display: inline-block;
    vertical-align: top;
    padding: 9px 0px 30px;
}

.news-wrapper .searchCat ul li a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #575757;
}

.news-wrapper .searchCat ul li a .icon-unlimited {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: rgba(95, 95, 95, .34);
    margin-bottom: 12px;
}

.news-wrapper .searchCat ul li .text {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;

}
.news-wrapper .searchCat ul li .text span{
    color:#5481aa;
}

.news-wrapper .searchCat ul li a:hover {
    color: #5481aa;
}

.news-wrapper .searchCat ul li a:hover .icon-unlimited {
    color: #5481aa;
}

.news-wrapper .searchCat ul li.active a {
    color: #5481aa;
}

.news-wrapper .searchCat ul li.active a .icon-unlimited {
    color: #5481aa;
}

.news-wrapper .searchCat ul li.active a .text {
    font-weight: 600;
}





.pricing-wrapper {
    padding: 71px 34px;
}

.pricing-wrapper .main-price {
    overflow: hidden;
    margin-bottom: 20px;
}

.pricing-wrapper .main-price .price {
    float: left;
    text-align: center;
    padding: 9px 25px 9px 5%;
    max-width: 461px;
}

.pricing-wrapper .main-price .price .amount {
    display: block;
    padding-right: 68px;
    padding-left: 25px;
    font-size: 50px;
    line-height: 54px;
    font-weight: 300;
    color: #5481aa;
    overflow: hidden;
    margin-bottom: 18px;
}

.pricing-wrapper .main-price .price .amount .value-holder {
    display: inline-block;
    vertical-align: top;
}

.pricing-wrapper .main-price .price .amount .unit {
    display: inline-block;
    vertical-align: top;
    padding: 37px 0;
}

.pricing-wrapper .main-price .price .amount .value {
    font-size: 154px;
    line-height: 133px;
    letter-spacing: -5px;
}

.pricing-wrapper .main-price .price .amount .duration {
    display: inline-block;
    vertical-align: top;
    padding: 37px 5px;
    text-align: left;
}

.pricing-wrapper .main-price .price .description {
    display: block;
    width: 88%;
    margin: 0 auto;
    border-top: 1px solid #c4c4c4;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 14px 5px;
}

.pricing-wrapper .main-price .price .description .number {
    color: #5481aa;
}

.pricing-wrapper .main-price .pro-features {
    overflow: hidden;
    padding: 0 38px 20px 64px;
}

.pricing-wrapper .main-price .pro-features li {
    position: relative;
    font-weight: 200;
    color: #757575;
    font-size: 24px;
    line-height: 28px;
    padding: 21px 0 21px 60px;
    letter-spacing: -1px;
}

.pricing-wrapper .main-price .pro-features li strong {
    font-weight: 400;
}

.pricing-wrapper .main-price .pro-features li [class^="icon-"],
.pricing-wrapper .main-price .pro-features li [class*=" icon-"] {
    color: #e67a58;
    font-size: 40px;
    line-height: 41px;
    position: absolute;
    top: 15px;
    left: 1px;
}

.signup .col .pro-features,
.signup .col .pro-features-mobile {
    overflow: hidden;
    padding: 0 38px;
}

.signup .col .pro-features li,
.signup .col .pro-features-mobile li {
    position: relative;
    color: #e6801d;
    font-size: 25px;
    line-height: 28px;
    padding: 21px 0 21px 60px;
    letter-spacing: -1px;
}

.signup .col .pro-features li strong
.signup .col .pro-features-mobile li strong {
    font-weight: bold;
}

.signup .col .pro-features li .icon-standard,
.signup .col .pro-features-mobile li .icon-standard {
    font-size: 41px;
    line-height: 41px;
    position: absolute;
    top: 15px;
    left: 1px;
}

.pricing-wrapper .price-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.pricing-wrapper .price-list ul {
    letter-spacing: 0;
}

.pricing-wrapper .price-list li {
    width: 25%;
    padding: 40px 14px;
    display: inline-block;
    vertical-align: top;
}

.pricing-wrapper .price-list li .price {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.pricing-wrapper .price-list li .price .amount {
    display: block;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    color: #5481aa;
    overflow: hidden;
    margin-bottom: 25px;
}

.pricing-wrapper .price-list li .price .amount .value-holder {
    display: inline-block;
    vertical-align: top;
}

.pricing-wrapper .price-list li .price .amount .unit {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
}

.pricing-wrapper .price-list li .price .amount .value {
    font-size: 77px;
    line-height: 70px;
    letter-spacing: -3px;
}

.pricing-wrapper .price-list li .price .amount .duration {
    display: inline-block;
    vertical-align: top;
    padding: 15px 8px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    max-width: 110px;
}

.pricing-wrapper .price-list li .price .amount .duration .price-info {
    display: block;
}

.pricing-wrapper .price-list li .price .description {
    display: block;
    margin: 0 auto;
    border-top: 1px solid #c4c4c4;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 9px 5px;
    letter-spacing: -1px;
}

.pricing-wrapper .price-list li .price .description .number {
    color: #5481aa;
}

.pricing-wrapper .pricing-faq {
    padding: 23px 0;
}

.pricing-wrapper .pricing-faq .block {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.pricing-wrapper .pricing-faq .block:last-child {
    border-bottom: none;
}

.pricing-wrapper .pricing-faq .block .col {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    overflow: hidden;
}

.pricing-wrapper .pricing-faq .block h2 {
    margin: 0;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    word-spacing: 2px;
    padding: 0 7.6%;
    color: #5481aa;
}

.pricing-wrapper .pricing-faq .block p {
    margin-bottom: 6px;
}

.styles-wrapper {
    padding: 67px 34px 49px;
}

.styles-wrapper .info-styles {
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 66px;
}

.styles-wrapper .info-styles .image-holder {
    display: inline-block;
    vertical-align: bottom;
    width: 58.4%;
    margin-right: -4px;
}

.styles-wrapper .info-styles .image-holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.styles-wrapper .info-styles .description {
    display: inline-block;
    vertical-align: top;
    padding: 44px 20px;
    width: 40%;
    margin-right: -4px;
}

.styles-wrapper .info-styles .description h2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
}

.styles-wrapper .info-styles .description p {
    margin-bottom: 39px;
}

.styles-wrapper .info-styles .description .btn {
    display: block;
    padding-right: 16%;
}

.styles-wrapper .info-styles .description .btn a {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #5481aa;
    background: #5481aa;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 18px 10px;
    text-decoration: none;
}

.styles-wrapper .info-styles .description .btn a:hover {
    background: #369;
}

.styles-wrapper .info-pages .description {
    display: inline-block;
    vertical-align: top;
    padding: 44px 20px;
    width: 100%;
    margin-right: -4px;
}

.styles-wrapper .info-pages .description h2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
}

.styles-wrapper .info-pages .description p {
    margin-bottom: 39px;
}

.styles-wrapper .info-pages .description .btn {
    display: block;
    padding-right: 16%;
}

.styles-wrapper .info-pages .description .btn a {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #5481aa;
    background: #5481aa;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 18px 10px;
    text-decoration: none;
}

.styles-wrapper .info-pages .description .btn a:hover {
    background: #369;
}

.styles-wrapper .info-pages .signup {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 44px;
    width: 100%;
    margin-right: -4px;
}

.styles-wrapper .info-pages .signup h2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #5481aa;
}

.styles-wrapper .info-pages .signup p {
    margin-bottom: 39px;
}

.styles-wrapper .info-pages .signup select,
.styles-wrapper .info-pages .signup input.fullPage {width:35%; border:1px solid #c4c4c4; padding:12px 7px;}

.styles-wrapper .style-lists {
    padding: 16px 0;
    margin-bottom: 47px;
    overflow: hidden;
}

.styles-wrapper .style-lists li {
    overflow: hidden;
    padding: 9px 5.8%;
}

.styles-wrapper .style-lists li .icon-thumb {
    float: left;
    font-size: 86px;
    line-height: 86px;
    color: #5f5f5f;
    margin-right: 27px;
}

.styles-wrapper .style-lists li .description {
    overflow: hidden;
    padding: 19px 15px;
}

.styles-wrapper .style-lists li .description h3 {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    color: #5481aa;
}

.styles-wrapper .style-lists li .description p {
    margin-bottom: 11px;
}

.styles-wrapper .full-width-block {
    padding: 40px 0;
}

.styles-wrapper .full-width-block .logo-kfsc {
    margin: 0 auto 40px;
    width: 144px;
    height: 84px;
}

.styles-wrapper .full-width-block .logo-kfsc img {
    display: block;
}

.styles-wrapper .full-width-block blockquote {
    margin: 0;
    padding: 0 9%;
    text-align: center;
}

.styles-wrapper .full-width-block blockquote q {
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    font-style: italic;
    display: block;
    margin-bottom: 31px;
}

.styles-wrapper .full-width-block blockquote q:before {
    content: "“";
}

.styles-wrapper .full-width-block blockquote q:after {
    content: "”";
}

.styles-wrapper .full-width-block blockquote cite {
    display: block;
    padding: 20px;
}

.styles-wrapper .full-width-block blockquote cite strong {
    display: block;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.styles-wrapper .full-width-block blockquote cite em {
    display: block;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    font-style: italic;
}

.styles-wrapper .three-columns {
    overflow: hidden;
    padding: 49px 0;
}

.styles-wrapper .three-columns .col {
    width: 33.33%;
    float: left;
    padding: 30px 48px;
}

.styles-wrapper .three-columns .logo-kfsc {
    margin: 0 auto;
    width: 144px;
    height: 84px;
}

.styles-wrapper .three-columns .logo-kfsc img {
    display: block;
}

.styles-wrapper .three-columns blockquote {
    margin: 0;
    padding: 0 2%;
    text-align: center;
}

.styles-wrapper .three-columns blockquote q {
    font-size: 15px;
    line-height: 32px;
    display: block;
    margin-bottom: 13px;
}

.styles-wrapper .three-columns blockquote q:before {
    content: "“";
}

.styles-wrapper .three-columns blockquote q:after {
    content: "”";
}

.styles-wrapper .three-columns blockquote cite {
    display: block;
    padding: 20px;
}

.styles-wrapper .three-columns blockquote cite strong {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.styles-wrapper .three-columns blockquote cite em {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    font-style: italic;
}

/*Maintenance Page Style */

.information {
    background-color: #F1F5F9;
    border: 1px solid #c6d9e5;
    padding: 15px 37px 10px 37px;
    margin: 50px 0;
    border-radius: 5px;
}
.information p {
    margin-bottom: 0;
    line-height: 20px;
}
.information .row {
    border-bottom: 1px solid #CAD8E4;
    padding: 15px 0;
}
.information .row:last-child {
    border: 0;
}
.information .left-col {
    font-weight: bold;
}
.information .left-col strong {
    color: #3c3c3c;
}
.information .left-col, .information .right-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.maintenance-holder {
    padding-top: 67px;
    padding-bottom: 67px;
}
.maintenance {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #c6d9e5;
    padding: 7% 8%;
    width: 100%;
}
.maintenance strong {
    color: #3c3c3c;
}

/* Signup Confirmation styles */}

.signup #complete_signup h2.get_started {
    font-size:39px;
    color:#5481aa;
}

.signup #complete_signup .col-thnks {
    margin: 0 auto;
    width: 60%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.signup #complete_signup .col-thnks h2 {
    margin: 22px 0;
    color: #363636;
    font-size: 50px;
    font-weight: 800;
}

.signup #complete_signup .col-thnks h3.welcome {
    padding-top: 15px;
    font-size: 21px;
    color: #363636;
}

.signup #complete_signup .col-thnks p {
    font-size: 14px;
    line-height: 37px;
}

.signup #complete_signup .col-thnks p strong {
    color: #363636;
}

.signup #complete_signup .col-thnks p a {
    color: #1381d0;
    text-decoration: underline;
}

/*
.signup #complete_signup .col-thnks ul.account-info {
	margin: 0 auto;
	padding: 0;
	width: 75%;
	list-style-type: none;
}
.signup #complete_signup .col-thnks ul.account-info li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
.signup #complete_signup .col-thnks ul.account-info li span.header {
	display: inline-block;
	padding-right: 15px;
	width: 50%;
	text-align: right;
	color: #1381d0;
}
.signup #complete_signup .col-thnks .account_results .btn-wrap {
	margin: 70px auto 0 auto;
	width: 50%
}
.signup #complete_signup .col-thnks .btn-wrap .btn-account {
	display: block;
	padding: 23px 55px;
	background-color: #1381d0;
	color: #fff;
	text-decoration: none;
	text-align:center;
	border-radius: 5px;
}
*/
#complete_signup .col-thnks #request_message a.account-link {
    color: #5d5d5d;
}

.signup #complete_signup .col #request_message,
.signup #complete_signup .col-thnks #request_message {
    font-size:14px;
    font-style:italic;
    line-height:28px;
}
.signup .col iframe {
    width:100%;
    border:1px solid#ccc;
    border-radius:12px;
}

.signup .col a.guide {
    font-size:22px;
    text-decoration:underline;
    padding:0 60px;
}
/* End signup confirmation styles */


/* Login Page styles */

.styles-wrapper.login {
    padding-top: 27px;
}
.login-page {
    text-align: center;
}
.login-page h1 {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 10px;
}
.login-page p {
    color: #7e8890;
    font-size: 18px;
    margin-bottom: 40px;
}
.login-page button {
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #4aae78;
    text-transform:uppercase;
    width: 30%;
    padding: 24px 20px;
    border:0;
    margin-top: 37px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
}

.login-page button[disabled],
.login-page button[disabled]:hover {
    background-color: #ddd;
    cursor: not-allowed;
    transition: all 0.2s ease 0s;
}
.login-page button:hover {
    background: #4C9E72;
}
.login-page input[type="text"], .login-page input[type="tel"], .login-page input[type="email"], .login-page input[type="url"], .login-page input[type="password"], .login-page input[type="search"], .login-page textarea {
    border: 1px solid #eaeaea;
    margin: 0;
    padding: 12px 7px;
    width: 30%;
    border-radius:4px;
    background-color: #FAFAFA;
    height: 60px;
}
.login-page .notification {
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    min-height: 70px;
    padding: 2.3% 30px 2.3% 110px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px;
    color: #3a3a3a;
    font-size: 15px;
}
.login-page .notification p {
    color: #3a3a3a;
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 5px 30px 0 115px;
}
.login-page .notification .icon-alert {
    background-color: #f05a5c;
    color: #fff;
    height: 100%;
    padding: 0 25px;
    font-size: 35px;
    line-height: 77px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.login-page .notification a {
    color: #f05a5c;
    font-weight: bold;
    font-size: 15px;
}
.login-page .form-footer {
    border-top: 1px solid #eaeaea;
    margin-top: 75px;
    padding-top: 75px;
}
.login-page .form-footer p {
    color: #3a3a3a;
}
.login-page .form-footer a {
    color: #4aae78;
    font-weight: 900;
}

/* End Login Page styles */



/* Start COVID-19 Resources Page styles */
.covid-resources .content-block {
    margin: 35px auto 75px;
    max-width: 1200px;
    padding: 0 25px;
}

@media only screen and (min-width: 768px) {
    .covid-resources .content-block {
        margin-top: 75px;
        padding: 0 47px;
    }
}

.covid-resources .btn-wrap a {
    display: inline-block;
    text-align: center;
    background: #3a81c9;
    color: #fff;
    padding: 20px 5%;
    width: 100%;
    max-width: 305px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.covid-resources .btn-wrap a:hover {
    background-color: #2f70b2;

}



/* End COVID-19 Resources Page styles */


/* Start Testimonials Page styles */

.testimonials .mini-video {
    display: block;
    height: 120px;
    width: 120px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.testimonials .arrow-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #5481AA;
    position: absolute;
    transform: translateX(-30%) translateY(75%);
}
.testimonials .play-btn {
    width: 100%;
    height: 100%;
    display: block;
}
.testimonials .hide-video {
    background-color: #000;
    visibility: hidden;
}
.testimonials .hide {
    background-color: #000;
}
#testimonial-video.testimonial-page {
    display: none;
}

.testimonials .inner-section {
    padding-top: 50px;
}

.testimonials .styles-wrapper {
    padding-top: 0px;
}

/* End Testimonials Page styles */


/* No Results Page Style */

.no-results-wrapper {
    padding: 67px 34px 49px;
}
.no-results-wrapper .img-holder {
    width: 300px;
    margin: 0 auto 40px;
}

.no-results-wrapper p {
    text-align: center;
}
/* End No Results Page Style */



/* Zendesk Web Portal styles */
#page > div {
    margin-top:80px; /* Take into account sticky navbar by pushing content down below it */
    margin-bottom:40px;
}

#top { display:none; }

#page > #header .holder > a:first-child { display:none; }
#page > #header .holder .nav-wrapper .nav-container .ad-nav .search { display:none; }
#page .login { font-size: inherit !important; }

#page .button {
    background: none repeat scroll 0 0 #5481aa;
    border-color: #5481aa;
    color: #fff;
    font-weight: bold;
    font-size:1rem;

}

#page *, #page *:before, #page *:after {
    box-sizing:content-box;
    line-height:normal;
}

#mini-menu {
    margin-bottom:25px;
}

li.articles {
    line-height: 1.231;
}
/* End Zendesk Web Portal styles */

/* Fancybox styles */

div.fancybox-wrap.fancybox-mobile.fancybox-type-inline.fancybox-opened {
    /* Some of Zopim's iframes injected towards the bottom of the DOM have
	 * z-index values of 999999 and sits invisibly atop the Fancybox modal on iOS
	 * (seems on iOS, top:-9999px doesn't sit outside the viewport and instead bumps against the top of the page,
	 * thus effectively blocking input even though invisible) */
    z-index: 999999;
}

#login-pop h1 {
    margin-bottom: 5px;
    color: #7ea5c8;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-size:28px;66
}

#login-pop h1 img {
    display: inline-block;
    vertical-align: middle;
    height:47px;
}

#login-pop label { display:block; }

#login-pop input {
    float:left;
    width:65% !important;
    padding: 6px 10px !important;
}

#login-pop button {
    font-weight: bold;
    background: #5481aa;
    color: #fff;
    border: 1px solid #5481aa;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    float:right;
    transition: all 0.2s ease 0s;
}

#login-pop button[disabled],
#login-pop button[disabled]:hover {
    border-color: #ddd;
    background-color: #ddd;
    cursor: not-allowed;
    transition: all 0.2s ease 0s;
}

#login-pop button:hover { background: #369; }


.open1:hover {
    background: #CC6703;
    border: 1px solid#CC6703;
    text-decoration: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    margin: 0;
    padding: 12px 7px;
    width: 80%;
}
label.error {
    color: red!important;
    font-size: 13px;
    font-style: italic;
    width: 75%;
    display: block;
}
.info-pages .signup .col {
    float:left;
    width:50%;
}
#agegate-feedback {
    margin-bottom:1ex;
    width:100%;
}

.open1 {
    background: none repeat scroll 0 0 #e5801c;
    border: 1px solid #e5801c;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    padding: 18px 20px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}
.open2 {
    background: none repeat scroll 0 0 #ff9b1d;
    border: 1px solid #ff9b1d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 18px 20px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 40%;
}
.submit-finish {
    background: none repeat scroll 0 0 #ff9b1d;
    border: 1px solid #ff9b1d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 18px 20px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}
hr {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    height: 0;
    width: 100%;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid#c4c4c4;
}
.signup_pages label.radio { font-size: 13px; margin: 5px 10px 5px 0; }
div.radio {margin-right: 5px;}
div.radio input {opacity:1!important;}

.fancybox-opened .fancybox-skin {
    background: #fff;
}

.inner-section .blu {
    background:#148bd5 no-repeat;
}

.blog-cards {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.blog-cards .blog-card {
    margin-bottom: 55px;
    border: 2px solid #f9f9f9;
    border-radius: 10px;
    width: 95%;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .blog-cards .blog-card {
        width: 45%;
    }
}

@media only screen and (min-width: 1024px) {
    .blog-cards .blog-card {
        width: 30%;
    }
}

.blog-cards .blog-card .blog-card-image {
    padding-top: 10px;
    width: 100%
}

.blog-cards .blog-card .blog-card-image img {
    width: 100%;
    height: auto;
}

.blog-cards .blog-card-description {
    padding: 30px;
}

.blog-card-description h2 {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.blog-card-description span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
}

a.blog-card .blog-card-description {
    color: #575757;
}

a.blog-card:hover,
a.blog-card:hover h2,
a.blog-card:hover span,
a.blog-card:hover p {
    text-decoration: none !important;
}

.blog-wrapper .blog-details {
    max-width:700px;
    margin:0 auto;
    float:none;
    width:100%;
}

.read-time {
    display: inline-block !important;
    margin-bottom: 20px;
    font-size: 13px !important;
    color: #000;
    font-style: italic;
    font-weight: 600;
}

.read-time:before {
    content: '';
    margin-right: 10px;
    position: relative;
    top: -2px;
    background:url("/images/read-time-icon.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.read-time.lighter {
    color: #575757 !important;
}

.read-time.lighter:before {
    background:url("/images/read-time-icon-lighter.svg") no-repeat center center;
}

.read-time:after {
    content: ' read';
}

.read-time.no-after:after {
    content: '' !important;
}

.blog_pag {
    margin-top:30px;
}

.blog_pag a {
    display:inline-block;
    font-size:15px;
    line-height:18px;
    text-transform:uppercase;
    color:#575757;
    border:1px solid #EAEAEA;
    background:#fff;
    border-radius:4px;
    text-align:center;
    padding:22px 0px;
    text-decoration:none;
    font-weight:600;
}

.blog_pag a.all-blog {
    width:100%;
}

.blog-wrapper img.blog-logo {
    display:block;
    margin:0 auto 12px auto;
}


.blog-description {
    border:1px solid #eaeaea;
    margin:54px 0 62px 0;
    padding-top:20px;
    padding-bottom:67px;
}

.blog-description .post-image img.banner {
    width:100%;
    height:auto;
}

.blog-description section.sub-post {
    max-width:580px;
    margin:0 auto;
    width:100%;
}

.blog-description section.sub-post p {
    font-family: 'Lato', sans-serif;
    font-size:15px;
    color:#575757;
    line-height:34px;
}

.blog-description p.blog-date {
    font-size:14px!important;
    color:#363636;
    font-style:italic;
    padding-top:8px;
}

.blog-description h2.blog-title {
    font-family: 'Lato', sans-serif;
    font-size:25px;
    font-weight: 700;
    color:#363636;
    padding-top:12px;
}

span.blog-more {
    font-family: 'Lato', sans-serif;
}

.blog-description h2.blog-title a {
    color:#363636;
}

.blog-description h2.full {
    font-size:33px;
    margin-bottom:12px;
}

.cntr .blog-description h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-description ul.recent-changes li a {
    color: #575757;
    text-decoration: underline;
}

span.blog-more a {
    font-size:15px;
    font-weight:700;
    color:#363636!important;
    padding-top:20px;
    display:block;
}

section .cntr {
    text-align:center;
    padding-top:80px;
}

.blog-description section img {
    max-width:580px;
    width:100%;
    height:auto;
}

ul.ios-droid {
    list-style-type:none;
    padding:0;
}

ul.ios-droid li {
    display:inline-block;
    max-width:280px;
    width:100%;
}

/*homepage cards */

.latest-features-wrap {
    margin: 0 auto;
}
.latest-features-wrap.intro-block {
    padding-top: 0;
}

.latest-features-wrap .content {
    padding: 50px 15px 100px;
    text-align: center;
}

.latest-features-wrap .content h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 900;
    color: #3a3a3a;
}

.latest-features-wrap .content p {
    margin: 0 auto;
    max-width: 800px;
}

.icp-features-wrap {
    display: flex;
    margin: 80px auto 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
    text-align: center;
    max-width: 1340px;
}

.icp-features-wrap .icp-feat {
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}

.icp-feat-content {
    padding-bottom: 25px;
    border-radius: 30px;
    border: 7px solid #ededed;
    overflow: hidden;
    transition: .4s transform ease-in-out;
}

.icp-feat-content img {
    width: 100%;
    height: auto;
}

.icp-feat-content h3 {
    margin: 15px 0 5px;
    color: #3a3a3a;
    font-weight: 900;
    font-size: 22px;
}

.icp-feat-content span {
    font-size: 15px;
    color: #b5b5b5;
    text-transform: uppercase;
}

ul.latest-features {
    display: flex;
    margin: 80px auto 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
    text-align: center;
}

ul.latest-features li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
    overflow: hidden;
    border: 7px solid #EDEDED;
    border-radius: 30px;
}

ul.latest-features li img {
    width: 100%;
    height: auto;
}

ul.latest-features li h3 {
    margin: 15px 0 5px;
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 900;
}

ul.latest-features li span {
    font-size: 15px;
    color: #B5B5B5;
    text-transform: uppercase;
}

ul.latest-features li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.latest-features li a:hover {
    text-decoration: none;
}

.download-icon-wrap {
    margin: 0 auto;
    max-width: 200px;
    max-height: 125px;
}

.blog-less-padding {
    padding-top: 80px;
}

.blog-banner {
    background: #1C7BCD;
}

.blog-banner .wrapper {
    padding: 15px;
    color: #fff;
    text-align: center;
}

.blog-banner .wrapper p {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.blog-banner .wrapper p a {
    color: yellow;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}

.icp-blog-header h1 {
    margin: 45px 0;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
}

.blog-nav {
    margin: 50px auto 0;
    max-width: 1200px;
}

ul.list-blog-nav {
    margin: 0;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
}

ul.list-blog-nav li {
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    font-size: 21px;
    color: #000;
    font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 768px) {
    .icp-blog-header h1 {
        font-size: 40px;
    }

    ul.list-blog-nav {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    ul.list-blog-nav li {
        margin-right: 50px;
        margin-bottom: 0;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    ul.list-blog-nav li {
        margin-right: 82px;
        font-size: 21px;
    }
}

ul.list-blog-nav li:last-child {
    margin-right: 0;
}

ul.list-blog-nav li a {
    color: #000;
    z-index: 1;
}

ul.list-blog-nav li a:hover {
    text-decoration: none;
}

ul.list-blog-nav li a span {
    display: block;
    padding-bottom: 6px;
}

.hvr-underline-from-center.active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center.mixitup-control-active:before {
    left: 0;
    right: 0;
}

.search-input-wrap {
    margin: 50px auto 0;
    max-width: 700px;
    text-align: center;
}

.onboarding-wrap h1.header {
    margin: 100px 0 20px;
    font-family: 'Lato', sans-serif;
    color: #2098D1;
    font-weight: 600;
    font-size: 40px;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #2098D1;
    line-height: 0.1em;
}

.onboarding-wrap h2.child-header {
    margin: 90px 0 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

.onboarding-wrap h1.header span {
    background: #fff;
    padding: 0 10px;
}

.onboarding-wrap .play-btn {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .cv-inner-wrap {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 0;
        right: 0;
        padding: 0;
        text-align: center;
        transform: translateY(-50%);
    }

    .cv-header-wrap {
        height: 100px;
    }

    .cv-inner-wrap .cv-image-wrap {
        vertical-align: top;
    }

    .cv-content-wrap {
        display: inline-block;
        margin-left: 10px;
        max-width: none;
        text-align: left;
        vertical-align: top;
    }

    .cv-content-wrap h2,
    .cv-content-wrap p {
        margin: 0;
    }

    .latest-features-wrap .content h2 {
        font-size: 42px;
    }

    .icp-features-wrap .icp-feat {
        display: inline-block;
        width: 45%;
    }

    .icp-features-wrap .icp-feat.appt {
        width: 100%;
    }

    .icp-features-wrap .icp-feat.appt .icp-feat-content {
        margin: 0 auto;
        width: 45%;
    }

    ul.latest-features {
        list-style-type: none;
        text-align: center;
        max-width: 1340px;
    }

    ul.latest-features.downloads {
        max-width: 950px;
    }

    ul.latest-features li {
        display: inline-block;
        width: 45%;
    }
}

@media only screen and (min-width: 769px) {
    .display-none-md-up {
        display: none;
    }

    #nav ul li.has-dropdown {
        position: relative;
    }

    #nav ul li.has-dropdown ul.dropdown-menu {
        display: none;
    }

    #nav ul li.has-dropdown:hover {
        cursor: pointer;
    }

    #nav ul li.has-dropdown:hover ul.dropdown-menu {
        display: block;
        position:absolute;
        top: 125%;
        left: 0;
        margin-top: 0;
        min-width: 200px;
        float: left;
        padding: 5px 0;
        text-align: left;
        list-style: none;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        z-index: 1000;
    }

    #nav ul li.has-dropdown:hover ul.dropdown-menu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 8px 9px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -7px;
        left: 25px;
    }

    #nav ul li.has-dropdown:hover ul.dropdown-menu li {
        display: block;
    }

    #nav ul li.has-dropdown:hover ul.dropdown-menu li a {
        color: #575757;
    }

    #nav ul li.has-dropdown:hover ul.dropdown-menu li a:hover {
        color: #3490DB;
    }

    .video-on-scr #header.has-cv-header {
        position: absolute;
        top: 101px;
    }

    section.banner .banner-content .image-wrap img {
        width: 85%;
        height: auto;
    }

    section.industry-banner .banner-content .image-wrap img {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    section.banner .banner-content {
        padding: 160px 0 70px;
    }

    section.industry-banner .banner-content {
        display: flex;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 0;
        text-align: left;
    }

    section.industry-banner .banner-content h1 {
        padding-left: 0;
    }

    section.industry-banner .banner-content .image-wrap {
        width: 50%;
        margin-bottom: 0;
    }

    section.industry-banner .banner-content .image-wrap img {
        width: 85%
    }
}

@media only screen and (min-width: 1366px) {
    .icp-features-wrap .icp-feat {
        width: 29%;
    }

    .icp-features-wrap .icp-feat.appt {
        width: 100%;
    }

    .icp-features-wrap .icp-feat.appt .icp-feat-content {
        margin: 0 auto;
        max-width: 29%;
    }


    .icp-feat-content {
        border-radius: 0;
        border: none;
        background: #f9f9f9;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .icp-feat-content img {
        padding: 0;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .icp-feat-content:hover {
        transform: none;
    }
    .hvr-underline-from-center {
        transform: none !important;
    }

    .hvr-underline-from-center {
        display: block !important;
        vertical-align: baseline !important;
        z-index: 9999;
    }
    .hvr-underline-from-center.live:before {
        background: #472fa5;
    }

    .hvr-underline-from-center.pos:before {
        background: #75c266;
    }

    .hvr-underline-from-center.cp:before {
        background: #C04FCF;
    }

    .hvr-underline-from-center.branded-app:before {
        background: #AC1E72;
    }

    .hvr-underline-from-center.payments:before {
        background: #20C4EF;
    }

    .hvr-underline-from-center.kiosk:before {
        background: #53D592;
    }

    .hvr-underline-from-center.workflow:before {
        background: #14426A;
    }

    .hvr-underline-from-center.app:before {
        background: #296ED3;
    }

    .hvr-underline-from-center.calendar:before {
        background: #EC8224;
    }

    .hvr-underline-from-center.skills:before {
        background: #BC4DD7;
    }

    .hvr-underline-from-center.attendance:before {
        background: #0462A6;
    }

    .hvr-underline-from-center.dashboard:before {
        background: #70BE62;
    }

    .hvr-underline-from-center.makeups:before {
        background: #3A3CDE;
    }

    .icp-feat-content.landing:hover {
        transform: scale(1.025) rotate(0.02deg);
        transition: .4s transform ease-in-out;
    }

    .icp-feat-content a:hover {
        text-decoration: none;
    }

    ul.latest-features li {
        width: 31%;
    }

    ul.latest-features.downloads li {
        width: 26%;
    }

    .cv-header-wrap {
        height: 70px;
    }

    .cv-content-wrap,
    .cv-inner-wrap .cv-image-wrap {
        vertical-align: middle;
    }

    .cv-inner-wrap h2 {
        display: inline-block;
        font-size: 16px;
    }

    .cv-content-wrap p {
        display: inline-block;
    }

    .video-on-scr #header.has-cv-header {
        top: 71px;
    }

}

@media only screen and (min-width: 1200px) {

    section.banner .banner-content {
        text-align: left;
    }


    section.banner .banner-content .image-wrap {
        margin-bottom: 0;
        width: 50%;
    }

    section.banner .header-wrap h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .icp-feat-content h3 {
        font-size: 25px;
    }


    ul.latest-features li h3 {
        font-size: 25px;
    }

    ul.latest-features.downloads li h3 {
        font-size: 15px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-bottom ul.contact-info,
    .footer-bottom ul.footer-nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        float: none;
        min-width: none;
        max-width: none;
    }

    .footer-bottom ul.contact-info > li,
    .footer-bottom ul.footer-nav > li {
        width: 33%;
        overflow: visible;
    }

    .footer-bottom ul.contact-info li .description {
        padding: 0;
        width: auto;
    }

    .footer-bottom ul.contact-info li .description dl {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .tel-link {
        pointer-events: none;
    }

    .banner video {
        display: block;
        height: 100%;
        width: 100%;
        z-index: -1;
        object-fit: cover;
        transition: opacity .3s ease;
    }

    .banner .videoContent {
        position:absolute;
        /*top:40%;*/
        top:20%;
        text-align:center;
        z-index:100;
        left:0;
        right:0;
    }

    .banner .videoContent h1 {
        color:#fff;
        /*font-size:54px;
		margin-bottom:30px;*/
        font-size:38px;
        margin-bottom:15px;
        font-weight:300;
    }

    .banner .videoContent h2 {
        color:#fff;
        font-style:italic;
        /*font-size:22px;*/
        font-size:20px;
        font-weight:200;
    }

    .banner .videoContent a.start {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        background: #E5801C;
        text-align: center;
        padding: 20px 110px;
        text-decoration: none;
        cursor:pointer!important;
        margin:30px 0;
        text-transform:uppercase;
    }

    .banner .videoContent a.start:hover {
        background:#CC6703;
    }

    .testimonials  .banner {
        max-height: 750px;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .inner-section .heading img {
        width: 100%;
        height: auto;
    }


}
@media only screen and (min-width:1025px) and (max-width: 1300px) {
    .testimonials  .banner .videoContent {
        margin-top: 25%;
        transform: translateY(-25%);
        top: 0;
    }
}


@media only screen and (max-width: 1300px) {
    .ad-nav {
        padding:8px 0;
    }

    .ad-nav li {
        padding: 0 23px;
    }
}

@media only screen and (min-width: 1300px) {
    .testimonials  .banner .videoContent {
        top: 42%;
    }
}

@media only screen and (max-width: 1200px) {
    #nav li {
        padding: 5px 9px;
    }

    .ad-nav li {
        padding: 0 15px;
    }

    .banner h1 {
        padding: 0 20px;
    }

    .banner .product-holder {
        padding: 0 20px;
    }

    .intro-block .intro-frame .description {
        width: 60%;
    }

    .pricing-block .price {
        width: 45%;
    }

    #footer .app-block .app-list li {
        padding: 10px 5%;
    }

    .news-wrapper .side-column .contact-info > li .description {
        width: 76%;
    }

    .pricing-wrapper .main-price .price .description {
        font-size: 22px;
        line-height: 26px;
    }

    .pricing-wrapper .price-list li .price .amount .value {
        font-size: 50px;
    }

    .pricing-wrapper .price-list li .price .description {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .clients-block.home {
        padding: 0;
        width:100%;
        text-align:center;
    }

    .clients-block.home .client-list li {
        padding:0 7px 3px 0;
        max-width: 237px;
    }

}

@media only screen and (max-width: 1023px) {
    .intro-block .class-group li {
        width:90%;
    }

    #nav li {
        font-size: 11px;
        padding: 5px 6px;
    }

}
@media only screen and (min-width:768px) and (max-width: 1023px) {
    .testimonials .banner .videoContent {
        top: 275px;
    }
}
@media only screen and (min-width: 840px) and (max-width: 1023px) {
    .inner-section .heading img,
    .inner-section .athletic img {
        width: 100%;
    }
}

@media only screen and (max-width: 1025px) {

    .intro-block {
        max-height:630px;
        overflow:hidden;
    }

    .intro-block .introContent h2 {
        font-size:35px;
        color:#393b40;
        font-weight:300;
    }

    .price-more {
        display: block;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        color: #575757;
        border: 1px solid #c4c4c4;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
        width:75%;
    }

    .ad-nav li {
        padding: 0 4px;
        font-size: 12px;
    }

    .top-overlay .holder {
        padding: 0 10px !important;
    }

    .top-overlay .search-form input[type="search"] {
        width: 150px;
    }

    .top-overlay .app-list li {
        padding-right: 40px;
    }

    .banner video {
        display:none;
    }



    .banner .signupBg {
        background:url("/images/bg_placeholder.jpg") no-repeat center center;
        background-size:cover;
        display:block;
        width:100%;
        height:auto;
        min-height:650px;
    }

    .banner .videoContent {
        position:absolute;
        /* top:3%; */
        top:115px;
        text-align:center;
        z-index:100;
        left:0;
        right:0;
    }

    .banner .videoContent h1 {
        color:#fff;
        /* font-size:54px;
		margin-bottom:30px; */
        margin-bottom:15px;
        font-size:38px;
        font-weight:300;
    }

    .banner .videoContent h2 {
        color:#fff;
        font-style:italic;
        font-size:22px;
        font-weight:200;
    }

    .banner .videoContent a.start {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        border: 1px solid #E5801C;
        background: #E5801C;
        text-align: center;
        padding: 20px 110px;
        text-decoration: none;
        cursor:pointer!important;
        margin:30px 0;
    }

    .testimonials .banner .signupBg {
        background: url("/images/testimonial_bg_placeholder.jpg") no-repeat center center;
        position: relative;
    }

    /*.banner h1 {
		font-size: 40px;
		line-height: 44px;
	}*/

    .intro-block .intro-frame .description {
        width: 100%;
    }

    .intro-block .button-group li {
        width: 50%;
    }

    .registration-block .holder {
        min-height: 250px;
    }

    .registration-block .image-holder {
        width: 60%;
    }

    .attendance-block .holder {
        min-height: 250px;
    }

    .attendance-block .image-holder {
        width: 47%;
    }

    .messaging-block .holder {
        min-height: 250px;
    }

    .messaging-block .image-holder {
        width: 50%;
    }

    .pricing-block .price {
        padding: 0;
        margin-right: 20px;
    }

    .pricing-block .price .amount {
        margin-bottom: 28px;
        font-size: 35px;
        line-height: 38px;
    }

    .pricing-block .price .amount .value {
        font-size: 109px;
        line-height: 109px;
    }

    .pricing-block .price .amount .duration .price-info {
        font-size: 11px;
        line-height: 14px;
    }

    #footer .app-block .app-list {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .app-block .social-networks {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .footer-nav {
        padding: 0;
    }

    .footer-nav > li {
        padding: 0 5px;
    }

    .inner-section .download-wrapper {
        padding: 41px 15px;
    }

    .inner-section .downloads-block .download-list {
        margin: 0 -10px;
    }

    .inner-section .downloads-block .download-list li {
        padding: 0 10px 10px;
    }

    .inner-section .event-wrapper {
        padding: 77px 15px 49px;
    }

    .inner-section .event-wrapper .event-info .image-holder {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .inner-section .event-wrapper .event-info .description {
        width: 100%;
        display: block;
        text-align: center;
    }

    .inner-section .event-wrapper .event-info .description .btn-more,
    .inner-section .event-wrapper .event-info .description .event-btn-more {
        padding: 0 20%;
    }

    .inner-section .events-block .event-list {
        margin: 0 -10px;
    }

    .inner-section .events-block .event-list li {
        width: 50%;
        padding: 0 10px 10px;
    }

    .inner-section .invitation-bar .left-column {
        width: 59%;
    }

    .inner-section .invitation-bar .left-column h2 {
        width: 37%;
    }

    .inner-section .invitation-bar .left-column .description {
        width: 60%;
    }

    .faqs-wrapper {
        padding: 15px 20px;
    }

    .faqs-wrapper .subnav-holder ul li {
        font-size: 10px;
        line-height: 14px;
        padding: 20px 10px;
    }

    .features-wrapper {
        padding: 25px 10px;
    }

    .features-wrapper .tab-content .tab-description .note {
        padding-right: 10%;
    }

    .features-wrapper .tab-content .screens-holder .screens-frame .screen {
        width: 33.33%;
    }

    .news-wrapper {
        padding: 20px;
    }

    .news-wrapper .news-details {
        width: 65%;
    }

    .news-wrapper .news-details .post .post-headline h2 {
        font-size: 22px;
        line-height: 26px;
        padding: 3px 20px;
    }

    .news-wrapper .news-details .post .published-date {
        min-width: 38px;
        width: auto;
        padding-bottom: 7px;
    }

    .news-wrapper .news-details .post .published-date .day {
        font-size: 28px;
        line-height: 28px;
    }

    .news-wrapper .news-details .post .published-date .month {
        font-size: 14px;
        line-height: 16px;
    }

    .news-wrapper .news-details .post .description {
        padding: 3px 0;
    }

    .news-wrapper .news-details .discussion-form {
        padding-right: 20px;
    }

    .news-wrapper .search-details {
        width: 90%;
    }

    .news-wrapper .search-details .post .post-headline h2 {
        font-size: 22px;
        line-height: 26px;
        padding: 3px 20px 3px 0px;
    }

    .news-wrapper .search-details .post .description {
        padding: 3px 0;
    }

    .news-wrapper .side-column {
        padding-left: 0;
        width: 230px;
    }

    .news-wrapper .side-column .contact-info > li .icon {
        display: block;
        width: auto;
        padding: 0 0 10px;
    }

    .news-wrapper .side-column .contact-info > li .description {
        display: block;
        width: 100%;
        padding: 0;
    }

    .news-wrapper .category ul li {
        padding: 9px 10px 30px;
    }

    .news-wrapper .category ul li a .text {
        font-size: 11px;
        line-height: 15px;
    }

    .pricing-wrapper {
        padding: 67px 18px;
    }

    .pricing-wrapper .main-price .price {
        padding: 0;
        margin-right: 20px;
        max-width: 325px;
    }

    .pricing-wrapper .main-price .price .amount {
        margin-bottom: 5px;
        font-size: 35px;
        line-height: 38px;
    }

    .pricing-wrapper .main-price .price .amount .value {
        font-size: 109px;
        line-height: 109px;
    }

    .pricing-wrapper .price-list li {
        width: 50%;
        padding: 25px 14px;
    }

    .pricing-wrapper .price-list li .price {
        padding: 0;
        margin-right: 20px;
    }

    .pricing-wrapper .price-list li .price .amount {
        margin-bottom: 5px;
    }

    .pricing-wrapper .price-list li .price .amount .value {
        font-size: 77px;
        line-height: 80px;
    }

    .styles-wrapper {
        padding: 67px 15px 49px;
    }

    .styles-wrapper .info-styles {
        margin-bottom: 20px;
    }

    .styles-wrapper .info-styles .image-holder {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .styles-wrapper .info-styles .description {
        width: 100%;
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .styles-wrapper .info-styles .description .btn {
        padding: 0 20%;
    }

    .styles-wrapper .info-pages .description {
        width: 100%;
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .styles-wrapper .info-pages .signup {
        width: 100%;
        /*display: block;*/
        margin-right: 0;
    }

    .styles-wrapper .info-pages .description .btn {
        padding: 0 20%;
    }

    .styles-wrapper .style-lists {
        margin-bottom: 0;
    }

    .styles-wrapper .style-lists li {
        padding: 9px 0;
    }

    .styles-wrapper .full-width-block {
        padding: 20px 0;
    }

    .styles-wrapper .full-width-block blockquote {
        padding: 0 2%;
    }

    .styles-wrapper .three-columns {
        padding: 20px 0;
    }

    .styles-wrapper .three-columns .col {
        padding: 30px 10px;
    }

    .top-overlay .app-list {
        width: 65%;
    }

    .signup .col a.guide {
        font-size:18px;
        text-decoration:underline;
        padding:0 10px;
    }

    .signup #complete_signup .col #request_message {
        font-size:13px;
        width:90%;
    }


    .inner-section .heading h1,
    .inner-section .athletic h1 {
        font-size:30px;
    }

    .inner-section .downloads-block .download-list li .download-box p {
        min-height:55px;
    }

    .clients-block {
        padding: 75px 0;
        width:100%;
        text-align:center;
    }

    .clients-block .client-list li {
        padding:0 7px 3px 0;
    }

    .clients-block .client-list li.no-pad {
        padding-right:5px!important;
    }
}



@media only screen and (max-width: 768px) {
    .display-none-sm-down {
        display: none;
    }

    .video-on-scr #header.has-cv-header .logo img {
        display: none;
    }

    .intro-block {
        max-height:480px;
        padding-top:250px;
    }

    .intro-block .introContent h2 {
        font-size:25px;
        padding: 0 25px;
    }

    .intro-block .introContent p {
        font-size:12px;
        line-height:18px;
        padding:0 25px;
    }

    #header {
        padding: 0;
    }

    #header .holder {
        padding: 15px 26px 12px 26px;
    }

    #header .nav-holder {
        position: relative;
    }

    #header .icon-arrow-down {
        display: none;
    }

    .menu {
        display: block;
    }

    .burg-menu {
        display: block;
    }

    #header .btn-wrap {
        display: block;
    }

    .nav-wrapper {
        position: fixed;
        left: 0;
        width: 100%;
        display: none;
        overflow-y: auto;
        top: 69px;
        bottom: 0;
    }

    .nav-container {
        background: #0e1319;
        padding: 75px 0 0;
        height: 100%;
    }

    ul.accordion {
        padding: 0;
        list-style-type: none;
    }

    .accordion {
        width: 100%;
        max-width: 360px;
        margin: 10px auto 10px;
        background: #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .accordion li a:not(.submenu a) {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link { border-bottom: 0; }

    .accordion li i {
        position: absolute;
        top: 23px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-chevron-down {
        right: 23px;
        left: auto;
        font-size: 16px;
    }

    .accordion li.open .link { color: #1C7BCD; }

    .accordion li.open i { color: #1C7BCD; }

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.submenu {
        list-style-type: none;
        padding: 0;
    }

    .submenu {
        display: none;
        background: #1C7BCD;
        font-size: 14px;
    }

    .submenu li { border-bottom: 1px solid #3695E7; }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .submenu a:hover {
        background: #1C7BCD;
        color: #FFF;
    }

    #nav {
        float: none;
        padding: 0;
    }

    #bonav li {
        display: block;
        font-size: 14px;
        line-height: 19px;
        padding: 11px 27px;
        border-bottom: 1px solid #e4e4e4;
        text-align: center;
        font-weight: 600;
    }

    #bonav li a {
        color: #ccc;
        display: inline-block;
        vertical-align: top;
    }

    .ad-nav {
        margin: 15px 0;
        padding: 0;
        text-align: center;
    }

    .ad-nav li {
        display: inline-block;
        padding: 8px 21px;
        font-size: 15px;
        line-height: 18px;
    }

    .ad-nav li.search {
        display: none;
    }

    .ad-nav li a {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
    }

    .top-overlay {
        display: block !important;
        position: static;
        background: #0e1319;
        padding: 11px 0 5px;
    }

    .top-overlay .holder {
        padding: 0 !important;
    }

    .top-overlay .icon-arrow-up {
        display: none;
    }

    .top-overlay .search-form {
        float: none;
        position: absolute;
        top: 17px;
        left: 20px;
        right: 20px;
    }

    .top-overlay .search-form .input-holder {
        width: 100%;
    }

    .top-overlay .search-form input[type="search"] {
        width: 100%;
        padding: 6px 14px;
        border: none;
    }

    .top-overlay .search-form .icon-search {
        display: none;
    }

    .top-overlay .app-list {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .top-overlay .app-list li {
        padding-right: 25px;
    }

    .top-overlay .app-list li:last-child {
        padding-right: 0;
    }

    .top-overlay .app-list li.add {
        display: none;
    }

    .top-overlay .app-list li a img {
        max-width:75%;
        height:auto;
    }

    .banner video {
        display:none;
    }

    .banner .signupBg {
        background:url("/images/bg_placeholder.jpg") no-repeat center center;
        background-size:cover;
        display:block;
        width:100%;
        height:auto;
        min-height:480px;
    }

    .banner .videoContent {
        position:absolute;
        top:80px;
        text-align:center;
        z-index:100;
        left:0;
        right:0;
        padding: 0 25px;
    }

    .banner .videoContent h1 {
        color:#fff;
        font-size:30px;
        margin-bottom:13px;
        font-weight:300;
        line-height:40px;
    }

    .banner .videoContent h2 {
        color:#fff;
        font-style:italic;
        font-size:19px;
        font-weight:200;
    }

    .banner .videoContent a.start {
        display: block;
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        border: 1px solid #E5801C;
        background: #E5801C;
        text-align: center;
        max-width: 390px;
        padding: 20px;
        text-decoration: none;
        cursor:pointer!important;
        margin:0 auto;
    }

    .banner .videoContent a.start:hover {
        background: #CC6703;
    }

    .banner .videoContent .testimonial_vid {
        display:block;
        width:100%;
        height:auto;
    }

    .banner .videoContent .testimonial_vid img {
        display:block;
        width:50%;
        height:auto;
        margin:auto;
        margin-bottom:15px;
    }

    .banner h1 {
        margin-bottom: 27px;
        font-size: 15px;
        line-height: 18px;
    }

    .banner .product-holder img {
        border-radius: 8px 8px 0 0;
    }

    .banner .product-holder .btn-trial {
        display: none;
    }

    .keybanner,
    .swimbanner {
        min-height:280px;
    }

    .swimbanner .bannerContent,
    .keybanner .bannerContent {
        position:absolute;
        top: 10%;
        text-align:center;
        z-index:100;
        left:0;
        right:0;
        padding: 0 25px;
    }

    .swimbanner .bannerContent h2 {
        font-size:42px;
        margin-bottom:25px;
        font-weight:300;
    }

    .keybanner .bannerContent h2 {
        color:#fff;
        font-size:33px;
        margin-bottom:30px;
        font-weight:300;
    }

    .intro-block .holder {
        padding: 42px 15px;
    }

    .intro-block .intro-frame {
        padding: 0 20px 1px;
    }

    .intro-block .intro-frame .logo {
        width: 141px;
        height: 62px;
        float: none;
        margin: 0 auto 10px;
    }

    .intro-block .intro-frame .description {
        width: 100%;
        padding: 0;
        font-size: 24px;
        line-height: 36px;
    }

    .intro-block .button-group li {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .btn-more a {
        display: block;
        min-width: 0;
    }

    .event-btn-more a {
        display: block;
        min-width: 0;
    }

    .registration-block .holder {
        padding: 20px;
    }

    .registration-block .image-holder {
        width: 100%;
        position: static;
        margin: 0 auto 22px;
    }

    .registration-block .description {
        padding: 10px 0;
    }

    .registration-block .description h2 {
        margin-bottom: 24px;
        line-height: 33px;
    }

    .registration-block .description p {
        margin-bottom: 44px;
    }

    .registration-block .description .btn-more a {
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .attendance-block .holder {
        padding: 20px;
    }

    .attendance-block .image-holder {
        width: 100%;
        position: static;
        margin: 0 auto 22px;
    }

    .attendance-block .description {
        padding: 10px 0;
    }

    .attendance-block .description h2 {
        margin-bottom: 24px;
        line-height: 33px;
    }

    .attendance-block .description p {
        margin-bottom: 44px;
    }

    .messaging-block .holder {
        padding: 20px;
    }

    .messaging-block .image-holder {
        width: 100%;
        position: static;
        margin: 0 auto 22px;
    }

    .messaging-block .description {
        padding: 10px 0;
    }

    .messaging-block .description h2 {
        margin-bottom: 24px;
        line-height: 33px;
    }

    .messaging-block .description p {
        margin-bottom: 34px;
    }

    .messaging-block .description .btn-more a {
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .other-features .holder {
        padding: 57px 4px;
    }

    .other-features .headline {
        margin-bottom: 50px;
    }

    .other-features .headline h2 {
        line-height: 33px;
        margin-bottom: 10px;
    }

    .other-features .three-columns {
        padding-bottom: 0;
        margin-bottom: -8px;
    }

    .other-features .three-columns .col {
        display: block;
        width: 100%;
        padding: 0 0 33px;
    }

    .pricing-block .holder {
        padding: 50px 15px;
    }

    .pricing-block .price {
        float: none;
        padding: 0;
        margin: 0 auto 44px;
        width: 100%;
    }

    .pricing-block .price .btn-more a {
        min-width: 0;
    }

    .pricing-block .features li {
        margin-bottom: 19px;
    }

    .pricing-block .features li .image-holder {
        display: block;
        margin-bottom: 10px;
    }

    .pricing-block .features li .description {
        width: 100%;
        padding: 0;
    }

    .clients-block {
        padding: 12px 0;
        text-align:center;
    }

    .clients-block h2 {
        font-size:25px;
        width:100%;
        margin-bottom:40px;
    }

    .clients-block .btn-more {
        width:100%;
    }

    .clients-block .client-list li {
        padding:5px 5px 0 5px;
        width:44%;
        display:inline-block;
    }

    .clients-block .client-list li.no-pad {
        padding-right:5px!important;
    }

    #footer .app-block .holder {
        padding: 15px;
    }

    #footer .app-block .app-list li {
        display: inline-block;
        padding: 30px 0;
        text-align: center;
    }

    #footer .app-block .app-list li:not(:first-child) {
        margin-left: 30px;
    }

    .footer-bottom .contact-info {
        float: none;
        margin-bottom: 12px;
    }

    .footer-bottom .contact-info li .description {
        padding: 0;
    }

    #footer .app-block .app-list li a {
        display: inline-block;
        vertical-align: top;
    }

    #footer .app-block .social-networks {
        display: block;
        padding: 34px 0;
        text-align: center;
        margin-top: 0;
    }

    #footer .app-block .social-networks .title {
        display: block;
        max-width: 100%;
        margin: 0 0 17px;
    }

    #footer .app-block .social-networks ul li {
        padding-bottom: 18px;
    }

    .footer-bottom .holder {
        padding: 38px 36px;
    }

    .footer-nav > li {
        float: none;
        width: 100%;
        padding: 0 0 26px;
    }

    .footer-nav > li ul li {
        margin-bottom: 12px;
    }

    .inner-section {
        padding-top: 89px;
    }

    .inner-section .heading {
        background-image: none;
    }

    .inner-section .heading .holder,
    .inner-section .athletic .holder {
        display: block;
        padding: 15px 23px;
        min-height: 111px;
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px;
    }


    .inner-section .heading .holder:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: -.25em;
        min-height: 111px;
    }


    .inner-section .heading h1 {
        display: inline-block;
        max-width: 100%;
        line-height: 33px;
        padding: 0;
        float: none;
        vertical-align: middle;
        letter-spacing: 0;
        font-size:21px;
    }

    .inner-section .athletic h1 {
        text-align:center!important;
        position:relative;
        top:18px;
        display:block!important;
        margin-bottom:12px;
    }

    .inner-section .athletic a.start {
        padding: 15px 90px;
    }

    .inner-section .athletic .holder {
        letter-spacing:inherit;
    }


    .inner-section .heading .btn-trial {
        display: none;
    }

    .inner-section .download-wrapper {
        padding: 41px 17px;
    }

    .inner-section .downloads-block {
        margin-bottom: 33px;
    }

    .inner-section .downloads-block h2 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 26px;
        padding: 15px 0;
    }

    .inner-section .downloads-block .download-list {
        margin: 0;
    }

    .inner-section .downloads-block .download-list li {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .inner-section .downloads-block .download-list li .download-box {
        padding: 32px 19px 24px;
    }

    .inner-section .downloads-block .download-list li .download-box .common-height {
        min-height: 0 !important;
    }

    .inner-section .event-wrapper {
        padding: 13px 19px;
    }

    .inner-section .event-wrapper .event-info {
        border-bottom: none;
        margin-bottom: 15px;
    }

    .inner-section .event-wrapper .event-info .image-holder {
        display: none;
    }

    .inner-section .event-wrapper .event-info .description {
        text-align: left;
    }

    .inner-section .event-wrapper .event-info .description .event-date {
        margin-bottom: 19px;
        font-size: 33px;
        line-height: 36px;
    }

    .inner-section .event-wrapper .event-info .description h2 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 30px;
    }

    .inner-section .event-wrapper .event-info .description p {
        margin-bottom: 25px;
    }

    .inner-section .event-wrapper .event-info .description .btn-more {
        padding: 0;
    }

    .inner-section .events-block h2 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 26px;
        padding: 15px 0;
    }

    .inner-section .events-block .event-list {
        margin: 0;
    }

    .inner-section .events-block .event-list li {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .inner-section .events-block .event-list li .event-box {
        padding: 28px 19px 19px;
    }

    .inner-section .events-block .event-list li .event-box .common-height {
        min-height: 0 !important;
    }

    .inner-section .invitation-bar .holder {
        padding: 18px 19px;
    }

    .inner-section .invitation-bar .left-column {
        display: block;
        width: 100%;
    }

    .inner-section .invitation-bar .left-column h2 {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .inner-section .invitation-bar .left-column .description {
        display: block;
        width: 100%;
    }

    .inner-section .invitation-bar .left-column .description p {
        margin-bottom: 20px;
    }

    .inner-section .invitation-bar .btn-submit {
        display: block;
        min-width: 0;
    }

    .faqs-wrapper .subnav-holder {
        display: none;
        padding: 15px 18px;
    }

    .faqs-wrapper .faqs-block {
        padding: 6px 0 15px;
        margin-bottom: 15px;
    }

    .faqs-wrapper .faqs-block .title-holder {
        float: none;
        width: 100%;
        padding: 10px 5px;
        margin-bottom: 17px;
    }

    .faqs-wrapper .faqs-block .description .accordion {
        padding-left: 0;
    }

    .faqs-wrapper .faqs-block .description .accordion > li .slide {
        padding: 33px 8.4% 14px;
    }

    .features-wrapper {
        padding: 10px 0;
        position: relative;
        overflow: hidden;
    }

    .features-wrapper .tab-menu {
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }

    .features-wrapper.holder-active .tab-menu {
        margin-left: -100%;
    }

    .features-wrapper .tab-menu {
        width: 100%;
        padding: 29px 11%;
    }

    .features-wrapper .tab-content {
        float: left;
        margin-right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .features-wrapper .tab-content .btn-back {
        display: block;
    }

    .features-wrapper .tab-content h2 {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 32px;
        padding: 0 20px;
    }

    .features-wrapper .tab-content .tab-description {
        padding: 20px 20px 34px;
    }

    .features-wrapper .tab-content .tab-description h3 {
        margin-bottom: 30px;
        font-size: 23px;
        line-height: 35px;
    }

    .features-wrapper .tab-content .screens-holder {
        display: none;
    }

    .news-wrapper {
        padding: 26px 20px;
    }

    .news-wrapper .back-bar {
        text-align: center;
        padding-bottom: 30px;
    }

    .news-wrapper .back-bar .btn-back {
        display: block;
        min-width: 0;
    }

    .news-wrapper .news-holder {
        padding: 30px 0;
    }

    .news-wrapper .news-details {
        width: 100%;
        float: none;
    }

    .news-wrapper .news-details .post .post-headline {
        margin-bottom: 12px;
    }

    .news-wrapper .news-details .post .post-headline h2 {
        padding: 0 5px 5px 16px;
    }

    .news-wrapper .news-details .post .description .post-image {
        margin-bottom: 21px;
    }

    .news-wrapper .news-details .post .description .sub-post h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 3px;
    }

    .news-wrapper .news-details .post .description .sub-post p {
        margin-bottom: 13px;
    }

    .news-wrapper .news-details .discussion-form {
        display: none;
    }

    .news-wrapper .news-details .link-bar .btn-continue {
        float: none;
        display: block;
    }

    .news-wrapper .news-details .link-bar .btn-continue a {
        display: block;
        width: 100%;
    }

    .news-wrapper .news-details .link-bar .comment-view {
        display: none;
    }

    .news-wrapper .search-details {
        width: 100%;
        float: none;
    }

    .news-wrapper .search-details .post .post-headline {
        margin-bottom: 12px;
    }

    .news-wrapper .search-details .post .post-headline h2 {
        padding: 0 5px 5px 0px;
    }

    .news-wrapper .search-details .link-bar .btn-continue {
        float: none;
        display: block;
    }

    .news-wrapper .search-details .link-bar .btn-continue a {
        display: block;
        width: 100%;
    }

    .news-wrapper .side-column {
        float: none;
        width: 100%;
        padding-top: 17px;
    }

    .news-wrapper .side-column .widget {
        margin-bottom: 58px;
    }

    .news-wrapper .side-column .contact-info {
        display: none;
    }

    .news-wrapper .category {
        display: none;
    }

    .pricing-wrapper .main-price {
        margin-bottom: 41px;
    }

    .pricing-wrapper .main-price .price {
        float: none;
        padding: 0;
        margin: 0 auto 32px;
        max-width: 320px;
    }

    .pricing-wrapper .main-price .price .amount {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 38px;
    }

    .pricing-wrapper .main-price .price .amount .unit {
        padding: 33px 0;
    }

    .pricing-wrapper .main-price .price .amount .value {
        font-size: 105px;
        line-height: 108px;
    }

    .pricing-wrapper .main-price .price .amount .duration {
        padding: 33px 5px;
    }

    .pricing-wrapper .main-price .price .description {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
        padding: 13px 5px;
        letter-spacing: -1px;
        word-spacing: 2px;
    }

    .pricing-wrapper .main-price .pro-features {
        padding: 0;
        max-width: 320px;
        margin: 0 auto;
    }

    .pricing-wrapper .main-price .pro-features li {
        font-size: 19px;
        line-height: 27px;
        padding: 12px 0 12px 44px;
    }

    .pricing-wrapper .main-price .pro-features li .icon-standard {
        font-size: 30px;
        line-height: 28px;
        top: 12px;
    }

    .signup .col .pro-features-mobile {
        display:block;
    }

    .signup .col .pro-features {
        display:none;
    }

    .signup .col .pro-features,
    .signup .col .pro-features-mobile {
        padding: 0;
        max-width: 320px;
        margin: 0 auto;
    }

    .signup .col .pro-features li,
    .signup .col .pro-features li {
        font-size: 19px;
        line-height: 27px;
        padding: 12px 0 12px 44px;
    }

    .signup .col .pro-features li .icon-standard,
    .signup .col .pro-features-mobile li .icon-standard {
        font-size: 30px;
        line-height: 28px;
        top: 12px;
    }

    .pricing-wrapper .price-list li {
        width: 100%;
        display: block;
        padding: 21px 22px;
    }

    .pricing-wrapper .price-list li .price {
        float: none;
        padding: 0;
        margin: 0 auto;
        max-width: 320px;
    }

    .pricing-wrapper .price-list li .price .amount {
        margin-bottom: 20px;
    }

    .pricing-wrapper .price-list li .price .amount .unit {
        font-size: 25px;
        line-height: 28px;
        padding: 24px 0;
    }

    .pricing-wrapper .price-list li .price .amount .duration {
        padding: 19px 8px;
    }

    .pricing-wrapper .price-list li .price .description {
        font-size: 25px;
        line-height: 28px;
        padding: 8px 5px;
    }

    .pricing-wrapper .pricing-faq .block {
        padding: 25px 7px;
    }

    .pricing-wrapper .pricing-faq .block .col {
        float: none;
        width: 100%;
        padding: 0;
    }

    .pricing-wrapper .pricing-faq .block h2 {
        margin-bottom: 12px;
        padding: 0;
        line-height: 30px;
    }

    .styles-wrapper {
        padding: 13px 19px;
    }

    .styles-wrapper .info-styles {
        border-bottom: none;
        margin-bottom: 0;
    }

    .styles-wrapper .info-styles .image-holder {
        display: none;
    }

    .styles-wrapper .info-styles .description {
        text-align: left;
        padding: 36px 0;
        word-spacing: 1px;
    }

    .styles-wrapper .info-styles .description h2 {
        margin-bottom: 19px;
        font-size: 22px;
        line-height: 28px;
    }

    .styles-wrapper .info-styles .description p {
        margin-bottom: 31px;
    }

    .styles-wrapper .info-styles .description .btn {
        padding: 0;
    }

    .styles-wrapper .info-styles .description .btn a {
        padding: 14px 10px;
    }

    .styles-wrapper .info-pages .description {
        text-align: left;
        padding: 36px 0;
        word-spacing: 1px;
    }

    .styles-wrapper .info-pages .description h2 {
        margin-bottom: 19px;
        font-size: 22px;
        line-height: 28px;
    }

    .styles-wrapper .info-pages .description p {
        margin-bottom: 31px;
    }

    .styles-wrapper .info-pages .description .btn {
        padding: 0;
    }

    .styles-wrapper .info-pages .description .btn a {
        padding: 14px 10px;
    }

    .styles-wrapper .info-pages .signup {
        text-align: left;
        padding: 36px 0;
        word-spacing: 1px;
    }

    .styles-wrapper .info-pages .signup h2 {
        margin-bottom: 19px;
        font-size: 22px;
        line-height: 28px;
    }

    .styles-wrapper .info-pages .signup p {
        margin-bottom: 31px;
    }

    .styles-wrapper .info-pages .signup input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        margin: 0;
        padding: 12px 7px;
        width: 100%;
    }

    .styles-wrapper .info-pages .signup select,
    .styles-warpper .info-pages .signup input.fullPage {width:100%; border:1px solid #c4c4c4; padding:12px 7px;}

    .styles-wrapper .info-pages .signup label.error {
        color: red!important;
        font-size: 13px;
        font-style: italic;
        width: 100%;
        display: block;
    }

    .styles-wrapper .info-pages .signup a.open1 {
        background: none repeat scroll 0 0 #e6801d;
        border: 1px solid #e6801d;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        padding: 18px 20px !important;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }

    .styles-wrapper .style-lists {
        padding: 0;
    }

    .styles-wrapper .style-lists li {
        padding: 4px 0 27px;
    }

    .styles-wrapper .style-lists li .icon-thumb {
        margin-right: 0;
        font-size: 38px;
        line-height: 46px;
    }

    .styles-wrapper .style-lists li .description {
        padding: 0 13px;
        line-height: 20px;
    }

    .styles-wrapper .style-lists li .description h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .styles-wrapper .full-width-block {
        padding: 46px 0;
    }

    .styles-wrapper .full-width-block .logo-kfsc {
        margin-bottom: 39px;
    }

    .styles-wrapper .full-width-block blockquote {
        padding: 0 1px;
    }

    .styles-wrapper .full-width-block blockquote q {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 13px;
    }

    .styles-wrapper .three-columns {
        padding: 4px 0;
    }

    .styles-wrapper .three-columns .col {
        width: 100%;
        float: none;
        padding: 29px 0;
    }

    .styles-wrapper .three-columns blockquote {
        padding: 0;
    }

    .styles-wrapper .three-columns blockquote q {
        min-height: 0 !important;
    }

    .info-pages .signup .col {
        float:none!important;
        width:100%!important;
    }

    .top-overlay .exit-top-overlay {
        display:none;
    }

    .dform_container .submit {
        width:80%!important;
    }

    .dform_container label {
        font-size:12px;
    }

    .dfinput_phones	 {
        width:200%!important;
    }

    .dfinput_names {
        width:150%!important;
    }

    .signup iframe {
        width:90%;
        height:auto;
        margin-top:20px;
    }

    .signup #complete_signup h2 {
        font-size:25px!important;
        line-height:25px!important;
    }

    .signup #complete_signup h2.get_started {
        font-size:22px!important;
    }

    .signup #complete_signup h3 {
        font-size:18px;
        margin:0 0 10px 0;
    }

    .signup #complete_signup .col p {
        width:100%;
        line-height:28px;
        font-size:14px;
    }

    .signup #complete_signup .col #request_message {
        font-size:13px;
        font-style:italic;
        line-height:26px;
    }

    .signup .col a.guide {
        font-size:14px;
        text-decoration:underline;
        padding:0 10px;
    }

    .price-more {
        display: block;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #575757;
        border: 1px solid #c4c4c4;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
        width:100%;
    }

    .intro-block .class-group li {
        display:inline-block;
        width:90%;
        margin-bottom:18px;
    }

    .login-page input[type="text"], .login-page input[type="tel"], .login-page input[type="email"], .login-page input[type="url"], .login-page input[type="password"], .login-page input[type="search"], .login-page textarea, .login-page button {
        width: 90%;
    }
    .login-page .notification {
        width: 100%;
    }

    .testimonials .banner .videoContent {
        height: 250px;
        top: 33%
    }
    .testimonials .inner-section {
        padding-top: 0;
    }
    .testimonials .news-wrapper {
        padding: 10px 20px;
    }

    .signup #complete_signup .col-thnks {
        width: 90%;
    }

}
@media only screen and (max-width : 479px) {
    .information .left-col,
    .information .right-col {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .intro-block {
        max-height:350px;
    }

    .banner .signupBg {
        min-height:500px;
    }

    .banner .videoContent h1 {
        font-size: 24px;
        margin-bottom:25px;
        line-height: 34px;
    }

    .banner .videoContent h2 {
        font-size:17px;
    }

    .banner .videoContent .testimonial_vid img {
        display:block;
        width:75%;
        height:auto;
        margin-bottom:28px;
    }

    .keybanner {
        min-height:350px;
    }

    .keybanner .bannerContent h2 {
        font-size:25px;
    }

    .keybanner .bannerContent {
        padding:0 20px;
        position:absolute;
        top:10%;
        text-align:center;
        left:0;
        right:0;
    }

    .clients-block h2 {
        margin-top:45px;
    }

    .clients-block .say a {
        min-width:323px;
        padding:20px 70px;
    }

    .swimbanner .bannerContent h2 {
        font-size:33px;
    }

    .blog-description h2 {
        padding-left: 7%;
        padding-right: 7%;
    }

    .blog-description h2.full {
        font-size:25px;
    }

    .blog-description section.sub-post p {
        padding:0 7%;
    }

    .blog-description section img {
        width:95%!important;
        height:auto!important;
    }

    .blog-wrapper .blog-details {
        width:95%!important;
    }

    .blog-description h2.blog-title a{
        font-size:25px;
    }

    span.blog-more a {
        padding-left:7%;
        padding-right:7%;
    }

    ul.ios-droid li {
        padding-bottom:25px;
        width:60%;
    }

    .signup #complete_signup .col-thnks p {
        line-height: 35px;
    }

    .signup #complete_signup .col-thnks h3.welcome {
        line-height:30px;
    }
}

/*Forms Module style */
/*.dform_container input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    margin: 0;
    padding: 12px 7px!important;
    width: 80%!important;
}*/

.dform_container input,
.login-page input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea,
#icp_name {
    border: 1px solid #d8d8d8;
    color: #2c2c2c;
    border-radius: 4px;
    margin: 0;
    padding: 12px 7px!important;
}

.dform_container .submit {
    background: none repeat scroll 0 0 #e6801d;
    border: 1px solid #e6801d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 18px 20px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 30%!important;
    margin-top:34px;
}
/* End Forms Module styles */
