/*-- DEFAULTS --*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

a {
    color: #26ACE2;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #50b800;
        cursor: pointer;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #202265;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: -2px;
    font-weight: 300;
}

#post-header h1 {
    margin-bottom: 5px;
}

h2 {
    box-sizing: border-box;
    color: #202265;
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    margin: 30px 0 10px 0;
    padding: 0;
}

    h2.white {
        color: white;
    }

#index h1 {
    font-size: 50px;
}

#index h2 {
    margin: 10px 0;
}

#index h1,
#index h2 {
    font-weight: 600;
}

#index p {
    font-size: 18px;
}

.slice-grey-bordered h2 {
    margin: 0 0 20px 0;
}

.slice-blue,
.slice-cta {
    background: #26ACE2;
    color: #caebfa
}

.fuelux h2 {
    margin: 0;
}

h3 {
    margin: 18px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #171847;
}

#post-header h3 {
    color: #26ACE2;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.container-index h3 {
    margin: 18px 0px 0px 0px;
}

.fuelux h3 {
    color: #2CAFEA;
}

h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

    h4.form {
        color: #202265;
        font-size: 18px;
        font-weight: normal;
    }

.fuelux h4 {
    margin-bottom: 16px;
    color: #2CAFEA;
}

#latestnews h4 a {
    color: #161857;
}

h5 {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
}

ul {
    list-style: square;
}

    ul li {
        margin-bottom: 9px;
    }

    ul.nav li,
    .nav ul li,
    .sidebar-nav ul li {
        margin-bottom: 0;
    }

footer h3 {
    color: #FFF;
}

footer h4,
.aside-menu h4 {
    color: #FFF;
}

footer h4 {
    color: #FFF;
    margin: 0 0 5px 0;
}

footer h5,
.aside-menu h5 {
    color: #FFF;
}

footer {
    color: #c7c8d1;
    font-size: 90%;
}

    footer a,
    footer a:link,
    footer a:visited {
        color: #c7c8d1;
        text-decoration: underline;
    }

        footer a:hover {
            color: #59b2e5;
        }

.footer-line {
    border-top: 1px solid #45467a;
    padding-top: 10px;
}


.container-index {
    padding: 25px 0;
}

#home-cta {
    display: none;
}


/* -- NEW INDEX CTA --*/

.container-wide {
    width: 90%;
}

.slice-index-head .col-md-6 {
    padding: 40px 40px 60px 40px;
    transition: 1s;
    border: 10px solid white;
}

.slice-index-head h2 {
    font-size: 32px
}

.index-cta-one {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 60%), url(../img/banners/couplecropped.jpg);
    background-size: cover;
    background-position: 50% 60%;
    transition: 1s;
}

.index-cta-two {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 60%), url(../img/banners/business-sq.jpg);
    background-size: cover;
    background-position: 50% 100%;
    transition: 1s;
}

.slice-heading .col-md-12 {
    max-width: 30%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.slice-couple .col-md-12 {
    max-width: 55%;
}

.slice-road {
    background-image: url('../img/banners/road.jpg');
    background-repeat: no-repeat;
    background-position: 50% 56%;
    background-size: cover;
    padding: 70px 0;
}

.slice-blue h1,
.slice-blue h2 {
    color: #FFF;
}

.slice-blue h3,
.slice-blue h4 {
    color: #1C1919;
}

h4 small {
    font-size: 65%;
    vertical-align: super;
}

.slice-blue h4 small {
    color: #FFF;
}

#searchMenu {
    max-height: 0;
    background: #FFFFFF;
    color: white;
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    -moz-box-shadow: inset 0 8px 9px -8px rgba(100, 115, 124, 0.25);
    -webkit-box-shadow: inset 0 8px 9px -8px rgba(100, 115, 124, 0.25);
    box-shadow: inset 0 8px 9px -8px rgba(100, 115, 124, 0.25);
    border-bottom: 1px solid #E0EDED;
}

    #searchMenu .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.search-menu-in #searchMenu {
    max-height: 200px;
    overflow: visible;
}

