/*------------------------------------*\
    GLOBAL ELEMENTS
\*------------------------------------*/

html {
    background-color: #DCE3E5;
}

body {
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    color: #3e3f45;
    overflow-x: hidden;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
}

a {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.color--white {
    color: #fff !important;
}


/*------------------------------------*\
    MENU COLORS
\*------------------------------------*/


/*

VIOLET - #3f4b9c
GREEN  - #2cc55e
l BLUE - #00adef
PURPLE - #8840a7
RED    - #de352e
YELLOW - #ebba15

*/

.color--violet {
    color: #3f4b9c !important;
}

.color--green {
    color: #2cc55e !important;
}

.color--light-blue {
    color: #00adef !important;
}

.color--purple {
    color: #8840a7 !important;
}

.color--red {
    color: #de352e !important;
}

.color--yellow {
    color: #ebba15 !important;
}


/*generic*/


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    float: left;
    width: 100%;
}

.header1 {
    font-family: "museo-slab", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

.header2 {
    font-family: "museo-slab", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #3f4b9c;
}

.header3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
}

.block-heading {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 500;
}

.header4 {}

.header5 {}

.header6 {}


/*------------------------------------*\
    DATA WRAPPERS
\*------------------------------------*/

.wider-data-frames {
    float: left;
    width: 100%;
    position: relative;
    padding: 95px 0;
}

.wider-data-frames--has-arrow {
    padding: 82px 0;
}

.wider-data-frames--violet {
    background-color: #5061ac;
}

.wider-data-frames--gold {
	background-color: #f39e1f;
}

.wider-data-frames--light-blue {
    background-color: #f3f8fb;
}

.wider-data-frames--has-arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border: 45px solid transparent;
    margin-left: -45px;
    z-index: 1;
}

.wider-data-frames--violet.wider-data-frames--has-arrow:after {
    border-top-color: #5061ac;
}

.wider-data-frames--gold.wider-data-frames--has-arrow:after {
	border-top-color: #f39e1f;
}

