/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.8
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Semibold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: ProximaNova;
    src: url(fonts/ProximaNova-Bold.ttf);
    font-weight: 700;
}

/* Custom CSS */

/* Blog */
.comments-number {
    font-size: 0;
    width: 5px;
    background: white;
    height: 18px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: -10px;
}

/* Big buttons for Homepage, hero, etc */

a.btn-hero-primary,
a.btn-hero-secondary,
a.btn-dark-primary,
a.btn-dark-secondary {
    transition: 0.25s ease-in-out;
}

a.btn-hero-primary:hover {
    background: #008fa6 !important;
    border: 2px solid #008fa6 !important;
    box-shadow: 0px 0px -3px 0px #006882 inset !important;
}

a.btn-hero-primary:active {
    background: #006882 !important;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    a.btn-hero-primary {
        margin: 10px auto !important;
        display: block;
        width: fit-content;
    }
}

a.btn-hero-secondary:hover {
    color: #008fa6 !important;
    border: 2px solid #008fa6 !important;
}

a.btn-hero-secondary:active {
    color: #006882 !important;
    border: 2px solid #006882 !important;
}

a.btn-dark-primary:hover {
    background: #3ccbdc !important;
    border: 2px solid #3ccbdc !important;
    box-shadow: 0px 0px -3px 0px #3ccbdc inset !important;
}

a.btn-dark-primary:active {
    background: #00b7cc !important;
}

a.btn-dark-secondary:hover {
    color: #d2f8ff !important;
    border: 2px solid #b2f4ff !important;
}

a.btn-dark-secondary:active {
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}


/*header*/
@media only screen and (min-width: 1081px) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 16px 0 0 0 !important;
    }
}
.et_fixed_nav #top-header { 
    position: absolute !important; 
} 
.et-fixed-header { 
    top: 0px!important; 
}
.et_fixed_nav #main-header {
    position: absolute;
}
.et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
}
body {
    font-family: ProximaNova;
    font-weight: 400;
}
#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
}
#main-header.et-fixed-header {
    background-color: #fff;
}
#top-header div.container {
    padding: 17px 0;
    font-weight: 600;
}

#top-header #et-secondary-menu {
    float: none;
    text-align: right;
}

#top-header #et-secondary-menu ul.menu {
    display: block;
}

#top-header #et-secondary-menu ul.menu li.custom-left-menu {
    float: left;
    text-align: left;
    width: 47%;
}

#top-header #et-secondary-menu ul.menu li:not(:last-child) {
    margin-right: 70px;
}

#top-header #et-secondary-menu ul.menu li a {
    padding-bottom: 0;
    font-weight: 400;
}

.et_header_style_left .logo_container {
    position: absolute;
    width: auto;
    height: auto;
    top: 23px;
    left: 30px;
}

.et_header_style_left .et-fixed-header .logo_container {
    top: 15px;
}

#top-menu li a:hover {opacity: 1!important;}

ul#top-menu li a {
    font-weight: 600;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta {
    padding-right: 0;
}
             
.et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a {
    font-weight: 600;
    text-decoration: none;
    background: #006882;
    color: white !important;
    padding: 12px 22px !important;
    border-radius: 3px;
    border: 2px solid #006882;
    margin-left: 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a:hover {
    background-color: #008fa6;
    border-color: #008fa6;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta--hollow>a {
    background: transparent;
    color: #006882 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-cta--hollow>a:hover {
    background: transparent;
    color: #008fa6 !important;
    border-color: #008fa6;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

#top-menu li {
    padding-right: 40px;
}

#top-menu li>ul.sub-menu>li>a:first-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#top-menu li ul.sub-menu li>a {
    padding: 0;
    font-weight: 400;
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
    font-weight: 700;
}

#top-menu li ul.sub-menu li>a:hover {
    background-color: transparent;
    opacity: 1;
    font-weight: 400;
    color: #000 !important;
}


/* footer css */
#main-footer {
    position: relative;
}
#main-footer:before {
    background: url('images/footer-top-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 9;
}

#main-footer #footer-widgets {
    padding: 100px 0 70px;
    display: grid;
    display: -ms-flexbox;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6,1fr);
}

#main-footer #footer-widgets:after {
    display: none;
}

#main-footer #footer-widgets .footer-widget {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

#main-footer #footer-widgets .footer-widget .fwidget:not(:last-child) {
    margin-bottom: 30px;
}

body #main-footer #footer-widgets .footer-widget ul.menu > li > a {
    margin: 0 0 25px;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

#main-footer #footer-widgets .footer-widget ul.menu li:before {
    display: none;
}

#main-footer #footer-widgets .footer-widget ul.menu li {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.3;
}

#et-footer-social .et-social-icons {
    float: none;
    text-align: center;
}

#et-footer-social .et-social-icons li {
    margin-left: 40px;
}

#et-footer-social .et-social-icons li:first-child {
    margin-left: 0;
}

#et-footer-social .et-social-icons li a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    border-radius: 50%;
}

#et-footer-social .et-social-icons .et-social-google-plus a.icon::before {
    content: "\e09d";
}

#et-footer-social .et-social-icons .et-social-facebook a.icon::before {
    content: "\e0a3";
}

#footer-bottom {
    clear: both;
    padding: 60px 0 50px;
}

#footer-bottom  > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#footer-bottom > .container:after {
    display: none;
}

#footer-bottom #footer-info {
    float: none;
    padding-bottom: 0px;
    color: #fff;
    order: 1;
}

@media screen and (min-width: 600px) {
    #footer-bottom #footer-info {
        margin-left: -30px;
    }
}

#footer-bottom #et-footer-nav {
    background-color: transparent;
    order: 2;
}

#footer-bottom > .container > a {

}

#et-footer-nav .bottom-nav {
    padding: 0;
}

#et-footer-nav .bottom-nav li {
    padding-right: 15px;
}

#et-footer-nav .bottom-nav li:last-child {
    padding-right: 0px;
}

#et-footer-nav .bottom-nav li a {
    font-size: 18px;
    font-weight: 600;
}


/* home page css */

#main-content .custom_banner_section {
    /* padding-top: 220px;
    padding-bottom: 120px; */
    margin-top: -140px;
    background-color: transparent;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper:last-child {
    margin-right: 0;
}

.custom_banner_section .custom_banner_left .et_pb_button_module_wrapper .custom_btn {
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px!important;
    padding: 0!important;
}

body #page-container .et_pb_section .et_pb_module .custom_red_btn {
    background-color: #fff!important;
    color: #0a5ecc!important;
    border-width: 2px!important;
    border-color: #0a5ecc;
    border-radius: 50px;
    height: 50px;
    min-width: 180px;
    text-align: center;
    padding: 0 20px !important;
    line-height: 46px!important;
    display: inline-block;
    border-style: solid;
}

/* body #page-container .et_pb_section.custom_bottom_request_section .custom_red_btn {
    background-color: #0a5ecc!important;
    color: #fff!important;
} */

body #page-container .et_pb_section .et_pb_module .custom_red_btn:hover {
    background-color: #0a5ecc!important;
    color: #fff!important;
}

.custom_logo_slider > .et_pb_column .et_pb_image {
    margin-bottom: 0;
}

#page-container .custom_cust_powe_box .et_pb_column {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* #page-container .custom_cust_powe_box .et_pb_column .et_pb_image {
    height: 230px;
} */

#page-container .custom_cust_powe_box .et_pb_column .et_pb_text {
    margin-top: 10px!important;
}

#page-container .custom_cust_powe_box .et_pb_column .et_pb_text h2 {
    padding-bottom: 10px;
}

#page-container .custom_cust_powe_box .et_pb_column .et_pb_button_module_wrapper {
    margin-top: auto;
}

.custom_home_box_slider {
    max-width: 1170px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
 
.custom_home_box_slider .slick-track {
    padding: 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_home_box_slider .et_pb_row.slick-slide {
    padding: 50px 30px 0;
    -webkit-box-shadow: 0px 3px 15px rgba(35,43,52,0.1), 0px 10px 16px rgba(35,43,52,0.1);
    box-shadow: 0px 3px 15px rgba(35,43,52,0.1), 0px 10px 16px rgba(35,43,52,0.1);
    margin: 0 15px;
    border-radius: 10px;
    height: inherit;
}

.custom_home_box_slider .et_pb_row.slick-slide .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custom_home_box_slider .et_pb_row.slick-slide .et_pb_column .et_pb_text_inner h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
}

.custom_home_box_slider .slick-arrow {
    position: absolute;
    top: 48%;
    background-color: transparent;
    border-width: 2px 0 0 2px;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-color: #0a5ecc;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom_home_box_slider .slick-prev.slick-arrow {
    left: -20px;
}

.custom_home_box_slider .slick-next.slick-arrow {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -20px;
}

.custom_home_box_slider ul.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: -18px 0 0;
}

.custom_home_box_slider ul.slick-dots li {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.custom_home_box_slider ul.slick-dots li button {
    background-color: transparent;
    border: 1px solid #0a5ecc;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    font-size: 0
}

.custom_home_box_slider ul.slick-dots li.slick-active button {
    background-color: #0a5ecc;
}

/* inner page banner */
#main-content .custom_inner_banner_sec {
    padding-top: 190px;
    padding-bottom: 160px;
    margin-top: -140px;
    background-color: transparent;
    background-size: cover;
    background-position: center bottom;
    
}
#main-content .custom_inner_banner_sec.with_btns {
    padding-bottom: 30px;
}
#main-content .custom_inner_banner_sec .et_pb_row {
    text-align: center;
}
#main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
    padding-bottom: 28px;
}

#main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
    width: 50%;
    margin: 0 auto;
}

#main-content .custom_inner_banner_sec .custom_width_750 .et_pb_text_inner p {
    max-width: 750px;
    width: 100%;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper:last-child {
    margin-right: 0;
}