.white-select-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 20px;
    display: inline-block;
    width: 300px;
    padding: 60px 20px;
}

    .white-select-box h3,
    .white-select-box h2 {
        margin: 0;
    }


/* IMAGES */

figcaption {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}


/*-- WRAPPER --*/

.aside-menu-in .wrapper {
    left: -280px;
}

.wrapper {
    position: relative;
    left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}



/*-- SIDEBAR NAV --*/

.sidebar-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav ul li {
    border-bottom: 1px solid #ddd;
}

    .sidebar-nav ul li a {
        display: block;
        padding: 9px 15px;
        font-size: 14px;
        color: #333;
        border-left: 10px solid #ddd;
    }

.sidebar-nav > ul > li > a:hover {
    text-decoration: none;
    color: #59b2e5;
    border-color: #59b2e5;
}

.sidebar-nav > ul > li > a > i {
    margin-right: 5px;
}

.sidebar-nav {
    margin-bottom: 30px;
}



/*-- POST HEADER ------------------------------------------------------------------------------------------*/

#post-header {
    background: url(../img/slider-bg.png) repeat-x 0 0;
}


/* W-BOX */

.w-box {
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #e0eded;
}

    .w-box h3 {
        margin: 0 0 10px 0;
    }

    .w-box:before,
    .w-box:after {
        display: table;
        content: "";
    }

    .w-box:after {
        clear: both;
    }

    .w-box h1 {
        margin: 0;
        padding: 10px 15px;
        font-weight: 500;
        font-size: 20px;
    }

    .w-box.inner h2 {
        padding: 10px 0;
    }

    .w-box small {
        display: block;
        font-size: 12px;
        margin-top: 3px;
    }

    .w-box p {
        margin: 6px 0;
        padding: 0 15px;
        padding-bottom: 8px;
    }

    .w-box time {
        display: block;
        padding: 8px 15px 0 15px;
    }

    .w-box .w-footer {
        padding: 10px 15px;
        border-top: 1px solid #f1f1f1;
    }

        .w-box .w-footer:before,
        .w-box .w-footer:after {
            display: table;
            content: "";
        }

        .w-box .w-footer:after {
            clear: both;
        }

        .w-box .w-footer small {
            font-size: 12px;
        }

    .w-box .w-box-parent {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .w-box .date-over {
        padding: 10px;
        background: #ffffff;
        position: absolute;
        top: 15px;
        right: 15px;
        text-align: center;
        font-weight: normal;
    }

        .w-box .date-over.small {
            padding: 4px 8px;
            font-size: 12px;
        }

        .w-box .date-over strong {
            font-size: 12px;
            display: block;
            font-weight: normal;
        }

    .w-box.dark {
        background: #333;
    }

        .w-box.dark h2 {
            color: #fff;
        }

    .w-box.white h2 {
        border-bottom: 0;
        text-align: center;
    }

    .w-box.white .thmb-img {
        text-align: center;
        padding: 15px 0;
    }

    .w-box.white {
        background: #FFF;
    }

        .w-box.white .thmb-img i {
            font-size: 64px;
            color: #333;
        }

.w-box-inverse {
    border: 0;
}

.w-box .thmb-img i {
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
    color: #2F3192;
}


/* AFFILIATES */

.affiliate {
    border: 1px solid #ddd;
    padding: 0 15px;
    background: transparent;
}

    .affiliate img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        .affiliate img:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            filter: grayscale(0%);
        }

.affiliate {
    margin-bottom: 20px;
}

#affiliatefooter a:hover {
    opacity: 0.5;
}

#affiliatefooter a {
    text-decoration: none;
    margin-right: 10px;
}

#affiliatefooter .col-xs-12 {
    padding: 0;
}


/* -- CAROUSELS --*/

