/*
Theme Name: Whitespark Child
Theme URI: http://www.whitespark.ca
Description: A custom child theme
Author: Whitespark
Author url: http://www.whitespark.ca
Version: 1.0
Template: flat-bootstrap
Template Version: 1.4
*/

/* Include the parent theme's stylesheet(s). Then anything you change below that will
 * override those styles. If you'd rather start from scratch, you can comment out this
 * next line.
 */
/*@import url("../flat-bootstrap/style.css");*/

/* ==========================================================================
   Clearfix
   ========================================================================== */

.member-list li:after,
.member-list li .holder:after,
.team-gallery .col-bottom:after,
.local-tools .col-wrap:after,
.service-block .three-col:after,
.resource-block .resources:after {
    content: " ";
    display: block;
    clear: both;
}


body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.43;
    color: #231f20;
    background-color: #fff;
}


@media (min-width: 1200px) {
    .container {
        /*width: 1245px;*/
    }
}

a:hover, a:focus {
    color: #e93753;
    /*text-decoration: none;*/
}

/* ==========================================================================
   Header
   ========================================================================== */

.top-bar {
    display: none;
}

.home .top-bar {
    height: 40px;
    background: #f8f8f8;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index:500;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.top-bar .container {
    padding: 10px 53px;
}

.top-bar .list_menu {
    margin: -3px 0 0 0;
}
.top-bar .list_menu li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}

.top-bar .list_menu li a {
    color: #231f20;
}

.top-bar .list_menu li a:hover, .top-bar .list_menu li a:focus {
    color: #e93753;
    text-decoration: none;
}

.top-bar .tel_icon {
    background: #8a8989;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-right: -7px;
}

.site-header {
    position:fixed;
    width:100%;
    background:#fff;
    /*background:#231f20;*/
    z-index:50;
    top: 0px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 49;
}

.home .site-header {
    /*top: 40px;*/
}

.site-header.dark {
    background:#231f20;
}

.top_page {
    top: 0px !important;
}


.lrt_testimonial .vc_column-inner .vc_column-inner {
    background: inherit !important;
    width: inherit !important;
    display: inherit !important;
}

.lrt_testimonial .vc_column-inner:first-of-type {
    width: auto;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
}


a.logo {
    float:left;
    display:block;
    width:20%;
    max-width:175px;
    height:45px;
    /*background:url(images/logo@2x2-hat.png) no-repeat 0 center;*/
    background:url(images/logo@2x2.png) no-repeat 0 center;
    /*background:url(images/logo-white.png) no-repeat 0 center;*/
    background-size:100% auto;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    margin: 8px 0;
    margin-left: 30px;
    min-width: 120px;
}

.site-header.dark a.logo {
    /*background:url(images/logo@white2x2-hat.png) no-repeat 0 center;*/
    background:url(images/logo@white2x2.png) no-repeat 0 center;
    width:20%;
    max-width:175px;
    height:45px;
    background-size:100% auto;
    min-width: 175px;
}

.site-header .menu-main-menu-container {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    border-bottom: 4px solid #e93753;
    padding: 5px 15px;
}

.site-header.dark .menu-main-menu-container {
    border-bottom: 4px solid transparent;
}

.site-header .menu-main-menu-container li {
    list-style-type:none;
    display: inline-block;
    margin-right: -4px;
}

.site-header .menu-main-menu-container a {
    color:#231f20;
    display:block;
    padding: 17px 17px;
    font-weight: 400;
}
.site-header.dark .menu-main-menu-container a {
    color:#fff;
}

.site-header .menu-main-menu-container a:hover, .site-header .menu-main-menu-container a:focus, .site-header .menu-main-menu-container .current-menu-item a, .site-header .menu-main-menu-container .current_page_parent a, .site-header .menu-main-menu-container .current-page-ancestor a {
    background:#e93753;
    color:#fff !important;
    /*color:#231f20;*/
    text-decoration:none;
}

.site-header .menu-main-menu-container .login {
    /*float:right;*/
    /*font-weight:700;*/
    /*text-transform:uppercase;*/
}

.site-header .menu-main-menu-container .login a {
    color:#e93753;
}

.site-header .menu-main-menu-container .login a:hover {
    background: #e93753;
    color:#fff;
}


.mobile-sub-trigger {
    display:none;
}

.page-template-page-tools #main, .page-template-page-services #main, .page-template-page-flexpage #main {
    padding-top:250px;
}

.page-template-page-about #main {
    padding-top:150px;
}

/* main informative part styles */

#main {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
}

body.blog #main {
    padding-top: 110px;
}

.footer-logo a {
    background:url('images/logo-white@2x.png') no-repeat 0 0;
    display:block;
    width:175px;
    height:45px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    background-size:100% auto;
}

a {
    color:#e93753;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    width: 100%;
    overflow: hidden; /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%;
    background: #231f20;
    color: #c0bcbc;
}

.footer-holder {
    overflow: hidden;
    padding: 137px 0 114px;
}

/*footer logo styles */

.footer-logo {
    width: 186px;
    margin: 0 0 30px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-text {
    padding-right: 10px;
}

.footer-col {
    /*float: left;*/
    /*width: 30%;*/
    padding: 0 10px 0 18px;
}

.footer-col.add {
    /*width: 40%;*/
}

.footer-col .title {
    display: block;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 27px;
    font-weight: 600;
}

.footer-col ul {
    /*font: 16px/20px "Open Sans", Arial, Helvetica, sans-serif;*/
}

.footer-col ul li {
    margin: 0 0 10px;
}

.footer-col ul a {
    color: #c0bcbc;
}

.footer-col ul a:hover {
    text-decoration: none;
    color: #e93753;
}

.contact-box {
    margin: -2px 0 38px;
}

.contact-box .mail {
    color: #c0bcbc;
    font-size: 18px;
    line-height: 24px;
}

.contact-box .phone-list {
    text-transform: uppercase;
    margin: 0;
    padding-top: 8px;
}

.contact-box .phone-list li {
    margin: 0 0 8px;
}

.contact-box .phone-list .country {
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0 0;
}

.contact-box .phone-list a {
    color: #c0bcbc;
}

.contact-box .phone-list a:hover {
    text-decoration: none;
    color: #c0bcbc !important;
}

.bottom-links {
    text-transform: capitalize;
    margin: 0;
}

.bottom-links li {
    position: relative;
    padding: 0;
    margin-right: 19px !important;
}

.bottom-links li:before {
    content: "";
    background: #565a5c;
    height: 17px;
    width: 1px;
    position: absolute;
    left: -12px;
    top: 2px;
}

.bottom-links li:first-child:before {
    display: none;
}

.bottom-links a {
    color: #231f20;
}

.bottom-links a:hover {
    text-decoration: none;
    color: #e93753;
}

/*@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}*/

* {
    font-size: 100.01%;
}

html {
    height: 100%;
    font-size: 62.5%;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
    height: 100%;
    font-size: 1.8em;
    line-height: 1.333em;
    font-weight: 300;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}


body .single {
    font-size: 20px;
}

img {
    vertical-align: top;
}

/* icomoonn font styles */

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

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

.icon-person:before {
    content: "\e600";
}

.icon-account:before {
    content: "\e601";
}

.icon-bing-tracking:before {
    content: "\e602";
}

.icon-calender:before {
    content: "\e603";
}

.icon-domain:before {
    content: "\e604";
}

.icon-export:before {
    content: "\e605";
}

.icon-feature:before {
    content: "\e606";
}

.icon-filter:before {
    content: "\e607";
}

.icon-glance:before {
    content: "\e608";
}

.icon-google-tracking:before {
    content: "\e609";
}

.icon-graph:before {
    content: "\e60a";
}

.icon-search:before {
    content: "\e60b";
}

.icon-view:before {
    content: "\e60c";
}

.icon-close:before {
    content: "\e60d";
}

.icon-tick:before {
    content: "\e60e";
}

/* main container styles */

#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}

#wrapper .w1 {
    position: relative;
    overflow: hidden;
}

h3 {
    font-size: 1.6667em;
    line-height: 1.1em;
}




.tabs_localspark .vc_tta-tabs-list .vc_tta-tab a {
    border: 0px !important;
    background: #333332 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    max-width: 210px;
    text-align: center;
    margin-bottom: 60px;
}

.tabs_localspark .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background: #e93753 !important;
}

.tabs_localspark .vc_tta-tabs-list .vc_tta-tab:nth-of-type(1) a,
.tabs_localspark .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    color: #ffffff !important;
}

.tabs_localspark .vc_tta-tabs-list .vc_tta-tab:nth-of-type(2) a {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0% { color: #ffffff; }
    50% { color: #e93753; }
    100% { color: #ffffff; }
}

/* Standard syntax */
@keyframes example {
    0% { color: #ffffff; }
    50% { color: #e93753; }
    100% { color: #ffffff; }
}

.tabs_localspark .vc_tta-tabs-list .vc_active:nth-of-type(2) a {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}


.tabs_localspark .vc_tta-panels-container .vc_tta-panels {
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-left: 15px;
    background-size: 35px !important;
}

.reviews_icons .vc_icon_element-inner {
    background: #e93753 !important;
}

.reviews_icons .vc_col-sm-4 {
    padding: 40px 15px 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #231f20;
    margin: 50px 20px;
}

.reviews_icons .vc_col-sm-4 .vc_column-inner {
    min-height: 450px;
}

.reviews_icons .vc_col-sm-4 h4 {
    font-size: 28px;
    line-height: 30px;
}

.tlc_country_label {
    margin-bottom: 15px !important;
    padding: 10px;
}

.tlc_country_label h3 {
    margin: 0px !important;
}

.hidden_element {
    display: none !important;
}


@media only screen and (max-width: 767px) {

    .tabs_localspark .vc_tta-tabs-list .vc_tta-tab.vc_active a {

    }

    .tabs_localspark .vc_tta-panel .vc_tta-panel-heading {
        background: #333332 !important;
    }
    .tabs_localspark .vc_tta-panel .vc_tta-panel-heading a {
        color: #ffffff !important;
    }


    .square_section  .vc_column-inner {
        border: 0px !important;
    }

    .centered_limit.square_section {
        border: 0px !important;
    }

    .tlc_rows .wpb_text_column p {
        text-align: center !important;
    }

    .wpb_single_image img {
        width: 100%;
    }

    .reviews_icons .vc_col-sm-4 {
        margin: 50px 5%;
        width: 90%;
    }

}

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

    .tabs_localspark .vc_tta-panels-container .vc_tta-panels  {
        border-left: 12px solid #ee3252 !important;
        background: transparent !important;
    }

    .tabs_localspark .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
        background: url("images/arrow_tabs_red_74.png") left 135px no-repeat transparent !important;
        padding-left: 50px !important;
    }


    .tabs_localspark .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:first-of-type {
        background: url("images/arrow_tabs_red_74.png") left 1px no-repeat transparent !important;
        padding-left: 50px !important;
    }

    .square_section.vc_custom_1459566440155  {
        padding: 5% 5% 0% 5%;
    }
    .square_section.vc_custom_1459564312831 {
        padding: 0% 5% 5% 5%;
    }

    .square_section .vc_column-inner {
        min-height: 430px;
    }

    .vc_custom_1459912545643 {
        padding: 50px 50px 0px 50px !important;
    }
    .vc_custom_1459912553213 {
        padding-bottom: 50px !important;
    }

    .tlc_rows .vc_column-inner .wpb_row:nth-of-type(odd) {
        background: #f1f2f2;
    }

    .tlc_rows .vc_column-inner .wpb_row {
        padding: 15px 0px 15px;
        margin: 0px;
    }

    .tlc_rows .wpb_single_image, .tlc_rows .wpb_content_element  {
        margin-bottom: 0px !important;
    }

    .tablet_only {
        display: none !important;
    }
}


@media only screen and (min-width: 950px) {
    .square_section .vc_column-inner {
        min-height: 370px;
    }
}

/* btn styles */

/**/
.btn a, .btn button {

    border: 0px !important;
    background-color: transparent !important;
    padding: 0px !important;
    background: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    text-decoration: none !important;
}

.btn a {
    /*color: #e93753 !important;*/
}

.btn.vc_btn3-center {
    margin: auto !important;
    max-width: 300px !important;
}

.btn.btn_small.vc_btn3-center {
    max-width: 220px !important;
}

.btn.btn-large button, .btn.btn-large a {
    font-size: 21px !important;
    font-weight: bold !important;
    /*padding: 8px 22px !important;*/
}

.btn:hover a {
    /*color: #ffffff !important;*/
}

.btn_round button {
    color: #ffffff !important;
    background: #231e21 !important;
    font-size: 50px !important;
    font-weight: bold !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    border: 0px !important;
}

.btn {
    padding: 0px !important;
}

.btn a, .btn  button, .btn  span, a.btn {
    padding: 20px 35px !important;
}

.btn-nolink button {
    cursor: default !important;
}

.cb_row_hover {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.cb_row_hover:hover .btn_round button {
    background: #ee3252 !important;
}
.cb_row_hover:hover  {
    background: #ececec !important;
    transition: all .2s ease-in-out;
}

.cb_row_hover:hover h3 {
    color: #ee3252 !important;
    transition: all .2s ease-in-out;
}

.cb_box_heading.wpb_content_element {
    color: #ffffff !important;
    padding: 20px 0px 20px 0px !important;
    margin-bottom: 0px !important;
}

.cb_box_heading h3 {
    margin-top: 0px !important;
}

.cb_box_content {
    padding: 20px;
    /*min-height: 190px;*/
    min-height: 255px;
}

.cb_box_content.cb_box_content_smaller {
    min-height: 180px;
}

.cb_box_content h3 {
    margin-top: 0px !important;
}

.page-id-45980 .cb_box_content {
    min-height: 155px;
}

/*

.btn-default a:after {
    background: #f1f2f2 !important;
    background: rgba(0, 0, 0, .07) !important;
}

.btn {
    border-width: 3px;
    border-radius: 0;
    padding: 14px;
    min-width: 200px;
    position: relative;
    white-space: normal;
}

.btn:after {
    content: "";
    background: rgba(0, 0, 0, .07);
    position: absolute;
    top: 7px;
    bottom: -13px;
    left: 8px;
    right: -13px;
    z-index: -1;
}

.btn.btn-info {
    background: #fff;
    padding: 9px 12px;
}

.btn.btn-info:after {
    right: -10px;
    bottom: -10px;
}

.btn.btn-info:hover {
    background: #231f20;
    color: #fff;
}

.btn.btn-transparent:hover {
    background: #e93753 !important;
    color: #fff !important;
}
.btn.btn-default:hover {
    background: #e93753 !important;
    color: #fff !important;
}

.btn.btn-red {

}

*/

.btn.btn-default a, .btn.btn-default button {
    color: #e93753 !important;
}

.btn.btn-default:hover a, .btn.btn-default:hover button {
    color: #fff !important;
}

.btn.btn-danger a, .btn.btn-danger button {
    color: #fff !important;
}

.btn.btn-info a, .btn.btn-info button {
    color: #231f20 !important;
}
.btn.btn-info:hover a, .btn.btn-info:hover button {
    color: #fff !important;
}

.center_align .btn-feature {
    text-align: center !important;
}

.btn-feature button, .btn-feature:hover button {
    background: transparent !important;
    border: none !important;
    color: #231f20 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    padding-left: 64px !important;
    font-weight: 300 !important;
    cursor: auto !important;
}

.btn-feature button i {
    padding: 8px !important;
    background: #f0f0f0 !important;
    font-size: 18px !important;
    margin-right: 16px !important;
    width: 34px !important;
    height: 28px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center;
}
/* shadow styles */

.shadow {
    position: relative;
}

.shadow:after {
    content: "";
    background: #f1f2f2;
    position: absolute;
    top: 16px;
    bottom: -16px;
    left: 16px;
    right: -16px;
    z-index: -1;
}

/* heading wrap styles */

.heading-wrap {
    text-align: center;
    padding: 0 180px;
}

.heading-wrap h2 {
    line-height: 1.0833em;
    margin: 0 0 24px;
}

.heading-wrap p {
    margin: 0;
}

/* bg stretch styles */

.bg-stretch {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.bg-stretch img {
    width: 100%;
    height: auto;
}

.container-mid {
    max-width: 1008px;
    margin: 0 auto;
}

#skip-to a:focus,
#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

#skip-to,
#skip {
    display: none;
}

#skip a,
#skip-to a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: visible;
    cursor: default;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 15px 0 0;
    height: 26px;
    width: 26px;
}

.jcf-checkbox:after {
    content: "";
    background: #d92f4b;
    position: absolute;
    top: 6px;
    bottom: -4px;
    left: 6px;
    right: -6px;
    z-index: -1;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 11px;
    width: 14px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -6px;
}

.jcf-checkbox span:after {
    content: "\e60e";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    color: #231f20;
}

:root .jcf-checkbox span {
    margin: -18px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}


/* icomoonn font styles */

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

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

.icon-person:before {
    content: "\e600";
}

.icon-account:before {
    content: "\e601";
}

.icon-bing-tracking:before {
    content: "\e602";
}

.icon-calender:before {
    content: "\e603";
}

.icon-domain:before {
    content: "\e604";
}

.icon-export:before {
    content: "\e605";
}

.icon-feature:before {
    content: "\e606";
}

.icon-filter:before {
    content: "\e607";
}

.icon-glance:before {
    content: "\e608";
}

.icon-google-tracking:before {
    content: "\e609";
}

.icon-graph:before {
    content: "\e60a";
}

.icon-search:before {
    content: "\e60b";
}

.icon-view:before {
    content: "\e60c";
}

.icon-close:before {
    content: "\e60d";
}

.icon-tick:before {
    content: "\e60e";
}

/* main container styles */

#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}

#wrapper .w1 {
    position: relative;
    overflow: hidden;
}

h3 {
    font-size: 1.6667em;
    line-height: 1.1em;
}

.img_grayscale img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.width_100 {
    width: 100%;
}

/* btn styles */

.btn {
    border-width: 3px;
    border-radius: 0;
    padding: 14px;
    min-width: 200px;
    position: relative;
    white-space: normal;
}

.btn:after {
    content: "";
    background: rgba(0, 0, 0, .07);
    position: absolute;
    top: 7px;
    bottom: -13px;
    left: 8px;
    right: -13px;
    z-index: -1;
}

.btn.btn-info {
    background: #fff;
}

.btn.btn-info:after {
    right: -10px;
    bottom: -10px;
}

.btn.btn-info:hover {
    background: #231f20;
    color: #fff;
}

.btn.btn-black {
    background: #231f20 !important;
}
.btn.btn-black, .btn.btn-black a, .btn.btn-black button {
    color: #fff !important;
}

.btn.btn-black:hover {
    background: #231f20 !important;
}

.btn.btn-black:hover, .btn.btn-black:hover a , .btn.btn-black:hover button {
    color: #e93753 !important;
}

.btn.btn-default:hover {
    background: #e93753 !important;
    color: #fff !important;
}

.bar_black button {
    background: #231f20 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: -8px;
    cursor: auto !important;
}
.bar_red button {
    background: #e93753 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: -8px;
    cursor: auto !important;
}

.bar_1_3 {
    max-width: 34% !important;
}

.bar_2_3 {
    max-width: 67% !important;
}

.bar_3_3 {
    max-width: 100% !important;
}

.member_join {
    /*padding-right: 15px !important;*/
    padding-left: 15px !important;
    vertical-align: top;
    height: 100% !important;
}

.member_join a {
    color: #ffffff;
    text-decoration: none;
}
.member_join .vc_column-inner {
    background: #231f20;
    display: block;
    text-align: center;
    min-height: 475px;
    margin-right: 15px !important;
    width: auto !important;
}

.member_join .wpb_text_column {
    padding-top: 24%;
}

.member_join .vc_column-inner:hover {
    background: #e93753;
}

.members_items .wpb_column {
    /*padding-right: 15px;*/
}

.popup_window {
    position: fixed;
    z-index: 1000;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
}

.popup_window .vc_column_container, .popup_window .popup_inner {
    max-width: 800px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
    margin: 80px auto !important;
    float: none !important;
    display: inline-block;
}

.popup_window .popup_inner {
    padding: 0px 30px 30px;
}

/* shadow styles */

.shadow {
    position: relative;
}

.shadow:after {
    content: "";
    background: #f1f2f2;
    position: absolute;
    top: 16px;
    bottom: -16px;
    left: 16px;
    right: -16px;
    z-index: -1;
}

/* SPECIAL SLIDER */
.special_slider_big {
    overflow-y: hidden;
    width: 3600px;
}

.special_slider_big .wpb_column {
    width: 600px;
}

/* heading wrap styles */

.heading-wrap {
    text-align: center;
    padding: 0 180px;
}

.heading-wrap h2 {
    line-height: 1.0833em;
    margin: 0 0 24px;
}

.heading-wrap p {
    margin: 0;
}

/* bg stretch styles */

.bg-stretch {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.bg-stretch img {
    width: 100%;
    height: auto;
}

.container-mid {
    max-width: 1008px;
    margin: 0 auto;
}

#skip-to a:focus,
#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

#skip-to,
#skip {
    display: none;
}

#skip a,
#skip-to a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: visible;
    cursor: default;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 15px 0 0;
    height: 26px;
    width: 26px;
}

.jcf-checkbox:after {
    content: "";
    background: #d92f4b;
    position: absolute;
    top: 6px;
    bottom: -6px;
    left: 6px;
    right: -6px;
    z-index: -1;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 11px;
    width: 14px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -6px;
}

.jcf-checkbox span:after {
    content: "\e60e";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    color: #231f20;
}

:root .jcf-checkbox span {
    margin: -18px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar #searchform {
    width:100%;
    background:#eceef1;
}

#blog-archive #searchform {
    width:22%;
    /*width:26%;*/
    float:right;
    background:#eceef1;
}

.sidebar #s, #blog-archive #s {
    float:left;
    width:80%;
    border:none;
    background:none;
    padding:9px 5px 9px 15px;
    color:#7b8186;
    font:16px 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.sidebar #s:focus, #blog-archive #s:focus {
    outline:none;
}