.bg--white {
    background-color: #fff !important;
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn {
    font-family: "museo-slab", serif;
    font-weight: 700;
    outline: none !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
    line-height: 1.5;
}

.btn-default--outline-violet {
    padding: 10px 25px;
    border: 2px solid #5061ac !important;
    color: #3f4b9c !important;
    font-size: 18px;
    background-color: transparent !important;
}

.btn-default--outline-violet:hover {
    color: #fff !important;
    background-color: #5061ac !important;
}

.btn-default--outline-white {
    padding: 10px 25px;
    border: 2px solid #f39e1e !important;
    color: #fff !important;
    font-size: 18px;
    background-color: #f39e1e !important;
}

.btn-default--outline-white:hover {
    border: 2px solid #5061ac !important;
	color: #5061ac !important;
    background-color: #fff !important;
}

.navbar-default .navbar-nav>li>a.custom-navbar-btn {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.5;
}

.global-links {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.btn.disabled {
    opacity: 1;
    border-color: #dcdcdc !important;
    color: #dcdcdc !important;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/


/*onscroll header animation*/

body {
    padding-top: 115px;
    -webkit-transition: padding-top 0.5s;
    -moz-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
}

.main-header-wrapper {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

.body--on-scroll .main-header-wrapper {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
}

.body--on-scroll {
    padding-top: 65px;
}

.body--on-scroll .navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width:768px) {
    body {
        padding-top: 145px;
    }
    .body--on-scroll {
        padding-top: 95px;
    }
}

@media (min-width:992px) {
    body {
        padding-top: 160px;
    }
    .body--on-scroll {
        padding-top: 110px;
    }
}


/*topbar*/

.navbar-fixed-top {
    z-index: 1000 !important;
}

.navbar-default {
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    border: 0;
}

.main-header__top-bar {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f3f8fb;
    height: 50px;
    overflow: hidden;
}

.main-header__top-bar-list {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header__top-bar-list > li {
    float: left;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    padding-top: 14px;
    padding-bottom: 13px;
    color: #39393a;
}

.main-header__top-bar-list > li a {
    color: #39393a;
    position: relative;
    text-decoration: none !important;
}

.main-header__top-bar-list > li > a:hover {
    font-weight: bold;
}

.main-header__top-bar-list > li:first-child {
    margin-left: 0;
}

.main-header__top-bar-list > li b {
    font-weight: 700;
}

.main-header__top-bar-list > li:first-child {
    margin-left: 0;
}

.main-header__top-bar-list > li .fa {
    color: #5061ac;
    margin-right: 8px;
}

.main-header__phone {
    float: left;
}


/*topbar ends here*/


/* main menu starts here*/

.main-header__menu {
    float: left;
    width: 100%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.04);
}

.navbar-brand {
    height: auto;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 14px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #3f4b9c;
}

.navbar-brand>img {
    width: 200px;
    height: auto;
}

.navbar-toggle {
    margin-top: 16px;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5061ac;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f3f8fb;
}

.navbar-nav__button-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.navbar-default .dropdown-menu>li>a {
    font-size: 16px;
    padding: 9px 25px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>li>a:focus {
    font-weight: 500;
    background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
    color: inherit;
    font-weight: 500;
}

.navbar-default .dropdown-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: inset 0px 10px 27px -15px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: inset 0px 10px 27px -15px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px 10px 27px -15px rgba(0, 0, 0, 0.31);
    background: #f3f8fb;
}

.icon-wrap-menu {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    text-align: left;
}

.navbar-default .icon-wrap-menu .fa {
    color: #3f4b9c;
}

.navbar-default .navbar-nav>li>a:hover {
    font-weight: bold;
}

.navbar-default .navbar-nav>.active>a {
    font-weight: 700;
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-top: 14px;
        margin-bottom: 14px;
        padding-left: 0;
    }
    .navbar-default .navbar-right {
        margin-right: 0;
    }
    .main-header__top-bar-list > li {
        margin-left: 35px;
    }
    .navbar-default .navbar-nav>li>a.custom-navbar-btn {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 37px 5px;
        float: left;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
        text-align: center;
    }
    .navbar-default .dropdown-menu>li>a {
        height: 41px;
    }
    .navbar-default .icon-wrap-menu {
        vertical-align: top;
    }
    .navbar-default .icon-wrap-menu .fa {
        vertical-align: top;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav>li>a::after {
        display: block;
        content: attr(data-title);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
        margin-bottom: -1px;
        margin-left: 1px;
        margin-right: 1px;
    }
    .navbar-nav__button-wrap {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 284px;
        top: 100%;
        right: 50%;
        margin-right: -142px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .container {
        width: auto;
    }
    .navbar-default .navbar-nav>li>a.custom-navbar-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-brand>img {
        width: 291px;
        height: 52px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 45px 8px;
    }
    .main-header__top-bar-list > li {
        margin-left: 70px;
        font-size: 16px;
        min-width: 65px;
    }
    .main-header__top-bar-list > li .fa {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li>a.custom-navbar-btn {
        width: 165px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

.main-content-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
}


/*------------------------------------*\
    GLOBAL BANNER FORM
\*------------------------------------*/

.outer-banner-frame {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#sticky-form {
    z-index: 1000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.abs-banner-form__animator {
    position: fixed;
    right: 0;
    top: 245px;
    width: 84px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 1000 !important;
}

.is-sticky .abs-banner-form__animator {
    margin-top: 0;
}

.abs-banner-form__animator.active {
    width: 720px;
}

.abs-banner-form__animator,
.abs-banner-form__animator * {
    white-space: nowrap;
}

.abs-banner-form {
    position: relative;
    float: left;
    height: 427px;
    width: 720px;
    background: #f3f8fb;
}

.abs-banner-form.active {}

.abs-banner-form__handle {
    width: 84px;
    display: block;
    float: left;
    height: 100%;
    background: #f29c1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.abs-banner-form__handle-arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.abs-banner-form__handle-arrow .fa {
    font-size: 34px;
    color: #fff;
    top: 24px;
    position: relative;
}

.abs-banner-form__v-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    font-family: "museo-slab", serif;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(16px, 23px) rotate(-90deg);
    -moz-transform: translate(16px, 23px) rotate(-90deg);
    -o-transform: translate(16px, 23px) rotate(-90deg);
    transform: translate(16px, 23px) rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.abs-banner-form__mid {
    display: block;
    height: 100%;
    width: 276px;
    float: left;
    background: #f3f8fb;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 21px;
}

.abs-banner-form__mid-heading {
    float: left;
    width: 100%;
    color: #3f4b9c;
    font-family: "museo-slab", serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.abs-banner-form__mid-heading strong {
    float: left;
    width: 100%;
    color: #3f4b9c;
    font-family: "museo-slab", serif;
    font-size: 77px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-top: -10px;
    margin-bottom: 5px;
}

.abs-banner-form__mid-heading b {
    float: left;
    width: 100%;
    color: #3f4b9c;
    font-family: "museo-slab", serif;
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}

.abs-banner-form__mid-heading span {
    float: left;
    width: 100%;
    color: #3f4b9c;
    font-family: "museo-slab", serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.abs-banner-form__mid-text {
    float: left;
    width: 100%;
    line-height: 1.35;
}

.abs-banner-form__form {
    float: left;
    width: 360px;
    height: 100%;
    padding: 28px;
    background: #fff;
}

.abs-banner-form__form .form-control {
    height: 50px;
    border: 1px solid #9b9b9b;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0;
    color: #3e3f45;
    font-size: 18px;
    font-weight: 400;
    box-shadow: none;
    outline: none !important;
}

.abs-banner-form__form .form-control:focus {
    border: 2px solid #5061ac;
}

.abs-banner-form__form .form-group {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .abs-banner-form__animator {
        position: relative;
        height: auto;
        float: left;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        margin-left: 0;
        margin-top: 0;
    }
    .abs-banner-form {
        width: 100%;
        height: auto !important;
    }
    .abs-banner-form .abs-banner-form__mid {
        width: 100%;
    }
    .abs-banner-form__form {
        width: 100%;
    }
    .abs-banner-form__handle {
        display: none;
    }
}


/*------------------------------------*\
    HOME BANNER + PAGE BANNERS
\*------------------------------------*/

.home-banner,
.page-banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner--1 {
    background-color: #5061ac;
    background-image: url('../images/home/home-banner1.jpg');
}

.home-banner__row,
.page-banner__row {
    display: table;
    float: left;
    width: 100%;
    table-layout: fixed;
}

.home-banner__cell,
.page-banner__cell {
    display: table-cell;
    vertical-align: middle;
}

.page-banner__cell .page-banner__header3 .fa {
    margin-right: 10px;
}

.home-banner__cell {
    height: 600px;
    padding-top: 54px;
    padding-bottom: 50px;
}

.page-banner__cell {
    height: 500px;
    padding-top: 54px;
    padding-bottom: 50px;
}

.home-banner__header1 {
    color: #fff;
    margin-bottom: 20px;
}

.home-banner__desc,
.page-banner__desc {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 19px;
}

.home-banner__desc_v2,
.page-banner__desc_v2 {
    float: left;
    width: 100%;
    color: #3f4b9c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 19px;
}

.home-banner__btn-wrap,
.page-banner__btn-wrap {
    float: left;
    width: 100%;
}

.home-banner__btn-wrap .banner-btn,
.page-banner__btn-wrap .banner-btn {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
}

.home-banner__btn-wrap .banner-btn:last-child,
.page-banner__btn-wrap .banner-btn:last-child {
    margin-right: 0;
}

.home-banner__watch-video {
    float: left;
    width: 100%;
    margin-top: 22px;
}

.home-banner__watch-video .fa {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    margin-right: 15px;
}

.home-banner__watch-video-link {
    display: inline-block;
    float: none;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}


/*------------------------------------*\
    PAGE BANNER SPECIFIC
\*------------------------------------*/

.page-banner__header1 {
    color: #fff;
    margin-top: 12px;
    margin-bottom: 20px;
}

.page-banner__header3 {
    color: #fff;
}

.banner-monitor-sm-image {
    margin-bottom: 10px;
}


/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

.main-footer {
    float: left;
    width: 100%;
    position: relative;
    background: #000;
}

.main-footer__top {
    float: left;
    width: 100%;
    padding: 41px 0 44px 0;
}

.main-footer__logo {
    float: left;
    width: 100%;
    margin-bottom: 21px;
}

.main-footer__logo a {
    float: left;
}

.main-footer__top-text {
    color: #ffffff;
    font-size: 13px;
    line-height: 2;
}

.main-footer__top-text a {
    color: #ffffff !important;
}

.main-footer__social {
    float: left;
    width: 100%;
    list-style: none;
    margin: 11px 0 30px 0;
    padding: 0 0 0 0;
}

.main-footer__social > li {
    float: left;
    position: relative;
    margin-right: 10px;
}

.main-footer__social > li a {
    float: left;
    width: 32px;
    height: 31px;
    background-image: url(../images/global/social-icons.png);
    background-repeat: no-repeat;
}

.main-footer__social-fb {
    background-position: 0 -1px;
}

.main-footer__social-gp {
    background-position: -42px -1px;
}

.main-footer__social-in {
    background-position: -84px -1px;
}

.main-footer__social-yt {
    background-position: -125px -1px;
}

.main-footer__list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 6px 0 17px 0;
    padding: 0 0 0 0;
}

.main-footer__list > li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 11px;
    line-height: 1.2;
}

.main-footer__list h5 {
    font-size: 13px;
    font-weight: 700;
    color: #3f4b9c;
    line-height: 1.2;
    margin: 0;
}

.main-footer__list a {
    float: left;
    font-size: 13px;
    color: #fff;
    text-decoration: none !important;
}

.main-footer__list a:hover,
.main-footer__social > li a:hover,
.main-footer__logo a:hover {
    opacity: .8;
}

.main-footer__bottom {
    background: #222222;
    padding: 30px 0;
    float: left;
    width: 100%;
}

.main-footer__bottom p {
    float: left;
    width: 100%;
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.main-footer__bottom p:last-child {
    margin-bottom: 0;
}

.main-footer__top address {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 10px 0;
}

.main-footer__top address a {
    color: #ffffff !important;
}


/*------------------------------------*\
    #DATA SECTIONS
\*------------------------------------*/

.static-color-wheel {
    margin-bottom: 6px;
}

.wider-data-frames--four-keys {
    padding-top: 130px;
    padding-bottom: 102px;
}

.key-systems-box-wrap {
    margin-top: 60px;
}

.key-systems-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.key-systems-box-wrap--subpage {
    margin-top: 45px;
}

.key-systems-box-wrap--subpage .key-systems-box {
    margin-bottom: 45px;
}

.key-systems-box__icon {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}

.key-systems-box-wrap--type1 .key-systems-box__icon {
    margin-bottom: 10px;
}

.key-systems-box__heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.key-systems-box__icon .fa {
    font-size: 60px;
}

.key-systems-box__content {
    float: left;
    width: 100%;
}

.key-systems-box__content p {
    font-size: 16px;
    line-height: 1.7;
}

.key-systems-box__btn-wrap {
    float: left;
    width: 100%;
    margin-top: 22px;
}

.key-systems-box__bottom-head {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.wider-content-frame__btn-wrap {
    float: left;
    width: 100%;
}

.wider-content-frame__btn-wrap .btn {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}


/*------------------------------------*\
    TABLE MOCKUP
\*------------------------------------*/

.zig-zag-row__cell {
    padding-bottom: 20px;
    padding-top: 20px;
}

.zig-zag-row__cell p {
    margin-bottom: 26px;
}

.zig-zag-row__cell p:last-child {
    margin-bottom: 0;
}

.data-blocks-g img {
    display: inline-block;
}

.data-blocks-g__sub-header {
    margin-bottom: 21px;
}

.data-blocks-g__header {
    margin-bottom: 20px;
}

.wider-data-frames--meet-the-team .data-blocks-g__header {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .zig-zag-row {
        display: table;
        table-layout: fixed;
    }
    .zig-zag-row__cell {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.mid-slider-frame {
    width: 100%;
    float: left;
    position: relative;
}

.mid-slider-frame__slide {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden;
    height: 100%;
}

.slick-initialized .mid-slider-frame__slide {
    display: block;
}

.mid-slider-frame .slick-dots {
    position: relative;
    bottom: auto;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

.featured-mid-slider {
    float: left;
    width: 100%;
    position: relative;
}

.featured-mid-slider__child {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}

.slick-initialized .featured-mid-slider__child {
    display: block;
}

.featured-mid-slider__bg {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    width: 100%;
    table-layout: initial;
}

.featured-mid-slider .slick-dots {
    bottom: 50px;
}

.featured-mid-slider__bg--1 {
    background-position: right center;
}

.featured-mid-slider__bg--2 {
    background-position: right bottom;
}

.featured-mid-slider__bg--3 {
    background-position: right bottom;
}

#featured-mid-slider .featured-mid-slider__bg {
    height: 780px;
}

@media (max-width:991px) {
    .featured-mid-slider__bg--1 {
        background-position: right -100px center;
    }
    .featured-mid-slider__bg--2 {
        background-position: right -100px bottom;
    }
    .featured-mid-slider__bg--3 {
        background-position: right -100px bottom;
    }
}

@media (max-width:767px) {
    .featured-mid-slider__bg--1 {
        background-position: center;
    }
    .featured-mid-slider__bg--2 {
        background-position: center;
    }
    .featured-mid-slider__bg--3 {
        background-position: center;
    }
    #featured-mid-slider .featured-mid-slider__bg {
        height: auto;
    }
    .featured-mid-slider__bg:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
    }
}


/*------------------------------------*\
    #SLICK SLIDER
\*------------------------------------*/

.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide {
    outline: none;
    border: none;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 18px;
    height: 18px;
    border: 1px solid #5061ac;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-dots .slick-active button {
    background: #5061ac;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .8;
}

.slick-prev {
    background: transparent url('../images/global/cp-review-prev-icon.png') no-repeat center;
    left: -58px;
    right: auto;
}

.slick-next {
    background: transparent url('../images/global/cp-review-next-icon.png') no-repeat center;
    right: -58px;
    left: auto;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.section-head {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 38px;
}

.section-head__main-heading {
    margin-bottom: 20px;
}

.section-head__sub-heading {
    margin-bottom: 20px;
}

.section-head__lead-text {
    margin-bottom: 15px;
}

.sync-slider-outer {
    float: left;
    width: 100%;
}

.video-wrapping-slider {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 58px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.22);
}

.video-wrapping-slider__slide {
    float: left;
    width: 100%;
    display: none;
}

.slick-initialized .video-wrapping-slider__slide {
    display: block;
}

.lg-video-thumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.lg-video-thumbnail__play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/global/play-icon-big.png') no-repeat center;
}

.lg-video-thumbnail__play:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.video-sm-thumbnail-slider {
    position: relative;
    float: left;
    width: 100%;
}

.video-sm-thumbnail-slider__slide {
    position: relative;
    float: left;
    cursor: pointer;
    display: none;
}

.slick-initialized .video-sm-thumbnail-slider__slide {
    display: block;
}

.sm-video-thumbnail {
    position: relative;
    float: left;
    padding: 0 5px;
}

.sm-video-thumbnail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    <!-- background: transparent url('../images/global/play-icon-small.png') no-repeat center; -->
}

.pricing-boxes {
    float: left;
    width: 100%;
    position: relative;
}

.pricing-boxes__child {
    float: left;
    width: 100%;
    position: relative;
    border-top: 21px solid #5061ac;
    background: #fff;
    padding: 35px 15px;
    margin-bottom: 45px;
}

.pricing-boxes__head {
    float: left;
    width: 100%;
    color: #3e3f45;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-boxes__price {
    float: left;
    width: 100%;
    font-size: 80px;
    font-family: "museo-slab", serif;
    font-weight: 900;
    color: #5061ac;
    line-height: 1.1;
}

.pricing-boxes__price sub {
    font-size: 20px;
}

.pricing-boxes__price sup {
    font-size: 30px;
    top: -42px;
}

.pricing-boxes__type {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 2px;
}

.pricing-boxes__list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.pricing-boxes__list > li {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 18px;
    margin-bottom: 14px;
}

.pricing-boxes__list > li del {
    text-decoration: none;
    position: relative;
}

.pricing-boxes__list > li del:after {
    content: '';
    position: absolute;
    background: transparent url(../images/global/line-through.png) no-repeat center;
    width: 58px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -8px;
}

.pricing-boxes__list > li:last-child {
    margin-bottom: 0;
}

.pricing-boxes__list > li span {
    color: #5061ac;
    font-weight: 600;
}

.pricing-boxes__child--most-popular {
    background: #5061ac;
}

.pricing-boxes__child--most-popular .pricing-boxes__head,
.pricing-boxes__child--most-popular .pricing-boxes__price,
.pricing-boxes__child--most-popular .pricing-boxes__type,
.pricing-boxes__child--most-popular .pricing-boxes__list > li,
.pricing-boxes__child--most-popular .pricing-boxes__list > li span {
    color: #fff;
}

.pricing-boxes__label {
    position: absolute;
    top: 0;
    left: 50%;
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    height: 54px;
    line-height: 54px;
    width: 228px;
    background-color: #f6a623;
    margin-left: -114px;
    margin-top: -48px;
}

.pricing-boxes__limited-time {
    font-family: "museo-slab", serif;
    font-size: 20px;
    color: #f1951c !important;
    /*    letter-spacing: 2px;*/
}

.pricing-nav-tabs {
    display: inline-block;
    vertical-align: top;
    float: none;
    border: 2px solid #5061ac !important;
    margin-bottom: 87px;
    margin-top: 38px;
}

.pricing-nav-tabs__abs-label {
    position: absolute;
    left: 0;
    top: -39px;
    color: #f1951c;
    font-family: "museo-slab", serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.pricing-nav-tabs>li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.pricing-nav-tabs>li a {
    font-family: "museo-slab", serif;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.5;
    padding: 10px 25px;
    color: #3f4b9c !important;
    font-size: 18px;
    background-color: transparent !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.pricing-nav-tabs>li.active>a,
.pricing-nav-tabs>li.active>a:hover,
.pricing-nav-tabs>li.active>a:focus {
    background: #5061ac !important;
    color: #fff !important;
}


/*------------------------------------*\
    #3D SLIDER
\*------------------------------------*/

.swiper-outer-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 80px;
    margin-bottom: 35px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
}

.swiper-button-prev {
    background: transparent url('../images/global/cp-review-prev-icon.png') no-repeat center;
}

.swiper-button-next {
    background: transparent url('../images/global/cp-review-next-icon.png') no-repeat center;
}

@media (min-width:1200px) {
    .swiper-button-prev {
        left: -60px;
    }
    .swiper-button-next {
        right: -60px;
    }
}

.swiper-container {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 20px 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    border: 1px solid #fff;
}

.swiper-slide-active {
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
}

@media (min-width:768px) {
    .swiper-slide {
        padding: 28px 50px;
        width: 554px;
    }
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
    background: rgba(255, 255, 255, 0.73);
}

.swiper-slide p {
    font-size: 16px;
    line-height: 1.45;
}

.swiper-slide__logo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.swiper-slide__footer {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 6px;
}

.swiper-slide__footer b {
    color: #3f4b9c;
    font-size: 22px;
    font-family: "museo-slab", serif;
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.swiper-slide__footer small {
    color: #3e3f45;
    float: left;
    width: 100%;
    font-size: 16px;
}

.wider-data-frames--meet-the-team {
    background: #000 url('../images/home/team-bg.jpg') no-repeat right center;
    background-size: cover;
    padding: 168px 0 120px 0;
}

.meet-the-team-btn-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 18px;
}

.meet-the-team-btn-wrap .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    margin-bottom: 10px;
}

.meet-the-team-btn-wrap .image-link {
    vertical-align: middle;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
}

.wider-data-frames--bottom-help-block {
    background: #5061ac;
    padding: 55px 0 45px 0;
}

.wider-data-frames--bottom-help-block .wider-content-frame__btn-wrap {
    margin-top: 10px;
}

.wider-data-frames--bottom-help-block .section-head__main-heading {
    color: #fff;
}

.wider-data-frames--bottom-help-block .section-head__lead-text {
    color: #fff;
}


/*------------------------------------*\
    #SUB NAVIGATION
\*------------------------------------*/

.subnav-wrapper {
    float: left;
    width: 100%;
    background-color: #f3f8fb;
    text-align: center;
}

.subnav-global {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.subnav-global > li {
    float: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.subnav-global > li a {
    float: left;
    font-size: 16px;
    color: #3e3f45;
    padding: 15px 10px;
    text-decoration: none !important;
    line-height: 1.1;
}

.subnav-global__menu-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.subnav-global__menu-title:after {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
    margin-left: 1px;
    margin-right: 1px;
}

@media (min-width:992px) {
    .subnav-global > li:first-child {
        margin-left: 0;
    }
    .subnav-global > li:last-child {
        margin-right: 0;
    }
    .subnav-global > li a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.subnav-global > li a:hover {
    font-weight: 500;
}

.subnav-global > li.active a {
    font-weight: 500;
}

.subnav-global .icon-wrap-menu {
    width: 30px;
    vertical-align: top;
}

.subnav-global .icon-wrap-menu .fa {
    font-size: 20px;
    vertical-align: top;
}


/*------------------------------------*\
    FEATURED LIST
\*------------------------------------*/

.featured-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 -65px 0;
    padding: 0;
}

.featured-list__child {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 65px;
    padding-right: 10px;
}

.featured-list__icon {
    float: left;
    width: 105px;
    min-height: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.featured-list__icon .fa {
    font-size: 50px;
}

.featured-list__content {
    float: left;
    width: calc(100% - 105px);
}

.featured-list__head {
    color: #39393a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}

.featured-list__child p {
    color: #3e3f45;
    font-size: 16px;
    line-height: 1.65;
}

@media (min-width:768px) {
    .featured-list__child {
        width: 50%;
    }
    .featured-list__icon .fa {
        font-size: 60px;
    }
}


/*------------------------------------*\
    #PAGER
\*------------------------------------*/

.wider-data-frames--has-custom-pager {
    padding: 30px 0 55px 0;
}

.custom-pager {
    float: left;
    width: 100%;
    position: relative;
    min-height: 208px;
}

.custom-pager__btn-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.custom-pager__btn-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px dashed #5061ac;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.custom-pager__btn-wrap .btn-default--outline-violet {
    background: #fff !important;
}

.custom-pager__btn-wrap .btn-default--outline-violet:hover {
    background-color: #5061ac !important;
}

.custom-pager__btn-wrap .btn {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
}

.custom-pager__wheel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.custom-pager__btn-wrap .btn {
    z-index: 1;
    position: relative;
}

@media (min-width:600px) {
    .custom-pager__wheel {
        margin-bottom: -136px;
    }
    .custom-pager__btn-wrap .btn {
        width: 165px;
    }
}

.section-desc-bottom {
    margin-top: 35px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.mid-logo-wrapper-auto-debit {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 28px;
}

.mid-logo-wrapper-auto-debit img {
    margin: 15px;
}

.mid-logo-wrapper-auto-debit-outer {
    padding: 95px 0 55px 0;
}

.media-box-global-wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-box-global {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 35px;
}

.media-box-global__thumbnail {
    float: left;
    width: 100%;
}

.media-box-global__content {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.featured-bullet-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0 0 0 0;
}

.featured-bullet-list > li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    padding-left: 25px;
    margin-bottom: 14px;
}

.featured-bullet-list > li:last-child {
    margin-bottom: 0;
}

.featured-bullet-list__icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 11px;
}


/*------------------------------------*\
    #FORM VALIDATION GENERIC
\*------------------------------------*/

.form-group {
    position: relative;
}

.form-group .fa-check-square-o,
.form-group .fa-exclamation-circle {
    display: none;
}

.form-group .fa {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 15px;
    font-size: 22px;
    color: #5061ac;
}

.form-group.success .fa-check-square-o {
    color: #2ecc71;
    display: block;
}

.form-group.error .fa-exclamation-circle {
    color: #ff0000;
    display: block;
}

.form-group.success .fa:not(.fa-check-square-o),
.form-group.error .fa:not(.fa-exclamation-circle) {
    display: none;
}


/*------------------------------------*\
    #FORM SNIPPET CUSTOMIZER
\*------------------------------------*/

.es_shortcode_form {
    float: left;
    width: 100%;
    text-align: left;
}

.es_shortcode_form label {
    color: #39393a;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}

.es_shortcode_form input[type="text"],
.es_shortcode_form input[type="email"],
.es_shortcode_form input[type="tel"] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    position: relative;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    color: #3e3f45;
}

.es_shortcode_form input[type="text"]:focus,
.es_shortcode_form input[type="email"]:focus,
.es_shortcode_form input[type="tel"]:focus,
.es_shortcode_form input[type="text"]:active,
.es_shortcode_form input[type="email"]:active,
.es_shortcode_form input[type="tel"]:active {
    border: 2px solid #5061ac;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

.es_shortcode_form .es_lablebox {
    float: left;
    width: 100%;
}

.es_shortcode_form .es_textbox {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.es_shortcode_form .es_button {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.es_shortcode_form .es_textbox_button,
.comments-wrap .submit {
    display: inline-block;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "museo-slab", serif;
    font-weight: 700;
    outline: none !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.5;
    padding: 10px 55px;
    border: 2px solid #5061ac !important;
    color: #3f4b9c !important;
    font-size: 18px;
    background-color: transparent !important;
    width: auto;
}

.es_shortcode_form .es_textbox_button:hover,
.comments-wrap .submit:hover {
    color: #fff !important;
    background-color: #5061ac !important;
}

.page-not-found-wrap {
    position: relative;
    width: 100%;
    background-color: #5061ac;
    float: left;
}

.page-not-found-wrap__trow {
    display: table;
    vertical-align: middle;
    width: 100%;
    float: left;
}

.page-not-found-wrap__tcell {
    vertical-align: middle;
    display: table-cell;
    float: none;
    padding: 50px 0;
}

.page-not-found-wrap__header {
    font-size: 110px;
    margin-top: 0;
}

.page-not-found-wrap__trow .section-desc-bottom {
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.page-not-found-wrap__trow .btn {
    width: 150px;
}


/*------------------------------------*\
    #waypoint animation
\*------------------------------------*/

@media (min-width:768px) {
    .os-animation {
        opacity: 0;
    }
    .os-animation.animated {
        opacity: 1;
    }
}


/*------------------------------------*\
    #BLOG COMMENT SECTION
\*------------------------------------*/

.cp-social-share {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.cp-social-share .fa-facebook-official {
    color: #4760a3;
}

.cp-social-share .fa-twitter {
    color: #08aaf2;
}

.cp-social-share .fa-google-plus {
    color: #ff4836;
}

.cp-social-share .fa-pinterest {
    color: #c92327;
}

.cp-social-share__list {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.cp-social-share__list-item {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.cp-social-share__button {
    float: left;
    font-size: 30px;
}

.comments-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.comment-reply-title {
    margin-top: 0;
}

.comments-wrap form {
    float: left;
    width: 100%;
}

.comments-wrap .form-control {
    height: 50px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    color: #3e3f45;
    padding: 12px 12px;
}

.comments-wrap textarea.form-control {
    height: 200px;
    resize: vertical;
}

.comments-wrap .form-control:active,
.comments-wrap .form-control:focus {
    border: 2px solid #5061ac;
    background-color: #ffffff;
    box-shadow: none;
}


/*------------------------------------*\
    #BANNER GIF WRAP
\*------------------------------------*/

.fluid-video-frame {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fluid-video-frame img {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.fluid-video-frame__video-holder {
    position: absolute;
    left: 4.47470817121%;
    top: 4.41176470588%;
    width: 85.0194552529%;
    height: 60.2941176471%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.generic-notification-wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.generic-notification-wrap p {
    font-size: 12px;
    float: left;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 0;
}

.generic-notification-wrap.status-success p {
    color: #2dcc70;
}

.generic-notification-wrap.status-error p {
    color: #e84c3d;
}


/*******Global Modal Styles ********/

.modal {
    text-align: center;
    padding: 0!important;
}

@media (min-width:768px){
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

@media (min-width:992px){
    .cp-video-modal-dialog{
       width : 900px;
    }
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    padding: 40px 15px;
    background-color: #5061ac;
    text-align: center;
    border-bottom: none;
}

.modal-title {
    font-family: "museo-slab", serif;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.modal-dialog .close {
    background: #fff;
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
}

.modal_body_close_btn {
    border: 1px solid #eaeaea !important;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.04);
}

.modal-dialog .close .fa {
    color: #5061ac;
}

.modal-body {
    background: #fff;
    float: left;
    padding: 35px 15px;
}

.modal-data-inner__head {
    color: #39393a;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.2;
}

.modal-data-inner {
    position: relative;
    width: 80%;
    left: 10%;
    float: left;
}

.modal-data-inner .form-group input[type="email"],
.modal-data-inner .form-group input[type="text"],
.modal-data-inner .form-group input[type="tel"],
.modal-data-inner .form-group select {
    position: relative;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    color: #3e3f45;
}

.modal-data-inner .form-group select {
    padding-left: 8px;
}

.modal-data-inner .form-group input[type="email"]:active,
.modal-data-inner .form-group input[type="text"]:active,
.modal-data-inner .form-group input[type="tel"]:active,
.modal-data-inner .form-group select:active,
.modal-data-inner .form-group input[type="email"]:focus,
.modal-data-inner .form-group input[type="text"]:focus,
.modal-data-inner .form-group input[type="tel"]:focus,
.modal-data-inner .form-group select:focus {
    border: 2px solid #5061ac;
    background-color: #ffffff;
    box-shadow: none;
}

.modal-data-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.modal-data-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #39393a;
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}

.form-submission-status .fa {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
}

.form-submission-status .fa-check {
    color: #2ecc71;
}

.form-submission-status .fa-gift {
    color: #2ecc71;
}

.form-submission-status .fa-times {
    color: #ff0000;
}

.cp_checkout_end_point_btn {
    width: 185px;
    margin: 5px;
}

.go-to-checkout.btn {
    margin-left: 5px;
    margin-right: 5px;
}
.cp-video-modal-content{
    background-color: #000;
}

/*------------------------------------*\
    #UTILITY CLASSES -- mobile first
\*------------------------------------*/


/*quick margin classes*/


/*margin-top*/

.mr-t-10 {
    margin-top: 10px;
}

.mr-t-15 {
    margin-top: 15px;
}

.mr-t-20 {
    margin-top: 20px;
}


/*margin-right*/

.mr-r-10 {
    margin-right: 10px;
}

.mr-r-15 {
    margin-right: 15px;
}

.mr-r-20 {
    margin-right: 20px;
}


/*margin-left*/

.mr-l-10 {
    margin-left: 10px;
}

.mr-l-15 {
    margin-left: 15px;
}

.mr-l-20 {
    margin-left: 20px;
}


/*margin-bottom*/

.mr-b-10 {
    margin-bottom: 10px;
}

.mr-b-15 {
    margin-bottom: 15px;
}

.mr-b-20 {
    margin-bottom: 20px;
}


/*quick margin classes ends here*/

.has-generic-box-shadow {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.22);
}

.text-red {
    color: #de352e;
}

.text--white {
    color: #fff !important;
}


/*text-modifiers*/

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left!important;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .text-sm-center {
        text-align: center!important;
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
    .text-md-center {
        text-align: center!important;
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-right {
        text-align: right!important;
    }
    .text-lg-center {
        text-align: center!important;
    }
}


/*margin-modifiers*/

.margin-eraser {
    margin: 0 !important;
}

.margin-top-eraser {
    margin-top: 0 !important;
}

.margin-right-eraser {
    margin-right: 0 !important;
}

.margin-bottom-eraser {
    margin-bottom: 0 !important;
}

.margin-left-eraser {
    margin-left: 0 !important;
}

@media (min-width:768px) {
    .margin-sm-eraser {
        margin: 0 !important;
    }
    .margin-top-sm-eraser {
        margin-top: 0 !important;
    }
    .margin-right-sm-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-sm-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-sm-eraser {
        margin-left: 0 !important;
    }
}

@media (min-width:992px) {
    .margin-md-eraser {
        margin: 0 !important;
    }
    .margin-top-md-eraser {
        margin-top: 0 !important;
    }
    .margin-right-md-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-md-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-md-eraser {
        margin-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .margin-lg-eraser {
        margin: 0 !important;
    }
    .margin-top-lg-eraser {
        margin-top: 0 !important;
    }
    .margin-right-lg-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-lg-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-lg-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:1199px) {
    .margin-upto-md-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-md-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-md-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-md-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-md-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:991px) {
    .margin-upto-sm-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-sm-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-sm-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-sm-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-sm-eraser {
        margin-left: 0 !important;
    }
}

@media (max-width:767px) {
    .margin-upto-xs-eraser {
        margin: 0 !important;
    }
    .margin-top-upto-xs-eraser {
        margin-top: 0 !important;
    }
    .margin-right-upto-xs-eraser {
        margin-right: 0 !important;
    }
    .margin-bottom-upto-xs-eraser {
        margin-bottom: 0 !important;
    }
    .margin-left-upto-xs-eraser {
        margin-left: 0 !important;
    }
}


/*padding-modifiers*/

.padding-eraser {
    padding: 0 !important;
}

.padding-top-eraser {
    padding-top: 0 !important;
}

.padding-right-eraser {
    padding-right: 0 !important;
}

.padding-bottom-eraser {
    padding-bottom: 0 !important;
}

.padding-left-eraser {
    padding-left: 0 !important;
}

@media (max-width:767px) {
    .padding-xs-eraser {
        padding: 0 !important;
    }
    .padding-top-xs-eraser {
        padding-top: 0 !important;
    }
    .padding-right-xs-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-xs-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-xs-eraser {
        padding-left: 0 !important;
    }
}

@media (min-width:768px) {
    .padding-sm-eraser {
        padding: 0 !important;
    }
    .padding-top-sm-eraser {
        padding-top: 0 !important;
    }
    .padding-right-sm-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-sm-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-sm-eraser {
        padding-left: 0 !important;
    }
}

@media (min-width:992px) {
    .padding-md-eraser {
        padding: 0 !important;
    }
    .padding-top-md-eraser {
        padding-top: 0 !important;
    }
    .padding-right-md-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-md-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-md-eraser {
        padding-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .padding-lg-eraser {
        padding: 0 !important;
    }
    .padding-top-lg-eraser {
        padding-top: 0 !important;
    }
    .padding-right-lg-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-lg-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-lg-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:1199px) {
    .padding-upto-md-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-md-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-md-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-md-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-md-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:991px) {
    .padding-upto-sm-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-sm-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-sm-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-sm-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-sm-eraser {
        padding-left: 0 !important;
    }
}

@media (max-width:767px) {
    .padding-upto-xs-eraser {
        padding: 0 !important;
    }
    .padding-top-upto-xs-eraser {
        padding-top: 0 !important;
    }
    .padding-right-upto-xs-eraser {
        padding-right: 0 !important;
    }
    .padding-bottom-upto-xs-eraser {
        padding-bottom: 0 !important;
    }
    .padding-left-upto-xs-eraser {
        padding-left: 0 !important;
    }
}


/*border-modifiers*/

.border-eraser {
    border: 0 !important;
}

.border-top-eraser {
    border-top: 0 !important;
}

.border-right-eraser {
    border-right: 0 !important;
}

.border-bottom-eraser {
    border-bottom: 0 !important;
}

.border-left-eraser {
    border-left: 0 !important;
}

@media (min-width:768px) {
    .border-sm-eraser {
        border: 0 !important;
    }
    .border-top-sm-eraser {
        border-top: 0 !important;
    }
    .border-right-sm-eraser {
        border-right: 0 !important;
    }
    .border-bottom-sm-eraser {
        border-bottom: 0 !important;
    }
    .border-left-sm-eraser {
        border-left: 0 !important;
    }
}

@media (min-width:992px) {
    .border-md-eraser {
        border: 0 !important;
    }
    .border-top-md-eraser {
        border-top: 0 !important;
    }
    .border-right-md-eraser {
        border-right: 0 !important;
    }
    .border-bottom-md-eraser {
        border-bottom: 0 !important;
    }
    .border-left-md-eraser {
        border-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .border-lg-eraser {
        border: 0 !important;
    }
    .border-top-lg-eraser {
        border-top: 0 !important;
    }
    .border-right-lg-eraser {
        border-right: 0 !important;
    }
    .border-bottom-lg-eraser {
        border-bottom: 0 !important;
    }
    .border-left-lg-eraser {
        border-left: 0 !important;
    }
}


/*floats modifiers*/

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:768px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}


/*display modifiers*/

.display-none {
    display: none!important;
}

.display-inline {
    display: inline!important;
}

.display-inline-block {
    display: inline-block!important;
}

.display-block {
    display: block!important;
}

.display-table {
    display: table!important;
}

.display-table-cell {
    display: table-cell!important;
}

@media (min-width:768px) {
    .display-sm-none {
        display: none!important;
    }
    .display-sm-inline {
        display: inline!important;
    }
    .display-sm-inline-block {
        display: inline-block!important;
    }
    .display-sm-block {
        display: block!important;
    }
    .display-sm-table {
        display: table!important;
    }
    .display-sm-table-cell {
        display: table-cell!important;
    }
}

@media (min-width:992px) {
    .display-md-none {
        display: none!important;
    }
    .display-md-inline {
        display: inline!important;
    }
    .display-md-inline-block {
        display: inline-block!important;
    }
    .display-md-block {
        display: block!important;
    }
    .display-md-table {
        display: table!important;
    }
    .display-md-table-cell {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .display-lg-none {
        display: none!important;
    }
    .display-lg-inline {
        display: inline!important;
    }
    .display-lg-inline-block {
        display: inline-block!important;
    }
    .display-lg-block {
        display: block!important;
    }
    .display-lg-table {
        display: table!important;
    }
    .display-lg-table-cell {
        display: table-cell!important;
    }
}


/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/

@media (max-width: 1199px) {
    .subnav-wrapper .container {
        width: 100%;
    }
    .subnav-global > li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width:992px) {
    .video-sm-thumbnail-slider {
        padding-left: 50px;
        padding-right: 50px;
    }
    .video-sm-thumbnail-slider .slick-next {
        right: 0;
    }
    .video-sm-thumbnail-slider .slick-prev {
        left: 0;
    }
    .page-banner__cell.align-bottom {
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    .wider-data-frames--has-arrow:after {
        border: 30px solid transparent;
        margin-left: -30px;
    }
    .meet-the-team-btn-wrap img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .subnav-wrapper {
        text-align: left;
    }
    .featured-list {
        margin-bottom: -30px;
    }
    .featured-list__child {
        margin-bottom: 30px;
    }
    .featured-list__icon {
        width: 75px;
        text-align: left;
    }
    .section-head {
        margin-bottom: 30px;
    }
    .featured-list__content {
        width: calc(100% - 75px);
    }
    .key-systems-box-wrap--subpage {
        margin-top: 0;
    }
    /*font-size modifiers*/
    .header1 {
        font-size: 30px;
    }
    .header2 {
        font-size: 30px;
    }
    .wider-data-frames {
        padding: 60px 0;
    }
    .main-header__top-bar-list {
        width: 100%;
    }
    .main-header__top-bar-list > li:last-child {
        float: right;
    }
    .page-not-found-wrap__header {
        font-size: 75px;
    }
    .page-not-found-wrap__tcell {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .mid-slider-frame--home .mid-slider-frame__slide {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .mid-slider-frame--home .slick-dots {
        position: absolute;
        bottom: 50px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .mid-slider-frame__slide-sm-bg-1 {
        background-image: url(../images/home/shackles.jpg);
    }
    .mid-slider-frame__slide-sm-bg-2 {
        background-image: url(../images/home/cp-rising.jpg);
    }
    .mid-slider-frame__slide-sm-bg-3 {
        background-image: url(../images/home/paperwork.jpg);
    }
    .mid-slider-frame--home .mid-slider-frame__slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mid-slider-frame--home .mid-slider-frame__slide:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
    }
    .wider-content-frame__btn-wrap--problems {
        margin-top: 25px;
    }
    .modal-dialog .close {
        top: -10px;
        right: -9px;
    }
}

@media (max-width: 480px) {
    .wider-data-frames--bottom-help-block .wider-content-frame__btn-wrap .btn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .home-banner__btn-wrap .banner-btn {
        margin-right: 0;
        width: 100%;
    }
    .subnav-global > li {
        min-width: 90%;
    }
    .home-banner--1 {
        background-position: right -400px top !important;
    }
    .wider-data-frames--meet-the-team {
        background-position: right -100px center;
    }
    .modal-data-inner {
        width: 100%;
        left: 0%;
    }
    .modal-data-inner__head {
        font-size: 15px;
    }
}

@media (max-width: 363px) {
    .input-checkbox {
        float: right;
    }
    .modal-title {
        font-size: 20px;
    }
    .modal-body {
        padding: 20px 15px;
    }
}

@media (min-width: 768px) {
    .page-banner__cell.align-bottom img {
        padding: 15px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .page-banner__cell.align-bottom .fluid-video-frame {
        padding: 0;
        margin-bottom: 15px;
        float: right;
        margin-right: 15px;
    }
    .zig-zag-row--lg-spacing {
        margin-bottom: 105px;
    }
    .subnav-global > li {
        margin-right: 25px;
        margin-left: 25px;
    }
    .subnav-global > li:first-child {
        margin-left: 0;
    }
    .subnav-global > li:last-child {
        margin-right: 0;
    }
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}