#animatedcarousel .img-responsive.img-thumbnail {
    animation: movingimage 30s linear infinite;
}

@keyframes movingimage {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#animatedcarousel {
    border: 1px solid #ddd;
    border-radius: 4px;
}


/*-- PANELS --*/

.slice-grey .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slice-grey .panel-group {
    margin-bottom: 30px;
}

    .slice-grey .panel-group .panel {
        border-radius: 0;
    }

        .slice-grey .panel-group .panel + .panel {
            margin-top: 0;
            border-top: 0;
        }

    .slice-grey .panel-group .panel-heading {
        padding: 14px 15px;
        position: relative;
        cursor: pointer;
    }

.slice-grey .panel-default {
    border-color: #FFF;
}

    .slice-grey .panel-default > .panel-heading {
        color: #333;
        background-color: #d5e4ef;
        border: none;
    }

.slice-grey .panel-group .panel-heading:after {
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.slice-grey .panel-group .panel-heading:after {
    content: "+";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.slice-grey .panel-group .panel-heading a {
    font-weight: normal;
}

    .slice-grey .panel-group .panel-heading a i {
        margin-right: 5px;
        color: #e91b23;
    }

.slice-grey .panel {
    border-radius: 0;
}

    .slice-grey .panel .panel-heading {
        border-radius: 0;
    }

        .slice-grey .panel .panel-heading:hover a {
            color: #59b2e5;
        }

.slice-grey .panel-body {
    background: #ecf4fa;
    border: none;
}

.slice-grey .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
}

.slice-grey .panel-body div.img {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    margin-left: 10px;
    overflow: hidden;
    float: right;
}

.feature-block {
    position: relative;
}

    .feature-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background: #eaebeb;
        -webkit-box-shadow: 1px 0 0 #fff;
        -moz-box-shadow: 1px 0 0 #fff;
        box-shadow: 1px 0 0 #fff;
        height: 100%;
        width: 1px;
    }

    .feature-block .row {
        margin-bottom: 18px;
    }

    .feature-block .item-left {
    }

    .feature-block .description {
    }

    .feature-block img {
    }

    .feature-block .thmb-img i {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        font-size: 48px;
        line-height: 100px;
        text-align: center;
        background: #59b2e5;
        color: #FFF;
    }

.container-index .thmb-img {
    padding: 20px 0px 40px 0px;
}


/*-- 404 PAGE ------------------------------------------------------------------------------------------*/

.fof-buttons {
    margin-top: 20px;
}

    .fof-buttons .btn {
        width: 250px;
        margin-bottom: 15px;
    }

/*-- BREADCRUMBS --*/

.breadcrumb > li + li:before {
    color: #64737c;
    content: ">";
}

.breadcrumb {
    float: left;
    margin: 0 0 0 15px;
    padding: 16px 0;
    background: none;
    border-radius: 0;
    font-size: 11px;
    color: #64737c;
    /*FOR ACCESSIBILITY*/
    min-width: 60%;
}

    .breadcrumb a {
        color: #64737c;
        font-weight: normal;
    }

    .breadcrumb .active {
        color: #64737c;
        font-weight: bold;
    }


/*-- LINKS ----------------------------------------------------------------------------------------*/

a {
    transition: 0.5s;
}

    a:hover {
        transition: 0.5s;
    }


/*-- BUTTONS ----------------------------------------------------------------------------------------*/

.btn {
    transition: 0.5s;
}

    .btn:hover {
        transition: 0.5s
    }

.btn-primary {
    background-color: #2CAFEA;
    border-color: #238CBB;
}

    .btn-primary:hover {
        background-color: #238CBB;
        border-color: #165775;
    }

    .btn-primary:focus {
        background-color: #165775;
    }

.btn3d {
    transition: all .08s linear;
    position: relative;
    outline: medium none;
    -moz-outline-style: none;
    border: 0px;
    top: 0;
}

    .btn3d:focus {
        outline: medium none;
        -moz-outline-style: none;
    }

    .btn3d:active {
        top: 3px;
    }