.sidebar #searchsubmit, #blog-archive #searchsubmit {
    background:#e93753;
    border:none;
    color:#fff;
    width:18%;
    padding:8px;
    text-align:center;
    float:right;
}

.sidebar .widget {
    margin-bottom:70px;
}

.sidebar .widget.widget_search {
    margin-bottom:35px;
}

.sidebar .widget h3 {
    color:#000;
    font:28px 'Source Sans Pro', sans-serif;
    padding-bottom:15px;
    margin:0;
    border-bottom:2px solid #e5e5e5;
}

.sidebar .sidebar-post {
    border-bottom:2px solid #e5e5e5;
    padding:15px 0;
}

.sidebar .sidebar-post .thumb {
    width:30%;
    float:left;
}

.sidebar .sidebar-post .thumb img {
    width:100%;
    height:auto;
}

.sidebar .sidebar-post .info {
    width:65%;
    float:right;
    font-size:16px;
}

.sidebar .sidebar-post .info a {
    color:#5b5e5e;
}

.sidebar .sidebar-post .info .post-date {
    color:#575757;
    font-size:11px;
    font-weight:500;
    margin:0;
    text-transform:uppercase;
}



/* ==========================================================================
   Blog
   ========================================================================== */

#blog-archive .blog-hero {
    background:url('images/blogbg.png') no-repeat center top;
    background-size:1200px auto;
    width:100%;
    height:375px;
    display:table;
}

#blog-archive .blog-hero h1 {
    display:table-cell;
    color:#e93753;
    font-size:90px;
    vertical-align:middle;
    text-align:center;
}

#blog-archive .blog-navigation {
    border-bottom:2px solid #e5e5e5;
    margin-bottom:35px;
}

#blog-archive #searchform {
    margin-top:15px;
}

#blog-archive .blog-navigation .menu-blog-navigation-container {
    padding-top:20px;
    float:left;
}

#blog-archive .blog-navigation .current-menu-item a {
    color:#e93753;
}

#blog-archive .col {
    width:32%;
    float:left;
}

#blog-archive .col-2 {
    margin-left:2%;
    margin-right:2%;
}

#blog-archive .blog-social {
    display:block;
}

.post-preview {
    background:#f4f7f8;
    position:relative;
    height:250px;
    margin-bottom:20px;
}

.post-preview.post-preview-full {
    height:520px;
}

.post-preview img {
    width:100%;
    height:auto;
}

.post-preview .inner {
    padding:20px 40px 70px;
}

.post-preview h2 {
    font:22px 'Source Sans Pro', sans-serif;
    margin:10px 0;
}

.post-preview h2 a {
    color:#000;
}

.post-preview h3 {
    font:14px 'Source Sans Pro', sans-serif;
    margin:0;
    text-transform:uppercase;
}

.post-preview h3 a {
    color:#e93753;
}

.post-preview .meta {
    color:#9b9da0;
    font-size:14px;
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
}

.post-preview .meta .meta-inner {
    border-top:2px solid #e5e5e5;
    padding:9px 0 0;
    margin:0 40px;
}


.meta .author-avatar .thumbnail, .bio .thumbnail {
    padding: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.post-preview .meta .author-avatar {
    float:left;
    width:44px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow:hidden;
}

.post-preview .meta .author-name {
    float:left;
    margin:10px 0 0 10px;
}

.post-preview .meta a {
    color:#e93753;
}

.post-preview .meta .post-date {
    float:left;
    margin:10px 0 0 12px;
}

.post-preview .meta .post-favorites {
    float:right;
    margin:10px 0 0;
}

.post-preview .meta .post-favorites button {
    border:none;
    background:none;
}

.post-preview .meta .post-favorites button i {
    background:#000;
    display:inline-block;
    width:22px;
    height:22px;
    padding:0;
    border-radius:15px;
    border:none;
    color:#f4f7f8;
    font-size:12px;
    line-height:22px;
    vertical-align:top;
}

.post-preview .meta .post-favorites span {
    color:#e93753;
    display:inline-block;
    margin-left:3px;
    vertical-align:top;
}

.post-preview .meta .post-favorites i.favorited {
    color:#e93753;
}

#blog-archive .wp-pagenavi {
    text-align:center;
    margin:40px auto;
    font-size:16px;
}

#blog-archive .wp-pagenavi a, #blog-archive .wp-pagenavi span {
    color:#626263;
    padding:0;
    margin:0 5px;
}

#blog-archive .wp-pagenavi span.current {
    color:#e93753;
    font-size:17px;
    font-weight:bold;
}

.blog-social {
    margin-bottom:20px;
}

.blog-social .social-label {
    float:left;
    background:#e93753;
    color:#fff;
    width:34%;
    text-align:center;
}

.blog-social .social-label h3 {
    font-size:38px;
    padding:20px 20px 10px;
}

.blog-social .social-label h4 {
    font-size:19px;
    font-weight:300;
    padding:0 20px 20px;
}

.blog-social a {
    display:block;
    float:left;
    width:16.5%;
    background:#000;
    color:#fff;
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

.blog-social a div {
    width:30px;
    height:30px;
    position:absolute;
    font-size:20px;
    line-height:30px;
    top:50%;
    left:50%;
    margin:-10px 0 0 -10px;
    background:#e93753;
    text-align:center;
}

.blog-opt-in {
    background:#e93753 url('images/pattern_repeat.png') repeat 0 0;
    background-size:500px auto;
    height:250px;
    margin-bottom:20px;
    padding:30px 20px 20px;
    text-align:center;
    color:#fff;
}

.blog-gmbms {
    background:#e93753 url('https://whitespark.ca/wp-content/uploads/2019/07/Whitespark-2018-2.jpg') repeat 0 0;
    background-size:100%;
    height:260px;
    margin-bottom:10px;
    text-align:center;
    color:#fff;
}

.sidebar .blog-opt-in {
    background-size:100% auto;
    background-position:center center;
    height:auto;
    margin-bottom:0;
    padding:20px;
}

.blog-opt-in h4 {
    font-size:32px;
    margin:0 0 10px;
}

.blog-gmbms h4 {
    font-size:32px;
    margin:0 0 10px;
}

.sidebar .widget .blog-opt-in h3 {
    border-bottom:0;
    color:#fff;
    font:22px 'Source Sans Pro', sans-serif;
    text-align:left;
}

.blog-opt-in p {
    margin:0;
    padding:0 20px 10px;
}

.blog-opt-in #newsletter-name {
    display:block;
    background:#fff;
    border:none;
    width:100%;
    margin:10px 0;
    padding:0 10px;
    height:35px;
    font:14px 'Source Sans Pro',sans-serif;
    color:#7b8186;
}

.blog-opt-in #newsletter-email {
    width:70%;
    height:35px;
    padding:0 10px;
    float:left;
    border:none;
    font:14px 'Source Sans Pro',sans-serif;
    color:#7b8186;
}

.blog-opt-in .opt-in-submit {
    width:30%;
    height:35px;
    float:right;
    background:#000;
    text-align:center;
    color:#fff;
    font:14px 'Source Sans Pro',sans-serif;
    font-weight:700;
    border:none;
}

.sidebar .widget.widget_whitespark_optin {
    margin-bottom:40px;
}

*:focus {outline:none;}


/* ==========================================================================
   Post Detail
   ========================================================================== */

.menu-blog-navigation-container {
    /*font:15px 'Open Sans', sans-serif;*/
    font-weight:600;
    padding:45px 0 0;
    text-transform:uppercase;
}

.menu-blog-navigation-container ul {
    margin:0;
    padding:0;
}

.menu-blog-navigation-container li {
    list-style-type:none;
    float:left;
    margin: 0 21px 30px 0;
    /*margin:0 28px 30px 0;*/
    /*margin:0 35px 30px 0;*/
}

.menu-blog-navigation-container a {
    color:#000;
}

.menu-blog-navigation-container a:hover {
    color:#e93753;
    text-decoration:none;
}

.post-detail .hero {
    background:#000;
    width:100%;
    /*height:390px;*/
    height:430px;
    height:360px;
    position:relative;
    overflow:hidden;
}

.post-detail .hero .hero-inner-wrapper {
    display:table;
    width:100%;
    height:390px;
}

.post-detail .hero .hero-img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1;
    /*opacity:0.6;*/
}

.post-detail .hero .inner {
    display:table-cell;
    width:100%;
    /*height:390px;*/
    height:420px;
    text-align:center;
    vertical-align:middle;
    position:relative;
    vertical-align:middle;
    z-index:2;
}

.post-detail .hero h1 {
    color:#fff;
    font-size:56px;
    line-height:66px;
    margin:0 auto;
    width:auto;
    max-width:80%;
    background: rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.32);
    padding-top: 20px;
    padding-bottom: 20px;
    /*text-shadow: 1px 1px 2px rgba(190, 190, 190, 1);*/
}

.bg_black_overlay {
    background: rgba(0,0,0,0.45);
}

.rb2_banner_buttons.vc_col-sm-8 .vc_column-inner {
    padding: 0px !important;
}


.post-meta {
    margin:10px 0 35px;
    position:relative;
    z-index:3;
}

.post-meta .post-date {
    border-right:1px solid #e2e2e2;
    color:#5b5e5e;
    font-size:14px;
    float:left;
    padding:0 20px 0 0;
    text-align:center;
}

.post-meta .post-date span {
    display:block;
    font-size:19px;
}

.post-meta .post-favorites {
    float:left;
    color:#dfdfdf;
    padding:0 20px;
}

.post-meta .post-favorites button {
    border:none;
    background:none;
    padding:0;
}

.post-meta .post-favorites i.favorited {
    color:#e93753;
}

.post-meta .post-favorites span {
    display:block;
    margin:0 auto;
    color:#000;
    text-align:center;
}

.post-meta .post-author {
    color:#e93753;
    font-size:25px;
    font-weight:700;
    line-height:45px;
    float:left;
}

.post-meta .post-author .image {
    float:left;
    margin:-30px 20px 0 0;
}

.post-meta .post-author .image img {
    border:2px solid #fff;
    -moz-border-radius:55px;
    -webkit-border-radius:55px;
    border-radius:55px;
}

.post-detail .main {
    width:65%;
    float:left;
    font-size: 18px;
    font-size: 20px;
    line-height:35px;
}

.post-detail .main img {
    width:auto;
    max-width:100%;
    height:auto;
}

.post-detail .main h2 {
    font-size:30px;
    margin:40px 0 30px;
}

.post-detail .main h3 {
    font-size:24px;
}

.post-detail .main p {
    margin:0 0 25px;
}

.post-detail .main a {
    color: #e93753;
}

.post-detail .main div {
    /*max-width: 100%;*/
}

.post-detail .main a:hover {
    text-decoration: underline;
}

.post-detail .sidebar {
    width:26%;
    float:right;
}

.author-box {
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    font-size: 18px;
    line-height: 30px;
    margin: 55px 0;
    padding: 0 0 25px;
}

.author-box h5 {
    color:#abb0a7;
    font-size:12px;
    font-weight:400;
    position:relative;
    margin-bottom:30px;
}

.author-box h5 span {
    background:#fff;
    padding-right:10px;
    position:relative;
    z-index:2;
}

.author-box h5:before {
    content:'';
    background:#e5e5e5;
    width:100%;
    height:2px;
    position:absolute;
    top:50%;
}

.post-detail .main .author-box p {
    margin:0;
    padding:0;
}

.author-box h4 {
    margin:0 0 10px;
}

.author-box a {
    font-size:18px;
    font-weight:500;
}
.author-box h4 a {
    font-size:22px;
    font-weight:bold;
}

.author-box .image {
    width:17%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    float:left;
    overflow:hidden;
}

.author-box .text {
    width:80%;
    float:right;
}

.post-footer {
    margin-bottom:70px;
}

.blog-opt-in-large {
    background:url('images/optinbg.jpg') repeat center top;
    background-size:auto 285px;
    padding:45px 35px;
    color:#fff;
    font-size:16px;
    line-height:18px;
    text-align:center;
}

.blog-opt-in-large h4 {
    font:26px 'Source Sans Pro', sans-serif;
}

.post-detail .main .blog-opt-in-large p {
    margin:0;
    padding:0;
}

.blog-opt-in-large .form-inline {
    width:100%;
    max-width:430px;
    margin:20px auto;
}

.blog-opt-in-large #newsletter-email {
    width:70%;
    height:50px;
    padding:0 10px;
    float:left;
    border:none;
    font:14px 'Source Sans Pro',sans-serif;
    color:#7b8186;
}

.blog-opt-in-large .opt-in-submit {
    width:30%;
    height:50px;
    float:right;
    background:#000;
    text-align:center;
    color:#fff;
    font:17px 'Source Sans Pro',sans-serif;
    font-weight:700;
    border:none;
}

.blog-opt-in-large p.smaller {
    font-size:14px;
}

#related_posts {
    background:#f2f2f2;
    border-bottom:2px solid #e5e5e5;
    padding:50px 0 80px;
}

.related-post {
    background:#fff;
    height:165px;
}