#main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn {
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px!important;
    padding: 0!important;
}

/* product features */
.custom_product_features .custom_box_row .et_pb_column {
    -webkit-box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    box-shadow: 0px 2px 4px rgba(35,43,52,0.1), 0px 0px 20px rgba(35,43,52,0.1);
    border-radius: 7px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.custom_product_features .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 50px;
}

.custom_product_features .et_pb_blurb_content .et_pb_module_header {
    line-height: 1.2;
    padding: 0;
}

.custom_product_features .custom_box_row .et_pb_column:hover .et_pb_blurb_content .et_pb_module_header,
.custom_product_features .custom_box_row .et_pb_column:hover .et_pb_blurb_content .et_pb_blurb_description {
    color: #fff;
}

.custom_mod_platform_sec .et_pb_row .custom_text_sec {
    max-width: 360px;
    width: auto;
}

.custom_mod_platform_sec .et_pb_row .custom_img_sec {
    width: auto;
}

/* acquire */
.et_pb_row_3.custom_infographics_row:before {
    background-size: initial;
    background-position: 56% 0px;
    background-image: url(http://influitivedev.wpengine.com/wp-content/uploads/2019/07/image-connect-path.png);
    position: absolute;
    content: "";
    width: 100%;
    height: 172px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.custom_data_counter_section .et_pb_row .custom_data_counter {
    width: 50%;
    margin: 0 0 25px;
    display: inline-flex;
    flex-direction: column;
}

.custom_data_counter_section .et_pb_row .custom_data_counter .percent {
    margin: 0;
}

.custom_data_counter_section .et_pb_row .custom_data_counter.dollar .percent span:before {
    content: "$";
}

.custom_data_counter_section .et_pb_row .custom_data_counter .title {
    font-weight: 400;
    padding: 0;
    margin: -7px 0 0;
}

/* screenshot section */
.custom_screenshot_section .list_content .et_pb_text_inner ul {
    margin: 15px 0 0 20px;
    padding-bottom: 0;
}

.custom_screenshot_section .list_content .et_pb_text_inner ul li:not(:last-child) {
    margin-bottom: 15px;
}

.custom_screenshot_section .list_content.two_col .et_pb_text_inner ul {
    margin: 25px 0 30px 20px;
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
}

/* custom testimonial slider */
.custom_testimonial_slider_section {
    visibility: hidden;
}
.custom_testimonial_slider_section.slick-initialized {
    visibility: visible;
}
.custom_testimonial_slider_section .slick-list {
    max-width: 950px;
    margin: 0 auto;
}

.custom_testimonial_slider_section .slick-list .slick-slide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom_testimonial_slider_section .slick-slide .et_pb_text .left_text {
    text-align: left;
}

.custom_testimonial_slider_section .slick-slide .et_pb_text .left_text .su-column-inner {
    text-align: center;
    display: inline-block;
}

/* who benefits page */
.custom_product_features.who_benefits .custom_box_row .et_pb_column {
    margin: 0 30px 30px 0;
    justify-content: center;
    align-items: flex-end;
}

.custom_product_features.who_benefits .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 70px;
}


/* custom flip box */
.et_pb_row.custom_flipbox_row .et_pb_column {
    position: relative;
    margin-right: 30px;
}

.custom_flipbox_row .et_pb_column .custom_front_content {
    margin: 0;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_main_blurb_image {
    margin: 0;
    display: block;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_main_blurb_image img {
    width: 100%;
}

.custom_flipbox_row .et_pb_column .custom_front_content .et_pb_blurb_container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.custom_flipbox_row .et_pb_column:hover .custom_front_content .et_pb_blurb_container {
    visibility: hidden;
}

.custom_flipbox_row .et_pb_column .custom_back_content {
    background-color: rgba(0,104,130,0.8);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 35px;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.custom_flipbox_row .et_pb_column:hover .custom_back_content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.custom_flipbox_row .et_pb_column:hover .custom_back_content .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.custom_flipbox_row .et_pb_column .custom_back_content h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 5px;
}

.custom_flipbox_row .et_pb_column .custom_back_content p:nth-of-type(1) {
    font-weight: 600;
    font-style: italic;
}

.custom_flipbox_row .et_pb_column .custom_back_content p {
    line-height: 25px;
    padding: 0 0 22px;
    margin-bottom: auto;
}

.custom_flipbox_row .et_pb_column .custom_back_content a {
    margin: 0;
    background-color: #cd1f3d;
    color: #fff;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
    padding: 12px 47px;
    border-radius: 50px;
}

/* use cases page */
.custom_product_features.use_cases .custom_box_row .et_pb_column {
    background-color: #006882;
    margin: 0 30px 30px 0;
    padding: 40px 30px 100px;
    justify-content: center;
    align-items: flex-end;
}

.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image,
.custom_screenshot_section .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    margin-top: auto;
}

/* pricing page css */
#main-content .custom_pricing_table_main .et_pb_pricing_table {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 25px -4px rgba(0,0,0,0.25);
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_heading {
    padding: 50px 20px 45px;
    position: relative;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_heading .et_pb_pricing_title {
    padding-bottom: 30px;
}

.custom_pricing_table_main .et_pb_pricing_table.et_pb_featured_table {
    margin: 0 -6px;
}

.custom_pricing_table_main .et_pb_pricing_table.et_pb_featured_table .et_pb_pricing_heading:before {
    content: "Most Popular";
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;

}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_button_wrapper {
    order: 2;
    padding-top: 22px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content {
    order: 4;
    padding: 25px 25px 0;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:not(:last-child) {
    padding-bottom: 20px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
    padding-top: 0px;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child a {
    color: #f85228;
    font-weight: 600;
    text-decoration: underline;
}

.custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    display: none;
}

body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
    padding: 8px 15px!important;
    font-weight: 700!important;
    width: auto;
    min-width: 240px;
}

body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button:hover {
    padding: 8px 55px!important;
    color: #fff!important;
    background-color: #0a5ecc!important;
}

.custom_pricing_table_main .et_pb_pricing_content_top {
    padding: 0;
    border: 0;
}

.et_pb_pricing_content {
    padding: 15px;
}

.et_pb_pricing li {
    padding-bottom: 20px;
}

.et_pb_pricing li:last-child {
    padding-bottom: 25px;
}

.et_pb_button_wrapper {
    padding-bottom:  20px;
}

/* new pricing product table */
.new-pricing {
    margin-bottom:  50px;
}

.new-pricing .custom_product_featured_row table tr:nth-child(even) {
    background-color: rgba(0,0,0,0.03);
}

.new-pricing .custom_product_featured_row {
    /*background-blend-mode: overlay;
    background-image: url(https://influitive.com/wp-content/uploads/2021/04/geometric-bg-overlay-01.jpg),linear-gradient( 
180deg,#ffffff 0%,#f6f7f7 100%)!important;*/
}

.new-pricing .custom_product_featured_row:nth-child(even) {
    background-color: #fafbfb;
}

/* featured product table */
.custom_product_featured_row:nth-child(even) {
    background-color: #f6f7f7;
}
.custom_product_featured_row .et_pb_text_inner table {
    margin: 0;
    border: 0;
}

.custom_product_featured_row .et_pb_text_inner table td:first-child {
    width: 60%!important;
    text-align: left;
}

.custom_product_featured_row .et_pb_text_inner table td {
    border: 0;
    padding: 20px 20px 20px 40px;
    line-height: 1;
    text-align: center;
    width: 20%!important;
}

.custom_product_featured_row .table_head .et_pb_text_inner table td {
    padding: 30px 20px 30px 40px;
    background-color: #006882;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .table_head .et_pb_text_inner table td p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .et_pb_text_inner table td h4 {
    font-size: 18px;
    font-weight: 700;
}

.custom_product_featured_row .et_pb_text_inner table td h4 strong {
    background: #0a5ecc url('images/plus-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    font-weight: 900;
    font-size: 0;
    cursor: pointer;
}

.custom_product_featured_row .et_pb_text_inner table td h4 strong.active {
    background-image: url('images/minus-icon.png');
}

.custom_product_featured_row .et_pb_text_inner table td p {
    font-size: 14px;
}

.custom_product_featured_row .et_pb_text_inner table td strong.circle {
    width: 18px;
    background-color: #20a960;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .et_pb_text_inner table td strong.half_circle {
    width: 18px;
    background: linear-gradient(to right, #fff 50%, #20a960 50%);
    border: 2px solid #20a960;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .et_pb_text_inner table td strong.blank_circle {
    width: 18px;
    background: #fff;
    border: 2px solid #b5bbc2;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner td {
    padding: 12px 20px 0 40px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr {
    position: relative;
    display: table;
    width: 100%;
}

.custom_product_featured_row .table_row_collapse {
    display: none;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:after {
    content: "";
    width: 90%;
    height: 2px;
    border-bottom: 2px dotted rgba(0,0,0,0.1);
    position: absolute;
    left: 40px;
    bottom: -3px;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:last-child:after {
    display: none;
}

.custom_product_featured_row .table_row_collapse .et_pb_text_inner td h4 {
    font-weight: 400;
}

/*custom code written on 24july19*/
.et_pb_gutters2 .et_pb_column_1_3.shrtcd{width:30.333%;margin-right: 2%;margin-bottom: 2%;}
.loopthrough-posts{display: inline-flex;flex-wrap: wrap;margin:30px 0px;}
.leftimg{width:40% !important;}
.rightsection{width:60% !important;}

/* career page */
.custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_description,
.custom_life_image_slider .et_pb_slides .et_pb_slide {
    padding: 0;
}

.custom_life_image_slider .et_pb_slide .et_pb_slide_image img {
    max-height: unset!important;
}

.custom_life_image_slider .et_pb_slide .et_pb_slide_image {
    margin-top: 0!important;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    opacity: 1;
    color: #0a5ecc;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before, 
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #0a5ecc;
    right: 7px;
    transform: rotate(45deg);
    top: 35px;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
    border-width: 2px 2px 0px 0px;
    left: 7px;
    right: auto;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next,
.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next {
    right: -50px;
    text-align: left;
}

.custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev,
.custom_life_image_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev {
    left: -50px;
    text-align: right;
}

body .resumator-job-description li, body .resumator-job-description p {
    font-size: 18px;
}

.careers-list .job-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.careers-list .job-list-wrapper .job {
    width: 48%;
    margin: 0 0 20px;
}

.careers-list .job-list-wrapper .job:hover {
    background-color: #0a5ecc;
}

.careers-list .job-list-wrapper .job .job-link {
 display: block;
 padding: 20px 15px;
 text-decoration: none;
}

.careers-list .job-list-wrapper .job .job-link .job-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.09375;
    color: #0a5ecc;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline;
}

.careers-list .job-list-wrapper .job:hover .job-link .job-title {
    color: #fff;
}

.careers-list .job-list-wrapper .job .job-link .job-info {
    font-size: 18px;
    line-height: 1.444444;
    color: #6c7885;
    display: block;
}

.careers-list .job-list-wrapper .job:hover .job-link .job-info {
    color: #fff;
}

.custom-locations h4 {
    font-size: 18px !important;
    color: #0a5ecc;
}

/* post filter */
.custom_resorce_filter_short {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    padding-top: 30px;
}

.custom_resorce_filter_short .custom_short_filter_area select,
.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"] {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    padding: 0px 20px;
    color: #b5bbc2;
    font-size: 18px;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"] {
    padding-right: 40px;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform {
    position: relative;
}

.custom_resorce_filter_short .custom_short_filter_area .searchform input[type="submit"] {
    background: url(images/search-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 35px;
    background-position: center;
}

.custom_short_filter_area .searchform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #b5bbc2;
  }
.custom_short_filter_area .searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #b5bbc2;
  }

/* resources css */
.custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding-top: 30px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column {
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    text-decoration: none;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover h2 {
    color: #008fa6;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover .et_pb_button_module_wrapper  {
    /*text-decoration: underline;*/
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_image {
    margin: 0;
}

.custom_all_news_row .custom_all_news_inner .et_pb_image .et_pb_image_wrap {
    display: block;
    height: 100%;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_image img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text {
    padding: 0 30px;
    text-align: left;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text .categoryname {
    color: #6c7885;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item--webinar .et_pb_text .categoryname {
    margin-top: 0px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text h2 {
    margin-top: 10px;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    text-align: left !important;
    transition: 350ms;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text h2 * {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    text-align: left !important;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text p { 
    color: #475666 !important;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper {
    padding: 20px 30px 0;
    margin-top: auto;
    color: #008fa6;
    font-weight: 700;
    transition: 350ms;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper .inf-btn {
    padding: 8px 20px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_button_module_wrapper {
    padding-left: 0;
}

.inf-btn {
    font-weight: 600;
    text-decoration: none;
    color: #006882;
    background: transparent;
    padding: 12px 22px;
    border-radius: 3px;
    border: 2px solid #006882;
    cursor: pointer;
    transition: 350ms;
    width: max-content;
}

.inf-btn:hover,
.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column:hover .et_pb_button_module_wrapper .inf-btn {
    background: #006882;
    color: white;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_button_module_wrapper span {
    transition: 350ms;
    font-weight: 600;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item {
    grid-column: 1 / -1;
    flex-direction: row;    
    padding: 0;
    align-items: unset;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image {
    flex: 0 0 50%;    
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image img {
    border-radius: 8px 0 0 8px;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.featured-item .pretitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #6c7885;
    display: block;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text {
    align-self: center;
    padding: 48px 40px;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item--webinar .et_pb_text {
    padding: 30px 40px;
    width: 100%;
}

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
    font-size: 38px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 0px;
}


.featured-item .byline {
    color: #6c7885;
}

.custom_all_news_row_nav {
    display: flex;
    padding: 10px 0 70px;
    grid-column: 1 / -1;
}

.custom_all_news_row_nav a, .custom_all_news_row_nav span {
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    color: #006882;
    padding: 12px 16px 12px 35px;
    border-radius: 3px;
    border: 2px solid #006882;
    margin-right: 15px;
    position: relative;
}

.custom_all_news_row_nav a::before, .custom_all_news_row_nav span::before {    
    content: "3";
    font-family: ETmodules;
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 14px;
    line-height: 1;
    font-weight: 800;
    transform: rotate(90deg);
}

.custom_all_news_row_nav a + a, .custom_all_news_row_nav span + a, .custom_all_news_row_nav span + span, .custom_all_news_row_nav a + span { 
    padding: 12px 35px 12px 16px;
}

.custom_all_news_row_nav a + a::before, .custom_all_news_row_nav span + a::before, .custom_all_news_row_nav span + span::before, .custom_all_news_row_nav a + span::before { 
    left: auto;
    right: 10px;
    top: 15px;
    transform: rotate(-90deg);
}

.custom_all_news_row_nav a:hover {
    color: #008fa6;
    border-color: #008fa6;
}

.custom_all_news_row_nav span {
    opacity: 0.5;
}

/* single post page */
#main-content #sidebar,
.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content #left-area {
    width: 100%;
    padding: 0;
}

.single-post .et_post_meta_wrapper img {
    display: none;
}

.single-post .et_post_meta_wrapper {
    margin-top: 30px;
}

.single-post .et_post_meta_wrapper h1.entry-title,
.single-resources .et_post_meta_wrapper h1.entry-title {
    font-size: 40px;
    color: #475666;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 0 20px;
    text-align: center;
}

.single-post #left-area .et_post_meta_wrapper p.post-meta {
    font-size: 18px;    
    margin: 0;
    padding: 0;
    text-align: center;
}

.single-news #left-area .et_post_meta_wrapper p.post-meta {
    display:  none;
}

.single-post #left-area .entry-content {
    padding-top: 50px;
}

.single-post #left-area .callout-slide {
    margin: 30px 0;
}

.single-post #left-area .callout-slide .inner-content-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-image {
    width: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-content {
    width: calc(100% - 260px);
    padding: 40px;
}

.single-post #left-area .inner-content-wrapper br {
    display: none;
}

.single-post #left-area .entry-content h3,
.single-post #left-area .inner-content-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 40px 0 25px;
}

.single-post #left-area .inner-content-wrapper .callout-headline {
    font-size: 22px;
    font-weight: 600;
}

.single-post #left-area .inner-content-wrapper .callout-button {
    background-color: #0A5ECB;
    padding: 6px 30px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 15px;
    display: table;
}

.single-post #left-area .mkto-callout-content {
    padding: 40px;
    margin: 30px 0; 
}

.single-post #left-area .mkto-callout-content .callout-heading {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.single-post #left-area .mkto-callout-content .callout-subheading {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    line-height: 1.2;
}

.single-post #left-area .newsletter_callout {
    padding: 40px;
    margin: 30px 0;
    background-color: #0a5ecc;
    background-image: url(http://influitivedev.wpengine.com/wp-content/uploads/2016/05/global-page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-post #left-area .newsletter_callout .text {
    width: 50%;
    padding-right: 30px;
}

.single-post #left-area .newsletter_callout .text h6 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-post #left-area .newsletter_callout .text p {
    font-size: 16px;
    line-height: 1.2;
}

.single-post #left-area .newsletter_callout .newletter_form {
    width: 50%;
}

.single-post #left-area .newsletter_callout .newletter_form p {
    padding: 0;
}

.single-post #left-area .newsletter_callout .newletter_form .mktoButton {
    background-color: #0A5ECB;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
}

#comment-wrap {
    padding-top: 35px;
}

#comment-wrap h3#reply-title  {
    font-size: 28px;
}

#comment-wrap .comment-form p input:not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
    width: 100%;
}

#comment-wrap .comment-form .form-submit {
    text-align: left;
}

#comment-wrap .comment-form .form-submit .submit {
    background-color: #0A5ECB;
    padding: 12px 40px!important;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 20px;
}

#comment-wrap .reply-container .comment-reply-link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#comment-wrap .comment-body {
    padding: 10px 80px 0 50px;
}