.container-index .btn3d.btn-primary {
    margin: 10px 0px 20px 0px;
}

.btn-hollow {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.5em;
}

    .btn-hollow:focus {
        outline: medium none;
        -moz-outline-style: none;
    }

    .btn-hollow:hover,
    .btn-hollow:active,
    .btn-hollow.active {
        color: #59b2e5;
        background-color: #FFF;
        border-color: #FFF;
    }

.slice-cta .btn-hollow {
    font-size: 22px;
    font-weight: 300;
    height: 50px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: -4px;
}

.btn-success {
    background-color: #50b800;
    color: #fff;
}

.btn-gold {
    background: #eab30e;
    background: -moz-linear-gradient(top, #eab30e 0%, #d8a50d 100%);
    background: -webkit-linear-gradient(top, #eab30e 0%, #d8a50d 100%);
    background: linear-gradient(to bottom, #eab30e 0%, #d8a50d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eab30e', endColorstr='#d8a50d', GradientType=0);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(28, 28, 28, 0.5);
    margin: 10px;
    font-size: 20px;
    padding: 10px 20px;
}

.btn-orange {
    background-color: #ef6c00;
    color: white;
}

    .btn-orange:hover {
        background-color: white;
        color: #ef6c00;
    }

.btn-gold:hover {
    transform: scale(1.05);
}

.btn-silver {
    background-color: #9c9c9c;
    color: #fff;
}

.btn-bronze {
    background-color: #cd7f32;
    color: #fff;
}

.btn-economy {
    background-color: #d87a79;
    color: #fff;
}

.btn3d.btn-silver {
    box-shadow: 0px 3px 0px #858585, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-bronze {
    box-shadow: 0px 3px 0px #b26c27, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-economy {
    box-shadow: 0px 3px 0px #c65a59, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-default {
    box-shadow: 0px 3px 0px #BBBBBB, 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.btn3d.btn-gold {
    box-shadow: 0px 3px 0px #AA983E, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-primary {
    box-shadow: 0px 3px 0px #238CBB, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-success {
    box-shadow: 0px 3px 0px #46a300, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-info {
    box-shadow: 0px 3px 0px #46b8da, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-warning {
    box-shadow: 0px 3px 0px #eea236, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-danger {
    box-shadow: 0px 3px 0px #c24032, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn-hollow.btn-success {
    color: #46a300;
    background: none;
    border-color: #46a300;
}

.btn-hollow.btn-primary {
    color: #161857;
    border-color: #161857;
    background: none;
}

.btn-success:hover {
    background: #6CD11E;
}

.btn-hollow.btn-success:hover {
    color: #FFF;
    background: #46a300;
}

.btn-hollow.btn-primary:hover {
    color: #FFF;
    background: #161857;
}

.btn3d.btn-success:hover {
    box-shadow: 0px 3px 0px #59BA10, 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn3d.btn-success:active {
    box-shadow: inset 2px 2px 2px #46a300;
    top: 3px;
}

.btn3d.btn-success:focus {
    outline: medium none;
    -moz-outline-style: none;
    background: #6CD11E;
    box-shadow: 0px 3px 0px #59BA10, 0px 6px 2px rgba(0, 0, 0, 0.2);
}


/* CUSTOM BUTTONS */

.btn-white {
    background-color: white;
    color: #333;
    border: 2px solid white;
    margin: 10px 0;
}

    .btn-white:hover {
        background-color: transparent;
        color: white;
    }

.btn-pad {
    padding: 10px 16px;
}


/* To Top Button */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #252556;
    color: #252556;
}

#toTopHover {
    background: #59b2e5;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

#toTop:before {box-sizing: border-box;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 900;
    text-rendering: auto;
    color: #252556;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    text-indent: 0;
}


/* -- GOOGLE SITE SEARCH -- */

.gsc-input {
    color: #333333 !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}

.gsib_a {
    padding-top: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    background-color: #26ACE2 !important;
    border: 0px !important;
}


/*-- FUEL UX FORM VERSION TWO --*/

.fuelux .wizard .step-content {
    border-top: 0;
    padding: 20px;
}

.actions {
    text-align: right;
    width: 95%;
}

#privacyscroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    padding: 10px;
}

    #privacyscroll h4 {
        color: #333;
    }