.related-post .thumb {
    width:40%;
    float:left;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.related-post .thumb img {
    width:100%;
    height:auto;
}

.related-post .info {
    width:60%;
    float:right;
    padding:10px;
    height:165px;
    position:relative;
}

.related-post .info h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
}

.related-post .info h4 a {
    color:#e93753;
}

.related-post .info h3 a {
    color:#000;
}

#related_posts h3 {
    font: 16px 'Source Sans Pro', sans-serif;
    margin:0 0 30px;
}

.related-post .meta {
    color:#9b9da0;
    font-size:11px;
    position:absolute;
    left:0;
    bottom:5px;
    width:100%;
}

.related-post .meta .meta-inner {
    border-top:2px solid #e5e5e5;
    margin:0 10px;
    padding:5px 0 0;
}

.related-post .meta a {
    color:#e93753;
}

.related-post .meta .author-avatar {
    float:left;
    width:25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow:hidden;
}

.related-post .meta .aname {
/*.related-post .meta .author-name {*/
    float:left;
    margin:2px 0 0 10px;
}

.related-post .meta .pdate {
/*.related-post .meta .post-date {*/
    float:left;
    margin:2px 0 0 3px;
}

.related-post .meta .post-favorites {
    float:right;
    margin:2px 0 0;
}

.related-post .meta .post-favorites button {
    border:none;
    background:none;
}

.related-post .meta .post-favorites button i {
    background:#000;
    display:inline-block;
    width:22px;
    height:22px;
    padding:0;
    border-radius:15px;
    border:none;
    color:#f4f7f8;
    font-size:12px;
    line-height:22px;
    vertical-align:top;
}

.related-post .meta .post-favorites span {
    color:#e93753;
    display:inline-block;
    margin-left:3px;
    vertical-align:top;
}

.related-post .meta .post-favorites i.favorited {
    color:#e93753;
}

#related_posts .slick-arrow {
    cursor:pointer;
    font-size:48px;
    line-height:48px;
    font-family:'FontAwesome';
    position:absolute;
    top:50%;
    margin-top:-24px;
}

#related_posts .slick-arrow.fa-angle-left {
    left:-50px;
}

#related_posts .slick-arrow.fa-angle-right {
    right:-50px;
}

.post-comments {
    width:96%;
    margin:20px auto;
    max-width:720px;
}

img.thumbnail.photo {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

/* ==========================================================================
   Related Post Carousel
   ========================================================================== */

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 -10px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    margin:0 10px;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.carousel {
    display:none;
}

.carousel.slick-initialized {
    display:block;
}


/* ==========================================================================
   Hero Block
   ========================================================================== */

.hero-block {
    position: relative;
    margin-bottom: -33px;
}

.hero-block.tools .hero-text {
    position: static;
    padding: 113px 100px 159px;
    border-bottom: 4px solid #231f20;
    font-size: 1.333em;
    line-height: 1.25em;
}

.hero-block.tools .hero-text p {
    margin: 0 0 54px;
}

.hero-block.tools h1 {
    margin: 0 0 16px;
    font-size: 3em;
    line-height: .90278em;
}

.hero-block.citation {
    margin: 0;
}

.hero-block.citation .hero-text {
    padding: 74px 260px 0;
}

.hero-block.citation .animation-block {
    padding-top: 575px;
}

.hero-block.citation .animation-block .cloud-holder.large.cloud1 {
    left: 48.3%;
    top: 31.7%;
    right: auto;
}

.hero-block.citation .animation-block .cloud-holder.medium.cloud1 {
    top: 60.9%;
    left: auto;
    right: 18.7%;
}

.hero-block.citation .animation-block .cloud-holder.small.cloud1 {
    left: 18.1%;
    right: auto;
    top: 47.3%;
}

.hero-block.citation .animation-block .cloud-holder.small.cloud2 {
    left: 53.2%;
    right: auto;
    top: 61.5%;
}

.hero-block.citation .animation-block .cloud-holder img {
    width: 100%;
    height: auto;
}

.hero-block.citation .image-holder {
    max-width: 660px;
    margin-bottom: 80px;
    padding-top: 368px;
}

.hero-block.citation h1 {
    margin: 0 0 29px;
}

.hero-block.citation .btn-holder {
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 131px;
}

.hero-block.citation .btn-holder li {
    padding: 0 17px;
}

.hero-block > .container {
    position: relative;
}

.text_title {
    font-size: 55px;
    line-height: 60px;
}



/* ==========================================================================
   FAQ Blocks
   ========================================================================== */

.page-faq-block.container {
    width:90%;
    max-width:920px;
    padding:50px 0;
}

.page-faq-block h3 {
    color:#e93753;
    font-size:52px;
    font-weight:600;
    margin-bottom:80px;
    text-align:center;
}

.page-faq-block h4 {
    border-bottom:2px solid #d1d3d4;
    color:#e93753;
    font-size:19px;
    padding-bottom:10px;
    margin-bottom:20px;
}

.page-faq-block .faq {
    margin:40px auto;
}

.page-faq-block .faq a {
    color:#e93753;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.gform_wrapper .gform_validation_container {
    display:none;
}

.gform_wrapper input[type=text], .gform_wrapper textarea {
    width:100%;
    padding:1% 2%;
    background:#f1f2f2;
    border:1px solid #f1f2f2;
    resize:none;
    color:#666464;
    font:18px 'Source Sans Pro', sans-serif;
    font-weight:400;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    -webkit-appearance:none;
    border-radius:0;
}

.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:hover, .gform_wrapper textarea:focus, .gform_wrapper textarea:hover {
    border-color:#333;
    outline:none;
}

.gform_wrapper .select > select {
    border:1px solid #f1f2f2;
    background:#f1f2f2;
    color:#231f20;
    font:18px 'Source Sans Pro', sans-serif;
    font-weight:600;
    width:100%;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    *zoom: 1;
}

.gform_wrapper .gfield_error .select > select {
    border-color:#e93753;
}

.gform_wrapper .select { border:0; z-index:10; position:relative;}
.gform_wrapper .select > select {
    display: block;
    padding:17px 12px 17px 60px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    text-indent: 0.01px;
    text-overflow: '';
    z-index:10;
    margin: 0;
}

.gform_wrapper .select > select::-ms-expand { display: none; }
.gform_wrapper .select:before,
.gform_wrapper .select:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index:15;
}

.gform_wrapper .select:before {
    top: 2px;
    right: 2px;
    width: 34px;
    bottom: 2px;
    background: #f1f2f2;
}