/* single post ebooks */
body.section-ebooks #main-content {
    padding-bottom: 80px;
}

/*#main-content #sidebar .mktoForm .mktoFormRow, 
#main-content #inForm .mktoForm .mktoFormRow {
    margin-bottom: 10px;
}*/

.mktoForm {
    font-family: 'ProximaNova', sans-serif !important;
}

#main-content #sidebar .mktoForm .mktoFormRow .mktoGutter, 
#main-content #inForm .mktoForm .mktoFormRow .mktoGutter {
    height: auto;
}

#main-content #sidebar .mktoForm .mktoFormRow label, 
#main-content #inForm .mktoForm .mktoFormRow label {
    float: none;
    font-size: 14px;
    font-weight: 600;
    color: #475666;
    padding: 0;
}

#main-content #sidebar .mktoForm .mktoFormRow input,
#main-content #sidebar .mktoForm .mktoFormRow select,
#main-content #inForm .mktoForm .mktoFormRow input,
#main-content #inForm .mktoForm .mktoFormRow select{
    width: 100%!important;
    display: block;
    border: 1px solid #dadde0;
    font-size: 15px;
    line-height: 1;
    padding: 8px 15px!important;
    height: auto;
    box-shadow: none;
    color: #475666;
    border-radius: 0;
}

#main-content #sidebar .mktoForm .mktoButtonRow .mktoButton,
#main-content #inForm .mktoForm .mktoButtonRow .mktoButton{
    font-weight: 600;
    text-decoration: none;
    color: #006882;
    background: transparent !important;
    padding: 12px 22px;
    border-radius: 3px;
    border: 2px solid #006882 !important;
    cursor: pointer;
    transition: 350ms;
    width: max-content;
    box-shadow: none !important;
    font-size: 16px;
}