/*-- FUEL UX FORM INPUT --

@media (min-width: 1199px){

	.fuelux .wizard .step-content{
		float:left;
		width:80%;
		background-color:#FAFAFA;
		border-top:0;
		height:100%;
		width:82.001%;
	}

	.fuelux .wizard .steps-container{
		float:left;
		width:18%;
		border-radius:0;
	}

	.fuelux .wizard > ul.steps li, .fuelux .wizard > .steps-container > ul.steps li{
		float:none;
		width:205px;
		background-color:#FAFAFA;
		height:auto;
		line-height:inherit;
		padding: 10px 20px 10px 30px;
	}

	.fuelux .wizard > ul.steps li:first-child, .fuelux .wizard > .steps-container > ul.steps li:first-child{
		padding: 10px 20px 10px 30px;
	}

	.fuelux .wizard > .actions{
		position:static;
		width:82%;
		text-align:right;
		background-color:white;
		border-left:0;
		background-color:#FAFAFA;
	}

	.fuelux .wizard > ul.steps li .chevron, .fuelux .wizard > .steps-container > ul.steps li .chevron{
		display:none;
	}

}

*/

.actions.stick {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #3a87ad;
    padding-right: calc(15px + 20%) !important;
}

#completeform .glyphicon.glyphicon-arrow-right {
    display: none;
}

#completeform {
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}


/*-- LIST STYLES --*/

.resources i {
    float: left;
    padding-right: 20px;
    display: block;
    width: 30px;
    height: 25px;
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
}

ul.list-check {
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

    ul.list-check li {
        padding: 2px 0;
        margin: 0;
        display: block;
        width: 100%;
    }

        ul.list-check li i {
            color: #333;
            font-style: normal;
            margin-right: 4px;
        }

        ul.list-check li span {
            font-size: 14px;
        }

.social-share {
    height: 30px;
}

    .social-share h4 {
        float: left;
        margin-top: 6px;
    }

ul.social-share-buttons {
    float: left;
    display: block;
    height: 30px;
    padding: 0;
    margin: 0;
}

    ul.social-share-buttons li {
        float: left;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

        ul.social-share-buttons li a {
            background-color: #efefef;
            border-radius: 5px;
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            width: 30px;
            padding: 0 8px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            color: #FFF;
        }

            ul.social-share-buttons li a span {
                display: none;
            }

            ul.social-share-buttons li a:hover {
                background-color: #333;
            }

.social-share-buttons li.email a {
    background-color: #50b800;
}

.social-share-buttons li.favourite a {
    background-color: #ffa800;
}

.social-share-buttons li.linkedin a {
    background-color: #0077B5;
}

.social-share-buttons li.facebook a {
    background-color: #3B5999;
}

.social-share-buttons li.twitter a {
    background-color: #55acee;
}

#sticky {
    top: 0;
    transition: 1s;
}

    #sticky.stick {
        position: fixed;
        top: 10%;
        z-index: 10000;
        border-radius: 0 0 0.5em 0.5em;
        transition: 1s;
    }


.scrollhide {
    opacity: 0;
}