.gform_wrapper .select > select:focus,
.gform_wrapper .select-multiple select:focus,
.gform_wrapper .select > select:hover { border-color: #231f20;}

.gform_wrapper .select > select:focus + .arrow{ color:#231f20; }

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

.gform_wrapper .gform_button {
    color: #e93753;
    background-color: #fff;
    border-color: #e93753;
    padding:8px 14px;
}

.gform_wrapper .gform_button:hover {
    background-color:#e93753;
    color:#fff;
}


/* ==========================================================================
   Form Blocks
   ========================================================================== */

.page-form-block {
    width:90%;
    max-width:920px;
    padding: 0px 0 50px;
    text-align:center;
    margin: auto !important;
}

.page-form-block a {
    background:url(images/icon-email-field.png) no-repeat 0 5px;
    background-size:25px auto;
    color:#231f20;
    display:inline-block;
    font-size:18px;
    letter-spacing:1px;
    padding-left:38px;
    margin-bottom:20px;
}

.page-form-block a:hover {
    color:#e93753;
    text-decoration:none;
}

.page-form-block h3 {
    color:#e93753;
    font-size:52px;
    font-weight:600;
    margin-bottom:20px;
    text-align:center;
}

.page-form-block ul {
    margin:0;
    padding:0;
}

.page-form-block li {
    list-style-type:none;
    margin:20px 0;
    padding:0;
    position:relative;
}

.page-form-block .gfield_label {
    display:none;
}

.page-form-block input[type=text] {
    font:17px 'Source Sans Pro', sans-serif;
    font-weight:600;
    color:#231f20;
    height:58px;
    /*padding:15px 15px 15px 64px;*/
    padding:15px 15px 15px 15px;
    width: 100%;
}

.page-form-block textarea {
    /*padding:18px 15px 18px 64px;*/
    padding:18px 15px 18px 15px;
    height:150px;
}

.page-form-block .gform_button {
    width:100%;
    padding:20px 0 !important;
    text-align:center;
    background:#e93753;
    border:none;
    color:#fff;
    font:15px 'Source Sans Pro', sans-serif;
    font-weight:700;
}


.page-form-block .gform_button {
    /*width: auto !important;*/
    /*font: 20px 'Source Sans Pro', sans-serif;*/
}

.vc_custom_1460164113711 .vc_column-inner {
    padding-top: 0px !important;
}

.page-form-block .gform_button:hover {
    background:#231f20;
}

.page-form-block .gform_wrapper .gfield_error input[type=text], .page-form-block .gform_wrapper .gfield_error textarea {
    border-color:#e93753;
}

.page-form-block .validation_message {
    display:none;
}
/*
.page-form-block .gform_wrapper .contact-name-field input {
    background:#f1f2f2 url(images/icon-name-field.png) no-repeat 22px 20px;
    background-size:22px auto;
}

.page-form-block .gform_wrapper .contact-email-field input {
    background:#f1f2f2 url(images/icon-email-field.png) no-repeat 21px 21px;
    background-size:21px auto;
}

.page-form-block .gform_wrapper .contact-company-field input {
    background:#f1f2f2 url(images/icon-company-field.png) no-repeat 23px 19px;
    background-size:15px auto;
}

.page-form-block .gform_wrapper .contact-subject-field input {
    background:#f1f2f2 url(images/icon-subject-field.png) no-repeat 21px 25px;
    background-size:17px auto;
}

.page-form-block .gform_wrapper .contact-message-field textarea {
    background:#f1f2f2 url(images/icon-message-field.png) no-repeat 21px 23px;
    background-size:20px auto;
}
*/

.page-form-block .gform_wrapper .gfield_contains_required:after {
    content:'\2217';
    position:absolute;
    right:10px;
    top:15px;
    z-index:15;
    color:#231f20;
}



/* ==========================================================================
   Social Blocks
   ========================================================================== */

.page-social-block {
    padding: 30px 0 55px;
    text-align:center;
}

.page-social-block h3 {
    font-size:52px;
    font-weight:600;
    margin-bottom:50px;
}

.page-social-block ul {
    margin:0;
    padding:0;
}

.page-social-block li {
    display:inline-block;
    list-style-type:none;
    margin:0 40px;
}

.page-social-block i {
    display:inline-block;
    font-size:20px;
    margin-right:20px;
    vertical-align:middle;
}

.page-social-block a {
    color:#231f20;
    font-size:17px;
    letter-spacing:2px;
}

.page-social-block a:hover {
    color:#e93753;
    text-decoration:none;
}



/* ==========================================================================
   Pricing Block
   ========================================================================== */

.pricing-block {
    padding: 0px;
}

.pricing-block .heading-wrap {
    margin: 0 0 56px;
    border-bottom: 4px solid #e9e8e8;
    padding-bottom: 55px;
}

.pricing-block .plan-holder {
    padding: 0 7px 20px;
    overflow: hidden;
    margin: 0 0 50px;
}

.pricing-block .plan {
    text-align: center;
    float: left;
    width: 18%;
    padding: 0 20px;
}

.pricing-block .plan.recommended .title {
    color: #e93753;
    border-color: #e93753;
}

.pricing-block .plan.recommended .price {
    color: #e93753;
    border-color: #e93753;
}

.pricing-block .plan.recommended .btn {
    border-color: #e93753;
    color: #e93753;
}

.pricing-block .plan.recommended .btn:hover {
    background: #e93753;
    color: #fff;
}

.pricing-block .plan .title {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 4px solid #e9e8e8;
    padding: 0 0 26px;
    margin: 0 0 12px;
}

.pricing-block .plan .price {
    display: block;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    border-bottom: 4px solid #e9e8e8;
    padding: 0 0 13px;
    margin: 0 0 26px;
}

.pricing-block .plan .price .duration {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.pricing-block .info {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 42px;
    font-weight: 300;
    color: #666464;
}

.pricing-block .info li {
    margin: 0 0 10px;
}

.pricing-block .info li .bold {
    font-weight: 600;
}

.pricing-block .btn {
    min-width: 155px;
}


.confirm-text {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}

.lrt_testimonial .lrt_testimonial_image  {
    width: 120px !important;
    height: 120px !important;
    display: inline-block !important;
    /*float: left !important;*/
    /*margin-right: 20px !important;*/
    /*margin-top: -15px !important;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.text_quotes_red p:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #e93753;
    /* color: #fff; */
    font-size: 20px;
    padding-right: 8px;
}

.text_quotes_red p:after {
    content: "\f10e";
    font-family: FontAwesome;
    color: #e93753;
    /* color: #fff; */
    font-size: 20px;
    padding-left: 8px;
}

.table_box {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px 5px;
}

.table_box .wpb_row {
    border-top: 1px solid #ddd !important;
}
.table_no_header .wpb_row:first-of-type {
    border-top: 0px solid #ddd !important;
}

.table_box .wpb_row .vc_column_container  {
    border-right: 1px solid #ddd !important;
}

.table_box .wpb_text_column {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.table_box .wpb_row .vc_column_container .wpb_text_column {
    margin-bottom: 0px;
    min-height: 52px !important;
    font-size: 17px;
    line-height: 105%;
}

.table_box .wpb_row .vc_column_container:last-of-type  {
    border-right: 0px !important;
}

.table_box .vc_column_container>.vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table_box_2_head {
    background: #231f20;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0;
}

.table_box_2_head .wpb_text_column {
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.table_box_2_row {

}

.table_box_2_row .m_title {
    font-weight: bold;
    /*color: #e93753;*/
    display: none;
    text-transform: uppercase;
}

.table_box_2_row .wpb_column:first-of-type {
    background: #e6e6e6;
    /*background: #e93753;*/
    font-weight: bold;
    border-right: 1px solid #231f20;
    border-left: 1px solid #231f20;
    text-transform: uppercase;
    font-size: 20px;
}

.table_box_2_row .wpb_column:last-of-type {
    border-right: 1px solid #231f20;
    border-left: 1px solid #231f20;

}

.table_box_2_row .wpb_column {
    min-height: 180px;
    padding: 10px;
    border-bottom: 1px solid #231f20;
}



/* 404 */

.block-brent {
    background: #dfe4e6 url("images/404/brent.jpg") center bottom no-repeat;
    min-height: 460px;
    margin-top: 40px;
    margin-bottom: 180px;
}

.btn_margin {
    margin: 6px;
}

.iconFiller i:before , .sw_share , .sw_count {
    color: #ffffff !important;
}

.totes .sw_count {
    color: #474B4D !important;
}

.wpb_single_image.max_640 img {
    max-width: 640px !important;
    width: 100%;
}

.wpb_single_image.max_500 img {
    max-width: 500px !important;
}

/* Social plugin display on pages */

.page .nc_socialPanel {
    display: none !important;
}

.page .essb_links {
    display: none;
}

.page-id-1765 .essb_links, .page-id-2460 .essb_links, .page-id-2462 .essb_links, .page-id-2497 .essb_links, .page-id-1653 .essb_links, .page-id-1591 .essb_links, .page-id-2984 .essb_links, .page-id-3007 .essb_links, .page-id-3015 .essb_links, .page-id-3025 .essb_links, .page-id-3038 .essb_links, .page-id-3046 .essb_links, .page-id-3055 .essb_links, .page-id-3072 .essb_links, .page-id-3096 .essb_links, .page-id-3105 .essb_links, .page-id-3118 .essb_links, .page-id-3136 .essb_links, .page-id-3143 .essb_links, .page-id-3150 .essb_links, .page-id-3158 .essb_links, .page-id-3170 .essb_links {
    display: block;
}

.page-id-1765 .essb_links.essb_postfloat_fixed, .page-id-2460 .essb_links.essb_postfloat_fixed, .page-id-2462 .essb_links.essb_postfloat_fixed, .page-id-2497 .essb_links.essb_postfloat_fixed, .page-id-1653 .essb_links.essb_postfloat_fixed, .page-id-1591 .essb_links.essb_postfloat_fixed, .page-id-2984 .essb_links.essb_postfloat_fixed, .page-id-3007 .essb_links.essb_postfloat_fixed, .page-id-3015 .essb_links.essb_postfloat_fixed, .page-id-3025 .essb_links.essb_postfloat_fixed, .page-id-3038 .essb_links.essb_postfloat_fixed, .page-id-3046 .essb_links.essb_postfloat_fixed, .page-id-3055 .essb_links.essb_postfloat_fixed, .page-id-3072 .essb_links.essb_postfloat_fixed, .page-id-3096 .essb_links.essb_postfloat_fixed, .page-id-3105 .essb_links.essb_postfloat_fixed, .page-id-3118 .essb_links.essb_postfloat_fixed, .page-id-3136 .essb_links.essb_postfloat_fixed, .page-id-3143 .essb_links.essb_postfloat_fixed, .page-id-3150 .essb_links.essb_postfloat_fixed, .page-id-3158 .essb_links.essb_postfloat_fixed, .page-id-3170 .essb_links.essb_postfloat_fixed {
    display: none;
}

.page-id-1765 .nc_socialPanel, .page-id-2460 .nc_socialPanel, .page-id-2462 .nc_socialPanel, .page-id-2497 .nc_socialPanel, .page-id-1653 .nc_socialPanel, .page-id-1591 .nc_socialPanel, .page-id-2984  .nc_socialPanel, .page-id-3007  .nc_socialPanel, .page-id-3015  .nc_socialPanel , .page-id-3025  .nc_socialPanel, .page-id-3038  .nc_socialPanel, .page-id-3046  .nc_socialPanel, .page-id-3055  .nc_socialPanel, .page-id-3072  .nc_socialPanel, .page-id-3096  .nc_socialPanel, .page-id-3105  .nc_socialPanel, .page-id-3118  .nc_socialPanel, .page-id-3136  .nc_socialPanel, .page-id-3143  .nc_socialPanel, .page-id-3150  .nc_socialPanel, .page-id-3158  .nc_socialPanel, .page-id-3170  .nc_socialPanel, .page-id-5183  .nc_socialPanel, .page-id-5205  .nc_socialPanel, .page-id-5216  .nc_socialPanel, .page-id-5233  .nc_socialPanel, .page-id-5246  .nc_socialPanel, .page-id-5264  .nc_socialPanel, .page-id-25378 .nc_socialPanel,
.page-id-51447 .nc_socialPanel, .page-id-51453 .nc_socialPanel, .page-id-51468 .nc_socialPanel, .page-id-51473 .nc_socialPanel, .page-id-51475 .nc_socialPanel,
.page-id-51569 .nc_socialPanel, .page-id-51575 .nc_socialPanel, .page-id-51580 .nc_socialPanel, .page-id-51582 .nc_socialPanel, .page-id-51587 .nc_socialPanel,
.page-id-51589 .nc_socialPanel, .page-id-51591 .nc_socialPanel, .page-id-51593 .nc_socialPanel, .page-id-51596 .nc_socialPanel, .page-id-51598 .nc_socialPanel, .page-id-51600 .nc_socialPanel, .page-id-21968 .nc_socialPanel, .page-id-21955 .nc_socialPanel, .page-id-21945 .nc_socialPanel, .page-id-21955 .nc_socialPanel, .page-id-21945 .nc_socialPanel , .page-id-21982 .nc_socialPanel, .page-id-22151 .nc_socialPanel, .page-id-22167 .nc_socialPanel, .page-id-22183 .nc_socialPanel, .page-id-22193 .nc_socialPanel, .page-id-24588 .nc_socialPanel, .page-id-27470 .nc_socialPanel, .page-id-36133 .nc_socialPanel, .page-id-41608 .nc_socialPanel, .page-id-49907 .nc_socialPanel, .page-id-49920 .nc_socialPanel, .page-id-49927 .nc_socialPanel
{
    display: block !important;
    padding-left: 20px;
}

.page-id-1765 .nc_wrapper, .page-id-2460 .nc_wrapper, .page-id-2462 .nc_wrapper, .page-id-2497 .nc_wrapper, .page-id-1653 .nc_wrapper, .page-id-1591 .nc_wrapper, .page-id-2984  .nc_wrapper, .page-id-3007  .nc_wrapper, .page-id-3015  .nc_wrapper, .page-id-3025  .nc_wrapper, .page-id-3038  .nc_wrapper, .page-id-3046  .nc_wrapper , .page-id-3055  .nc_wrapper , .page-id-3072  .nc_wrapper, .page-id-3096  .nc_wrapper, .page-id-3105  .nc_wrapper, .page-id-3118  .nc_wrapper, .page-id-3136  .nc_wrapper, .page-id-3143  .nc_wrapper, .page-id-3150  .nc_wrapper, .page-id-3158  .nc_wrapper, .page-id-3170  .nc_wrapper {
    position: relative !important;
}

.mc4wp-form label {
    position: relative;
}

.mc4wp-form label .popover_nw, .popupopen .popover_nw {
    position: absolute;
    top: 30px;
    left: -30px;
    right: -40px;
    z-index: 30;
    max-width: 350px;
    display: none;
    text-align: justify;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    color: #231f20;
    padding: 10px;
    font-size: 16px;
}

.text_span {
    position: relative;
}

.text_span .popover_text {
    position: absolute;
    top: 30px;
    left: -30px;
    right: -40px;
    z-index: 30;
    width: 380px;
    display: none;
    text-align: justify;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    color: #231f20;
    padding: 10px;
    font-size: 16px;
}

.mc4wp-form .mc4wp-success {
    /*color: #fff;*/
    font-size: 120%;
    padding-top: 20px;
}





.nc_socialPanel {
    max-width: 1240px;
    margin: auto;
    left: 0 !important;
}

.jcf-checkbox span {
    margin: -12px 0 0 -6px !important;
}

.page-id-107 .cb_box_content {
    min-height: 420px;
}

#gp_link {
    display: inline-block;
    font-weight: bold;
    color: #e93753;
    min-height: 34px;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 2px inset;
    padding: 7px 8px;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 3px;
    outline: none;
}

.btn_copy {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(238, 238, 238);
    background-image: linear-gradient(rgb(252, 252, 252), rgb(238, 238, 238));
    -webkit-user-select: none;
    -webkit-appearance: none;
    padding: 9px 12px 8px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 213, 213);
    border-image: initial;
    border-radius: 3px;
    margin-left: -6px;
}

.btn_copy .clippy {
    width: 16px;
}

.gp_field_group {
    display: inline-flex;
}

/* Google Places */

.page-id-4899 #map {
    height: 100%;
    margin-bottom: 10px;
}

.page-id-4899 .controls {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.page-id-4899 .controls:focus {
    border-color: #4d90fe;
}


.popover_tooltip {
    position: absolute;
    top: 36px;
    left: -30px;
    right: -40px;
    z-index: 30;
    display: none;
    text-align: justify;
    background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    padding: 10px;
    background: rgba(97,97,97,0.9);
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    max-width: 105px;
}

.btn_copy:hover .popover_tooltip {
    display: block;
    webkit-animation: pulse 330ms cubic-bezier(0,0,0.2,1) forwards;
    animation: pulse 330ms cubic-bezier(0,0,0.2,1) forwards;
}

.blog_table .vc_column-inner {
    padding-top: 10px !important;
}

.blog_table .wpb_text_column  {
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 1265px) {
    .table_box .wpb_row .vc_column_container .wpb_text_column {
        margin-bottom: 0px;
        /*min-height: 28px !important;*/

        font-size: 18px;
        line-height: 130%;
    }

    .table_box_narrow .wpb_row .vc_column_container .wpb_text_column {
        min-height: 28px !important;
    }

    .bp_results .list-group-item div.link {
        word-wrap: break-word;
        width: auto;
        max-width: 67%;
    }
}

@media only screen and (max-width: 1160px) {

    .table_box_2_row .wpb_column {
        min-height: 270px;
    }

    .page-id-107 .cb_box_content {
        min-height: 500px;
    }
}


@media only screen and (max-width: 767px) {


    .table_box .wpb_row .vc_column_container .wpb_text_column {
        border-bottom: 1px solid #ddd !important;
        padding: 5px 15px !important;
    }

    .table_box .wpb_row .vc_column_container:last-of-type .wpb_text_column {
        border-bottom: 0px solid #ddd !important;
    }


    .table_box .wpb_row .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .table_box .wpb_row .vc_column_container  {
        border-right: 0px solid #ddd !important;
    }

    .table_box .wpb_row .vc_column_container .wpb_text_column {
        min-height: 40px !important;
    }

    .table_box_2_head {
        display: none;
    }

    .table_box_2_row .wpb_column {
        min-height: 50px;
    }

    .table_box_2_row .m_title {
        display: block;
    }

    .table_box_2_row .wpb_text_column {
        margin-bottom: 5px !important;
    }

    .table_box_2_row .wpb_column {
        border: 0px !important;
    }


    .bar_black button, .bar_red button {
        font-size: 16px !important;
    }

    .table_bg_1_3 .vc_col-sm-1 .vc_column-inner, .table_bg_odd_even .vc_col-sm-3:nth-child(2n) .vc_column-inner  {
        background: #f1f1f1;
    }

    .table_bg_1_3 .wpb_text_column, .table_bg_odd_even .wpb_text_column {
         margin-bottom: 0px !important;
    }

    .tablet_hidden {
        display: none !important;
    }

    .page-id-84 .table_box {
        border-top: 0 !important;
    }

    .page-id-1765 .essb_links, .page-id-2460 .essb_links, .page-id-2462 .essb_links, .page-id-2497 .essb_links, .page-id-1653 .essb_links, .page-id-1591 .essb_links, .page-id-2984 .essb_links, .page-id-3007 .essb_links, .page-id-3015 .essb_links, .page-id-3025 .essb_links, .page-id-3038 .essb_links, .page-id-3046 .essb_links, .page-id-3055 .essb_links, .page-id-3072 .essb_links, .page-id-3096 .essb_links, .page-id-3105 .essb_links, .page-id-3118 .essb_links, .page-id-3136 .essb_links, .page-id-3143 .essb_links, .page-id-3150 .essb_links, .page-id-3158 .essb_links, .page-id-3170 .essb_links {
        display: block;
    }

    .page-id-107 .cb_box_content {
        min-height: 200px;
    }

    .align_on_mobile {
        text-align: center;
    }
}

/* medium screens */

@media only screen and (max-width: 1264px) {


    .hero-block.tools .hero-text {
        padding: 113px 0 159px;
    }

    .hero-block.citation .hero-text {
        padding: 74px 95px 0;
    }

    .hero-block .hero-text {
        padding: 57px 75px 0;
    }

    .hero-block .title-text {
        padding: 125px 15px 99px;
    }

    .post-preview {
        height:280px;
    }

    .post-preview.post-preview-full {
        height:580px;
    }

    .blog-opt-in {
        height:280px;
    }

    .blog-opt-in h4 {
        font-size:24px;
        margin-top:20px;
    }

    .blog-opt-in p {
        font-size:14px;
        line-height:16px;
    }

    .post-detail .hero h1 {
        font-size:48px;
    }

    .blog-opt-in #newsletter-email {
        clear: left;
        float: left;
        width: 100%;
        margin: 0;
    }

    .blog-opt-in .opt-in-submit {
        clear: left;
        width: 60%;
        float: left;
        margin: 5px 20% 0;
    }

    .member_join h2 {
        font-size: 46px;
    }

    .member_join .vc_column-inner {
        min-height: 390px;
        min-height: 470px;
    }

}

@media only screen and (max-width: 1199px) {
    .post-detail .hero .hero-img {
        width:auto;
        height:100%;
    }

    .member_join .vc_column-inner {
        min-height: 390px;
    }
}


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

    .mc4wp-form label:hover .popover_nw {
        display: block;
    }

    .text_span:hover .popover_text {
        display: block;
    }

    .hero-block .hero-text {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        padding: 0;
    }

    .hero-block .hero-text p {
        margin: 0 0 34px;
    }

    .hero-block h1 {
        margin: 0 0 27px;
    }


    .text_bigger {
        font-size: 40px;
        line-height: 50px;
        font-weight: 300 !important;
    }

    .text_large {
        font-size: 48px;
        line-height: 55px;
        font-weight: 400 !important;
    }

    .text_medium_30 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 400 !important;
    }

    .text_medium_36 {
        font-size: 36px;
        line-height: 38px;
        font-weight: 400 !important;
    }

    .text_medium {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300 !important;
    }

    .icon_big_black.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
        margin-top: 80px;
    }

    .cb_flags {
        display: table;
    }

    .cb_flags .vc_col-sm-1 {
        width: 8.9% !important;
        max-width: 110px;
        min-width: 85px;
        vertical-align: top;
    }

    .cb_flags .wpb_text_column {
        min-height: 45px;
    }

    .table_bg_1_3 .vc_col-sm-3 {
        width: 21% !important;
    }
    .table_bg_1_3 .vc_col-sm-1 {
        width: 12% !important;
    }


    .table_bg_1_3 .vc_inner, .table_bg_odd_even .vc_col-sm-3:nth-child(2n) .vc_column-inner  {
        background: #f1f1f1;
    }

    .table_bg_1_3 .vc_col-sm-3 .vc_column-inner {
        background: #fff;
    }


}

.hero-block .animation-block {
    margin-bottom: -250px;
}

.hero-block .animation-block .cloud-holder {
    position: absolute;
    left: 0;
    top: 50%;
}

.hero-block .animation-block .cloud-holder.large {
    width: 144px;
    height: 38px;
}

.hero-block .animation-block .cloud-holder.large.cloud1 {
    right: 0;
    left: 15%;
    top: 38.6%;
}

.hero-block .animation-block .cloud-holder.large.cloud2 {
    left: 53.6%;
    top: 43.8%;
}

.hero-block .animation-block .cloud-holder.large.cloud3 {
    left: 12.5%;
    top: 65%;
}

.hero-block .animation-block .cloud-holder.medium {
    width: 107px;
    height: 30px;
}

.hero-block .animation-block .cloud-holder.medium.cloud1 {
    top: 51.9%;
    left:5%;
}

.hero-block .animation-block .cloud-holder.medium.cloud2 {
    left: 20%;
    top: 58%;
}

.hero-block .animation-block .cloud-holder.small {
    width: 81px;
    height: 24px;
}

.hero-block .animation-block .cloud-holder.small.cloud1 {
    left: 45%;
    right: auto;
    top: 56%;
}

.hero-block .animation-block .cloud-holder img {
    width: 100%;
    height: auto;
}

.hero-block .image-holder {
    position: relative;
    max-width: 1095px;
    margin: 0 auto;
    padding-top: 296px;
}

.hero-block .image-holder:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #231f20;
    content: "";
}

.hero-block .image-holder img {
    width: 100%;
    height: auto;
}

.hero-block .image-holder .callout {
    position: absolute;
    top: 50%;
    right: 0;
    width: 221px;
    color: #e93753;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    border: 3px solid #e93753;
    padding: 9px 4px 8px;
    margin: 94px 206px 0 0;
    background: #fff;
}

.hero-block .image-holder .callout:before,
.hero-block .image-holder .callout:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12px 0;
    border-color: #e93753 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -11px;
    content: "";
    margin-left: -12px;
}

.hero-block .image-holder .callout:after {
    border-color: #fff transparent transparent transparent;
    bottom: -7px;
}

.hero-block .title-text {
    margin: 0;
    font-size: 3.0555em;
    line-height: 1.0909em;
    text-align: center;
    padding: 125px 68px 99px;
}

.hero-block .title-text p {
    margin: 0 0 60px;
}

.hero-block .title-text p strong {
    color: #e93753;
}

.animation-audit {
    top: 350px !important;
    position: absolute !important;
    width: 100% !important;
    height: 300px;
}

.hero-block.animation-audit .animation-block {
    padding-top: 735px;
}

.hero-block.animation-audit .cloud-holder img {
    z-index: -20 !important;
    position: absolute !important;
}

.hero-block.animation-audit {
    top: 300px !important;
}

.z40 {
    z-index: 40;
}

.z50 {
    z-index: 50;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.site-header .menu-main-menu-container .login a:before {
    content: "\e600";
    font-family: "icomoon";
    speak: none;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.site-header .menu-main-menu-container .login.your_account a:before {
    content: "";
}

.site-header .menu-main-menu-container .login.your_account a {
    padding-left: 42px;
}

.site-header .container {
    position: relative;
}

.site-header .container .user_gravatar {
    position: absolute;
    top: 18px;
    right: 143px;
}

.site-header .container .user_gravatar img {
    width: 32px;
    height: 32px;
     background-color: transparent;
     border: 0px;
}

#menu-main-menu {
    margin-bottom: 0px;
}

header .container {
    /*margin-bottom: -1px;*/
}

.centered_c, .home_map {
    text-align: center;
    margin: auto !important;
}

.home .home_map .vc_single_image-img, .home_map.home_2 .vc_single_image-img, .greyscaleimage {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.home .home_map .wpb_single_image .vc_figure {
    vertical-align: middle;
}

.centered_limit {
    max-width: 1245px;
    margin: auto !important;
}

.centered_c .wpb_column, .home_map  .wpb_column {
    display: inline-block;
    /*display: inline-table;*/
    float: none !important;
}

.banner_fullwidth .wpb_single_image, .banner_fullwidth .wpb_wrapper, .banner_fullwidth .vc_single_image-wrapper, .banner_fullwidth img  {
    width: 100% !important;
}

.banner_fullwidth .banner_fullwidth_inner img {
    width: auto !important;
}

.banner_fullwidth {
    /*background-position: center 20%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.banner_fullwidth.banner_fullwidth_top {
    background-position: top center;
}

.banner_fullwidth_moz {
    /*background-position: center 20%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.red_border {
    border: 4px solid #e93753;
}

.overlay {
    display: none;
    position: absolute;
    z-index: 30;
    text-align: center;
    background-color: #231f20;
    color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    padding: 10px;
    font-size: 16px;
    text-transform: capitalize;
}


.center_align {
    text-align: center;
}

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

.home_map  .wpb_single_image {
    display: inline-block;
}
.wpb_single_image .vc_single_image-wrapper
.centered_c .vc_col-sm-2, .centered_c .vc_col-sm-2 .wpb_single_image .vc_single_image-wrapper {
    max-width: 200px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-3, .centered_c .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper {
    max-width: 300px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-4, .centered_c .vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper {
    max-width: 400px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-5, .centered_c .vc_col-sm-5 .wpb_single_image .vc_single_image-wrapper {
    max-width: 500px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-6, .centered_c .vc_col-sm-6 .wpb_single_image .vc_single_image-wrapper {
    max-width: 600px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-7, .centered_c .vc_col-sm-7 .wpb_single_image .vc_single_image-wrapper {
    max-width: 700px !important;
    vertical-align: top;
}

.centered_c .vc_col-sm-8, .centered_c .vc_col-sm-8 .wpb_single_image .vc_single_image-wrapper {
    max-width: 800px !important;
    vertical-align: top;
}
.centered_c .vc_col-sm-9, .centered_c .vc_col-sm-9 .wpb_single_image .vc_single_image-wrapper {
    max-width: 900px !important;
    vertical-align: top;
}


.smaller_c .vc_col-sm-2 {
    max-width: 150px !important;
    vertical-align: top;
}

.smaller_c .vc_col-sm-3 {
    max-width: 225px !important;
    vertical-align: top;
}

.smaller_c .vc_col-sm-4 {
    max-width: 300px !important;
    vertical-align: top;
}

.smaller_c .vc_col-sm-6 {
    max-width: 450px !important;
    vertical-align: top;
}

.smaller_c .vc_col-sm-8 {
    max-width: 600px !important;
    vertical-align: top;
}


.home_map .vc_col-sm-2 {
    /*max-width: 170px !important;*/
}

.home_map .vc_col-sm-4 {
    /*max-width: 270px !important;*/
}

.home_map .vc_col-sm-12 .wpb_wrapper {
    max-width: 1245px !important;
    margin: auto;
}

.home_map .home_map_img_2 img {
    margin-top: 10px;
}

.home_tools_img {
    height: 200px !important;
}

.home_tools_img img {
    height: 180px !important;
    width: auto !important;
}

.home_up {
    margin-top: -70px;
}

.text_white {
    color: #ffffff;
}

.lcf_icon_boxes .vc_column_container>.vc_column-inner {
    min-height: 360px;
    /*min-height: 380px;*/
}
/*
.lcf_icon_boxes2 .vc_column_container>.vc_column-inner {
    min-height: 420px;
}
*/

.lcf_icon_boxes_2 .vc_column_container>.vc_column-inner {
    min-height: 450px;
}

.lcf_icon_boxes_3 .vc_column_container>.vc_column-inner {
    min-height: 390px;
    min-height: 375px;
}

.min_height_lrt_box {
    min-height: 900px;
}

#menu-main-menu li .sub-menu {
    display: none;
}

#menu-main-menu li .sub-menu li.current_page_item a {
    /*color: #231f20 !important;*/
    font-weight: bold;
}