#main-content #sidebar .mktoForm .mktoFormCol,
#main-content #inForm .mktoForm .mktoFormCol {
    margin-bottom: 18px !important;
}

#main-content #sidebar .mktoForm .mktoButtonRow .mktoButton:hover,
#main-content #inForm .mktoForm .mktoButtonRow .mktoButton:hover {
    color: white;
    background-color: #006882!important;
}

/* Special Textarea class for forms */
.mktoForm textarea {
    border: 1px solid #dadde0 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    padding: 12px 15px !important;
    resize:  vertical !important;
    min-height: 100px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100% !important;
}

.textarea.two_column textarea {
    width: calc(200% + 20px) !important;
}

@media screen and (max-width: 860px) {
    .textarea.two_column textarea {
        width: 100% !important;
    }    
}

/* contact page css */
.custom_contact_form .mktoForm {
    padding: 45px;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoGutter {
    height: auto;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoFormCol {
    min-height: unset;
    margin-bottom: 0!important;
}

.custom_contact_form form.mktoForm .mktoFormRow .mktoLabel {
    /* display: none;  // REMOVE REQUEST FROM CLIENT */
    color: #7c7c7c!important;
}

body form.mktoForm .mktoRadioList > label {
    margin-top:  -20px;
    display: inline-block;
    margin-bottom: 15px !important;
    transform: translateY(-4px);
    color:  black;
}

.custom_contact_form form.mktoForm .mktoFormRow input:not([type="radio"]):not([type="checkbox"]),
.custom_contact_form form.mktoForm .mktoFormRow select {
    width: 100%!important;
    display: block;
    border: 1px solid #dadde0;
    font-size: 17px;
    line-height: 1;
    padding: 12px 15px!important;
    height: auto;
    margin-bottom: 20px;
}

.custom_contact_form form.mktoForm .mktoFormRow select {
    background-image: url('images/arrow-down-bk.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 20px) center;
}

.custom_contact_form form.mktoForm .mktoFormRow input::-webkit-input-placeholder, .custom_contact_form form.mktoForm .mktoFormRow textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input::-moz-placeholder, .custom_contact_form form.mktoForm .mktoFormRow textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input:-ms-input-placeholder, .custom_contact_form form.mktoForm .mktoFormRow textarea:-ms-input-placeholder { /* IE 10+ */
    color: #b5bbc2;
}
.custom_contact_form form.mktoForm .mktoFormRow input:-moz-placeholder, .custom_contact_form form.mktoForm .mktoFormRow textarea:-moz-placeholder { /* Firefox 18- */
    color: #b5bbc2;
}

.custom_contact_form form.mktoForm .mktoButtonRow {
    text-align: left;
}

.custom_contact_form form.mktoForm .mktoButtonRow .mktoButton {
    font-weight: 600;
    text-decoration: none;
    color: #006882;
    background: transparent !important;
    padding: 12px 22px;
    border-radius: 3px;
    border: 2px solid #006882 !important;
    cursor: pointer;
    transition: 350ms;
    width: max-content;
    box-shadow: none !important;
    font-size: 16px;
    margin-top: 10px;
}

.custom_contact_form form.mktoForm .mktoButtonRow .mktoButton:hover {
    color: white;
    background-color: #006882!important;
}

/*custom code written on 19aug 19*/
.resource_types-webinars .entry-content p:first-child img,
.resource_types-ebooks .entry-content p:first-child img { 
    display:block; 
    margin: 0 auto; 
    float: none; 
}
.resource_types-ebooks .entry-content p:first-child img {
    width: 80%;
    max-width: fit-content;
    margin-bottom: 20px;
}
.single-resources #sidebar {
    margin-top: 70px;
}
.single-resources article .callout-slide-content{padding:35px;}
.single-resources article .callout-byline{margin-bottom: 20px;}
.single-resources article .callout-slide-content a{/*color:#ffffff;*/color: #0a5ecc !important;
border-width: 2px !important;
border-color: #0a5ecc;
border-radius: 50px;
font-size: 18px;
font-weight: 600 !important;
background-color: #ffffff;padding: 8px 55px !important;margin-top: 10px;}

.single-resources article .callout-slide-content a:hover{/*color:#636F7E;*/padding: 8px 55px !important;color: #fff !important;background-color: #0a5ecc !important;}
#main-footer{margin-top: 50px;}
#footer-widgets a:hover{color:#0A5ECC; text-decoration: underline !important;}
#main-content p a:hover { color: #08a5c5; }
.custom_bottom_request_section {
    margin-bottom: -50px;
}

.custom-partner-section .et_pb_column .et_pb_module.et_pb_blurb {
    margin-bottom: auto !important;
}
.custom-partner-section .et_pb_column {
    display: flex !important;
    flex-direction: column !important;
}

.logo_container #logo {
    width: 180px;
}


/* =============== Media Query Section =================== */

@media only screen and (min-width: 1441px) {
    #main-content .custom_inner_banner_sec.with_btns {
        padding-bottom: 60px;
    }
}


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

    /* header */
    #top-menu li {
        padding-right: 20px;
    }
    .et_header_style_left #et-top-navigation nav>ul>li.menu-cta>a {
        padding: 10px 16px;
        font-size: 16px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1260px) {
    .logo_container #logo {
        width: 150px;
        max-width: 150px;
    }

    #top-menu li {
        padding-right: 17px;
    }

}

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

    /* header */
    #top-header div.container,
    #main-header .container,
    #main-footer .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.logo_container #logo {
        width: 150px;
        max-width: 150px;
    }*/

    /* homepage */
    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 20px 45px;
    }

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        min-width: 120px;
    }

    #page-container .custom_cust_powe_box .et_pb_column .et_pb_text{min-height:55px !important;}

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        background-size: cover;
        padding-bottom: 50px;
        background-position: center bottom;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        padding-bottom: 18px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        width: 90%;
        margin: 0 auto;
    }

    /* community platform */
    #main-content .custom_community_banner_screen {
        margin-top: 0;
    }

    /* plans & Pricing */
    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 200px;
    }

    /* resources */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
        grid-template-columns: repeat(2, minmax(calc(50% - 30px), 1fr));
    }

    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column .et_pb_text {
        padding: 0 25px;
    }

}

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

    /* header */
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";
    }
    .custom_bottom_request_section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .et_fixed_nav #main-header {
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .et_header_style_left #et-top-navigation, 
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .et_header_style_left .mobile_menu_bar, 
    .et_header_style_split .mobile_menu_bar {
        padding-bottom: 0;
    }

    .et_header_style_left .et-fixed-header .logo_container {
        top: 13px;
    }

    .et-fixed-header .logo_container #logo {
        width: 130px;
        max-width: 130px;
    }

    /* dropdown menu */

    .et_mobile_menu {
        max-height: 90vh;
        overflow-y: auto;
        height: auto;
        top: 62px;
    }

    #main-header .et_mobile_menu li {
        position: relative;
    }
    
    #main-header .et_mobile_menu .menu-item-has-children > a { 
        background-color: transparent; 
        position: relative; 
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn { 
        font-family: 'ETmodules'; 
        text-align: center; 
        top: 13px; 
        right: 10px; 
        font-size: 16px; 
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        z-index: 9;
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn:after {
        font-size: 16px; 
        content: '\4c'; 
        top: 13px; 
        right: 10px; 
    }
    #main-header .et_mobile_menu .menu-item-has-children > .sub_menu_toggle_btn.icon_close:after {
        content: '\4d'; 
    }

    #main-header .et_mobile_menu ul.sub-menu { 
        display: none !important; 
        max-height: 0;
        overflow: hidden;
        transition: all 1s ease-in-out;
    }
    #main-header .et_mobile_menu ul.sub-menu.visible { 
        display: block !important; 
        visibility: visible !important; 
    }

    /* footer */

    #main-footer #footer-widgets .footer-widget {
        width: 100%!important;
        margin: 0!important;
    }

    #main-footer #footer-widgets {
        padding: 60px 0 40px;
        grid-template-columns: repeat(3,1fr);
        grid-row-gap: 30px;
        grid-column-gap: 0px;
    }

    #footer-widgets .footer-widget .fwidget {
        width: 70%;
        display: table;
        float: none;
        margin: 0 auto;
    }
    
    #footer-bottom {
        padding: 30px 0 20px;
    }

    #footer-bottom > .container img {
        width: 130px;
    }

    #et-footer-nav .bottom-nav li a {
        font-size: 16px;
        font-weight: 600;
    }

    /* theme default */
    .et_pb_section {
        padding: 0;
    }

    .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding: 0;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }

    /*  request demo */
    #main-content .custom_bottom_request_section {
        background-position: center;
        padding-top: 50px;
        padding-bottom: 60px;
        margin-top: 80px;
    }

    #main-content .custom_bottom_request_section .et_pb_column {
        text-align: center;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text {
        text-align: center;
        margin-bottom: 15px!important;
    }
    
    #main-content .custom_bottom_request_section .et_pb_column .et_pb_button_module_wrapper {
        margin-top: 30px;
        text-align: center;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_image_wrap {
        margin-bottom: 20px;
    }

    /* home */
    #main-content .custom_banner_section {
        margin-top: -80px;
    }

    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 40px 45px;
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 130px;
        margin-top: -80px;
        padding-bottom: 90px;
        margin-bottom: 0;
        background-size: cover;
        background-position: center bottom;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        font-size: 35px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 22px;
    }

    /* custom screenshot section */
    #main-content .custom_screenshot_section {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .custom_screenshot_section.reverse .et_pb_row {
        flex-direction: column-reverse;
        display: flex;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column {
        margin-bottom: 30px;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
        margin-top: -30px;
    }

    /* community of future */
    #main-content .custom_mod_platform_sec {
        padding-top: 50px;
    }

    #main-content .custom_mod_platform_sec.reverse .et_pb_row {
        flex-direction: column-reverse;
        display: flex;
    }

    #main-content .custom_mod_platform_sec .et_pb_row .et_pb_column {
        margin-bottom: 30px;
    }

    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
        margin-top: -30px;
    }

    .custom_mod_platform_sec .et_pb_row .custom_text_sec {
        max-width: unset;
    }

    /* who benefits */
    .custom_product_features.who_benefits .custom_box_row .et_pb_column {
        margin: 0 0px 30px 0 !important;
    }

    /* plans & pricing */
    #main-content .custom_pricing_table_main .et_pb_pricing_table {
        width: 80%!important;
        max-width: 80%!important;
        margin: 0 auto 40px!important;
    }

    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 240px;
    }

    .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
        padding-top: 40px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td,
    .custom_product_featured_row .et_pb_text_inner table td {
        padding: 20px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td:first-child,
    .custom_product_featured_row .et_pb_text_inner table td:first-child {
        padding-left: 40px;
    }

    /* careers page */
    .custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_image {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    /* filter css */
    .custom_resorce_filter_short {
        grid-column-gap: 10px;
    }

    .custom_resorce_filter_short .custom_short_filter_area select, 
    .custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"]  {
        font-size: 15px;
    }

    /* blog page */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item {        
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_image img {
        border-radius: 8px 8px 0 0;
    }

    .featured-item .pretitle {
        margin-top: 15px;        
    }

    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* ebooks single page */
    body.resources-template-default #main-content #sidebar {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

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

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        font-size: 16px;
    }

    #main-content .custom_banner_section {
        margin-top: -30px;
    }

    /* header */
    .et_header_style_left .logo_container {
        top: 20px;
    }
    
    .logo_container #logo {
        width: 130px;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }

    /* footer */
    #footer-widgets .footer-widget .fwidget {
        width: 90%;
    }

    /* homepage */
    .custom_home_box_slider .et_pb_row.slick-slide {
        padding: 20px 20px 0;
    }

    #main-content .custom_bottom_request_section {
        padding-top: 30px;
        padding-bottom: 40px;
        margin-top: 50px;
    }


    /* request demo */
    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text h2 {
        font-size: 26px;
        margin-top: 30px;
    }

    #main-content .custom_bottom_request_section .et_pb_column .et_pb_text p {
        font-size: 20px;
    }

    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 200px;
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 100px;
        margin-top: -60px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner h1 {
        font-size: 28px;
    }

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 20px;
        width: 100%;
    }

    #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper {
        margin: 0 10px 0 0;
    }

    body #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn,
    body #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper .custom_btn.custom_red_btn {
        min-width: unset;
        width: 130px;
        padding: 0 0!important;
        font-size: 14px;
        height: 40px;
        line-height: 40px!important;
    }

    /* screenshot section */
    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_text_inner {
        font-size: 16px;
    }

    .custom_screenshot_section .et_pb_row .et_pb_column .et_pb_text_inner h4 {
        font-size: 22px;
    }

    #main-content .custom_screenshot_section {
        padding-top: 30px;
    }

    .custom_screenshot_section .list_content .et_pb_text_inner ul {
        margin: 10px 0 0 12px;
    }

    .custom_screenshot_section .list_content .et_pb_text_inner ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    /* community of future */ 
    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_text_inner {
        font-size: 16px;
    }

    .custom_mod_platform_sec .et_pb_row .et_pb_column .et_pb_text_inner h4 {
        font-size: 22px;
    }

    #main-content .custom_mod_platform_sec {
        padding-top: 30px;
    }

    /* custom counter */
    .custom_data_counter_section .et_pb_row .custom_data_counter {
        width: 100%;
    }


    /* who benefits */
    .custom_product_features.who_benefits .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 30px;
    }

    .custom_product_features.who_benefits .et_pb_blurb_content .et_pb_blurb_description p {
        padding: 0;
    }

    /* plans & pricing */
    .custom_product_featured_row {
        padding: 20px 0;
        width: calc(100% - 20px);
    }

    .new-pricing .custom_product_featured_row {
        padding:  0;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td {
        display: block;
        width: 100%!important;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .custom_product_featured_row .table_head .et_pb_text_inner table td:not(:first-child) {
        display: none;
    }

    .custom_product_featured_row .et_pb_text_inner table td:first-child {
        width: 100%!important;
        padding-right: 20px;
    }

    .custom_product_featured_row .et_pb_text_inner table td {
        display: block;
        width: 100%!important;
        padding: 10px 60px 10px 40px;
        position: relative;
        text-align: right;
    }

    .new-pricing .custom_product_featured_row .et_pb_text_inner table td {
        min-height:  50px;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td {
        padding: 10px 60px 10px 40px;
        height: auto!important;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td:first-child {
        padding-bottom: 0;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner td:first-child h4 {
        padding: 0 0 5px;
        font-weight: 700;
        font-size: 18px;
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:not(:first-child):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        content: "Professional";
        position: absolute;
        left: 40px;
        right: auto;
        top: 20px;
        font-weight: 700;
        font-size: 18px;
        width: auto;
    }

    .new-pricing .custom_product_featured_row .table_row .et_pb_text_inner table td:not(:first-child):before,
    .new-pricing .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        top: 14px;
    }

    .new-pricing .custom_product_featured_row .et_pb_text_inner table:not(.custom_product_heading) td:first-child {
        padding-top: 20px;
    }

    .new-pricing .custom_product_featured_row .et_pb_text_inner table:not(.custom_product_heading) td:last-child {
        padding-bottom: 20px;
    }

    .new-pricing .custom_product_featured_row table tr + tr {
        border-top:  1px solid #bbb;
    }

    .new-pricing .custom_product_featured_row .table_row .et_pb_text_inner table td:not(:first-child):before,
    .new-pricing .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        content: "Customer Advocacy";
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:not(:first-child):before {
        top: 15px;
        font-weight: 400;
        font-size: 15px;
        width: auto;
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(2):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(2):before {
        content: "Professional";
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(3):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(3):before {
        content: "Corporate";
    }

    .new-pricing .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(3):before,
    .new-pricing .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(3):before {
        content: "Digital Community";
    }

    .custom_product_featured_row .table_row .et_pb_text_inner table td:nth-child(4):before,
    .custom_product_featured_row .table_row_collapse .et_pb_text_inner table td:nth-child(4):before {
        content: "Enterprise";
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr {
        margin-bottom: 10px;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:after {
        width: calc(90% - 10px);
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:first-child {
        margin-top: 15px;
    }

    .custom_product_featured_row .table_row_collapse .et_pb_text_inner tr:first-child:before {
        content: "";
        width: calc(90% - 10px);
        height: 2px;
        border-bottom: 2px dotted rgba(0,0,0,0.1);
        position: absolute;
        left: 40px;
        top: -3px;
    }

    /* resources */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner {
        grid-template-columns: repeat(1, minmax(calc(50% - 30px), 1fr));
    }

    /* contact us page */
    .custom_contact_form form.mktoForm {
        padding: 20px;
    }

    /* career page */
    .custom_life_image_slider .et_pb_slider_container_inner .et_pb_slide_image {
        display: block!important;
    }

    .careers-list .job-list-wrapper .job {
        width: 100%;
    }

    .careers-list .job-list-wrapper .job .job-link .job-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .careers-list .job-list-wrapper .job .job-link .job-info {
        font-size: 16px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev, 
    .custom_life_image_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev {
        left: -25px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next {
        right: -25px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before, 
    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
        width: 12px;
        height: 12px;
        right: 5px;
        top: 18px;
    }

    .custom_life_image_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
        left: 5px;
    }

    .custom_life_image_slider .et-pb-controllers {
        bottom: 40px;
    }

    /* single post */
    .single-post .et_post_meta_wrapper {
        margin-top: 0px;
    }

    .single-post #left-area .et_post_meta_wrapper p.post-meta {
        font-size: 18px;
    }

    .single-post #left-area .entry-content {
        padding-top: 30px;
    }

    .single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-image {
        display: none;
    }

    .single-post #left-area .callout-slide .inner-content-wrapper .callout-slide-content {
        width: 100%;
        padding: 25px;
    }

    .single-post #left-area .entry-content h3, .single-post #left-area .inner-content-wrapper h3 {
        font-size: 24px;
        padding: 20px 0 10px;
    }

    .single-post #left-area .newsletter_callout {
        padding: 25px;
    }

    .single-post #left-area .newsletter_callout .text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .single-post #left-area .newsletter_callout .newletter_form {
        width: 100%;
    }

    #commentform {
        padding-bottom: 20px;
    }

    #comment-wrap h3#reply-title {
        font-size: 24px;
    }

    /* filter css */
    .custom_resorce_filter_short {
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }

    .custom_resorce_filter_short .custom_short_filter_area select, 
    .custom_resorce_filter_short .custom_short_filter_area .searchform input[type="text"]  {
        font-size: 18px;
    }

}


@media only screen and (max-width: 576px) {
    
    /* footer */

    #main-footer #footer-widgets {
        grid-template-columns: repeat(2,1fr);
    }

    #footer-bottom > .container {
        flex-direction: column;
    }

    #et-footer-social .et-social-icons li {
        margin-left: 20px;
    }

    #comment-wrap {
        padding-top: 15px;
    }

    #footer-bottom #et-footer-nav {
        margin-top: 20px;
    }

    /* homepage */
    #page-container .custom_cust_powe_box .et_pb_column {
        padding: 30px 25px 45px;
    }

    .custom_home_box_slider {
        width: calc(100% - 30px);
    }

    /* inner banner */
    #main-content .custom_inner_banner_sec {
        padding-top: 30px;
        margin-top: 0px;
        padding-bottom: 0;
    }

    /* plans & pricing */
    #main-content .custom_pricing_table_main .et_pb_pricing_table {
        width: 100%!important;
        max-width: 100%!important;
    }

    .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li:last-child {
        padding-top: 20px;
    }

    body #page-container .et_pb_section .custom_pricing_table_main .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
        min-width: 200px;
    }

    .custom_pricing_table_section > .et_pb_row {
        width: calc(100% - 20px);
    }

    /* blog */
    .custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_column.featured-item .et_pb_text h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

}


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

    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 18px;
    }
    .custom.tp-bullets {top: 104% !important;}

}