.fadein {
    animation: fadein 2s;
    opacity: 1;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-- SELECT BOXES --*/

.selectbox {
    text-align: center;
    border: 1px solid #E0EDED;
    padding: 10px 0;
    margin: 10px;
}

    .selectbox:hover {
        background-color: #E0EDED;
    }

    .selectbox i {
        color: #252556;
        display: block;
        font-size: 48px;
        margin-bottom: 10px;
    }

.selectboxlink:hover {
    text-decoration: none;
}


/*-- ACCESSIBILITY -------------------------------------------------------------------------------------*/

#accessibility {
    padding-top: 6px;
}

    #accessibility .btn-default:hover {
        font-size: 24px;
        color: yellow;
        background-color: black;
        font-weight: bold;
        transition: 0.5s;
    }

    #accessibility .btn-default {
        transition: 0.5s;
    }

#navigation.access .dropdown-menu > li > a:hover {
    background: black !important;
    color: yellow !important;
}

.navbar-brand.access {
    border-bottom: 0 !important;
}

h3.access {
    color: black !important;
}

body.access {
    color: black !important;
}

.btn.access {
    background: black !important;
    color: yellow !important;
    font-size: 16px !important;
}

footer.access {
    background: white !important;
    color: black !important;
    border-top: 4px solid black !important;
}

a.access {
    color: black !important;
    border-bottom: 2px solid black !important;
    text-decoration: none !important;
}

a.btn.access {
    color: yellow !important;
    border: 2px solid black !important;
}

.aside-menu.access {
    background-color: black !important;
}

    .aside-menu.access .nav > ul > li > a {
        color: yellow !important;
    }

        .aside-menu.access .nav > ul > li > a:hover {
            color: black !important;
        }

    .aside-menu.access .social-media > a {
        color: white !important;
    }

.social-share-buttons a.access {
    background-color: white !important;
    color: black !important;
    border: 2px solid black;
    padding-right: 20px;
    font-size: 16px;
}

#post-header.access {
    background: white !important;
}

textarea.access {
    color: black;
    font-size: 18px;
}

input.access {
    color: black;
    font-size: 18px;
}

.btn3d.btn-success.access {
    box-shadow: none !important;
}



/*-- INDEX ------------------------------------------------------------------------------------------*/

ol.steps {
    list-style: none;
    font-size: 20px;
    display: inline-block;
    text-align: left;
}

    ol.steps li {
        margin-bottom: 12px;
    }

        ol.steps li span {
            font-weight: bold;
        }

#cta-aside h3 {
    margin-bottom: 0;
}

#cta-aside .contact-phone {
    color: #46a300;
    font-size: 200%;
    font-weight: 500;
}

#cta-aside .w-box .thmb-img i {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #2F3192;
    margin-top: 60px;
}

#applynowcta {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

#applynowinfo {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    padding: 10px 0;
    font-weight: 300;
    color: white;
}

.howcanwehelp-btn-mobile {
    display: none;
}

#latestnews-post {
    margin-bottom: 20px;
}

.index-ourbenefits img,
.index-getstarted img {
    max-width: 120px;
}

.index-getstarted div {
    margin-bottom: 10px;
    transition: 1s;
}

    .index-getstarted div:hover {
        transform: scale(1.05);
        transition: 1s;
    }

.index-ourbenefits p {
    font-size: 15px !important;
}

.index-small {
    font-size: 15px !important;
}


/*-- FORMS ------------------------------------------------------------------------------------------*/

form.finone-form .form-control-feedback {
    top: 35px;
    right: 20px;
    position: absolute;
}

form.finone-form .has-success .form-control-feedback {
    color: #468847;
}

form.finone-form .has-error .form-control-feedback {
    color: #b94a48;
}

#form-divider-left {
    border-right: 1px solid #D4D4D4;
}

#form-divider-right-hide {
    display: none;
}

#client2hide {
    display: none;
}

#form-full-values {
    display: none;
}

#form-divider-right-cover {
    text-align: center;
    padding: 30px;
}

#form-divider-right-cover-message {
    display: none;
    padding: 30px;
    text-align: center;
}

#formclientid,
#formclientid2 {
    color: #2E3192;
    font-size: 16px;
    margin-bottom: 6px;
}

#formhead {
    border-bottom: 1px solid #333333;
    vertical-align: bottom;
}