#menu-main-menu li.current_page_item.menu-item-has-children .sub-menu,
#menu-main-menu li.current_page_parent.menu-item-has-children .sub-menu {
    position: fixed;
    width: 100%;
    top: 62px;
    left: 0;
    padding: 10px 0 5px 0;
    background: #e93753;
    text-align: center;
    z-index: 8000;
    /*display: block;*/
    display: none;
}

#menu-main-menu li.current_page_item.menu-item-has-children .sub-menu.pinned,
#menu-main-menu li.current_page_parent.menu-item-has-children .sub-menu.pinned {
    top: 62px;
}

#menu-main-menu .sub-menu a {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 7px;
    color:#fff;
}

.site-header #menu-main-menu li .pinned li {
    max-width: 300px;
    width: auto;
}

#menu-main-menu .sub-menu.pinned a {
    padding: 6px 0px;
}

.site-header #menu-main-menu li li

#menu-main-menu .sub-menu li img {
    max-height: 60px;
    width: auto !important;
    margin: 0 auto 15px;
    display: block;
    transition: max-height 0.2s linear;
}

#menu-main-menu .sub-menu {
    position:fixed;
    width:100%;
    top:55px;
    left:0;
    padding:20px 0;
    background:#e93753;
    text-align:center;
    z-index:8000;
}

#menu-main-menu .sub-menu .container {
    margin:0 auto;
}

#menu-main-menu .sub-menu ul {
    display:block;
    margin:0;
    padding:0;
}

#menu-main-menu .sub-menu li {
    float:none;
    display:inline-block;
    /*width:11%;*/
    font-size:16px;
    margin: 0 1%;
    vertical-align:top;
}

#menu-main-menu .sub-menu li img {
    max-height:60px;
    width:auto !important;
    margin:0 auto 15px;
    display:block;
    transition:max-height 0.2s linear;
}

#menu-main-menu .sub-menu.pinned li img {
    max-height:0;
    margin-bottom:0;
}

#menu-main-menu .sub-menu a:hover {
    color:#fff;
    text-decoration:none;
}

#menu-main-menu li.current_page_item.menu-item-has-children .sub-menu.pinned,
#menu-main-menu li.current_page_parent.menu-item-has-children .sub-menu.pinned {
    padding: 2px 0px;
}

#menu-main-menu .sub-menu.pinned a {
    line-height: 21px;
}

.zero_width {
    width: 0px !important;
}

.home_tabs {
    padding-bottom: 40px;
}

.home_map  {
    padding-top: 40px;
    padding-bottom: 40px;
}

.five_columns .vc_col-sm-2 {
    width: 20%;
}

.five_columns_tab .vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.five_columns_tab .vc_tta-tabs-container, .five_columns_tab .vc_tta-panels {
    text-align: center !important;
    display: block !important;
}

.five_columns_tab .vc_tta-panel .vc_tta-panel-title {
    display: none !important;
}

.five_columns_tab .vc_tta-tabs-list, .five_columns_tab .vc_tta-panel-heading {
    display: inline-block !important;
}

.five_columns_tab .vc_tta-panels {
    border-color: transparent !important;
    background: transparent !important;
}

.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab,
.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
    margin: 0px;
}

.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel>a {
    border-color: #e3e3e3;
    background-color: #EBEBEB;
    color: #221f20;
    padding: 10px 13px;
    border: none !important;
}


.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active>a {
    border-color: #e3e3e3;
    background-color: #e93753;
    color: #ffffff;
    font-weight: bold;
}

.five_columns_tab .vc_tta-tab:first-child a {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius-topleft: 10px !important;
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.five_columns_tab .vc_tta-tab:last-child a {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius-topright: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.pricing_tabs_2 .vc_tta-tab a::before, .pricing_tabs_2 .vc_tta-tab a::after {
    display: none !important;
}

.pricing_tabs_2 .vc_tta-panel-body {
    padding: 0px !important;
}

.pricing_tabs_2 .vc_tta-tab a {
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 10px 50px !important;
    border-width: 3px !important;
    border-color: #e93753 !important;
}


.pricing_tabs_2 .vc_tta-tab {
    margin: 1px 0 0 0px  !important;
}

.pricing_tabs_2 .vc_tta-tab.vc_active a {
    background-color: #e93753 !important;
    color: #ffffff !important;
}

.pricing_tabs_2 .vc_tta-tab a {
    background-color: #ffffff !important;
    color: #bab7b6 !important;
}




.pricing_tabs_4 .vc_tta-tab {
    float: left;
}

.pricing_tabs_4 .vc_tta-tab a::before, .pricing_tabs_4 .vc_tta-tab a::after,
.pricing_tabs_4_2 .vc_tta-tab a::before, .pricing_tabs_4_2 .vc_tta-tab a::after {
    display: none !important;
}

.five_columns_tab.pricing_tabs_4 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a,
.pricing_tabs_4 .vc_tta-tab a, .pricing_tabs_4 .vc_tta-tab:first-child a, .pricing_tabs_4 .vc_tta-tab:last-child a,
.pricing_tabs_4_2 .vc_tta-tab a, .pricing_tabs_4_2 .vc_tta-tab:first-child a, .pricing_tabs_4_2 .vc_tta-tab:last-child a,
.five_columns_tab.pricing_tabs_4_2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a, .pricing_tabs_4_2 .vc_tta-tab a {
    /*background: #221f20 !important;*/
    color: #ffffff !important;
    /*border-radius: 6px !important;*/
    width: 120px !important;
    height: 100px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-width: 3px !important;
    border-color: #e93753 !important;
    background-color: #ffffff !important;
    color: #221f20 !important;
    color: #bab7b6 !important;
    /*color: #e93753 !important;*/
    border: 3px solid #e93753 !important;
    text-transform: uppercase;
}

.pricing_tabs_4_2 .vc_tta-tab a, .pricing_tabs_4_2 .vc_tta-tab:first-child a, .pricing_tabs_4_2 .vc_tta-tab:last-child a,
.five_columns_tab.pricing_tabs_4_2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a, .pricing_tabs_4_2 .vc_tta-tab a {
    /*height: 65px !important;*/
    height: auto !important;
    width: auto !important;
    font-size: 18px !important;
}


/*
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.pricing_tabs_4 .vc_tta-tab.vc_active>a {
    background-color: #221f20 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.pricing_tabs_4 .vc_tta-tab.vc_active.active_2>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.pricing_tabs_4 .vc_tta-tab.active_2>a {
    background-color: #e93753 !important;
}
*/
/*
.pricing_tabs_4 .active_2 a {
    background-color: #e93753 !important;
}
*/

.pricing_tabs_4 .vc_tta-tab:nth-of-type(1) a, .pricing_tabs_4 .vc_tta-tab:nth-of-type(2) a {
    padding-top: 45px !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position-y: 5px !important;
    background-size: 32px !important;
    background-position-y: 12px !important;
}

.pricing_tabs_4 .vc_active.vc_tta-tab:nth-of-type(1) a, .pricing_tabs_4 .vc_active.vc_tta-tab:nth-of-type(2) a {

    background-size: 40px !important;
    background-position-y: 5px !important;
}

.pricing_tabs_4 .vc_tta-tab:nth-of-type(2) a {
    /*background-image: url("images/weekly_icon.png") !important;*/
    background-image: url("images/weekly_icon_p.png") !important;
    background-image: url("images/weekly_icon_g.png") !important;
}

.pricing_tabs_4 .vc_tta-tab:nth-of-type(1) a {
    /*background-image: url("images/daily_icon.png") !important;*/
    background-image: url("images/daily_icon_p.png") !important;
    background-image: url("images/daily_icon_g.png") !important;

}

.pricing_tabs_4 .vc_active.vc_tta-tab:nth-of-type(2) a {
    background-image: url("images/weekly_icon.png") !important;
}

.pricing_tabs_4 .vc_active.vc_tta-tab:nth-of-type(1) a {
    background-image: url("images/daily_icon.png") !important;
}

.pricing_tabs_4 .vc_tta-tab:nth-of-type(3) a, .pricing_tabs_4 .vc_tta-tab:nth-of-type(4) a {
    padding-top: 38px !important;
}

.pricing_tabs_4 .vc_tta-tab:nth-of-type(3) {
    margin-left: 100px !important;
}

.pricing_tabs_4 .vc_tta-panel-body {
    padding: 0px !important;
}

.pricing_tabs_4 .ui-tabs-tab a {
    color: #ffffff;
    background: #231f20;
    padding: 16px 36px !important;
    font-weight: normal;
    text-transform: uppercase;
}


.pricing_tabs_4 .ui-tabs-tab.ui-state-active a, .pricing_tabs_4_2 .ui-tabs-tab.ui-state-active a {
    color: #ffffff;
    background: #e93753;
    font-weight: bold;
}

.pricing_tabs_4_2 .vc_tta-tabs-list {
    margin-left: 0px !important;
}

.pricing_tabs_4_2 .vc_tta-tab a {
    background-image: none !important;
    padding-top: 21px !important;
}

.pricing_tabs_4_2.pricing_tabs_4 .vc_active.vc_tta-tab a {
    background-image: none !important;
    padding-top: 20px !important;
}

.pricing_tabs_4_2 .vc_tta-tab a {
    height: auto !important;
    padding: 10px 50px !important;
    text-align: center;
    width: auto !important;
    font-size: 18px !important;
}


.five_columns_tab.pricing_tabs_2_wide.pricing_tabs_4_2 .vc_tta-tab.vc_active a {
    border-bottom-color: transparent !important;
    margin: -2px;
}

.ws_vc_new_pricing_table_yearly {
    font-weight: 400;
    font-size: 16px;
    margin-top: -12px;
}

/*
.pricing_tabs_2 .vc_tta-tab.vc_active:first-child a {
    background-color: #e93753 !important;
    color: #ffffff !important;
}

.pricing_tabs_2 .vc_tta-tab.vc_active:last-child a {
    background-color: #e93753 !important;
    color: #ffffff !important;
}
*/
/*
.pricing_tabs_2 .vc_tta-tab:first-child a {
    background-color: #ffffff !important;
    color: #bab7b6 !important;
}

.pricing_tabs_2 .vc_tta-tab:last-child a {
    background-color: #ffffff !important;
    color: #bab7b6 !important;
}
*/

    /*.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab .vc_tta-panel-title>a,*/
.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    backround-color: #e6e6e6 !important;
    color: #333332 !important;
    font-size: 21px !important;
    font-weight: bold;
    min-height: 100px !important;
    margin-bottom: 10px;

}

.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a .vc_tta-title-text {
    display: inline-block !important;
    padding-top: inherit !important;
    padding-bottom: inherit !important;
}

/*.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active .vc_tta-panel-title>a,*/
.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #e93753 !important;
    color: #ffffff !important;
}
.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active {
    background: url("images/tab_arrow_red.png") bottom center no-repeat;
}


.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    padding: 10px 6px !important;
    max-width: 24% !important;
    min-width: 260px !important;
    margin: 0 0.5% !important;
    text-align: center !important;
    vertical-align: top !important;
}

.page-id-76 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab,
.page-id-16305 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab,
.page-id-47236 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab,
.page-id-6010 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab,
.page-id-37287 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    max-width: 19% !important;
    min-width: 200px !important;
}

.page-id-76 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.page-id-16305 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.page-id-47236 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.page-id-6010 .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    min-height: 125px !important;
}

.tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels {
    background: transparent !important;
    border: 0 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0 !important;
    background-color: #e93753 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #ffffff !important;
}

.meet_our_team {
    color: #ffffff;
    padding: 270px 0px 300px 0px !important;
    background-size: cover;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.meet_our_team_2 {
    color: #ffffff;
    /*padding: 150px 0px 220px 0px !important;*/
    background-size: cover;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.home_newsletter.meet_our_team_2 {
    padding-top: 0px;
    padding-bottom: 30px;
}

.meet_our_team_2.meet_our_team_5 {

}

.home_newsletter.meet_our_team_2 .wpb_single_image img {
    width: 112px;
    padding-bottom: 32px;
}

.home_newsletter.meet_our_team_2 button {
    /*background: #e93753;*/
}

.meet_our_team_2.meet_our_team_5 button {
    margin-top: 5px;
}

.home_newsletter.meet_our_team_2.meet_our_team_3 {
    background-position-y: 50%;
}

.meet_our_team_2 .mc4wp-form-fields label {
    /*color: #e93753;*/
    /*font-weight: 400;*/
    font-style: italic;
}

.meet_our_team_btn a {
    background: #e93753 !important;
    color: #ffffff !important;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.home_newsletter {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_newsletter .wpb_single_image {
    display: inline-block;
    margin-bottom: 0px !important;
}

.home_newsletter .wpb_single_image img {
    width: 160px;
}

.home_newsletter form input {
    padding: 8px 10px;
    color: #333332;
    font-weight: 300;
    width: 260px;
    margin-right: 10px;
}

.home_newsletter input:placeholder-shown {
    color: #333332;
    font-weight: 300;
}

.home_newsletter button, .home_newsletter input[type="submit"]  {
    background: #231f20;
    color: #ffffff;
    border: 0px;
    padding: 10px 15px;
}

.home_newsletter_bg, .home_newsletter_bg_2 {
    padding: 0px !important;
}

.home_newsletter_bg .vc_column-inner, .home_newsletter_bg_2 .vc_column-inner {
    background-size: cover;
}

.home-page-grid .wpb_content_element {
    margin-bottom: 0px;
}

.home-page-grid .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.home_newsletter_bg .vc_column-inner {
    height: 600px;
}

.home_newsletter_bg_2 .vc_column-inner {
    height: 500px;
}

.home_newsletter_bg button, .home_newsletter_bg_2 button {
    margin-top: 20px;
}

.home_newsletter_bg label:first-of-type, .home_newsletter_bg_2 label:first-of-type {
    display: block;
    padding: 0px 0px 20px;
}

@media only screen and (max-width: 1220px) {

    .home-page-grid .vc_col-sm-6 {
        width: 100%;
    }

}


.banner_image {
    text-align: center !important;
}

.banner_image .vc_single_image-wrapper {
    max-width: 720px !important;
}

.team_more .team_more_textbox {
    /*background: #e93753;*/
    color: #ffffff;
}

.icon_circle.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    width: 126px !important;
    height: 126px !important;
}

.icon_circle:hover .vc_icon_element-inner {
    background: #e93753 !important;
}

.icon_big_black.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    color: rgb(35, 31, 32) !important;
    /*margin-top: 80px;*/
}

.icon_big_red.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    color: #e93753 !important;
}

.icon_big_black.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 200px;
}

.icon_big_red.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 80px;
    padding: 25px 0;
}

.icon_big_red_bigger.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 105px;
    padding: 25px 0;
}

.icon_big_red {
    margin: 20px auto 60px auto !important;
}

/*
.loving-box:after {
    content: "";
    background: url(images/heart.png) no-repeat;
    background-size: 130px 117px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 117px;
}
*/

.loving-box {
    overflow: hidden;
    text-align: center;
    margin: 0 auto 9px;
    width: 130px;
    height: 117px;
    position: relative;
    z-index: 10;
}


.team_more .grey_shadow .wpb_wrapper {
    background: #e93753;
}

.team_more .grey_shadow:after {
    content: "";
    background: rgba(0, 0, 0, .07);
    position: absolute;
    top: 15px;
    bottom: -11px;
    left: 30px;
    right: 5px;
    z-index: -1;
}


.team_more_textbox h2 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.team_more_textbox h2:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: -20px;
    border-bottom: 1px solid #e1e1e1;
}