/*custom css written on 27aug19*/
.single-post .callout-panel-content{display: flex;padding: 30px 0px;}
.single-post .callout-panel-content .mktoForm button.mktoButton{border-radius: 50px;}
.single-post .callout-panel-content .mkto-callout-form{padding: 0px 40px;}

body .vp-a:hover {
    background-color: #0a5ecc !important;
    color: #fff !important;
}

body .vp-a {
    background-color: #fff !important;
    color: #0a5ecc !important;
    border-width: 2px !important;
    border-color: #0a5ecc;
    border-radius: 50px;
    height: 50px;
    min-width: 230px;
    text-align: center;
    padding: 0 20px !important;
    line-height: 46px !important;
    display: inline-block;
    border-style: solid;
}

.search-results article .entry-featured-image-url{display:none;}


body.resources-template-default #main-content #left-area,
body.section-success-stories #main-content #left-area{width: 65%;}

body.resources-template-default #main-content #sidebar,
body.section-success-stories #main-content #sidebar {
    display: inline-block;
    width: calc(35% - 30px);
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 30px 20px;
    margin-left: 30px;

}
/*custom css written on 28aug19 - Removed 10sept19, appearing in random places*/
/*.page-id-38170 .et_pb_column_8::after,
.page-id-37923 .et_pb_column_10::after,
.page-id-37911 .et_pb_column_10::after,
.page-id-37865 .et_pb_column_10::after {
    content: url('http://influitivedev.wpengine.com/wp-content/uploads/2019/07/quotes-icon.png');
    position: absolute;
    bottom: 10px;
    right: 0;
    transform: rotate(180deg);
}*/