#totalrow {
    background-color: #E6E6E6;
}

.disablespinner::-webkit-outer-spin-button,
.disablespinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.disablespinner {
    -moz-appearance: textfield;
}

.required label:after {
    content: "*";
    color: red;
    font-weight: normal;
    font-size: 75%;
}

.notrequired:after {
    display: none !important;
}

.required .help:after {
    content: "*";
    color: red;
    font-weight: normal;
    font-size: 75%;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-progress.stick {
    margin-top: 0;
    padding-top: 20px;
    position: fixed;
    top: 0;
    z-index: 999;
    max-width: 190px;
    background-color: #F6F6F6;
}

.form-progress ol {
    list-style-type: none;
    padding: 0;
}

    .form-progress ol li {
        counter-increment: step-counter;
        margin-bottom: 16px;
        text-align: center;
        font-weight: bold;
    }

        .form-progress ol li:before {
            content: counter(step-counter);
            background-color: #999;
            color: white;
            font-weight: bold;
            border-radius: 50%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 4px;
            width: 28px;
            padding: 4px 0;
        }

li.progress-complete:before {
    background-color: #50b800 !important;
}


/*-- FIXES ------------------------------------------------------------------------------------------*/


/* Pretty Checkable */

.prettycheckbox > a {
    transition: 0s;
}

.prettycheckbox label,
.prettyradio label {
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    width: 90%;
    font-weight: normal;
}

.prettycheckbox,
.prettyradio {
    margin-bottom: 10px;
}


/* GOOGLE MAPS */

.embed-container {
    pointer-events: none;
}


/*	GOOGLE SEARCH HIDE ADS */

.gsc-adBlock,
.gsc-adBlockVertical {
    display: none !important;
}


/*SLIDER ON HOMEPAGE*/

.ls-bottom-nav-wrapper {
    display: none;
}

#layerslider .h1 {
    color: #202265;
    font-weight: 300;
}


/*RIGHTSIGN*/

div.main-left div.document-preview {
    height: 330px !important;
}

.step-content .form-group {
    display: inline-block;
    width: 100%;
}

#rightsignatureframe {
    height: 670px;
}

span.loader {
    background: url(../img/ajax-loader.gif) no-repeat 0 0;
    width: 70px;
    height: 75px;
    display: block;
}

.product-comparison .price {
    font-size: 300%;
    min-height: 75px;
}

    .product-comparison .price small {
        clear: left;
        display: block;
        line-height: 1;
        padding: 0;
        font-size: 30%;
    }

    .product-comparison .price sup {
        vertical-align: baseline;
        font-size: 50%;
    }

.product-comparison .price-dollars {
    vertical-align: super;
    font-size: 50%;
}

.product-comparison .price-month {
    font-size: 30%;
    clear: right;
    display: block;
    font-weight: normal;
}

.product-comparison h3 {
    margin-bottom: 0;
}

.product-comparison .cs-bronze h3 {
    color: #cd7f32;
}

.product-comparison .cs-silver h3 {
    color: #9C9C9C;
}

.product-comparison .cs-gold h3 {
    color: #c5b358;
}

.product-comparison .cs-economy h3 {
    color: #D87A79;
}

.product-comparison .list-group {
    display: inline-block;
    text-align: left;
}

.product-comparison .signup {
    text-align: center;
}

.product-comparison .panel {
    -webkit-transition-property: scale;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.slice-grey-bordered .panel-default {
    border-color: #c5d4dd;
}

.product-comparison .panel:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.circular-thumb img {
    width: 90px;
    height: 90px;
    margin: 0 15px 15px 0;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
}

.staff-profiles {
}

    .staff-profiles h3 {
        margin-bottom: 5px;
    }

    .staff-profiles .circular-thumb img {
        width: 120px;
        height: 120px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
    }

.staff-profiles-short .circular-thumb img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
}

.staff-profiles-short .circular-thumb {
    float: left;
    display: table-column;
    margin-top: 15px;
}

