/*  * BOOTSTRAP TEMPLATE
    * Author: Jeremy Hawes
    * Company: Capitol Tech Solutions (https://www.capitoltechsolutions.com)
    * Version: 2.0.1
    * Description: A basic Bootstrap 3 template formed around best SEO practices and basic styling options along with built-in snippets and styling that could (typically should) be edited, replaced or removed.
    * */

/* Temporary fix for "Error processing SSI file" message */
/*body > b, body > br {
    display: none;
}*/

html,body {
    max-width: 100%;
    overflow-x: hidden;
}
main {
    font-size: 18px;
    line-height: 26px;
    color: #555;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .cta-header, p.page-title, .home-banner-divider-h {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d6278;
}
.home-banner-divider-h {
    font-size: 40px;
}
.d-none {
    display: none !important;
}
.underline {
    text-decoration: underline;
}
.mixed-case {
    text-transform: none;
}
.word-break {
    overflow-wrap: break-word;
}
.handwriting {
    font-family: 'Annie Use Your Telescope', cursive;
}
.seeker {
    display: none;
}
.kill-padding {
    padding-left: 0;
    padding-right: 0;
}
.navbar .navbar-brand>img.logo-dark {
    display: none;
}
.navbar.stuck .navbar-brand>img.logo-light {
    display: none;
}
.navbar.stuck .navbar-brand>img.logo-dark {
    display: block;
}
.navbar-nav > li.dropdown .vert-menu ul li {
    list-style: none;
}
.list-style-upper-alpha {
    list-style-type: upper-alpha;
}
.list-style-none {
    list-style: none;
}
.learn-more {
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.learn-more:hover,
.learn-more:focus {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.learn-more.slate {
    background: #2d6278;
    border: solid 2px #2d6278;
}
.learn-more.green {
    background: #277f41;
    border: solid 2px #277f41;
}
.learn-more.slate:hover,
.learn-more.slate:focus {
    color: #2d6278;
    background: #fff;
}
.learn-more.green:hover,
.learn-more.green:focus {
    color: #277f41;
    background: #fff;
}
.learn-more.white {
    background: #fff;
    color: #277f41;
    border: solid 2px #fff;
}
.learn-more.white:hover,
.learn-more.white:focus {
    background: #277f41;
    color: #fff;
}
.inner-page .learn-more.white:hover,
.inner-page .learn-more.white:focus {
    background: none;
}
.highlight-section p {
    /*margin: auto;*/
    text-align: center;
}
.section-divider {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.section-divider.text-left {
    text-align: left;
}
.section-divider.text-right {
    text-align: right;
}
.section-divider.green {
    background: #277f41;
}
.section-divider.slate {
    background: #2d6278;
}
.section-divider .cta-header {
    color: #fff;
    font-size: 32px;
}
.section-divider .testimony .testimonial-top {
    font-style: italic;
}
.section-divider .testimony .testimonial-bottom {
    font-weight: 700;
    opacity: 0.8;
}
.section-divider .learn-more,
.highlight-section .learn-more {
    margin-top: 15px;
}
.section-divider.divider-capitol {
    background: linear-gradient(to right, rgba(45,98,120,0.1), rgba(45,98,120,0.8), rgba(45,98,120,1)), url(../images/dividers/capitol-building.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.section-divider.divider-patriotic {
    position: relative;
}
.section-divider.divider-patriotic .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: center / cover no-repeat url("../images/dividers/patriotic-crowd.jpg");
}
.section-divider.divider-patriotic .background-gradient {
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, rgba(39,127,65,0.1), rgba(82,152,102,1), rgba(39,127,65,1));
}
.section-divider.slate .learn-more.white,
.inner-section.slate-background .learn-more.white {
    background: #fff;
    color: #2d6278;
    border: solid 2px #fff;
}
.section-divider.slate .learn-more.white:hover,
.section-divider.slate .learn-more.white:focus,
.inner-section.slate-background .learn-more.white:hover,
.inner-section.slate-background .learn-more.white:focus {
    background: #2d6278;
    color: #fff;
}

/* GLOBAL STYLING CALLS */

a,
a:hover,
a:focus {
    text-decoration: none;
}
code {
    color: #2d6278;
    background-color: rgba(45, 98, 120, 0.1);
}
.bold {
    font-weight: 700;
}
.all-caps {
    text-transform: uppercase;
}
.text-white,
.text-white.h1,
.text-white.h2,
.text-white.h3,
.text-white.h4,
.text-white.home-banner-divider-h {
    color: #fff;
}
.padding-thin {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-med {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-lg {
    padding-top: 80px;
    padding-bottom: 80px;
}
.m-lft-auto {
    margin-left: auto;
}
.m-rgt-auto {
    margin-right: auto;
}
.m-top-0,
.m-top-0.h1,
.m-top-0.h2,
.m-top-0.h3,
.m-top-0.h4,
.m-top-0.h5,
.m-top-0.h6 {
    margin-top: 0;
}
.m-btm-0,
.m-btm-0.h1,
.m-btm-0.h2,
.m-btm-0.h3,
.m-btm-0.h4,
.m-btm-0.h5,
.m-btm-0.h6,
.m-btm-0.col-sm-6 {
    margin-bottom: 0;
}
.m-btm-0-5,
.m-btm-0-5.h1,
.m-btm-0-5.h2,
.m-btm-0-5.h3,
.m-btm-0-5.h4,
.m-btm-0-5.h5,
.m-btm-0-5.h6,
.m-btm-0-5.col-sm-6 {
    margin-bottom: 0.5em;
}
.m-btm-1,
.m-btm-1.h1,
.m-btm-1.h2,
.m-btm-1.h3,
.m-btm-1.h4,
.m-btm-1.h5,
.m-btm-1.h6 {
    margin-bottom: 1em;
}
.m-btm-2,
.m-btm-2.h1,
.m-btm-2.h2,
.m-btm-2.h3,
.m-btm-2.h4,
.m-btm-2.h5,
.m-btm-2.h6 {
    margin-bottom: 2em;
}
.no-padding-btm,
.p-btm-0 {
    padding-bottom: 0px;
}
.p-top-0 {
    padding-top: 0px;
}
.p-btm-1 {
    padding-bottom: 1em;
}
.p-top-1 {
    padding-top: 1em;
}
.p-lft-0 {
    padding-left: 0;
}
.p-lft-1 {
    padding-left: 1em;
}
.p-rgt-1 {
    padding-right: 1em;
}
.p-top-100px {
    padding-top: 100px;
}
.p-btm-100px {
    padding-bottom: 100px;
}
.max-w-100px {
    max-width: 100px;
}
.max-w-150px {
    max-width: 150px;
}
.max-w-200px {
    max-width: 200px;
}
.max-w-300px {
    max-width: 300px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(72,157,94,0.85), rgba(72,157,94,0.75));
    z-index: 9;
}
.divider {
    width: 100%;
    height: 1px;
    float: left;
    background: #E0E0E0;
    margin: 30px 0;
}
.caret-list {
    list-style: none;
}
.caret-list li {
    position: relative;
}
.caret-list li::before {
    position: absolute;
    left: -14px;
    top: -1px;
    font-family: 'FontAwesome';
    content: '\f0da';
    color: #489D5E;
    font-size: 1.2em;
}
.spaced-list li {
    margin-bottom: 13px;
}
.customer-service-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.customer-service-list li {
    display: inline-block;
    /*width: 32%;*/
    width: 48%;
    text-align: center;
}
.large-font-icon {
    font-size: 36px;
    line-height: 54px;
}
.display-block {
    display: block;
}
.display-flex {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-align-center {
    -webkit-align-items: center;
    align-items: center;
}
.flex-justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row {
    -webkit-column-width: 18em;
    -moz-column-width: 18em;
    -ms-column-width: 18em;
    column-width: 18em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    -ms-column-gap: 1em;
    column-gap: 1em;
}
.flex-box {
    display: inline-block;
    padding: .25rem;
    width: 100%;
}
.img-top-margin {
    margin: 120px 0 0;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 20px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.alt-bg-color {
    background: #f5f5f5;
}
.alt-bg-color-green {
    background: #489D5E;
}
.alt-bg-color-green-half {
    position: relative;
    overflow: hidden;
}
.alt-bg-color-green-half::before {
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background: #73BB86;
}
.alt-bg-color-lt-green,
.home-page .testimonial-section.alt-bg-color-lt-green {
    background: #73BB86;
}

/* HEADER & NAVBAR */

.navbar-toggle {
    border: solid 1px #222;
    background: #222;
}
.navbar-toggle .icon-bar {
    background: #222;
}
.navbar-nav>li>a,
.navbar-nav>li>p {
    color: #fff;
}
.nav>li>p {
    position: relative;
    display: block;
    cursor: default;
    padding: 10px 15px;
}
.navbar-nav>li>p {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 0;
}
.navbar.stuck .navbar-nav>li>a,
.navbar.stuck .navbar-nav>li>p {
    color: #222;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}
.navbar-nav {
    margin-top: 20px;
    font-size: 18px;
}
.navbar-brand {
    margin-right: 30px;
    padding: 10px 10px 5px 10px;
    width: 300px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-side-options {
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 16px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 );
    margin-top: 26px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-side-options>a {
    color: #489D5E;
}
.navbar-side-options>a:hover {
    cursor: pointer;
}
.navbar-side-options>a>.fa {
    color: #222;
}
.navbar-side-options .login {
    margin-right: 15px;
}
.navbar-side-options .sm-links {
    position: absolute;
    top: 0;
    left: -66px;
}
.navbar-side-options .sm-links a {
    display: inline-block;
    float: right;
    margin-left: 8px;
    font-size: 24px;
}
.navbar-fixed-top {
    background: transparent;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-fixed-top.stuck {
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.navbar-fixed-top.stuck .navbar-brand {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.nav.navbar-nav .open>a, 
.nav.navbar-nav .open>a:focus, 
.nav.navbar-nav .open>a:hover {
    background-color: inherit;
    border-color: inherit;
}
header a .fa {
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
header .navbar.stuck a .fa {
    color: #777;
}
header a:hover .fa-twitter-square,
header a:focus .fa-twitter-square,
header .navbar.stuck a:hover .fa-twitter-square,
header .navbar.stuck a:focus .fa-twitter-square {
    color: #00B6F1;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
header a:hover .fa-facebook-square,
header a:focus .fa-facebook-square,
header .navbar.stuck a:hover .fa-facebook-square,
header .navbar.stuck a:focus .fa-facebook-square {
    color: #3B5998;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-toggle {
    border: solid 1px #489D5E;
    background: #fff;
}
.navbar-toggle .icon-bar {
    background: #489D5E;
}

/* HOMEPAGE */
.home-intro-col {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.row .home-intro-col {
    padding-left: 0;
    padding-right: 0;
}
.home-intro-col-political {
    background-image: linear-gradient(150deg, rgba(1,35,49,.9),rgba(1,35,49,.6)), url("../images/temporary/istockphoto-579232644.jpg");
}
.home-intro-col-nonprofit {
    background-image: linear-gradient(150deg, rgba(17,17,17,.8),rgba(17,17,17,.5)), url("../images/temporary/istockphoto-155375652.jpg");
}
.home-intro-col-text {
    padding: 2em 7%;
}
.bx-wrapper {}
.bxslider img {
    width: 100%;
    height: auto;
}
.bxslider li {
    background-image: url(../images/banners/banner-capitol.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
}
.home-banner-no-slider {
    //background-image: url("../images/temporary/istockphoto-494388654.jpg");
    background-image: url(../images/banners/banner-capitol.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    //background-attachment: fixed;
}
.bxslider li::before,
.home-banner-no-slider::before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}
.bxslider li::before {
    background: linear-gradient(rgba(72,157,94,0.85), rgba(72,157,94,0.75));
}
.home-banner-no-slider::before {
    background: linear-gradient(rgba(39,127,65,.95), rgba(39,127,65,0.8), rgba(82,152,102,0.7));
}
.home-banner,
.home-header {
    position: relative;
}
.home-banner .down-arrow,
.home-header .down-arrow {
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    width: 70px;
    text-align: center;
    padding: 2px 0;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    bottom: -30px;
    margin-left: -35px;
    z-index: 99;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.home-banner .down-arrow .fa,
.home-header .down-arrow .fa {
    color: #489D5E;
}
.home-banner .banner-box {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.home-banner .banner-box.banner-box-relative {
    position: relative;
    z-index: 1;
    top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-banner .banner-box .page-title,
.inner-banner .page-title {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
.home-banner .banner-box .tagline,
.inner-banner .tagline {
    text-align: center;
    line-height: 34px;
    color: #eee;
}
.home-banner .banner-box .tagline {
    font-size: 26px;
}
.home-banner .banner-box .get-started {
    display: block;
    width: 300px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 20px auto 0 auto;
    padding: 6px 15px;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    border-radius: 40px;
    background: #2d6278;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.home-banner .banner-box .get-started:hover,
.home-banner .banner-box .get-started:focus {
    background: #fff;
    color: #2d6278;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
/*.home-page .home-section p,
.inner-page .inner-section {
    font-size: 18px;
    line-height: 26px;
    color: #555;
}*/
.home-page .promo-section h2,
.inner-page .inner-section h2 {
    font-size: 30px;
    line-height: 38px;
}
.home-page .banner-section h2,
.inner-page .banner-section h2,
.inner-page .highlight-section h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}
.home-page .banner-section h2,
.inner-page .banner-section h2 {
    margin-top: 0;    
}
.home-page .banner-section .tagline,
.inner-page .banner-section .tagline {
    font-size: 22px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    border-radius: 4px;
    color: #999;
    text-align: center;
    padding: 20px;
}
.home-page .integration-section {
    background: linear-gradient(rgba(72,157,94,0.75), rgba(72,157,94,0.85)), url(../images/banners/city-street.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.home-page .testimonial-section {
    position: relative;
    overflow: hidden;
    background: #73BB86;
}
.home-page .testimonial-section .container {
    padding: 0 50px;
}
.home-page .testimonial-section ul {
    list-style: none;
    padding: 0;
}
.home-page .testimonial-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #489D5E;
    display: block;
}
.home-page .testimonial-section:after {
    content: "";
    position: absolute;
    top: -25%;
    left: 48%;
    width: 5%;
    height: 150%;
    background: #489D5E;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    display: block;
}
.col-md-6 > .testimony {
    padding: 0 10%;
}
.testimonial-section .testimony img {
    margin: 0 auto 30px auto;
    display: block;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.home-page .testimonial-section .testimonial-top {
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    color: #fff
}
.home-page .testimonial-section .testimonial-bottom {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
}
.home-page .testimonial-section .owl-carousel {
    position: relative;
    z-index: 2;
}
.home-page .testimonial-section .owl-carousel .owl-item {
    padding: 0 66px;
}
.home-page .testimonial-section .testimony.no-image {
    padding-top: 180px;
}
.home-page .testimonial-section .owl-carousel .owl-prev,
.home-page .testimonial-section .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    font-size: 18px;
    color: #fff;
    background: none;
    opacity: 1;
}
.home-page .testimonial-section .owl-carousel .owl-prev {
    left: -50px; 
}
.home-page .testimonial-section .owl-carousel .owl-next {
    right: -50px; 
}
.home-page .cta-section .btn-cta.get-started {
    font-size: 40px;
    width: 400px;
    margin-left: -200px;
}
.home-page .cta-section .btn-cta.call-us,
#about-page .cta-section .btn-cta.call-us,
.cta-section.cta-banner .btn-cta.call-us,
.blog-post .btn-cta {
    font-size: 30px;
    width: 400px;
    margin-left: -200px;
}
.benefits-section .btn-cta {
    font-size: 30px;
    width: 200px;
    margin-left: -100px;
}
.home-page .cta-section .btn-cta,
.inner-page .cta-section .btn-cta,
.benefits-section .btn-cta,
.blog-post .btn-cta {
    display: block;
    position: relative;
    left: 50%;
    background: #489D5E;
    border: solid 2px #489D5E;
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.home-page .cta-section .btn-cta:hover,
.home-page .cta-section .btn-cta:focus,
.inner-page .cta-section .btn-cta:hover,
.inner-page .cta-section .btn-cta:focus,
.benefits-section .btn-cta:hover,
.benefits-section .btn-cta:focus {
    color: #489D5E;
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.home-page .graphic-section,
.inner-page .graphic-section {
    position: relative;
}
.home-page .graphic-section .graphic-icon,
.inner-page .graphic-section .graphic-icon {
    position: absolute;
}
.bx-wrapper .bx-prev {
    left: -50px;
}
.bx-wrapper .bx-next {
    right: -50px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    cursor: pointer;
}
.home-page .graphic-section2 .graphic-icon-main {
    width: 90%;
    left: 0;
    z-index: 2;
}
.home-page .graphic-section2 .graphic-icon1 {
    left: 85%;
    top: 36%;
    width: 15%;
    z-index: -1;
}
.home-page .credit-card-wrap {
    position: absolute;
    width: 100%;
    top: 80%;
}
.home-page .graphic-section3 .graphic-icon-main {
    width: 70%;
    margin-left: 30%;
}
.home-page .graphic-section3 .graphic-icon-ipad {
    width: 28%;
    left: 0;
    top: 17%;
}
.home-page .graphic-section3 .graphic-icon1 {
    left: 37%;
    top: 24%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon2 {
    left: 37%;
    top: 55%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon3 {
    left: 55%;
    top: 8%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon4 {
    left: 55%;
    top: 41%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon5 {
    left: 55%;
    top: 73%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon6 {
    left: 74%;
    top: 8%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon7 {
    left: 74%;
    top: 41%;
    width: 12%;
}
.home-page .graphic-section3 .graphic-icon8 {
    left: 74%;
    top: 73%;
    width: 12%;
}
.home-page #section4 {
    background: linear-gradient(to top right, rgba(255,255,255,0.75), rgba(255,255,255,0.55)), url(../images/clouds-bg.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.home-page #section5 {
    background: linear-gradient(to top right, rgba(255,255,255,0.75), rgba(255,255,255,0.55)), url(../images/clouds-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.top-green-bar {
    border-top: solid 12px #489D5F;
}
.top-blue-bar {
    border-top: solid 12px #2d6278;
}
.bottom-gray-bar {
    border-bottom: solid 12px #f0f0f0;
}
.menu-icon {
    width: 70px;
    height: auto;
}
.heading-icon {
    height: 100px;
    display: block;
    margin: auto;
}
.heading-icon.white-bkgd {
    background: #fff;
    border-radius: 50%;
    border: solid 3px #fff;
}
.heading-icon + p,
.heading-icon + ul {
    margin-top: 20px;
}
.home-cc-logos-wrapper {
    width: 80%;
    margin: auto;
}
.home-cc-logos {
    margin-left: -10px;
    width: calc(100% + 20px);
}
.home-cc-logos > div {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}

/* BLOG */
.blog-post {
    font-size: 16px;
    line-height: 1.5;
}
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post .h4, .blog-post h5, .blog-post h6 {
    text-transform: none;
    line-height: 1.3;
}
.blog-post .graphic-section + p {
    margin-top: 20px;
}
.blog-post ol {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-post ol li {
    margin-bottom: 10px;
}
.blog-post ol ul li {
    margin-bottom: 0;
}
.blog-post li > .h4 {
    margin-bottom: 0;
}
.blog-show-content-btn-wrap {
  position: absolute;
  width: 100%;
  padding: 120px 0 0;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8) 30%, rgba(255,255,255,1) 80%);
}
.blog-show-content-btn {
  width: 100%;
  max-width: 500px;
}
.blog-complete-content {
  transition: 1000ms;
}
.blog-complete-content.concealed {
  height: 162px !important;
  max-height: 162px;
  overflow: hidden;
}
.blog-complete-content.transition {
    max-height: 2000px;
}
.blog-cta {
    padding: 1.25em;
    margin: 1em 0;
    background: linear-gradient(135deg, rgba(45, 98, 120, .2), rgba(45, 98, 120, 0));
    font-weight: 700;
}

/* FOOTER */
.benefits-footer {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.benefits-footer ul.row {
    list-style: none;
    padding-left: 0;
}
.benefits-footer .row > li {
    margin-bottom: 20px;
    padding-bottom: 42px;
    position: relative;
}
.benefits-footer .row > li .learn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 16px;
    padding: 0.25em 0;
    width: 160px;
    margin-left: -80px;
}
.benefits-footer h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.benefits-footer .footer-header {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.benefits-footer .img-wrapper {
    background: #2d6278;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}
.benefits-footer .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.benefits-footer .learn-more.white {
    color: #2d6278;
}
.benefits-footer .learn-more.white:hover,
.benefits-footer .learn-more.white:focus {
    background: none;
    color: #fff;
}
#footer {
    background: #489D5E;
    color: #eee;
}
#footer iframe {
    max-width: 100%;
}
#footer .fb-page,
#footer .fb_iframe_widget {
    max-width: 100%;
    overflow-x: hidden;
}
#footer a,
#footer a:hover,
#footer a:focus,
.benefits-footer a,
.benefits-footer a:hover,
.benefits-footer a:focus {
    color: #fff;
}
#footer a:hover,
#footer a:focus {
    text-decoration: underline;
}
.footer-header {
    font-size: 24px;
    line-height: 32px;
}
#footer .sitemap {
    padding-left: 15px;
}
#footer .sitemap li ul {
    margin: 8px 0;
    padding-left: 15px;
}
#footer input {
    background: #fff;
    border-radius: 3px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    box-shadow: none;
    border: none;
    color: #222;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer textarea {
    background: #fff;
    border-radius: 3px;
    height: 90px;
    font-size: 18px;
    line-height: 35px;
    box-shadow: none;
    border: none;
    color: #222;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer input:focus,
#footer textarea:focus {
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer input::-webkit-input-placeholder,
#footer textarea::-webkit-input-placeholder {
    color: #777;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer input:focus::-webkit-input-placeholder,
#footer textarea:focus::-webkit-input-placeholder  {
    background: #fff;
    color: #222;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer .btn-primary {
    border: solid 4px rgba(255,255,255,0.9);
    background: none;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer .btn-primary:hover,
#footer .btn-primary:focus {
    text-decoration: none;
    background: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    color: #489D5E;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#footer-bottom {
    background: #0E6024;
    color: #73BB86;
    padding-top: 10px;
    padding-bottom: 5px;
}
#footer-bottom a {
    color: #A2D5AF;
}
#footer-bottom a:hover,
#footer-bottom a:focus {
    text-decoration: underline;
}
#footer-pci-logo {
    padding-top: 30px;
}

/* FOOTER */
#map-canvas {
    width: 100%;
    height: 400px;
}

/* INNER PAGES */
.inner-banner {
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.inner-banner,
.benefits-footer {
    background: #2d6278;
    background: linear-gradient(rgba(45, 98, 120, 1), rgba(45, 98, 120, 0.8));
    background-position: 50% 33%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.capitol-background {
    background-image: linear-gradient(rgba(45, 98, 120, 1), rgba(45, 98, 120, 0.8)), 
                      url("../images/banners/banner-capitol.jpg");
}
.crowd-background {
    background-image: linear-gradient(rgba(45, 98, 120, 1), rgba(45, 98, 120, 0.8)), 
                      url("../images/banners/banner-crowd.jpg");
}
.flags-background {
    background-image: linear-gradient(rgba(45, 98, 120, 1), rgba(45, 98, 120, 0.8)), 
                      url("../images/banners/banner-flags.jpg");
}
.benefits-footer,
.capitol-background-2 {
    background-image: linear-gradient(rgba(45, 98, 120, 1), rgba(45, 98, 120, 0.8)), 
                      url("../images/banners/footer-banner-capitol.jpg");
    background-position: center;
}
.inner-banner .page-title {
    margin: 0;
    margin-top: 55px;
}
.inner-banner .page-title.has-tagline {
    margin-top: 90px;
    margin-bottom: 20px;
}
.inner-banner .tagline {
    font-size: 24px;
    margin-bottom: 24px;
}
.inner-page .green-background {
    background: #489D5E;
}
.inner-page .slate-background {
    background: #2d6278;
}
.inner-page .green-background,
.inner-page .slate-background {
    color: #fff;
}
.inner-page .green-background h2,
.inner-page .green-background h3 {
    color: #C0D9AF;
}
.inner-page .slate-background h2 {
    color: #c4e1f0;
}
.inner-page .column-section h2,
.inner-page .column-section p {
    text-align: center;
}
.inner-page .column-section .panel {
    background: #489D5E;
    height: 100%;
}
.inner-page .column-section .panel h2 {
    color: #C0D9AF;
    letter-spacing: 1px;
}
.inner-page .column-section .panel ul {
    color: #FFF;
}
.inner-page .highlight-section {
    background: #489D5E;
    position: relative;
    overflow: hidden;
}
.inner-page .highlight-section h2,
.inner-page .highlight-section ul,
.inner-page .highlight-section p {
    color: #fff;
}
.inner-page .highlight-section ul,
.inner-page .highlight-section p {
    font-size: 26px;
    line-height: 34px;
}
.inner-page .cta-section .btn-cta {
    font-size: 30px;
    width: 300px;
    margin-left: -150px;
}
.photo-shadow {
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.5);
}
.img-vertical-66 {
    width: 66%;
    margin: auto;
}
.screen-shot {
    border: solid 1px #ddd;
    border-radius: 5px;
}
.tablet-shadow {
    box-shadow: -25px 70px 20px -60px rgba(0, 0, 0, 0.5);
}
.tablet-v-shadow {
    box-shadow: 0 45px 20px -35px rgba(0, 0, 0, 0.5);
}
.tablet-shadow2 {
    box-shadow: -45px 95px 20px -80px rgba(0, 0, 0, 0.5);
}
.tablet-shadow3 {
    box-shadow: -60px 95px 20px -80px rgba(0, 0, 0, 0.5);
}
.clouds-background.fixed {
    background: linear-gradient(to top right, rgba(255,255,255,0.75), rgba(255,255,255,0.55)), url(../images/clouds-bg.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.clouds-background {
    background: linear-gradient(to top right, rgba(255,255,255,0.75), rgba(255,255,255,0.55)), url(../images/clouds-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.curved-corner {
    border-radius: 0 0 100% 0;
}
.curved-bottom {
    border-radius: 0 0 50% 50% / 30%;
}
.curved-shadow {
    background: #C0D9AF;
    border-radius: 0 0 90% 0;
}
.radial-fade-bg {
    background: radial-gradient(circle at 20% 10%, #fff, 
                rgba(45, 98, 120, 0.1),
                rgba(45, 98, 120, 0.2) 20%,
                rgba(45, 98, 120, 0.6) 80%,
                rgba(45, 98, 120, 0.9) 95%, 
                rgba(45, 98, 120, 1));
}
.inner-page .diagonal-divide {
    position: relative;
    overflow: hidden;
    background: #73BB86;
}
.inner-page .diagonal-divide.bg-image {
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(115, 187, 134, 0.8), rgba(115, 187, 134, 0.8)), url("../images/banners/city-street.jpg");
}
.inner-page .diagonal-divide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #489D5E;
    display: block;
}
.inner-page .diagonal-divide:after {
    content: "";
    position: absolute;
    top: -25%;
    left: 48%;
    width: 5%;
    height: 150%;
    background: #489D5E;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    display: block;
}
.inner-page .diagonal-divide .column-section h2,
.inner-page .diagonal-divide .column-section p {
    color: #fff;
    text-align: center;
}
.inner-page .diagonal-divide .column-section.left {
    padding-right: 80px;
}
.inner-page .diagonal-divide .column-section.right {
    padding-left: 50px;
}
.inner-page .fade-container {
    position: relative;
}
.inner-page .fade-container .fade-image,
.inner-page .fade-container .fade-overlay-slate {
    position: absolute;
}
.inner-page .fade-container .fade-image {
    width: 50%;
    height: 100%;
}
.inner-page .fade-container .fade-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.inner-page .fade-container .fade-overlay-slate {
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to right, rgba(86, 128, 146, 0), rgba(86, 128, 146, 1) 45%, rgba(45, 98, 120, 1));
}
.watermark-section {
    position: relative;
    overflow: hidden;
}
.inner-page .watermark {
    position: absolute;
    bottom: -200px;
    left: -50px;
    z-index: 10;
    color: rgba(255, 255, 255, 0.1);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: solid 40px;
    font-size: 500px;
    line-height: 1.42;
    text-align: center;
}
.sign-up-link {
    font-size: 1.2em;
    font-weight: 700;
}
.card-reader-steps {
    counter-reset: steps;
    list-style-type: none;
    padding-left: 0;
}
.card-reader-steps li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 18px;
}
.card-reader-steps li::before {
    counter-increment: steps;
    content: counter(steps);
    flex-shrink: 0;
    font-size: 36px;
    line-height: 48px;
    margin-right: 9px;
    width: 52px;
    height: 52px;
    border: solid 2px;
    border-radius: 50%;
    text-align: center;
    color: #2d6278;
    background: rgba(45, 98, 120, 0.2);
}
.overview-section h2 {
    /*text-align: center;*/
}
.overview-section a {
    color: inherit;
}
section + section .overview-section {
    padding-top: 0;
}
section + section .overview-section .container {
    padding-top: 50px;
    border-top: solid 2px rgba(51, 122, 183, 1);
}
.img-responsive.accepted-payments {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.checkmark-list {
    list-style: none;
    padding-left: 0;
}
.checkmark-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.checkmark-list li .fa-check {
    position: absolute;
    left: 10px;
    color: #489D5E;
    font-size: 1.2em;
}
.pci-logo {
    margin-bottom: 30px;
}
.pci-logo img {
    width: 200px;
}

/* Contact Form */
.cts-form .form-control,
.cts-form .btn {
    font-size: 16px;
}
small.efund-grecaptcha-branding {
    font-size: 65%;
    opacity: 0.8;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* SUPPORT PAGE */
#support-page .panel-heading:focus,
#support-page .panel-heading:hover {
    background: #2d6278;
    color: #fff;
}
#support-page .panel-title {
    font-family: inherit;
    text-transform: inherit;
    color: inherit;
    font-size: 18px;
}
#support-page .panel-title a {
    display: inline-block;
    width: 100%;
}
.resources-list {
    list-style: none;
    padding-left: 0;
}
.resources-list li {
    margin-bottom: 10px;
}
.resources-list a:focus,
.resources-list a:hover {
    text-decoration: underline;
}
#support-page .contact-us {
    margin-top: 2em;
}
#support-page .contact-us .panel {
    border-color: #2d6278;
    border-width: 2px;
}
#support-page .contact-us .panel-body {
    border-color: #2d6278;
    border-width: 2px;
    padding-left: 0;
    padding-right: 0;
}
#support-page .contact-us h2 {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
#support-page .customer-service-list i {
    font-size: 1.3em;
    vertical-align: -10%;
    margin-right: 2px;
}

/* About Page */
#about-page .cta-section p,
.cta-section.cta-banner p {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #2d6278;
    font-size: 30px;
    margin-bottom: 1em;
}
#about-swoop.curved-shadow {
    border-radius: 0 0 60% 0 / 0 0 50% 0;
}
#about-swoop .curved-corner {
    border-radius: 0 0 70% 0 / 0 0 60% 0;
    padding-bottom: 100px;
}

/* REGISTER PAGES */
.register-section .container,
.support-section .container {
    max-width: 900px;
}
.register-section h3 {
    font-size: 18px;
}
.register-intro {
    margin-bottom: 60px;
}
.support-intro {
    margin-bottom: 30px;
}
.progress-tracker {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.progress-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #ddd;
    color: #777;
}
.progress-circle a {
    color: inherit;
}
.progress-line {
    height: 10px;
    background: #ddd;
    flex-grow: 1;
    margin-left: -0.5%;
    margin-right: -0.5%;
    z-index: -1;
}
.progress-circle.completed,
.progress-line.completed,
.progress-circle.current {
    background: #1a9c3b;
}
.progress-circle.completed,
.progress-line.completed {
    border: solid 1px #1b8937;
}
.progress-circle.completed,
.progress-circle.current {
    color: #fff;
}
.progress-circle.completed {
    line-height: 29px;
}
.progress-circle.current {
    width: 50px;
    height: 50px;
    line-height: 49px;
    border-radius: 25px;
    background: radial-gradient(#1a9c3b 55%, #9de379 80%, #a0f873);
    border: solid 1px #1a9c3b;
}
.form-button {
    color: #fff;
    background: #2d6278;
}
.form-button:hover,
.form-button:focus {
    color: #2d6278;
    border-color: #2d6278;
}
legend.control-label {
    font-size: inherit;
    color: inherit;
    border: none;
    font-weight: 700;
}
.register-form .control-label {
    /*line-height: 22px;
    padding-top: 9px;*/
    font-weight: 700;
    margin-bottom: 5px;
}
.register-form .form-group.no-margin {
    margin-bottom: 0px;
}
.register-form .form-group.small-margin {
    margin-bottom: 5px;
}
.register-form .form-group.large-margin {
    margin-bottom: 25px;
}
.register-form .form-group.top-padding {
    padding-top: 27px;
}
.register-form .form-group.top-padding .col-sm-4 {
    position: relative;
}
.register-form .form-group.top-padding .checkbox {
    position: absolute;
    top: -27px;
    padding-top: 0;
}
.register-form .small-label {
    font-size: 0.8em;
}
.register-form .help-block {
    font-size: 0.8em;
    line-height: 1.5;
}
.register-form .help-block:not(:last-child) {
    margin-bottom: 0;
}
.register-form input[type=radio],
.register-form input[type=checkbox] {
    margin-top: 7px;
}
.register-form .id-label {
    font-weight: 700;
    color: #999;
}
.register-form input:checked + .id-label {
    color: #555;
}
/*.register-form .id-label.selected {
    color: #555;
}*/
.register-form .toggle-inputs-wrapper {
    /*position: relative;
    height: 34px;*/
}
.register-form .toggle-input {
    /*position: absolute;
    z-index: -100;*/
    display: none;
}
.register-form .toggle-input.selected {
    /*z-index: auto;*/
    display: block;
}
.register-form .form-control.fail {
    border-color: #f00;
}
.register-form .input-group.below-min::after {
    content: 'Please choose minimum value that is greater than or equal to $5.00.';
}
.register-form .input-group.max-greater-than-min::after {
    content: 'Please choose maximum value that is greater than or equal to minimum value.';
}
.register-form .input-group.max-greater-than-min::after,
.register-form .input-group.below-min::after {
    color: #f00;
    font-size: 0.8em;
    background: #fff;
    padding: 0 10px;
    border: solid 1px rgba(255,0,0,0.2);
    border-radius: 5px;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    z-index: 20;
}
.register-form input[type="file"] {
    font-size: 0.9em;
}
.register-section .review-section {
    margin-bottom: 10px;
}
.register-section .review-section h3 {
    padding-bottom: 4px;
    border-bottom: solid 1px #ddd;
}
.register-section .review-label {
    font-weight: 700;
    text-align: right;
}
#terms-of-service section {
    padding-bottom: 10px;
}
.datepick-popup {
    border: solid 1px #bbb;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.datepick {
    border-color: #fff;
}
.datepick-month {
    border: none;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    background-color: #2d6278;
    color: #fff;
}
.datepick-month td .datepick-selected {
    background-color: #2d6278;
}
.datepick-ctrl {
    background-color: #ddd;
}
.datepick-ctrl .datepick-cmd:hover {
    background-color: #ccc;
}
.datepick-month td .datepick-weekend {
    background-color: inherit;
}
.datepick-month td .datepick-weekend.datepick-other-month {
    background-color: #fff;
}

ol.terms-ordered-nested-list li {
    list-style: none;
    position: relative;
    padding-left: 0.5em;
}
ol.terms-ordered-nested-list li::before {
    position: absolute;
    right: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
ol.terms-ordered-nested-list h3,
ol.terms-ordered-nested-list h4 {
    text-transform: unset;
    color: #444;
}
ol.terms-ordered-nested-list h3 {
    font-size: 22px;
}
/* Terms List Style - Level 1 */
ol.terms-ordered-nested-list {
    /*list-style: none;*/
    counter-reset: terms-level-1;
}
ol.terms-ordered-nested-list > li::before {
    counter-increment: terms-level-1;
    content: counter(terms-level-1, upper-roman) ".";
    color: #2d6278;
    font-size: 30px;
    line-height: 38px;
}
/* Terms List Style - Level 2 */
ol.terms-ordered-nested-list > li > ol {
    /*list-style: none;*/
    counter-reset: terms-level-2;
}
ol.terms-ordered-nested-list > li > ol > li::before {
    counter-increment: terms-level-2;
    content: "(" counter(terms-level-2, decimal) ")";
    color: #333;
    font-size: 22px;
    line-height: 1.1;
}
/* Terms List Style - Level 3 */
ol.terms-ordered-nested-list > li > ol > li > ol {
    /*list-style: none;*/
    counter-reset: terms-level-3;
}
ol.terms-ordered-nested-list > li > ol > li > ol > li::before {
    counter-increment: terms-level-3;
    content: counter(terms-level-3, lower-alpha) ".";
    color: #333;
    font-size: 18px;
    line-height: 1.1;
}

/* PARTNER LANDING PAGE */
#partner-landing-page .partner-logo-wrapper {
    display: block;
    margin-bottom: 20px;
}

    #partner-landing-page .partner-logo-wrapper img {
        margin: auto;
    }

#partner-landing-page a.partner-link {
    color: #fff;
}

    #partner-landing-page a.partner-link:hover,
    #partner-landing-page a.partner-link:focus {
        color: #fff;
    }

#partner-landing-page .video-responsive {
    background: #ddd;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    margin-top: 0;
}

#partner-landing-page .register-heading {
    font-size: 40px;
    margin-bottom: 40px;
}

#partner-landing-page .partner-text {
    font-size: 20px;
}

#partner-landing-page .curved-shadow {
    border-radius: 0 0 55% / 35% 0;
}

#partner-landing-page .curved-corner {
    border-radius: 0 0 70% / 40% 0;
}

/* Card Section */
.css-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.css-flex.align-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.css-flex.same-height-cards .panel,
.css-flex.same-height-cards .panel-body {
    height: 100%;
}

.css-flex.same-height-cards > div {
    margin-bottom: 20px;
}

.css-flex.same-height-cards .panel {
    margin-bottom: 0;
}

.design-card-section {
    background: background: rgba(45, 98, 120, 0.2);
    background: -moz-linear-gradient(170deg, rgba(45, 98, 120, 0.1), rgba(45, 98, 120, 0.4));
    background: -webkit-linear-gradient(170deg, rgba(45, 98, 120, 0.1), rgba(45, 98, 120, 0.4));
    background: linear-gradient(170deg, rgba(45, 98, 120, 0.1), rgba(45, 98, 120, 0.4));
}
.design-card .panel-body {
    padding: 25% 20%;
}
.design-card.design-card-p-sm .panel-body {
    padding: 15% 10%;
}
.css-flex.same-height-cards .panel.fixed-height {
    height: 275px;
}
.design-card.fixed-height .panel-body {
    padding: 60px 5px 0;
}
.design-card.fixed-height.languages .panel-body {
    padding-top: 100px;
}
.row.design-card-section {
    padding-bottom: 30px;
}
.design-card {
    border: none;
    box-shadow: 0px 1px 6px rgba(0,0,0,.3);
}
.design-card .img-responsive {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
}
.design-card .card-heading {
    color: #2d6278;
    font-weight: 700;
}
.icon-card img,
.icon-card .icon-fa {
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.2s;
}
.icon-card:hover img,
.icon-card:focus img,
.icon-card:hover .icon-fa,
.icon-card:focus .icon-fa {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.icon-card p:last-child {
    margin-bottom: 0;
}
.icon-card .icon-fa {
    font-size: 4em;
    color: #2d6278;
    padding-bottom: 1rem;
}

/* RESPONSIVE MEDIA QUERIES */
@media (min-width: 1200px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
    .navbar-nav>li.dropdown:hover>a:after,
    .navbar-nav>li.dropdown:focus>a:after,
    .navbar-nav>li.dropdown:hover>p:after,
    .navbar-nav>li.dropdown:focus>p:after {
        content: "";
        position: absolute;
        border-bottom: solid 12px #fff;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        left: 50%;
        margin-left: -6px;
        bottom: 0;
    }
    #owl-carousel .owl-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    #owl-carousel .owl-item {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    #owl-carousel .owl-item .img-responsive {
        margin: auto;
    }
}
@media (max-width: 1200px) {
    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }*/
    /* CHANGES NAVBAR COLLAPSE POINT */
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-fixed-top .container>.navbar-collapse {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>p {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #222;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    header .navbar a .fa {
        color: #777;
    }
    .navbar-nav .dropdown-menu {
        top: auto;
    }
    .dropdown-toggle::after {
        font-family: "FontAwesome"; 
        content: "\f0d7";
        position: absolute;
        right: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* END COLLAPSE CHANGE */
    .bxslider li {
        height: 420px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-fixed-top.stuck {
        padding-bottom: 10px;
    }
}
@media (min-width: 991px) {
    .display-block-lg {
        display: block;
    }
    .display-flex-lg {
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .pull-right-lg {
        float: right;
    }
    .navbar-nav > li {
        /*position: initial;*/
        position: static;
    }
    .navbar-nav>li a,
    .navbar-nav>li p {
        position: relative;
    }
    .fat-menu {
        width: 100%;
        position: absolute;
        left: 0;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 100%;
        background: #fff;
        border: none;
    }
    .navbar-nav>li>.dropdown-menu img {
        margin-bottom: 5px;
    }
    .navbar-nav>li>.dropdown-menu>li,
    .navbar-nav>li>.dropdown-menu li {
        padding: 20px 5px;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }
    .navbar-nav>li>.dropdown-menu>li:hover,
    .navbar-nav>li>.dropdown-menu>li:focus,
    .navbar-nav>li>.dropdown-menu li:hover,
    .navbar-nav>li>.dropdown-menu li:focus {
        background: rgba(255,255,255,0.2);
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }
    .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-nav>li>.dropdown-menu li a {
        color: #2d6278;
        font-weight: bold;
    }
    .navbar-nav>li>.dropdown-menu>li>a:hover,
    .navbar-nav>li>.dropdown-menu>li>a:focus,
    .navbar-nav>li>.dropdown-menu li a:hover,
    .navbar-nav>li>.dropdown-menu li a:focus{
        background: none;
    }
    .inner-section .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    #support-page .customer-service-list {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }*/
    /* CHANGES NAVBAR COLLAPSE POINT */
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .menu-icon {
        width: 60px;
    }
    .navbar-nav > li.dropdown .vert-menu {
        width: 100%;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* END COLLAPSE CHANGE */
    .navbar-fixed-top.stuck .navbar-brand {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 3px;
    }
    .inner-section .row.row-eq-height {
        display: block;
    }
    /* TESTIMONIAL SLIDER */
    .home-page .testimonial-section {
        background: #489D5E;
    }
    .home-page .testimonial-section::before {
        visibility: hidden;
    }
    .home-page .testimonial-section::after {
        visibility: hidden;
    }
    .home-page .testimonial-section .owl-carousel .owl-item {
        padding: 0 5px;
    }
    /* END TESTIMONIAL SLIDER */
    .bxslider li {
        height: 470px;
    }
    .curved-bottom .col-sm-6 {
        margin-bottom: 40px;
    }
    .home-page .graphic-section2 .graphic-icon1 {
        margin-top: -100px;
    }
    #about-swoop.curved-shadow {
        border-radius: 0 0 60% 0 / 0 0 30% 0;
    }
    #about-swoop .curved-corner {
        border-radius: 0 0 70% 0 / 0 0 40% 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .display-flex-md {
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .pull-right-md {
        float: right;
    }
    .navbar .col-sm-eight {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .p-right-2-lg,
    .p-right-2-lg.col-sm-6 {
        padding-right: 2em;
    }
    .p-left-4-lg,
    .p-left-4-lg.col-sm-6 {
        padding-left: 4em;
    }
    .navbar .col-sm-eight {
        width: 12.5%;
        float: left;
    }
    .navbar .eight-push-two {
        margin-left: 25%;
    }
    .navbar .eight-push-2-5 {
        margin-left: 31.25%;
    }
    .navbar .eight-push-1-5 {
        margin-left: 18.75%;
    }
    .navbar-nav>li>.dropdown-menu>li,
    .navbar-nav>li>.dropdown-menu li {
        text-align: center;
    }
    .navbar-nav>li>p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home-intro-col-text {
        max-width: 585px;
    }
    .inner-section .row,
    .benefits-footer .row,
    #partner-landing-page .partner-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .inner-section .panel-body .row {
        display: block;
    }
    .inner-section .row,
    #partner-landing-page .partner-info {
        -webkit-align-items: center;
        align-items: center;
    }
    #partner-landing-page .inner-section .row {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    #partner-landing-page .partner-text {
        width: 80%;
        margin: auto;
    }
    .benefits-footer .row {
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .inner-section .row.align-start {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .inner-section .row.two-columns {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    #support-page .col-sm-6:first-child {
        padding-right: 30px;
    }
    #support-page .col-sm-6:last-child {
        padding-left: 30px;
    }
    .copyright-message {
        text-align: right;
    }
    .dropdown-menu.vert-menu {
        /*font-size: 16px;*/
        padding-top: 20px;
    }

    .dropdown-menu.vert-menu img {
        margin-bottom: 0.5em;
    }

    .navbar-nav > li > .dropdown-menu.vert-menu li {
        text-align: left;
        padding: 0;
        margin-bottom: 0.5em;
    }

    .navbar-nav > li.dropdown .vert-menu .menu-title {
        color: #2d6278;
        font-weight: 700;
        margin-bottom: 0.25em;
    }

    .navbar-nav > li.dropdown .vert-menu ul li a {
        font-weight: 400;
        color: #2d6278;
    }
    .col-sm-five {
        width: 20%;
    }
    .alt-bg-color-green-half::before {
        left: 50%;
        bottom: 50%;
        transform-origin: 0 50%;
        transform: translate(0,50%) rotate(10deg);
    }
}
@media (max-width: 767px) {
    .col-padding-thin-sm,
    .col-padding-thin-sm.col-sm-6 {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-padding-thin-sm:first-of-type {
        padding-top: 0;
    }
    .col-padding-thin-sm:last-of-type {
        padding-bottom: 0;
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .navbar-nav .dropdown-menu > div > li > a {
        display: none;
    }
    .navbar-nav > li.dropdown .vert-menu ul li {
        margin-bottom: 1em;
    }
    .col-sm-6 {
        margin-bottom: 26px;
    }
    .img-top-margin {
        margin: 0;
    }
    .home-banner .banner-box {
        top: 120px;
        padding: 0 15px
    }
    .home-banner .banner-box .page-title {
        font-size: 36px;
        line-height: 42px;
    }
    .home-banner .banner-box .tagline {
        font-size: 24px;
        line-height: 30px;
    }
    .home-banner .banner-box .get-started {
        width: 300px;
        text-align: center;
        font-size: 30px;
        margin: 20px auto 0 auto;
        padding: 6px 15px;
        background: #2d6278;
    }
    .benefits-footer .row > li {
        max-width: 440px;
        margin: 0 auto 20px;
    }
    .register-form .form-row {
        margin-bottom: 15px;
    }
    .inner-banner .page-title {
        margin-top: 90px;
        margin-bottom: 30px;
        font-size: 42px;
    }
    .curved-bottom {
        border-radius: 0 0 50% 50% / 10%;
    }
    .curved-corner {
        border-radius: 0 0 100% / 50% 0;
    }
    .curved-shadow {
        border-radius: 0 0 90% / 45% 0;
    }
    .register-form .form-group.top-padding {
        padding-top: 0;
    }
    .register-form .form-group.top-padding .checkbox {
        position: relative;
        top: 0;
    }
    .register-form .col-sm-6 {
        margin-bottom: 0px;
    }
    .register-form .col-sm-6 + .col-sm-6 {
        margin-top: 15px;
    }
    .home-page .graphic-section2 .graphic-icon1 {
        margin-top: -150px;
    }
    #credit-card-wrap {
        display: none;
    }
    #about-swoop.curved-shadow {
        border-radius: 0 0 80% 0 / 0 0 10% 0;
    }
    #about-swoop .curved-corner {
        border-radius: 0 0 90% 0 / 0 0 20% 0;
    }
    #partner-landing-page .video-responsive {
        margin-bottom: 60px;
    }
    .alt-bg-color-green-half::before {
        left: 0;
        top: 50%;
    }
}
@media (max-width: 575px) {
    .home-banner .banner-box {
        padding: 0 15px
    }
    .home-banner .banner-box .page-title {
        font-size: 24px;
        line-height: 36px;
    }
    .home-banner .banner-box .tagline {
        font-size: 20px;
        line-height: 26px;
    }
    .home-banner .banner-box .get-started {
        width: 300px;
        text-align: center;
        font-size: 24px;
        margin: 20px auto 0 auto;
        padding: 6px 15px;
        background: #2d6278;
        max-width: 100%;
    }
    .navbar-brand {
        margin-right: 0;
        width: 250px;
    }
    .home-page .graphic-section2 .graphic-icon1 {
        margin-top: -60px;
    }
    .home-page .cta-section .btn-cta.call-us,
    .home-page .cta-section .btn-cta.get-started {
        font-size: 20px;
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
    .benefits-footer h2 {
        font-size: 22px;
        line-height: 30px;
    }
    #partner-landing-page .curved-shadow {
        border-radius: 0 0 80% / 15% 0;
    }

    #partner-landing-page .curved-corner {
        border-radius: 0 0 90% / 20% 0;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

/* ANIMATION */

.module {
	opacity: 0;
}
.module .img-responsive {
	margin: 0 auto;
}
.module2 {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.module2.come-in2 {
	-webkit-animation: come-in2 0.7s ease-in-out forwards;
	-moz-animation: come-in2 0.7s ease-in-out forwards;
	-ms-animation: come-in2 0.7s ease-in-out forwards;
	opacity: 1;
}
.module.come-in {
  -wekbit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: come-in 1.2s ease forwards;
  -moz-animation: come-in 1.2s ease forwards;
  -ms-animation: come-in 1.2s ease forwards;
  animation: come-in 1.2s ease forwards;
  opacity: 0;
}
.module.come-in.left {
    -wekbit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}
.module.come-in.right {
    -wekbit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.module-left.come-in {
  -webkit-animation: come-in 1s ease forwards;
  -moz-animation: come-in 1s ease forwards;
  -ms-animation: come-in 1s ease forwards;
  animation: come-in 1s ease forwards;
}
.module-middle.come-in {
  -webkit-animation: come-in 1.5s ease forwards;
  -moz-animation: come-in 1.5s ease forwards;
  -ms-animation: come-in 1.5s ease forwards;
  animation: come-in 1.5s ease forwards;
}
.module-right.come-in {
  -webkit-animation: come-in 2s ease forwards;
  -moz-animation: come-in 2s ease forwards;
  -ms-animation: come-in 2s ease forwards;
  animation: come-in 2s ease forwards;
}
.module-right-2.come-in {
  -webkit-animation: come-in 2.5s ease forwards;
  -moz-animation: come-in 2.5s ease forwards;
  -ms-animation: come-in 2.5s ease forwards;
  animation: come-in 2.5s ease forwards;
}
@-webkit-keyframes come-in {
  to {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	opacity: 1;
  }
}
@-moz-keyframes come-in {
  to {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	opacity: 1;
  }
}
@-ms-keyframes come-in {
  to {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	opacity: 1;
  }
}
@keyframes come-in {
  to {
  	-webkit-transform: translateY(0);
  	-moz-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	opacity: 1;
  }
}
@-webkit-keyframes come-in2 {
  0% {
  	-webkit-transform: scale(0.5);
  	-moz-transform: scale(0.5);
  	-ms-transform: scale(0.5);
  	transform: scale(0.5);
  	opacity: 0.2;
  }
  30% {
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	transform: scale(0.8);
  	opacity: 0.5;
  }
  60% {
  	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	opacity: 0.9;
  }
  100% {
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	opacity: 1;
  }
}
@-moz-keyframes come-in2 {
  0% {
  	-webkit-transform: scale(0.5);
  	-moz-transform: scale(0.5);
  	-ms-transform: scale(0.5);
  	transform: scale(0.5);
  	opacity: 0.2;
  }
  30% {
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	transform: scale(0.8);
  	opacity: 0.5;
  }
  60% {
  	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	opacity: 0.9;
  }
  100% {
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	opacity: 1;
  }
}
@-ms-keyframes come-in2 {
  0% {
  	-webkit-transform: scale(0.5);
  	-moz-transform: scale(0.5);
  	-ms-transform: scale(0.5);
  	transform: scale(0.5);
  	opacity: 0.2;
  }
  30% {
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	transform: scale(0.8);
  	opacity: 0.5;
  }
  60% {
  	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	opacity: 0.9;
  }
  100% {
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	opacity: 1;
  }
}
@keyframes come-in2 {
  0% {
  	-webkit-transform: scale(0.5);
  	-moz-transform: scale(0.5);
  	-ms-transform: scale(0.5);
  	transform: scale(0.5);
  	opacity: 0.2;
  }
  30% {
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	transform: scale(0.8);
  	opacity: 0.5;
  }
  60% {
  	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	opacity: 0.9;
  }
  100% {
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	opacity: 1;
  }
}