.custom_all_news_row .custom_all_news_inner .et_pb_code_inner .et_pb_text_align_left .et_pb_column_empty {
    display: none;
}


/*custom code written on 2sept19*/
.page-template-default.page-id-39368 .et_pb_main_blurb_image img {
    max-height: 100px;
    height: 80px;
}

body:not(.et-fb) .et_pb_column.et_pb_column_empty{display:none;}

/*custom code written on 2sept19*/
/*ul.list-unstyled-social li:first-child{padding-left:0px;}*/
.custom-head{padding: 20px;}
.custom-head .inner-content-wrapper{text-align: center;color: #fff;}
.custom-head .inner-content-wrapper p.header-author{display: grid;}
.custom-head .inner-content-wrapper .author-image img{border-radius:50%;} 
.custom-head .inner-content-wrapper.social-callout{text-align: center;}
.custom-head h1,
.custom-head .list-unstyled-social li >a{color:#ffffff;}

#left-area ul.list-unstyled-social {
    display: flex;
    justify-content: center !important;
    padding-bottom: 5px;
}

.single-resources #left-area ul.list-unstyled-social {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .miobilebranding h4 span{float: right !important;}
}

#sidebar h4.widgettitle{
    color:#006882;
    font-size: 20px;
    margin-bottom:20px;
    text-align: center;
}

/*custom code written on 12sept19*/
.entry-content ul.page-numbers{display: inline-flex !important;list-style: none !important;}
.entry-content ul.page-numbers li >a{padding:8px  !important;}

/*custom code written on 30sept19*/
.custom_resorce_filter_short{grid-template-columns: repeat(2,1fr);}

.home .slick-track{display: flex !important;align-items: center;}
#main-content .custom_inner_banner_sec.less-pedding{ padding-bottom: 50px;}

.custom-sameheightlogo .et_pb_main_blurb_image img{height: 80px !important;height: auto;width: auto;}

.archive.category #main-content #left-area{display: inline-flex;flex-wrap: wrap;}
.archive.category #main-content #left-area article{width: 30%;margin: 15px;border: 1px solid aliceblue;padding: 5px}

.lity.lity-opened.moove_gdpr_cookie_modal_open{z-index: 999999;}

/*custom code written on 11oct19*/
/*.home .custom_home_box_slider .et_pb_row.slick-slide .et_pb_column .et_pb_text_inner h3 {max-width:200px !important;}*/

.vidyard_player >span{margin:0px !important;}

#vidyard-overlay-wrapper { 
    z-index: 999999;
}

#vidyard-popbox {
    width: 70%;
    min-width: 280px;
}


/*custom css of 14/10/2019*/
.custom_home_box_slider .et_pb_row.slick-slide {
    height:700px;
}

/*custom css of 01/11/2019*/
.no-link a {
    text-decoration: none !important;
}

/* custom css 06-11-2019 */
.custom_inner_banner_sec .et_pb_row.et_pb_row_0{
    display: flex;
}
.custom_inner_banner_sec.homebanner .et_pb_column_0 {
    width: 550px;
    margin-right: 0px;
    padding-top: 6px;
}
.custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
    margin-bottom: 48px;
}
.custom_inner_banner_sec .et_pb_column_0 h1{
    font-size: 36px;
    line-height: 45px !important;
    padding-bottom: 14px !important;
}
.custom_inner_banner_sec .et_pb_column_0 p{
    line-height: 38px;
}
.custom_inner_banner_sec .custom-learnmorebtn{
    margin-left: 10px;
}
.custom_inner_banner_sec .custom_red_btn{
    margin-left: 5px;
}
.custom_inner_banner_sec .custom-learnmorebtn, .custom_inner_banner_sec .custom_red_btn{
    width: 230px;
    height: 50px !important;
}
.custom_inner_banner_sec .custom-videobtn{
    margin-top: -50px !important;
}
@media only screen and (max-width: 767px){
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
        width: 50%;
    }
    .custom_inner_banner_sec .custom-videobtn{
        margin-top: 0px !important;
    }
}
/* Adjust banner for mobile */
@media only screen and (max-width: 538px){
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
    width: 538px;
}
}

.custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap{
    width: 100%;
    margin-top: -71px;
}
.custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img{
    width: 100%;
    height: auto;
}
/* responsive */
@media(max-width:1200px){
    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p{
        width: 100% !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 p {
        line-height: 35px;
        font-size: 25px;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0{
        width: 100% !important;
        padding: 0px 10px;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 36px;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap{
        margin-top: -41px;
    }
    #main-content .custom_inner_banner_sec .et_pb_button_module_wrapper{
        margin: 0px !important;
    }
    .custom_inner_banner_sec .custom-videobtn{
        display: inline-block;
    }
}
@media(max-width: 1185px) {
    #page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 61px;
    }
}
@media only screen and ( max-width: 1185px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}
@media(max-width:992px){
    #main-content .custom_inner_banner_sec {
        padding-bottom: 0px !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750{
        text-align: left;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 56px;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 h1 {
        font-size: 29px !important;
        line-height: 38px !important;
        padding-bottom: 14px !important;
        text-align: left;
    }
    .custom_inner_banner_sec .et_pb_column_0 p {
        line-height: 31px;
        font-size: 21px;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
        margin-bottom: 25px;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap {
        margin-top: 0;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0 {
        padding: 0px 30px;
    }
    body .custom_inner_banner_sec .et_pb_button_0_wrapper .et_pb_button_0, .et_pb_button_0_wrapper .et_pb_button_0:hover{
        padding: 0px !important;
    }
    body .custom_inner_banner_sec .custom-learnmorebtn, .custom_inner_banner_sec .custom_red_btn {
        width: 170px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom_inner_banner_sec .custom-learnmorebtn {
        margin-left: 0px;
    }
}
@media(max-width:767px){
    body .custom_inner_banner_sec.homebanner .custom-learnmorebtn, .custom_inner_banner_sec.homebanner .custom_red_btn{
        width: 90px !important;
        font-size: 10px !important;
        padding:0px 10px !important;
        height: 35px !important;
    }
    .custom_inner_banner_sec.homebanner .et_pb_row.et_pb_row_0 {
        padding: 0px 20px;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 h1{
        font-size: 20px !important;
        line-height: 27px !important;
        text-align: left !important;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 p{
        font-size: 15px;
         text-align: left;
    }
    .custom_inner_banner_sec .et_pb_row.et_pb_row_0 {
        display: flex;
        flex-wrap: wrap;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_0 {
        width: 50%;
    }
    .custom_inner_banner_sec.homebanner .et_pb_column_1 {
        width: 50%;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 50%;
    }
    .custom_inner_banner_sec.homebanner .custom-rightimg .et_pb_image_wrap img{
        width:100%;
    }
    .custom_inner_banner_sec .et_pb_column_0 {
        padding-top: 6px;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        font-size: 10px !important;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 90px !important;
        padding:0px 10px !important;
        line-height: 35px !important;
    }
    .custom_inner_banner_sec .et_pb_column_0 .custom_width_750 {
        text-align: center;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 {
        text-align: left;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 h1 {
        text-align: center;
    }
    
}

@media(max-width:650px){
    #main-content .custom_inner_banner_sec .et_pb_text .et_pb_text_inner p {
        font-size: 17px;
        line-height: 25px;
    }
    .custom_inner_banner_sec .custom-rightimg{
        padding-bottom: 0px;
    }
   /* .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 60%;
    }*/
}
@media(max-width:480px){
    body .custom_inner_banner_sec.homebanner  .custom-learnmorebtn, .custom_inner_banner_sec.homebanner  .custom_red_btn {
        width: 132px !important;
        margin-bottom: 0px;
        font-size: 12px !important;
    }
    body #page-container .et_pb_section .et_pb_module .custom_red_btn {
        width: 132px !important;
        margin-left: 5PX !important;
        font-size: 12px !important;
    }
    .custom_inner_banner_sec .custom-rightimg .et_pb_image_wrap img {
        width: 80%;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0, .custom_inner_banner_sec.homebanner  .et_pb_column_1  {
        width: 100%;
    }
    .custom_inner_banner_sec.homebanner  .et_pb_column_0 h1, .custom_inner_banner_sec.homebanner  .et_pb_column_0 p, .custom_inner_banner_sec.homebanner  .et_pb_column_0{
        text-align: center !important;
    }
    
   
}

.archive.author #left-area article{display: block;flex-wrap: wrap;width: 31%;text-align: center;margin: 10px;box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.1);padding: 10px;float: left;}
.archive.author #left-area article .et_pb_post .entry-featured-image-url {display: flex;position: relative;margin-bottom:20px; }
.archive.author #left-area .post-meta{line-height: 20px;}

.custom_contact_form form,
.custom_contact_form div.mktoFieldDescriptor,
.custom_contact_form div.mktoFieldWrap{
  width: 100% !important;
}
/*.custom_contact_form label {
  font-family: "Proxima Nova W01";
  color: #fff;
  clear: both;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 5px !important;
  width: auto !important;
}*/
.custom_contact_form div.mktoAsterix,
.custom_contact_form .mktoForm .mktoOffset{
  display: none !important;
}
.custom_contact_form input[type="text"],
.custom_contact_form input[type="email"],
.custom_contact_form input[type="tel"],
.custom_contact_form select{
  background-color: #fff;
  border: 1px solid #969696;
  border-radius: 0;
  clear: both;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  height: 31px;
  font-size: 0.75em;
  margin: 0 0 1rem 0;
  padding: 0.5rem !important;
  width: 100% !important;
}
.custom_contact_form select{
  background-image: url('http://influitive.pixelshopdesign.net/wp-content/themes/tps-influitive/core/img/icons/select-image.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding-right: 30px;
}
.custom_contact_form .mktoForm span{
  margin-left: 0px !important;
}
.custom_contact_form button[type="submit"]{
  background-color: #f99d1c !important;
  background-image: none !important;
  border: 1px solid #e07d27 !important;
  border-bottom: 3px solid #e07d27 !important;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-top: 22px;
  font-size: 1em;
  padding: 6px 20px;
  font-weight: 300;
  line-height: 20px;
  margin: 10px 0 0 0 !important;
}

.custom_contact_form.two_column form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.custom_contact_form.two_column .mktoFormRow {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
}

.custom_contact_form.two_column .mktoButtonRow {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px;
    text-align: center;
}

.white-wrap {
    border-radius: 8px; 
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1); 
    background: white;
}

@media screen and (max-width: 860px) {
    .custom_contact_form.two_column form {
        margin: 0;
    }

    .custom_contact_form.two_column .mktoFormRow {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .custom_contact_form.two_column .mktoButtonRow {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}

/** Megamenu Styling **/

.megamenu {
    /*position: relative;*/
}

.megamenu > ul {
    display: flex;
    justify-content: center;
}

.megamenu > ul > li {
    
}

.megamenu > ul > li > a,
.megamenu > ul > li > span {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 15px;
    font: 600 16.5px/15px ProximaNova, sans-serif;
    cursor: pointer;
    color: #2E3944;
    text-decoration:  none;
    transition: color 350ms, border-bottom 350ms;
    user-select: none;    
}

.megamenu > ul > li > a:hover,
.megamenu > ul > li > span:hover {
    color: #00B7CC;
}

.megamenu > ul > li > span::after {
    content: "";
    margin-left: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDMuNSA0TDYgMSIgc3Ryb2tlPSIjODc4Nzg3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: 7px;
    width: 7px;
    height: 5px;
    transition: transform 350ms;
    transform: rotate(0deg);
}

.megamenu > ul > li.active > span::after {
    transform: rotate(180deg);
}

.megamenu__dropdown {
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2);
    transition: opacity 350ms, transform 350ms;
}

.megamenu > ul > li.megamenu__link--mega.active > .megamenu__dropdown {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.megamenu__link--mobileOnly {
    display: none;
}

.megamenu__dropdown__main {
    display: flex;
    overflow: hidden;
}

.megamenu__dropdown__bot {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    padding: 10px 110px;
}

.megamenu__dropdown__bot a {
    color: #7e848f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.megamenu__dropdown__bot a img {
    max-height: 35px;
    margin-right: 12px;
}

.megamenu__dropdown__bot a:hover {
    color: #00b7cc;
}

.megamenu__dropdown__bot a:not(:first-child)::before {
    content: "|";
    margin: 0 10px;
}

.megamenu__section {
    padding: 20px 110px;
}

.megamenu__section--links {
    flex: 1 0 66.66%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
    align-items: center;
}

.megamenu__section--tabs {
    flex: 1 0 66.66%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
}

.megamenu__section--feature {
    flex: 1 0 33.33%;
    background: #F3F9FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.megamenu__section--media {
    flex: 1 0 33.33%;
    background: #F3F9FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.megamenu__iconLink {
    flex: 0 0 calc(33.33% - 28px);
    max-width: calc(33.33% - 28px);
    margin-right: 28px;
    padding: 5px;
    display: flex;    
    align-items: center;
    text-decoration: none;
    font: 600 15px/18px ProximaNova, sans-serif;
    padding-right: 20px;
    margin-bottom: 20px;
    color: #475666;
    border-radius: 4px;
    transition: background 350ms;
}

.megamenu__iconLink__icon {
    margin-right: 30px;
    background: #F3F9FF;
    border-radius: 3px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    transition: background 350ms;
}

.megamenu__iconLink:hover {
    background: #F3F9FF;
}

.megamenu__iconLink:hover .megamenu__iconLink__icon {
    background: white !important;
}

.megamenu__tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.megamenu__tabs__top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}

.megamenu__tabs__top span {
    margin: 0 15px;
    padding: 6px 15px;
    font: 600 14px/16px ProximaNova, sans-serif;
    border-radius: 4px;
    cursor: pointer;
}

.megamenu__tabs__top span:hover {
    color: black;
}

.megamenu__tabs__top span.active {
    background: black;
    color: white !important;    
    cursor: default;
}

.megamenu__tabs__tab {
    display: none;
    flex-wrap: wrap;
}

.megamenu__tabs__tab.active {
    display: flex;
}

.megamenu__video {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    cursor: pointer;
}

.megamenu__media-wrap {
    width: 100%;
    max-width: 240px;
    line-height: 0;
}

.megamenu__media-wrap__inner {
    position: relative;
    padding-top: 56.25%;
}

.megamenu__image {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 2.25px 18px rgba(71, 86, 102, 0.08);
    border-radius: 5.5px;
    overflow: hidden;
    transition: transform 350ms, box-shadow 350ms;
}

.megamenu__featured__thumb {
    display: flex;
    align-items: flex-start;
    flex: 0 0 98px;
}

.megamenu__image:hover {
    transform: translate(-50%,-50%) translateY(-4px);
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
}

.megamenu__video__poster {
    box-shadow: 0px 2.25px 18px rgba(71, 86, 102, 0.08);
    border-radius: 5.5px;
    overflow: hidden;
    transition: transform 350ms, box-shadow 350ms;
}

.megamenu__video:hover .megamenu__video__poster {
    transform: translateY(-4px);
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
}

.megamenu__video__code,
.megamenu__video__code iframe,
.megamenu__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.megamenu__video__code {
    display: none;
}

.megamenu__video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:  60px;
    height: 60px;
    background: #c4c4c4;
    border-radius:  100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 350ms;
}

.megamenu__video:hover .megamenu__video__play {
    transform: translate(-50%, -50%) translateY(-4px);
}

.megamenu__video:hover .megamenu__video__play span {
    transform: scale(1.1);
}

.megamenu__video__play span {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ1IDYuNzI2N0MxNC4yMTQxIDcuMTY3ODUgMTQuMjE0MSA4LjI3MDc0IDEzLjQ1IDguNzExOUwyLjI3NTAyIDE1LjE2MzhDMS41MTA5MiAxNS42MDQ5IDAuNTU1Nzg4IDE1LjA1MzUgMC41NTU3ODggMTQuMTcxMkwwLjU1NTc4OSAxLjI2NzQxQzAuNTU1Nzg5IDAuMzg1MDk5IDEuNTEwOTIgLTAuMTY2MzQ2IDIuMjc1MDIgMC4yNzQ4MDlMMTMuNDUgNi43MjY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    width: 20px;
    background-size: 20px;
    height: 21px;
    transform: scale(1.0);
    transition: transform 350ms;
}

.megamenu__featured {
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 2.25px 18px rgba(71, 86, 102, 0.08);
    border-radius: 5.5px;
    overflow: hidden;
    padding: 5px;
    transition: transform 350ms, box-shadow 350ms;
    text-decoration: none;
}

.megamenu__featured__thumb {
    display: flex;
    align-items: flex-start;
    flex: 0 0 98px;
    border-radius: 4px;
    overflow: hidden;
}

.megamenu__featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
}

.megamenu__featured__thumb img {
    width: 100%;
}

.megamenu__featured__content {
    display: flex;
    flex-direction:  column;
    padding-left: 9.5px;
}

.megamenu__featured__content span:nth-of-type(1):not(:last-child) {
    text-transform: capitalize;
    font: 600 10.5px/13px ProximaNova, sans-serif;
    color: #979797;
    margin-bottom: 5px;
}

.megamenu__featured__content span:nth-of-type(2), .megamenu__featured__content span:only-child {
    text-transform: capitalize;
    font: 600 15.75px/17px ProximaNova, sans-serif;
    color: #475666
}

.megamenu-trigger {
    display: none;
    position: relative;
    line-height: 0;
    padding: 15px 0;
    float: right;
}

.megamenu-trigger::before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #0a5ecc;
}

.megamenu-trigger.active::before {
    content: "\4d";
}

.header-ctas {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-ctas__btn {
    font-weight: 600;
    text-decoration: none;
    background: #006882;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 3px;
    border: 2px solid #006882;
    margin-right: 15px;
    font-size: 16px;
    line-height: 20px;
    transition: all .4s ease-in-out;
}

.header-ctas__btn:hover {
    background-color: #008fa6;
    border-color: #008fa6;
}

.header-ctas__btn--hollow {
    background: transparent;
    color: #006882 !important;
}

.header-ctas__btn--hollow:hover {
    background: transparent;
    color: #008fa6 !important;
    border-color: #008fa6;
}

@media screen and (max-width: 1400px) {
    .megamenu__section,
    .megamenu__dropdown__bot {
        padding-left: 50px;
        padding-right: 50px;
    }
    .megamenu__iconLink {
        flex: 0 0 calc(33.33% - 14px);
        max-width: calc(33.33% - 14px);
        margin-right: 14px;
    }
}

@media screen and (max-width: 1240px) {
    body.et_fullwidth_nav #main-header .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .et_header_style_left .logo_container {
        left: 15px;
    }
    .header-ctas {
        position: static;
        margin-left: 20px;
    }
    .header-ctas__btn:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1061px) {
    .megamenu {
        display: block !important;
    }
    .megamenu > ul > li > a,
    .megamenu > ul > li > span {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    .megamenu > ul > li.active > a,
    .megamenu > ul > li.active > span {
        color: #00B7CC;
        border-bottom: 4px solid #00B7CC;
    }
    .megamenu__tabs__top span {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1060px) {
    .et_header_style_left .logo_container {
        top: 18px;
    }
    .header-ctas {
        display: none;
    }
    .megamenu {
        display: none;
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        border-top: 5px solid #0A5ECC;
        overflow: auto;
    }
    .megamenu__link--mobileOnly {
        display: block;
    }
    .admin-bar .megamenu {
        top: 108px;
    }
    .megamenu-trigger {
        display: block;
    }
    .megamenu > ul {
        flex-direction: column;
    }
    .megamenu > ul > li {
        position: relative;
    }
    .megamenu > ul > li > span,
    .megamenu > ul > li > a {
        position: relative;
        padding: 0 40px;
        font-size: 18px;
        line-height: 1;
        height: 62px;
    }
    .megamenu > ul > li.active > span,
    .megamenu > ul > li.active > a,
    .megamenu > ul > li > span:hover,
    .megamenu > ul > li > a:hover {
        color: #2E3944;
        text-decoration: underline;
    }
    .megamenu > ul > li:not(:last-child) > span::before,
    .megamenu > ul > li:not(:last-child) > a::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 20px;
        right: 20px;
        height: 1px;
        background: #C4C4C4;
    }
    .megamenu > ul > li.active:last-child > span::before,
    .megamenu > ul > li.active:last-child > a::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 20px;
        right: 20px;
        height: 1px;
        background: #C4C4C4;
    }
    .megamenu > ul > li > span::after {
        background-size: 9px;
        width: 9px;
        height: 14px;
        margin-left: auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxMyAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDYwMzkgMS40NDE0TDExLjU0IDExLjUyMTEiIHN0cm9rZT0iIzQzM0YzRiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxwYXRoIGQ9Ik0xLjI3NjQ5IDE5Ljg5N0wxMS42NDAzIDkuNTMzMjEiIHN0cm9rZT0iIzQzM0YzRiIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=");
    }
    .megamenu__dropdown {
        position: static;
        display: none;
        box-shadow: unset;
        margin-top: 1px;
    }
    .megamenu__dropdown__bot {
        display: none;
    }
    .megamenu__dropdown__main {
        flex-direction: column;
    }
    .megamenu__link.active .megamenu__dropdown {
        display: flex;
    }
    .megamenu__iconLink {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding: 15px 0;
        margin: 0;
        color: #475666 !important;
    }
    .megamenu__iconLink:hover {
        background: unset !important;
    }
    .megamenu__iconLink::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0px;
        right: 5px;
        height: 1px;
        background: #C4C4C4;
    }
    .megamenu__iconLink__icon {
        background: none !important;
        width: unset;
        max-width: 40px;
        height: unset;
        min-width: unset;
        padding: 0;
        margin-right: 15px;
    }
    .megamenu__section {
        padding: 15px 70px;
    }
    .megamenu__section--media,
    .megamenu__section--feature {
        background: none;
    }
    .megamenu__section--links,
    .megamenu__section--tabs {
        flex: 1 1 auto;
        padding: 0 15px 0 70px;
    }
    .megamenu__media-wrap {
        max-width: 360px;
    }
    .megamenu__tabs__top {
        flex-direction: column;
        align-items: unset;
        margin: 0;
    }
    .megamenu__tabs__top span {
        margin: 0;
        font: 600 18px/1 ProximaNova, sans-serif;
        position: relative;
        padding: 0 25px 0 0;
        font-size: 18px;
        line-height: 1;
        height: 62px;
        display: flex;
        align-items: center;
        color: #2E3944 !important;
    }
    .megamenu__tabs__top span::after {
        content: "";
        margin-left: auto;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxMyAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDYwMzkgMS40NDE0TDExLjU0IDExLjUyMTEiIHN0cm9rZT0iIzQzM0YzRiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxwYXRoIGQ9Ik0xLjI3NjQ5IDE5Ljg5N0wxMS42NDAzIDkuNTMzMjEiIHN0cm9rZT0iIzQzM0YzRiIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=);
        background-size: 9px;
        width: 9px;
        height: 14px;
        transition: transform 350ms;
        transform: rotate(0deg);
    }
    .megamenu__tabs__top span::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        height: 1px;
        background: #C4C4C4;
    }
    .megamenu__tabs__top span.active {
        text-decoration: underline;
        background: unset !important;
        cursor: pointer;
    }
    .megamenu__tabs__top span.active::after {
        transform: rotate(180deg);
    }
    .megamenu__section--tabs + .megamenu__section--media,
    .megamenu__section--tabs + .megamenu__section--feature {
        display: none;
    }
    .mobile-hide {
        display: none !important;
    }
}

@media screen and (max-width: 420px) {
    .megamenu__section {
        padding: 15px 20px 15px 40px;
    }
    .megamenu__section--links,
    .megamenu__section--tabs {
        padding: 0 15px 0 40px;
    }
    .megamenu > ul > li > span,
    .megamenu > ul > li > a {
        padding: 0 25px;
    }
    .megamenu > ul > li > span::before,
    .megamenu > ul > li > a::before {
        left: 10px;
        right: 10px;
    }
    .megamenu__tabs__top span {
        padding-right: 10px;
    }
}

/* TrustRadius Styling */
body .trustradius-tqw {
    overflow: visible !important;
    /*height: auto !important;*/
    max-width: calc(100% - 20px);
    margin: 0 auto 120px;
}

body .trustradius-tqw *:not(.tr-glyphicon) {
    font-family: ProximaNova, sans-serif !important;
    text-shadow: none !important;
}

body .trustradius-tqw div.tr-fancy div.tr-header div.tr-banner {
    text-align: center;
    height:  auto;
    font-weight: 700;
    font-size: 45px;
}

body .trustradius-tqw div.tr-fancy div.tr-header div.tr-banner span.tr-banner-tagline {
    color: #475666;
    font-weight: 700;
    margin-bottom: 30px;
}

body .trustradius-tqw div.tr-fancy img.tr-author-picture {
    border-radius: 100%;
}

body .trustradius-tqw div.tr-fancy img.tr-author-picture[src*="no_photo"] {
    display: none;
}

body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-read-more {
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: none;
    margin-bottom: 25px;
    align-self: flex-start;
    transition: background 350ms;
}

body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-read-more a {
    color: #006682 !important;
    text-decoration: underline;
}

body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-read-more a:hover {
    text-decoration: none;
}

body .trustradius-tqw div.tr-fancy div.tr-actions {
    display: none;
}

body .trustradius-tqw p {
    font-size: 15px;
}

body .trustradius-tqw a {
    font-size:  18px;
    cursor: pointer;
    color: #006882 !important; 
}

body .trustradius-tqw div.tr-fancy div.tr-review-title > a {
    font-size: 22px;
}

body .trustradius-tqw div.tr-fancy div.tr-review-title, body .trustradius-tqw div.tr-fancy div.tr-review-title > a, body .trustradius-tqw div.tr-fancy div.tr-review-byline {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

body .trustradius-tqw div.tr-fancy div.tr-reviews-viewport {
    /*padding: 60px 0;*/
    width: calc(100% - 80px);
    margin: 20px auto;
    overflow: visible !important;
}

body .trustradius-tqw div.tr-fancy div.tr-card {
    /*overflow: hidden;*/
    padding: 20px calc(20px + 1.5%) 35px;
    display:  flex;
    flex-direction:  column;
}

body .trustradius-tqw div.tr-fancy div.tr-card::before {
    content: '';
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    position: absolute;
}

body .trustradius-tqw div.tr-fancy div.tr-card > div {
    position: relative;
}

body .trustradius-tqw div.tr-fancy div.tr-review-summary {
    background:  none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-user {
    order: 1;
}

body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-quotes div.tr-card-quotes-after-outline {
    display:  none;
}

.trustradius-tqw div.tr-fancy div.tr-card div.tr-card-quotes:after {
    display: none;
}

body .trustradius-tqw div.tr-left-navigation,
body .trustradius-tqw div.tr-right-navigation {
    cursor: pointer;
}

body .trustradius-tqw div.tr-fancy div.tr-header {
    display: none !important;
}