.staff-profiles-short .profile-desc {
    overflow: hidden;
    zoom: 1;
}


/*-- MEDIA QUERIES ------------------------------------------------------------------------------------------*/


/* Large desktop */

@media (max-width: 1200px) {
    .slice-lady {
        background-position: 70% 35%;
        background-attachment: scroll;
    }

    .slice-caronroad {
        background-attachment: scroll;
    }

    .slice-business {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.25) 100%), url(../img/banners/business.jpg);
        background-size: cover;
        background-position: 0 50%;
        background-attachment: scroll;
    }

    .slice-couple {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%), url(../img/banners/couple.jpg);
        background-size: cover;
        background-position: 50% 30%;
        background-attachment: scroll;
    }

    .slice-keyboard {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%), url(../img/banners/laptophands.jpg);
        background-size: cover;
        background-position: 0 50%;
        background-attachment: scroll;
    }

    .slice-meeting {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 60%), url(../img/banners/meeting.jpg);
        background-size: cover;
        background-position: 70% 60%;
        background-attachment: scroll;
    }

    .slice-family {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 80%), url(../img/banners/family.jpg);
        background-size: 150%;
        background-position: 85% 45%;
        background-attachment: scroll;
    }

    .howcanwehelp-btn-mobile {
        display: inline-block;
    }

    .howcanwehelp-btn-desktop {
        display: none;
    }

    .slice-glasses .col-md-12 {
        max-width: 55%;
    }

    .slice-carinterior .col-md-12 {
        max-width: 55%;
        background-attachment: scroll;
    }

    .slice-family .col-md-12 {
        max-width: 50%;
    }
}

@media (max-width: 1400px) {
    .slice-lady .col-md-12 {
        max-width: 55%;
    }

    .slice-business .col-md-12 {
        max-width: 60%;
    }

    .slice-keyboard .col-md-12 {
        max-width: 50%;
    }

    .slice-caronroad .col-md-12 {
        max-width: 80%;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .slice-business p {
        max-width: 100%;
    }

    #accessibility {
        display: none;
    }

    #timeline-datepicker {
        display: none;
    }

    .slice-keyboard {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%), url(../img/banners/laptophands.jpg);
        background-size: cover;
        background-position: 0 50%;
        background-attachment: scroll;
    }

    .slice-caronroad {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url(../img/banners/caronroad.jpg);
        background-size: cover;
        background-position: 0 0;
        background-attachment: fixed;
    }

    .slice-keyboard .col-md-12 {
        max-width: 75%;
    }

    .slice-meeting .col-md-12 {
        max-width: 50%;
    }

    .slice-family {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%), url(../img/banners/family.jpg);
        background-size: 350%;
        background-position: 85% 45%;
        background-attachment: scroll;
    }

    .form-progress ol li {
        visibility: hidden;
        font-size: 0;
        display: inline-block;
        margin-bottom: 0;
    }

        .form-progress ol li:before {
            visibility: visible;
            font-size: 16px;
        }

    .form-progress.stick {
        max-width: 100%;
        width: 100%;
        left: 0;
        border-bottom: 1px solid #333;
    }
}


/* Extra small phones and down */

@media (max-width: 480px) {
    .mobile-hide-small {
        display: none
    }
}


/* Portrait smartphones and down */

@media (max-width: 640px) {
    .mobile-hide-small {
        display: none
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    .slice-cta h1 {
        font-size: 20px;
        margin: 10px 0 !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .slice-heading p {
        display: none;
    }

    #form-divider-left {
        border-right: 0;
        border-bottom: 1px solid #D4D4D4;
    }

    .panel-body .hidden-md.hidden-lg.img {
        display: none;
    }

    #home-cta {
        display: inherit;
    }

    #home-cta-2 {
        display: none;
    }
}


/* Only display on medium devices and desktops */

@media only screen and (min-width: 992px) {
}