.team_more_textbox p {
    font-size: 22px;
    font-style: italic;
    text-align: center;
}

.team_more_h400 .vc_column-inner .wpb_wrapper {
    height: 456px;
}

.team_more_h450 .vc_column-inner .wpb_wrapper {
    height: 452px;
}
.team_more_h350 .vc_column-inner .wpb_wrapper {
    height: 348px;
}

.team_more_h750 .vc_column-inner .wpb_wrapper {
    height: 837px;
}

.team_more_h900 .vc_column-inner .wpb_wrapper {
    max-height: 858px;
    overflow-y: hidden;
}

.team_more_textbox {
    position: relative;
}

.team_more_h400 .vc_column-inner .wpb_wrapper .wpb_wrapper,
.team_more_h450 .vc_column-inner .wpb_wrapper .wpb_wrapper,
.team_more_h350 .vc_column-inner .wpb_wrapper .wpb_wrapper,
.team_more_h750 .vc_column-inner .wpb_wrapper .wpb_wrapper,
.team_more_h900 .vc_column-inner .wpb_wrapper .wpb_wrapper {
    /*height: 150px;*/
}

.team_more_h400 .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding-top: 35%;
}
.team_more_h450 .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding-top: 35%;
}
.team_more_h350 .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding-top: 25%;
}
.team_more_h750 .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding-top: 300px;
}

.page .essb_displayed_postfloat {
    /*margin-left: 5px!important;*/
    line-height: 35px;
}

.page.page-template-page-nosidebar-notitle .essb_displayed_postfloat {
    /*margin-left: 5px!important;*/
}

.essb_postfloat_fixed {
    left: 100px !important;
}

.essb_links.essb_template_big-retina .essb_totalcount {
    background: #fff !important;
}

a.directory-expand {
    cursor: pointer;
}


/* ==========================================================================
   Directory Block
   ========================================================================== */

.directory-block {
    /*padding-bottom:80px;*/
}

.directory-block a {
    display:inline-block;
    color:#e93753;
    font-size:18px;
    line-height:18px;
    font-weight:700;
    margin-top:30px;
}

.directory-block a i {
    font-size:14px;
    width:15px;
    margin-right:5px;
    -webkit-transition:transform 0.2s linear;
    -moz-transition:transform 0.2s linear;
    -o-transition:transform 0.2s linear;
    transition:transform 0.2s linear;
}

.directory-block a.active i {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.directory-block a:hover {
    cursor:pointer;
    color:#000;
    text-decoration:none;
}

.directory-expand, .directory-expand-2, .directory-expand-3 {
    cursor: pointer;
}

.directory-groups, .directory-groups-2, .directory-groups-3, .gmbms-expand-1, .gmbms-expand-2, .gmbms-expand-3, .gmbms-expand-4, .gmbms-expand-5 {
    display:none;
}

.directory-block .directory-group {
    margin:50px auto 70px;
    width:auto;
    max-width:80%;
    text-align:left;
}

.directory-block .directory-group:last-child {
    margin-bottom:0;
}

.directory-block .directory-group h3, .directory-groups h3 {
    font-size:36px;
    font-weight:300;
    margin-bottom:30px;
    text-align:center;
}

.directory-block .directory-group li {
    display:inline-block;
    list-style-type:none;
    width:90px;
    height:90px;
    margin:5px;
    -moz-border-radius:45px;
    -webkit-border-radius:45px;
    -o-border-radius:45px;
    border-radius:45px;
    overflow:hidden;
}

.directory-block .directory-group li img {
    width:100%;
    height:auto;
}

.directory-groups .wpb_single_image {
    display: inline-block;
    margin: 5px;
    float: left;
}

.directory-groups .wpb_text_column {
    clear: left;
    padding: 40px 0px 0px 0px;
}

.directory-groups .wpb_text_column:first-of-type {
    padding-top: 0px
}

.mc4wp-form-fields label {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
}

.affiliate_tabs .vc_tta-tabs-container {
    text-align: center !important;
}

.affiliate_tabs .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    min-height: 20px !important;
    min-height: 104px !important;
}

.affiliate_tabs .tabs_red_4.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    max-width: 19% !important;
    min-width: 200px !important;
}

@media only screen and (max-width: 1400px) {
    #menu-main-menu .sub-menu a {
        padding: 6px 3px;
    }
}

@media only screen and (max-width: 1300px) {

    .mobile_100 {
        width: 100% !important;
    }

    .animation-audit {
        top: 360px !important;
    }

}

@media only screen and (max-width: 1200px) {

    .team_more_h400 .vc_column-inner .wpb_wrapper {
        height: 440px;
    }

    .team_more_h450 .vc_column-inner .wpb_wrapper {
        height: 430px;
    }
    .team_more_h350 .vc_column-inner .wpb_wrapper {
        height: 300px;
    }

    .team_more_h750 .vc_column-inner .wpb_wrapper {
        height: 790px;
    }

    .team_more_h900 .vc_column-inner .wpb_wrapper {
        max-height: 840px;
    }

    .team_more_h350 .vc_column-inner .wpb_wrapper .wpb_wrapper {
        padding-top: 5%;
    }

    .hero-block.animation-audit {
        top: 210px !important;
    }

}

@media only screen and (max-width: 1150px) {

    .team_more_h400 .vc_column-inner .wpb_wrapper {
        height: 390px;
    }

    .team_more_h450 .vc_column-inner .wpb_wrapper {
        height: 400px;
    }
    .team_more_h350 .vc_column-inner .wpb_wrapper {
        height: 290px;
    }

    .team_more_h750 .vc_column-inner .wpb_wrapper {
        height: 740px;
    }

    .team_more_h900 .vc_column-inner .wpb_wrapper {
        max-height: 810px;
    }

}

@media only screen and (max-width: 1090px) {

    .team_more_h400 .vc_column-inner .wpb_wrapper {
        height: 380px;
    }

    .team_more_h450 .vc_column-inner .wpb_wrapper {
        height: 380px;
    }
    .team_more_h350 .vc_column-inner .wpb_wrapper {
        height: 280px;
    }

    .team_more_h750 .vc_column-inner .wpb_wrapper {
        height: 710px;
    }

    .team_more_h900 .vc_column-inner .wpb_wrapper {
        max-height: 750px;
    }

    .team_more_textbox h2 {
        font-size: 50px;
    }

    .team_more_textbox p {
        font-size: 20px;
    }


    .hero-block.animation-audit {
        top: 200px !important;
    }


}
@media only screen and (max-width: 1040px) {

    .team_more_h400 .vc_column-inner .wpb_wrapper {
        height: 380px;
    }

    .team_more_h450 .vc_column-inner .wpb_wrapper {
        height: 360px;
    }
    .team_more_h350 .vc_column-inner .wpb_wrapper {
        height: 280px;
    }

    .team_more_h750 .vc_column-inner .wpb_wrapper {
        height: 680px;
    }

    .team_more_h900 .vc_column-inner .wpb_wrapper {
        max-height: 700px;
    }

    .hero-block.animation-audit {
        top: 180px !important;
    }

}


@media only screen and (max-width: 999px) {

    .team_more .vc_col-sm-8, .team_more .vc_col-sm-4, .members_items .vc_col-sm-4 {
        display: block;
        width: 80% !important;
        max-width: 1000px !important;
        margin: 10px auto;
    }

    .team_more .vc_row.wpb_row .vc_col-sm-6 {
        display: block;
        width: 100% !important;
        max-width: 1000px !important;
        margin: 10px auto;
    }

    .team_more .grey_shadow .vc_column-inner .wpb_wrapper {
        height: auto;
        min-height: 100px;
    }

    .team_more .grey_shadow .vc_column-inner .wpb_wrapper .wpb_wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .team_more .team_more_h900 {
        display: none;
    }

    .team_more .grey_shadow:after {
        bottom: 24px;
    }

    .ws_vcw_member_content_text {
        /*text-align: left;*/
    }


    .animation-audit {
        top: 300px !important;
    }

    .lcf_icon_boxes_2 .vc_column_container>.vc_column-inner {
        min-height: 510px;
    }

    .lcf_icon_boxes_3 .vc_column_container>.vc_column-inner {
        min-height: 435px;
    }

    .vc_row.wpb_row.banner_fullwidth_moz {
        padding-bottom: 380px !important;
    }
}



@media only screen and (max-width: 1320px) {
    #menu-main-menu .sub-menu li {
        margin: 0;
    }
    #menu-main-menu .sub-menu.pinned li {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1270px) {
    .five_columns .vc_col-sm-2 {
        width: 32%;
    }
}

@media only screen and (max-width: 767px) {
    .five_columns .vc_col-sm-2 {
        width: 55%;
        margin: auto;
    }

    .pricing_tabs_4 .vc_tta-tab:nth-of-type(3) {
        clear: left !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 550px) {
    .five_columns .vc_col-sm-2 {
        width: 80%;
        margin: auto;
    }
}

@media only screen and (min-width: 1161px) {
    .mobile_only {
        display: none !important;
    }

    .home .menu-item-750 {
        /*display: none !important;*/
    }

    .rb2_phone_bg {
        background: url("/wp-content/uploads/2017/06/Reputation-Builder-Graphic-2017_Phone_white-512x1024.png") no-repeat center 150px;
        background-size: 370px;
    }

    .rb2_phone_bg img {
        visibility: hidden;
    }

    .rb2_banner_buttons {
        /*margin-top: 220px;*/
        margin-top: 18%;
        margin-top: 19.5%;
    }

    /*
    .page-id-16307 .site-header {
        border-bottom: 4px solid #e93753;
        padding-bottom: 8px;
    }

    .page-id-16307 .site-header .menu-main-menu-container {
        padding: 5px 15px 1px 15px;
        border-bottom: 0px;
    }
    */

}


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

    .margin_top_fix .wpb_single_image {
        margin: 35px auto 20px;
    }

    .margin_top_fix .wpb_single_image img {
        vertical-align: middle;
    }

}


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

    .margin_top_fix .wpb_text_column {
        margin: 35px auto;
        font-size: 20px;
    }

    .margin_top_fix .wpb_single_image {
        margin: 45px auto 20px;
    }

}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1160px) {

    .site-header .menu-main-menu-container, .site-header #menu-main-menu li.current_page_item.menu-item-has-children .sub-menu, .site-header #menu-main-menu li.current_page_parent.menu-item-has-children .sub-menu {
        display: none;
    }

    .entry-content {
        margin-top: 0px !important;
    }

    a.logo {
        width: 175px;
    }

    #responsive-menu ul li a img {
        display: none;
    }

    #main {
        padding-top: 50px;
    }

    .top-bar {
        display: none !important;
    }

    .site-header .container {
        border-bottom: 4px solid #e93753;
    }

    .site-header /*, .home .site-header*/ {
        top: 0px;
    }

    .top-bar {
        /*position: absolute;*/
    }

    .top-bar .list_menu {
        padding-left: 0;
    }

    #responsive-menu .responsive-menu li.login a {
        color: #e93753 !important;
    }

    .site-header .container .user_gravatar {
        display: none;
    }

    .rb2_phone_bg {
        display: none !important;
    }

    .centered_c .vc_col-sm-8.rb2_banner_buttons {
        /*margin-top: 230px;*/
        /*margin-bottom: 210px;*/
        width: 100% !important;

        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 230px;
        padding-bottom: 160px;
        max-width: 1200px !important;
    }

    .only_1160_up {
        display: none !important;
    }

}




@media only screen and (max-width: 991px) {

    #blog-archive .blog-hero h1 {
        font-size:60px;
    }

    #blog-archive #searchform {
        /*display:none;*/
    }

    #blog-archive .col, #blog-archive .col-2 {
        width:auto;
        float:none;
        margin:0;
    }

    .post-preview, .post-preview.post-preview-full {
        height:auto;
    }

    .blog-social .social-label h3 {
        font-size:24px;
        padding:0 10px;
    }

    .blog-social .social-label h4 {
        padding:0 10px 5px;
    }

    .blog-opt-in {
        height:auto;
        padding-bottom:30px;
    }

    .blog-opt-in h4 {
        font-size:24px;
        margin-top:0;
    }

    .blog-opt-in p {
        font-size:16px;
        line-height:20px;
    }

    .meet_our_team {
        padding: 180px 50px 180px 50px !important;
    }

    .member_join h2 {
        font-size: 32px;
    }

    .member_join .wpb_text_column {
        padding-top: 35%;
    }

    .member_join .vc_column-inner {
        min-height: 370px;
    }

}




@media only screen and (max-width: 767px) {

    .hero-block .animation-block {
        margin-bottom: 270px;
    }
    .hero-block .image-holder {
        padding-top: 0px;
    }

    .hero-block .animation-block .cloud-holder.small {
        width: 30px;
        height: auto;
    }

    .hero-block .animation-block .cloud-holder.medium {
        width: 45px;
        height: auto;
    }

    .hero-block .animation-block .cloud-holder.large {
        width: 75px;
        height: auto;
    }

    .hero-block.animation-audit .animation-block {
        padding-top: 60px;
    }

    .hero-block.animation-audit {
        top: 60px !important;
    }

    .text_title {
        font-size: 32px;
        line-height: 40px;
    }

    h1, .h1 {
        font-size: 56px;
    }

    h2, .h2 {
        font-size: 50px;
    }

    h3, .h3 {
        font-size: 42px;
    }

    h4, .h4 {
        font-size: 32px;
    }

    #main {
        padding-top: 45px;
    }


    #blog-archive .blog-hero h1 {
        font-size:36px;
    }

    #blog-archive .blog-navigation #searchform {
        float:none;
        width:auto;
        margin-bottom:20px;
    }

    #blog-archive .col, #blog-archive .col-2 {
        width:auto;
        float:none;
        margin:0;
    }

    .post-preview, .post-preview.post-preview-full {
        height:auto;
        padding-bottom:30px;
    }

    .blog-social .social-label {
        float:none;
        width:auto;
        padding:20px 0;
    }

    .blog-social .social-label h3 {
        font-size:20px;
    }

    .blog-social .social-label h4 {
        font-size:16px;
    }

    .blog-social a {
        width:50%;
        height:200px;
    }

    .post-detail .hero h1 {
        font-size:30px;
        line-height:42px;
    }

    .post-meta .post-author {
        font-size:18px;
    }

    .post-meta .post-author .image {
        width:50px;
        margin:0 10px 0 0;
    }

    .post-author .image img {
        width:50px !important;
        height:50px !important;
    }

    .post-detail .main {
        width:auto;
        float:none;
    }

    .post-detail .sidebar {
        display:none;
    }

    #related_posts .carousel {
        width:auto;
        max-width:80%;
        margin:0 auto;
    }

    #related_posts .slick-arrow.fa-angle-left {
        left:-30px;
    }

    #related_posts .slick-arrow.fa-angle-right {
        right:-30px;
    }

    .related-post, .related-post .info {
        height:auto;
    }

    .related-post .thumb {
        display:block;
        width:100%;
        height:300px;
    }

    .related-post .info {
        display:block;
        width:100%;
    }

    #related_posts h3 {
        margin-bottom:60px;
    }

    .menu-blog-navigation-container {
        /*display: none;*/
    }

    .meet_our_team {
        padding: 120px 50px 120px 50px !important;
    }

    .home_newsletter .wpb_single_image img {
        width: 120px;
    }

    .home_newsletter form input {
        display: block;
        margin: 2px auto;
    }

    .member_join h2 {
        font-size: 42px;
    }

    .member_join .vc_column-inner {
        min-height: 350px;
        /*padding-top: 18%;*/
    }

    .page-icon-block .feature h3,
    .page-social-block h3,
    .page-faq-block h3,
    .page-form-block h3 {
        font-size: 1.8em;
    }

    .page-social-block {
        padding: 20px 0;
    }

    .page-social-block h3 {
        margin-bottom: 20px;
    }

    .page-social-block li {
        display: block;
        margin: 10px auto;
    }


    .icon_big_black.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
        height: 180px;
        display: inline-block !important;
    }

    .mobile_centered, .mobile_centered.wpb_text_column .wpb_wrapper p, .mobile_centered.wpb_text_column .wpb_wrapper h2, .mobile_centered.wpb_text_column .wpb_wrapper h3 {
        text-align: center !important;
    }

    .confirm-text {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        padding: 0 15px;
    }

    .lcf_icon_boxes .vc_column_container>.vc_column-inner,.lcf_icon_boxes_2 .vc_column_container>.vc_column-inner, .lcf_icon_boxes_3 .vc_column_container>.vc_column-inner {
        border: none !important;
    }

    .lcf_icon_boxes_3 .vc_column_container>.vc_column-inner {
        min-height: 100px;
    }

    .banner_fullwidth .lrt_testimonial_box .wpb_text_column {
        width: 220px;
        display: inline-block;
    }


    .lcf_icon_boxes_2 .vc_column_container>.vc_column-inner {
        min-height: 300px;
    }

    .mc4wp-form-fields label {
        display: block;
        margin: 10px;
    }

    .text_medium_30 {
        font-size: 24px;
        line-height: 28px;
    }

    .text_medium_36 {
        font-size: 28px;
        line-height: 32px;
    }

    .page-id-4899 .gp_container .wpb_wrapper {
        height: 280px;
    }
}

@media only screen and (max-width: 500px) {
    .hero-block .animation-block {
        display: none;
    }

    .hero-block .image-holder {
        padding-top: 10px !important;
    }

    .meet_our_team {
        padding: 80px 20px 80px 20px !important;
    }

    .member_join h2 {
        font-size: 38px;
    }

    .member_join .vc_column-inner {
        min-height: 330px;
        /*padding-top: 23%;*/
    }

    .pricing_tabs_2 .vc_tta-tab a {
        padding: 10px 20px !important;
    }

}

@media only screen and (max-width: 991px) {
    .footer-col {
        padding: 20px 0;
    }

    footer .footer-holder {
        padding: 45px 0 45px;
    }

    footer .container {
        width: 80%;
    }
}

/*
#responsive-menu {
    background: url(images/logo-white@2x.png) no-repeat #231f20 !important;
    background-size: 100% auto;
}
*/

/* Best Citation Templates */

.page-template-page-best-citations-by-category #main, .page-template-page-best-citations-by-city #main, .page-id-1653 #main, .page-id-1591 #main, .page-id-27 #main, .page-id-1080 #main, .page-id-748  #main, .page-id-3263  #main, .page-id-1765  #main, .page-id-27321  #main {
    padding-top: 56px !important;
}

.page-id-4659 #main {
      padding-top: 0px !important;
}

.page-template-page-best-citations-by-category .entry-content, .page-template-page-best-citations-by-city .entry-content, .page-id-1653 .entry-content, .page-id-1591 .entry-content, .page-id-27 .entry-content, .page-id-1080 .entry-content, .page-id-23 .entry-content , .page-id-1765 .entry-content {
    margin-top: 0px !important;
}



.bar {
    display: inline-block;
    width: 40px;
    margin: 3px 10px 3px;
}

.bar span {
    display: inline-block;
    height: 1em;
    height: 0.6em;;
    background: #fe435c;
    /*margin-bottom: -4px;*/
}

.list-group {
    margin: 0px !important;
}

#main .container .list-group-item a {
    color: #484446;
    font-size: 16px;
}

#main .container .list-group-item a:hover {
    color: #fe435c;
}

.panel-heading {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    min-height: 65px;
}

.form-control {
    max-width: 250px;
}

.scrollToTop{
    width: 50px;
    height: 50px;
    font-size: 70px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    display: none;
    cursor: pointer;
}
.scrollToTop:hover{
    text-decoration: none;
}

.panel-default>.panel-heading.highlight {
    background-image: none !important;
    background: #fe435c !important;
    color: #ffffff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.no_margin {
    margin-left: 0px !important;
}


/* ANIMATIONS */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}


@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}



@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}



@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*
.swp_count, .swp_share {
    color: #fff !important;
}

.totesalt .swp_share {
    color: #474b4d !important;
}
*/

.nc_tweetContainer a {
    color: #fff !important;
}






/****** BEST CITATIONS NEW CSS *******/

.bar {
    display: inline-block;
    width: 40px;
    margin: 3px 10px 3px;
}

.bar span {
    display: inline-block;
    height: 1em;
    background: #fe435c;
    vertical-align: middle;
    min-width: 1px;
}

.list-group-item a {
    color: #484446;
}

.list-group-item a:hover {
    color: #fe435c;
}

.list-group-item div {
    display: inline-block;
}

.list-group-item div.link {
    word-wrap: break-word;
    width: 55%;
}

.panel-heading {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    min-height: 65px;
}

.form-control {
    max-width: 250px;
    display: inline-block;
    width: auto;
}

.scrollToTop{
    width: 50px;
    height: 50px;
    font-size: 45px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 50px;
    display: none;
}

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



.panel-default>.panel-heading.highlight {
    background-image: none !important;
    background: #fe435c !important;
    color: #ffffff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Tooltip container */

.bar_tooltip {
    position: relative;
}

/* Tooltip text */

.bar_tooltip .bar_tooltiptext {
    visibility: hidden;
    width: 300px;
    height: 30px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;

    font-size: 15px;
}

/* Tooltip arrow */

.bar_tooltip .bar_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.bar_tooltip:hover .bar_tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tooltip container */

.info_tooltip {
    position: relative;
}



.info_tooltip img {
    width: 20px;
}



/* Tooltip text */

.info_tooltip .info_tooltiptext {
    visibility: hidden;
    width: 150px;
    height: 30px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;

    font-size: 15px;
}



/* Tooltip arrow */

.info_tooltip .info_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}



/* Show the tooltip text when you mouse over the tooltip container */

.info_tooltip:hover .info_tooltiptext {
    visibility: visible;
    opacity: 1;
}

#CA .filter_sitetype, #GB .filter_sitetype, #AU .filter_sitetype {
    display: none;
}

.tab-content .list-group-item img {
    vertical-align: middle !important;
}

/* Nick */

.blog-callout {
    background-color: #e93753;
}
.blog-callout p, .blog-callout h1, .blog-callout h2, .blog-callout strong {
    color: #ffffff;
}
.blog-callout a {
    color: #ffffff!important;
    text-decoration: underline;
}

/* FREE TOOLS */

/*

#menu-main-menu #menu-item-94 a, #menu-main-menu #menu-item-5042 a {
    background: url(images/FREE-MINI.png) no-repeat 77% 5%;
    background-size: 44px;
}

#menu-main-menu .pinned #menu-item-94 a, #menu-main-menu .pinned #menu-item-5042 a {
    background: none;
}

*/

/* PRICING WIDGET */

.pw_widget .form-control {
    display: block;
    max-width: 100%;
    width: 100%;
}

.pw_widget .label_location {
    font-size: 30px;
    font-weight: 300;
    color: #464646;
    margin-bottom: 20px;
    display: block;
}

.pw_widget .list-group-item div.link {
    width: auto;
}

#slider-range-max {
    display: inline-block;
    float: left;
    width: 90%;
}

#js-output {
    border: 0;
    color: #464646;
    font-weight: bold;
    font-size: 36px;
    float: right;
    display: inline-block;
    width: 8%;
    text-align: center;
    margin-top: -20px;
}

.table_sites .supsub {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.table_sites .subscript {
    display: block;
    position: relative;
    left: 2px;
    top: 1px;
}

.table_sites .superscript {
    display: block;
    position: relative;
    left: 2px;
    top: -10px;
}

.table_sites input[type="checkbox"] {
    display: none;
}
.table_sites input[type="checkbox"] + label span,
.table_sites .jcf-checkbox.jcf-unchecked {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(images/check_sprite_3.png) -26px top no-repeat;
    cursor: pointer;
    border: 0px;
}
.table_sites input[type="checkbox"]:checked + label span,
.table_sites .jcf-checkbox.jcf-checked {
    background: url(images/check_sprite_3.png) left top no-repeat;
    border: 0px;
    cursor: pointer;
    margin: -1px 4px 0 0;
}

.table_sites .jcf-checkbox.jcf-checked span:after {
    content: '';
}
.table_sites label {
    line-height: 29px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
}

.table_sites .header img {
    vertical-align: middle;
    margin-right: 8px;
}

.rangeslider {
    width: 90%;
    display: inline-block;
}

.rangeslider__fill {
    background: #e93753;
}

#pw_discount {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #e93753;
}

#pw_country {
    font-size: 35px;
    font-weight: 300;
    height: auto;
}

.table_sites {
    width: 100%;
}

.table_sites .header {
    font-size: 30px;
    color: #ffffff;
    background: #231f20;
}

.table_sites .footer {
    font-size: 24px;
    color: #231f20;
    background: #f7f7f7;
}

.table_sites .footer_note td {
    font-size: 10px;
    text-align: right;
    padding: 5px 0;
}

.table_sites .footer_locations td {
    padding: 20px;
    font-size: 24px;
    color: #231f20;
    background: #f7f7f7;
}

.table_sites .header td, .table_sites .footer td {
    padding: 12px 30px;
    line-height: 34px;
}
.table_sites .header td:first-of-type, .table_sites .footer td:first-of-type, .table_sites .middle td:first-of-type {
    padding-right: 5px;
}
.table_sites .middle td {
    padding: 5px 30px;
}
.table_sites .header td:last-of-type, .table_sites .footer td:last-of-type {
    padding-left: 0px;
}
.table_sites .middle td:last-of-type {
    padding-left: 15px;
}
.table_sites .middle {
    color: #231f20;
    background: #d8d8d8;
}

.table_sites .middle_top td {
    padding-top: 15px;
}
.table_sites .middle_bottom td {
    padding-bottom: 15px;
}

.table_sites .pw_order_btn {
    color: #ffffff !important;
    background: #e93753;
    padding: 6px 12px;
    text-decoration: none !important;
    white-space: nowrap;
    border: none;
    line-height: 34px;
}

.table_sites .middle .middle_price {
    font-size: 26px;
}

.table_sites .middle .label_text {
    font-size: 20px;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    border-bottom: 1px dotted #868383;
    white-space: nowrap;
}

.table_sites .header .label_text {
    border-bottom: 1px dotted #bbbbbb;
    display: inline-block;
    white-space: nowrap;
    line-height: 43px;
}

.table_sites .pw_total_no_discount, .table_sites .pw_per_location_no_discount  {
    text-decoration: line-through;
}
.table_sites .pw_total_regular, .table_sites .pw_per_location_regular {
    color: #e93753;
}

.table_sites .pw_per_location_no_discount, .table_sites .pw_per_location_regular, .table_sites .pw_per_location_label {
    font-size: 22px;
    line-height: 32px;
}

.pw_enterprise {
    display: none;
}

.pw_widget_2 .table_sites .middle td {
    padding: 5px 10px;
    text-align: center;
}

.pw_widget_2 .table_sites td.pwnstd_2 {
    width: 180px;
    font-weight: bold;
}

.pw_widget_2 .table_sites label {
    line-height: 46px;
}

.red-tooltip + .tooltip > .tooltip-inner { background-color: #ed3050; }
.red-tooltip + .tooltip > .tooltip-arrow { border-top-color: #ed3050; }

.cas_features_3  .vc_col-sm-4 {
    padding: 0px 30px;
}


.pw_widget_2 .jcf-checkbox {
    background: url(images/check_sprite_3.png) left top no-repeat !important;
}

.pw_widget_2 .pw_popupopen .popover_nw {
    min-width: 280px;
}

.pw_widget_2 .add_location_label {
    margin: -12px 0 30px;
    text-align: center;
    font-size: 18px;
    color: #e93753;
    font-weight: normal;
}

.pw_widget_2 .table_sites .header .label_text, .pw_widget_2 .table_sites .middle .label_text {
    border-bottom: 0px;
}

.pw_widget_2 .table_sites .header .label_text {
    font-weight: bold;
    text-transform: uppercase;
}

.pw_widget_2 .table_sites .middle {
    /*color: #fff;*/
    /*background: #231f20;*/
}

.pw_widget_2 .table_sites .pw2_info {
    font-size: 22px;
}

.pw_widget_2 .table_sites .pw_per_location_regular, .pw_widget_2 .table_sites .pw_total_regular {
    font-weight: bold;
}

/*
#menu-main-menu .menu-item-31 .sub-menu {
    width: auto;
    display: block;
    width: auto !important;
    left: auto !important;
}

#menu-main-menu .menu-item-31 .sub-menu li {
    display: block;
}
*/
@media only screen and (max-width: 600px) {
    .table_sites .header td, .table_sites .footer td {
        padding: 12px 10px;
    }
    .table_sites .middle td {
        padding: 5px 10px;
    }
    .table_sites .middle .label_text {
        white-space: normal !important;
    }
}

.pw_enterprise {
    text-align: center;
}

.pw_enterprise p {
    font-size: 16px;
}

.pw_enterprise .pw_giphy {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.pw_popupopen {
    /*position: relative;*/
}


.pw_widget {
    /*position: relative;*/
}

.pw_widget .pw_extra_popup {
    position: relative !important;
}

.pw_extra_popup .popover_nw {
    top: 30px;
}

.pw_popupopen .popover_nw {
    position: absolute;
    /*position: fixed;*/
    top: 30px;
    /*left: -30px;*/
    /*top: 150px;*/
    /*left: 15px;*/
    /*right: -40px;*/
    z-index: 30;
    max-width: 350px;
    display: none;
    text-align: justify;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    color: #231f20;
    padding: 10px;
    font-size: 14px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: normal;
    opacity: 0.90;
}

.pw_popupopen .popover_nw.popover_wide {
    /*min-width: 850px;*/
    /*max-width: 1060px;*/
    position: fixed;
    top: 150px;
    left: 15px;
    min-width: 675px;
    max-width: 750px;
    /*left: -460px;*/
    /*left: -540px;*/
}

/* CAS LIST WIDGET */
.pw_popupopen.pw_cas_list:hover .popover_nw {
    display: block !important;
}

.pw_popupopen.pw_cas_list {
    position: relative;
}

.pw_popupopen.pw_cas_list .popover_nw.pw_cas_list_c1 {
    display: block;
    min-width: 215px;
    left: auto;
    top: auto;
}

.pw_popupopen.pw_cas_list .popover_nw.pw_cas_list_c2 {
    display: block;
    min-width: 520px;
    left: auto;
    top: auto;
    margin-left: -160px;
}

.pw_popupopen.pw_cas_list .popover_nw.pw_cas_list_c3 {
    display: block;
    left: 8%;
    top: 100px;
}

.pw_popupopen.pw_cas_list .popover_nw .icon {
    width: auto;
    height: auto;
}

.pw_popupopen.pw_cas_list .popover_nw .panel {
    margin-bottom: 0px;
}

.pw_popupopen.pw_cas_list .popover_nw .list-group-item {
    padding: 5px 15px;
}

.pw_popupopen.pw_cas_list .popover_nw.pw_list_us {

}

.pw_popupopen.pw_cas_list .pw_cas_label {
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .pw_popupopen.pw_cas_list {
        display: none !important;
    }
}

.wpb-js-composer .vc_tta.vc_general.pw2_tab .vc_tta-panel-body {
    overflow: visible !important;
}


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

    .table_sites .pw_extra_popup.pw_popupopen:hover .popover_nw {
        display: block;
    }
}

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

    .pw_popupopen .popover_nw.popover_wide {
        left: 6%;
    }
}

@media only screen and (max-width: 1160px) {

    .pw_widget_1 .table_sites .pw_popupopen:hover .popover_nw {
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }

    .user_gravatar {
        display: none !important;
    }

}


.pw_widget_2 .table_sites .pw_extra_popup.pw_popupopen:hover .popover_nw {
    display: block;
}

.pw_list .link {
    display: inline-block;
    margin-left: 10px;
}
.pw_list img, .bp_results img {
    vertical-align: middle;
}

.bp_results {
    font-weight: normal;
}

.pw_list .number {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.pw_list .li_gray, .bg_gray {
    background: #f1f2f2;
}

.popup_top_20 .pw_list .li_top_20, .popup_top_30 .pw_list .li_top_30, .popup_top_40 .pw_list .li_top_40, .popup_top_50 .pw_list .li_top_50 {
    background: #e93753;
    color: #ffffff;
}
.table_sites .pw_list .col-md-3, .table_sites .pw_list .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.table_sites .pw_list {
    padding: 0 5px;
}

.pw_widget .rangeslider--horizontal {
    height: 16px !important;
}

select.form-control {
    border: 1px solid #ccc;
}

.pw_widget .list-group-item {
    padding: 4px 8px !important;
}

.pw_list .list-group-item div.link  {
    width: auto;
}

.row.pw_list_nonus_links {
    margin-left: 0px;
    margin-right: 0px;
}
.row.pw_list_nonus_links .list-group-item {
    text-align: left;
}

.rb_list .panel-default > .panel-heading {
    min-height: 20px;
}

.rb_list .list-group-item {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
}

.rb_list_title h3 {
    text-align: center;
    padding: 15px 10px;
}

/* BEST CITATIONS */

.bp_contry_menu {
    text-align: center;
}

.bp_contry_menu img {
    max-width: 164px;
    max-height: 164px;
    display: inline-block;
    margin-bottom: 20px;
}

.bp_contry_menu.contry_flags_small img {
    max-width: 120px;
    max-height: 120px;
}

.bp_contry_menu .bp_contry_label {
    background: #231f20;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-align: center;
}

.bp_contry_menu .col-md-3 {
    opacity: 0.5;
}

.bp_contry_menu .col-md-3.bp_active, .bp_contry_menu .col-md-3:hover {
    opacity: 1;
}

.bp_contry_menu .col-md-3.bp_active:hover {
    opacity: 0.5;
}


.bp_contry_menu a {
    text-decoration: none !important;
}

.bp_category_menu a {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.bp_category_menu_all a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0px 25px;
}

.bp_filter {
    text-align: center;
    padding: 30px 8px;
}


.bp_highlight {
    color: #e93753;
}

.bp_banner {
    text-align: center;
    margin: 50px 0px 0px;
}
.bp_banner img {
    max-width: 600px;
    width: 100%;
}

.bp_legend {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bp_legend .fa {
    font-size: 50px;
    color: #e93753;
}

.bp_legend ul {
    display: inline-block;
    text-align: left;
}

.bp_methodology, .bc_open_form {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

/*
.bp_legend .col-md-1, .bp_legend .col-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
*/

.bp_panel_highlight {
    color: #333333 !important;
    color: #ffffff !important;
    background: #e93753 !important;
    background: #333333 !important;
}
.bp_panel_highlight .bp_highlight {
    /*color: #ffffff !important;*/
}

.bp_results .panel-heading {
    font-size: 18px;
    line-height: 20px;
}

.bp_legend .bp_box_header {
    color: #ffffff;
    /*padding: 15px 0px 15px 0px;*/
    background-color: #ee3252;
    /*text-transform: uppercase;*/
    margin: 20px 8px 0;
}


.bp_legend .bp_box_body {
    margin: 0 8px;
    padding: 20px 8px;
    border-right: 5px solid #e6e6e6;
    border-left: 5px solid #e6e6e6;
    border-bottom: 5px solid #e6e6e6;
    /*min-height: 450px;*/
}

.bp_legend .bp_box_body p {
    text-align: left;
}

.bp_notice {
    font-weight: bold;
    color: #ee3252;
    text-align: center;
    padding: 30px 0 15px;
    font-style: italic;
}


/* AUTOCOMPLETE UI */

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.bc-form {
    width: 100%;
    max-width: 100%;
}


h1.blog_title {
    font-size: 65px;
    text-align: center;
    margin: 0px 0px 40px;
}

.blog_meta {
    margin: 10px 0px 0px;
}

.rating_red img {
    width: auto !important;
}
.ws_vcw_testimonial_content .rating_red_2 img,
.bxslider.testimonials li .rating_red_2 img {
    filter: initial;
    width: auto !important;
    height: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 0px 5px;
}

/* New Menu Navigation */

#menu-main-menu li.current_page_item.menu-item-has-children .sub-menu.pinned_2, #menu-main-menu li.current_page_parent.menu-item-has-children .sub-menu.pinned_2, .site-header #menu-main-menu .sub-menu.pinned_2 {
    display: none;
}

/*
#menu-main-menu li.current_page_item.menu-item-has-children:hover .sub-menu,
#menu-main-menu li.current_page_item.menu-item-has-children:hover .sub-menu.pinned_2 {
    display: block;
}
*/

#menu-main-menu li.menu-item-has-children:hover .sub-menu,
#menu-main-menu li.menu-item-has-children:hover .sub-menu.pinned_2 {
    display: block;
    top: 62px;
    padding: 10px 0 5px 0;
}

.user_not_logged_element {
    display: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #e93753 !important;
    color: #ffffff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    font-weight: normal;
}

.double_tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0px !important;
}

.double_tabs .ui-widget.ui-widget-content {
    border: 0px;
}

.double_tabs .ui-widget-header, .pricing_tabs_4 .ui-widget-header {
    background: transparent;
    border: 0px;
    text-align: center;
}

.double_tabs, .pricing_tabs_4  {
    text-align: center;
    border: 0px !important;
}

.double_tabs .ui-tabs-nav, .pricing_tabs_4 .ui-tabs-nav {
    display: inline-block;
}

.double_tabs .ui-tabs-tab, .pricing_tabs_4  .ui-tabs-tab {
    border: 0px !important;
    background: transparent !important;
    margin: 0px !important;
}

.double_tabs .ui-tabs-tab a, .pricing_tabs_4  .ui-tabs-tab a {
    border: 0px !important;
}

.double_tabs .ui-tabs-tab.ui-state-active a, .pricing_tabs_4 .ui-tabs-tab.ui-state-active a {
    color: #ffffff;
    background: #e93753;
    font-weight: bold;
}
.double_tabs .ui-tabs-tab a, .pricing_tabs_4 .ui-tabs-tab a {
    color: #ffffff;
    background: #231f20;
    padding: 16px 36px !important;
    font-weight: normal;
}

.pricing_tabs_4 .ui-tabs-tab a {
    padding: 16px 16px !important;
}

.pricing_tabs_4 .ui-tabs-tab a {
    color: #e93753;
    color: #231f20;
    color: #bab7b6;
    background: #ffffff;
    border: 3px solid #e93753 !important;
}

.double_tabs_inner  {
    border-bottom: 4px solid #231f20 !important;
    margin-bottom: 25px !important;
}

.double_tabs_inner .ui-tabs-nav {
    margin-bottom: -10px;
    margin-bottom: -12px;
}

.double_tabs.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background-color: transparent !important;
    /*border-top: 4px solid #231f20 !important;*/
    border-bottom: 4px solid #231f20 !important;
    border-radius: 0px !important;
    color: #231f20 !important;
}

.double_tabs.five_columns_tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: transparent !important;
    /*border-top: 4px solid #e93753 !important;*/
    border-bottom: 4px solid #e93753 !important;
    border-radius: 0px !important;
    color: #e93753 !important;
}

.double_tabs .ws_vcw_pricing_content .ws_vcw_pricing_content_info {
    min-height: 160px;
}

.double_tabs .ws_vcw_pricing_content {
    min-height: 480px !important;
}

.double_tabs.five_columns_tab .ws_vcw_pricing_content {
    width: 21%;
}

.pricing_tabs_4 {
    position: relative;
}

.pricing_tabs_4 .ui-tabs-nav {
    position: absolute;
    top: 50px;
    z-index: 20;
    margin-left: 50px;
}

.pricing_tabs_4 .ui-tabs-tab a {
    border-radius: 6px !important;
    width: 120px !important;
    height: 100px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding-top: 35px !important;
    white-space: normal !important;
}

.pricing_tabs_4 .vc_tta-tabs-list {
    margin-left: -370px !important;
}

.pricing_tabs_4.ui-tabs .ui-tabs-nav li, .pricing_tabs_4 .vc_tta-tab {
    margin-left: -1px !important;
}

.pricing_tabs_4.ui-tabs .ui-tabs-nav li:nth-of-type(1) a, .pricing_tabs_4 .vc_tta-tab:nth-of-type(1) a, .pricing_tabs_4_2 .vc_tta-tab:nth-of-type(1) a {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.pricing_tabs_4.ui-tabs .ui-tabs-nav li:nth-of-type(2) a, .pricing_tabs_4 .vc_tta-tab:nth-of-type(2) a, .pricing_tabs_4_2 .vc_tta-tab:nth-of-type(2) a {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}


.pt_info {
    margin-left: 3px;
}

.locations_list {
    /*font-weight: 400;*/
}

.locations_list tr th {
    padding: 12px 0;
    text-align: center;
    background: #231f20;
    color: #ffffff;
}

.locations_list tr td {
    text-align: center;
    vertical-align: middle !important;
}

@media only screen and (max-width: 767px) {
    .double_tabs_inner  {
        border-bottom: 0px !important;
    }

    .pricing_tabs_4 .ui-tabs-nav {
        position: relative !important;
        top: 20px !important;
        margin-left: 0px !important;
    }

    .pricing_tabs_4 .vc_tta-tabs-list {
        margin-left: 0px !important;
    }

    .pricing_tabs_4.ui-tabs .ui-tabs-panel {
        padding: 0px !important;
    }

}

@media only screen and (max-width: 600px) {
    .double_tabs .ui-tabs-tab {
        float: none !important;
    }
    .double_tabs .ui-tabs-tab a {
        width: 270px;
    }
}


.popup_window.yearly_popup .vc_column_container {
    background: transparent;
    border: 0px;
    box-shadow: none;
    max-width: 100%;
    max-width: 800px;
}
.popup_window.yearly_popup .popup_inner {
    padding: 0px;
    margin: 0px !important;
}

.popup_window.yearly_popup .popup_inner .vc_column_container{
    margin: 0px !important;
    width: 100%;
    max-width: 800px;
}

.yearly_saved {
    color: #e93753;
}

/* Comments Section CSS */

#comments h2.comments-title {
    /*font-size: 30px;*/
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 18px;
    padding: 12px;
    font-style: italic;
}

#comments h2.comments-title span {
    font-size: 24px;
    color: #e93753;
}

#comments .comment-author img {
    display: inline-block;
    margin-bottom: 10px;
}

#comments .comment-list .comment {
    list-style-type: none;
}

#comments .comment-meta cite {
    display: inline-block;
    margin: 15px 0px 15px 20px;
    font-weight: bold;
    color: #e93753;
}

#comments .comment-meta .comment-metadata a {
    /*color: #231f20;*/
    font-style: italic;
    font-size: 16px;
}

/*#comments a.comment-reply-link,*/ .form-submit #submit {
    /*border: 2px solid #e93753;*/
    border: 2px solid #f2f2f2;
    padding: 6px 30px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 20px 25px 20px;
    background: transparent;
    color: #e93753;
    text-decoration: none;
}

#comments a.comment-reply-link {
    font-size: 18px;
    padding: 5px 15px 12px 15px;
    display: inline-block;
}

/*#comments a.comment-reply-link:hover, */ .form-submit #submit:hover {
    background: #231f20;
    color: #ffffff;
}

#commentform label {
    font-weight: 600;
}

#commentform label .error {
    font-weight: 300;
}

#commentform #comment {
    display: block;
    border: 2px solid #f2f2f2;
    width: 100%;
    height: 120px;
    font-size: 18px !important;
    font-weight: normal !important;
    border-radius: 3px;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"]  {
    border: 2px solid #f2f2f2;
    height: 30px;
    padding: 2px;
    font-size: 18px !important;
    font-weight: normal !important;
    border-radius: 3px;
}

#commentform #comment:focus, #commentform input[type="text"]:focus, #commentform input[type="email"]:focus, #commentform input[type="url"]:focus {
    /*border: 2px solid #e93753;*/
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
    width: 70px;
    display: inline-block;
}


.comments-area, .comment-respond {
    border: 2px solid #f2f2f2;
    padding: 10px 20px;
    border-radius: 10px;
}

.logo_section .wpb_single_image {
    /*margin-bottom: 0px !important;*/
    /*display: table-cell;*/
    /*vertical-align: middle !important;*/
}

.logo_section .wpb_single_image .vc_figure, .logo_section .wpb_single_image .vc_single_image-wrapper, .logo_section .wpb_single_image img {
    vertical-align: middle !important;
}

/* LSE */

/*
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
*/
.lse_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

.lse {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
    flex: 1; /* same as flex: 1 1 auto; */

}

#lse_main {
    width: 100%;
    height: 100%;
}

#lse_main object {
    width: auto;
    height: 100%;
    display: block;
    text-align: center;
    margin: 0px auto;
}



/* TABLE WIDGET */

.table-widget table tbody, .table-widget table thead {
    display: block;
}

.table-widget table tbody {
    overflow: auto;
    /*height: 500px;*/
    height: auto;
}

.table-widget th, .table-widget td {
    width: 210px;
}

/*
.table-widget td {
    font-weight: normal;
}
*/

.table-widget th:first-of-type, .table-widget td:first-of-type {
    width: 420px;
}

.table-widget .table {
    width: auto;
    min-width: 880px;
    margin: auto;
}

.table-widget thead {
    background: #e93753;
    color: #ffffff;
}

.table-widget .table>thead {
    border-bottom: 2px solid #ddd;
}

.table-widget .table>thead>tr>th {
    border-bottom: 0px solid #ddd;
}

.table-widget .status_icon {
    width: 24px;
}

.table-widget .table>tbody>tr>td, .table-widget .table>thead>tr>th {
    text-align: center;
}

.table-widget .table>tbody>tr>td:first-of-type, .table-widget .table>thead>tr>th:first-of-type {
    text-align: left;
}

.table-widget .table>tbody>tr>td:first-of-type {
    font-weight: bold;
}

.table-widget .status_icon_yes, .table-widget .status_icon_no {
    background-size: contain !important;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.table-widget .status_icon_yes {
    background: url("https://whitespark.ca/wp-content/uploads/2017/11/Verified-ws.png") center center no-repeat;
}

.table-widget .status_icon_no {
    background: url("https://whitespark.ca/wp-content/uploads/2017/11/Not-Verified-ws.png") center center no-repeat;
}
.table-widget.table-widget-2 .status_icon_yes {
    background: url("https://whitespark.ca/wp-content/uploads/2016/12/Verified.png") center center no-repeat;
}

.table-widget.table-widget-2 .status_icon_no {
    background: url("https://whitespark.ca/wp-content/uploads/2016/12/Not-Verified.png") center center no-repeat;
}

.table-widget .status_icon_stars_2 {
    top: -12px;
    right: -12px;
    font-size: 16px;
}

.table-widget .table-widget-title-row {
    color: #e93753;
    background: #f9f9f9;
}

.table-widget .table_info {
    font-size: 14px;
    font-weight: normal !important;
    font-style: italic;
}

@media only screen and (max-width: 767px) {

    .table-widget table tbody {
        overflow: auto;
        height: 500px;
    }

    .table-widget th, .table-widget td {
        width: 180px !important;
        white-space: unset !important;
    }

    .table-widget th:first-of-type, .table-widget td:first-of-type {
        width: 300px !important;
    }

    .table-widget .table {
        width: auto;
        min-width: 380px;
        margin: auto;
    }

}



/* TABLE WIDGET 4 - PROS AND CONS */


.table-widget_4 tr {
    width: 100% !important;
    display: block;
}

.table-widget_4 th, .table-widget_4 td  {
    width: 440px;
    display: inline-block;
    text-align: center !important;
}

.table-widget_4.table-widget td  {
    font-weight: 300 !important;
    border-top: 0px !important;
}

.table-widget_4.table-widget tr:nth-of-type(even)  {
    background: #f2f2f2;
}

.table-widget_4.table-widget thead {
    background: #ffffff;
    color: #e93753;
}

.table-widget_4 th div {
    border-bottom: 3px solid #e93753;
    padding: 5px;
    margin: 0 20px;
}

.table-widget_4.table-widget .table>thead {
    border-bottom: 0px;
}

.table-widget_4.table-widget table tbody {
    height: auto;
}

@media only screen and (max-width: 991px) {
    .table-widget_4.table-widget th, .table-widget_4.table-widget td {
        width: 420px !important;
        width: 49% !important;
    }
    .table-widget_4.table-widget .table {
        min-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .table-widget_4.table-widget .table {
        min-width: 100%;
    }
}



/* MOBILE RESPONSIVE TWEAKS */

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

.blog-mobile-menu {
    display: none;
}

.post-detail .hero {
    background: #fff;
}


@media only screen and (max-width: 1264px) {

    .post-detail .hero .hero-img {
        width: 130%;
        height: auto;
        margin: 0px -15%;
    }

}

@media only screen and (max-width: 991px) {

    .post-detail .hero, .post-detail .hero .hero-inner-wrapper {
        height: 280px;
    }

    h1.blog_title {
        font-size: 42px;
    }

}

@media only screen and (max-width: 767px) {

    .blog-mobile-menu {
        display: block;
        margin: 40px 0px 15px;
    }

    .blog-mobile-menu .form-control {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .menu-blog-navigation-container {
        display: none;
    }

    h1.blog_title {
        font-size: 35px;
    }

}

@media only screen and (max-width: 767px) {

    .post-detail .hero, .post-detail .hero .hero-inner-wrapper {
        height: 280px;
    }

    .post-detail .hero .hero-img {
        width: 150%;
        height: auto;
        margin: 0px -25%;
    }

    .vc_row.wpb_row.row_clear_mobile_padding {
        padding-left: 0% !important;
    }

}

@media only screen and (max-width: 650px) {

    .post-detail .hero, .post-detail .hero .hero-inner-wrapper {
        height: 250px;
    }

}

@media only screen and (max-width: 550px) {

    .post-detail .hero, .post-detail .hero .hero-inner-wrapper {
        height: 200px;
    }

}

@media only screen and (max-width: 450px) {

    .post-detail .hero, .post-detail .hero .hero-inner-wrapper {
        height: 160px;
    }

}

/* New Country Pricing Tables */

.cac-plans {
    display: none;
}

#us-cac-plans {
    display: block;
}

input:focus {
    border-color: #e93753;
    box-shadow: 0 0 5px rgba(233, 55, 83, 0.4);
}

#cac-plan-sel {
    font-weight: 400;
    font-size: 20px;
    padding: 11px 20px;
    height: 50px;
    color: #e93753;
}

#us-cac-plans .ws_vc_new_pricing_table.ws_vc_new_pricing_table_2 .ws_vc_new_pricing_table_info {
    min-height: 380px;
}

#ca-cac-plans .ws_vc_new_pricing_table.ws_vc_new_pricing_table_2 .ws_vc_new_pricing_table_info,
#uk-cac-plans .ws_vc_new_pricing_table.ws_vc_new_pricing_table_2 .ws_vc_new_pricing_table_info,
#au-cac-plans .ws_vc_new_pricing_table.ws_vc_new_pricing_table_2 .ws_vc_new_pricing_table_info,
#de-cac-plans .ws_vc_new_pricing_table.ws_vc_new_pricing_table_2 .ws_vc_new_pricing_table_info {
    min-height: 180px;
}


.pricing_tab_container {
          display: inline-block;
          overflow: hidden;
          box-sizing:border-box;
          list-style-type: none;
          margin: 0;
      }
      .pricing_tab {
          display: inline-block;
          padding: 0;
      }
      .pricing_tab:first-child > a {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 0px;
          border-top-left-radius: 10px;
          border-top-right-radius: 0px;

          margin-right: -3px;
      }

      .pricing_tab:last-child > a {
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 0px;
          border-top-right-radius: 10px;
          border-top-left-radius: 0px;

          margin-left: -3px;
      }

      .pricing_tab > a {
          background-color: none;
          cursor: pointer;
          color: rgb(186, 183, 182);

          border: solid rgb(233, 55, 83) 3px;

          box-sizing: border-box;
          display: block;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: 700;
          height: 50px;
          line-height: 24px;
          padding-bottom: 10px;
          padding-left: 50px;
          padding-right: 50px;
          padding-top: 10px;
          position: relative;
          text-align: center;
          text-transform: uppercase;
          transition-delay: 0s, 0s;
          transition-duration: 0.2s, 0.2s;
          transition-property: background, color;
          transition-timing-function: ease-in-out, ease-in-out;
          width: 168.65px;
          text-decoration: none !important;
      }

      .pricing_tab_active > a {
          background-color: rgb(233, 55, 83);
          color: rgb(255, 255, 255) !important;
      }


.tooltip {
pointer-events: none !important;
}

.optanon-alert-box-wrapper {

    margin-bottom: 162px;
}