/* -- COLORS

BLUE:
Hex #ad3838
RGB 27,129,193

RED
Hex: #ff8a3d
RGB 255,138,0

-- */
/* -- ADMIN NAV -- */
.navbar.fixed-top {
    top: 0px;
}

body.admin-bar .navbar.fixed-top {
    top: 32px !important;
}

@media (max-width:782px) {
    body.admin-bar .navbar.fixed-top {
        top: 46px !important;
    }
}

/* -- GLOBAL -- */
.wf-loading * {
    visibility: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #4a4f55;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    margin-top: 115px;
    line-height: normal;
    /* background: #4a4f55; */
    background: rgb(74,79,85);
    background: linear-gradient(120deg, rgba(74,79,85,1) 0%, rgba(43,45,48,1) 100%);
}

body.home {
    margin-top: 90px;
}

p, ul, ol {
    margin: 0 0 20px 0;
    line-height: 1.6;
}
table {
    font-size: 14px;
}
hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}

hr.tall {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

/* :target {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
} */

a, a:focus {
    color: #bf2037;
    text-decoration: none;
    transition: all 0.2s linear;
    cursor: pointer !important;
    outline: 0 !important;
}

a:hover {
    color: #bf2037;
    text-decoration: none;
}
@media (min-width:992px) {
    .no-link>a {
        pointer-events: none;
        cursor: pointer;
    }
}
a.red-link {
    color: rgba(255, 138, 0, 1);
}

a.red-link:hover {
    color: rgba(255, 138, 0, .7);
}

a.black-link {
    color: #4a4f55;
}

a.black-link:hover {
    color: #bbb;
}

.img-responsive {
    width: 100%;
    height: auto;
}
@media (min-width:776px) {
    .news-page .img-fluid {
        float: right;
        margin:0 0 30px 30px;
        max-width: 350px;
    }
}

.quote {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #777;
}
ul.multicolumn {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6, .title {
    margin-top: 0px;
/*     font-family: 'Montserrat', sans-serif; */
}

h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
}

h3 {
    color: #ad3838;
    font-size: 24px;
}

h4 {}

h5 {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px 0;
}

img.svg {
    display: none;
}

.svg-red svg path {
    fill: #ad3838 !important;
    stroke: transparent !important;
}

.svg-blue svg path {
    fill: #00a5de !important;
    stroke: transparent !important;
}

.svg-gray svg path {
    fill: #4a4f55 !important;
    stroke: transparent !important;
}

/* -- FORMS -- */
.form-control {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
}

.bootstrap-select {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
}

.custom-select {
    border-radius: 0;
    font-family: inherit;
}

.bs-placeholder {
    text-transform: none;
}

.g-recaptcha {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0px;
}

/* -- BUTTONS -- */
.btn {
    white-space: normal;
    cursor: pointer;
/*     font-family: 'Montserrat', sans-serif; */
}

.btn-primary, .btn-primary:focus {
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 25px;
    border-radius: 50px;
    color: #fff;
    background: #00a8e2;
    border: 0;
    /*    font-size: 16px;*/
    font-size: 12px;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
}

.btn-primary:hover, .show .dropdown-toggle.btn-primary {
    color: #fff;
    background: #0079c6;
}
.btn-red, .btn-red:focus {
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 50px;
    color: #fff;
    background: #bf2037;
    border: 0;
    font-size: 12px;
    padding: 10px 35px;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    border:2px solid #bf2037;
}

.btn-red:hover {
    color: #bf2037;
    background: #fff;
    border-color:#bf2037;
}

.bg-red .btn-primary, .bg-red .btn-primary:focus {
    border-radius: 50px;
    color: #fff;
    background: #333;
    border: 0;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
}

.bg-red .btn-primary:hover {
    color: #fff;
    background: #111;
}

.btn-secondary, .btn-secondary:focus {
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    background: 0;
    border: 3px solid #222;
    color: #222;
    min-width: 200px;
}

.btn-secondary:hover {
    background: #222;
    color: #fff;
}

.row-colored .btn {
    font-size: 14px;
    padding: 12px 35px;
}

.pagination {
    display: inline-flex;
}

.pagination, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0px !important;
}

.pagination>li>a, .pagination>li>span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.pagination>li>span.current {
    background: #eee;
}

.page-link {
    border: 1px solid #ad3838;
    color: #ad3838;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ad3838;
    border-color: #ad3838;
}

.page-link:hover {
    z-index: 2;
    color: #ad3838;
    text-decoration: none;
    background-color: #eee;
    border-color: #ad3838;
}

.dropdown-row button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff8a3d;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ff8a3d;
}

.dropdown-row .show>.dropdown-menu {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
}

.dropdown-row .dropdown-menu>li>a {
    white-space: normal;
    padding: 3px 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #ad3838;
}

/* -- NAVIGATION -- */
.nav-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.navbar.fixed-top #menu-header-top-menu li a {
	font-family: 'Open Sans', Sans Serif;
}

.navbar.fixed-top #menu-primary-menu-new-1 li a {
	font-family: 'Roboto', Sans Serif;
}

.navbar.fixed-top {
    padding: 20px 0;
/*     font-family: 'Montserrat', sans-serif; */
}

.navbar.fixed-top .container {
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar.fixed-top .header-top-menu {
    width: 100%;
    text-align: end;
    margin-bottom: 20px;
}

.navbar.fixed-top .header-top-menu > ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar.fixed-top .header-top-menu > ul > li.searchlink {
    margin-right: 20px;
}

.navbar.fixed-top .header-top-menu > ul > li {
    margin-right: 40px;
}

.navbar.fixed-top .header-top-menu > ul > li:last-of-type {
    margin-right: 0px;
}

.navbar.fixed-top .header-top-menu > ul > li > a {
    color: #3A3A3D;
    font-size: 15px;
    line-height: 22px;
    transition: all 0.2s linear;
}

.navbar.fixed-top .header-top-menu > ul > li > a:hover,
.navbar.fixed-top .header-top-menu > ul > li.current_page_item a {
    color: #bf2037;
}

.navbar.fixed-top .header-top-menu > ul > li > a > i {
    transform: rotate(90deg);
    padding: 8px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #EEEEEF;
}

.navbar.fixed-top.scroll-nav {}

.navbar.fixed-top .navbar-header {
    width: 25%
}

.navbar.fixed-top .navbar-collapse {
    width: 75%
}

.navbar-brand {
    position: relative;
    margin-right: 25px;
    padding: 0px;
    display: block;
}

.navbar-brand img {
    max-width: 220px;
    height: auto;
    width: 100%;
    margin-top: -20px;
}

.navbar.fixed-top .navbar-nav>li {
    line-height: 28px;
}

.navbar.fixed-top .navbar-right {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
}

.menu-item-3429 a {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    font-weight: 700;
}

.navbar.fixed-top .navbar-nav>li>a {
    color: #3A3A3D;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
    padding: 0 30px;
}

.navbar.fixed-top .navbar-nav>li:first-of-type>a {
    padding-left: 0;
}

.navbar.fixed-top .navbar-nav>li.request-a-demo-btn {
    margin-left: 30px;
    line-height: 18px;
}

.navbar.fixed-top .navbar-nav>li.request-a-demo-btn>a {
    padding: 10px 20px;
    background-color: #BF2037 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 18px;
    border-radius: 25px;
}

.navbar.fixed-top .navbar-nav>li:hover,
.navbar.fixed-top .navbar-nav>li:hover a,
.navbar.fixed-top .navbar-nav>li>a:focus,
.navbar.fixed-top .navbar-nav>li>a:hover,
.navbar.fixed-top .navbar-nav>.show>a,
.navbar.fixed-top .navbar-nav>.show>a:focus,
.navbar.fixed-top .navbar-nav>.show>a:hover {
    color: #333;
    background: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}

.navbar.fixed-top .navbar-nav>.active>a, .navbar.fixed-top .navbar-nav>li>a:hover {
    background: transparent;
    color: #bf2037;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar.fixed-top .navbar-nav>.active>a:hover, .navbar.fixed-top .navbar-nav>li.active:hover, .navbar.fixed-top .navbar-nav>.active>a:focus {
    color: #2a333f;
    background: transparent;
}

.navbar.fixed-top .dropdown-menu {
    margin: 0;
    padding: 0 0 0px 0;
    border: 0;
    border-radius: 0px;
    background: #fff;
    min-width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    top: 49px !important;
}

.navbar.fixed-top .dropdown-menu .dropdown-menu {
    top: 0 !important;
}

.navbar.fixed-top .btn-demo span {
    background: #ad3838;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.2s linear;
    cursor: pointer !important;
}

.navbar.fixed-top .dropdown-menu>li>a {
    padding: 9px 20px;
    clear: both;
    line-height: normal;
    white-space: nowrap;
    font-size: 14px;
    display: block;
}

.navbar.fixed-top .navbar-nav.nav-secondary .dropdown-menu>li>a {
    font-size: 13px
}

.navbar.fixed-top .navbar-nav .dropdown-menu>.active>a {
    background: transparent;
}

.navbar.fixed-top .navbar-nav .dropdown-menu>li>a:focus, .navbar.fixed-top .navbar-nav .dropdown-menu>li>a:hover, .navbar.fixed-top .navbar-nav .dropdown-menu>.active>a:focus, .navbar.fixed-top .navbar-nav .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ad3838;
    outline: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
}

.navbar-brand.mobile-logo {
    display: none;
}

@media (max-width:767px) {
    .navbar.fixed-top {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width:768px) {
    .dropdown-menu .dropdown-toggle {
        padding-right: 50px !important;
    }
    .dropdown-menu .dropdown-toggle::after {
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        right: 5px !important;
        top: 17px !important;
        position: absolute !important;
    }
}
@media (max-width:1199px) {
    body.home {
        margin-top: 60px !important;
    }

    .navbar-brand.mobile-logo {
        display: block;
    }

    .navbar-brand.desktop-logo {
        display: none;
    }

    .navbar.fixed-top {
        padding: 12px 20px;
        background-color: #BF2037 !important;
    }

    .navbar.fixed-top .navbar-header {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .navbar-brand {
        width: 38px;
        margin: 0;
        height: 36px;
        margin: 0 auto;
    }
    .navbar-brand img {
        height: 100%;
        max-width: 100%;
        margin-top: 0px;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.fixed-top .header-top-menu {
        display: none !important;
    }

    .navbar.fixed-top .navbar-header .menu-btn {
        position: absolute;
        top: 10px;
        right: 0;
        padding: 0;
        font-size: 0;
        background: transparent;
        width: 28px;
        line-height: normal;
        float: none;
        height: 16px;
    }

    .navbar.fixed-top .navbar-header .menu-btn:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;

    }

    .navbar.fixed-top .navbar-header .menu-btn:before {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;

    }
}
/* -- NAVIGATION MOBILE -- */
.nav .show>a, .nav .show>a:focus, .nav .show>a:hover {
    background: rgba(0, 0, 0, .2);
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.pushy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    /*    background: #fff;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #bb2735;
}

.pushy-open-right .pushy {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
}

.pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.pushy a.menu-btn {
    padding: 10px 30px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
}

.pushy a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.pushy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

.pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

/* .pushy-open-right #container, .pushy-open-right .push {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
} */
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-right .pushy-content {
    visibility: visible;
}

#container, .pushy, .push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
    display: none;
}

.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pushy .dropdown:hover .dropdown-menu {
    display: none;
}

.pushy .dropdown.show .dropdown-menu {
    position: relative !important;
    float: none;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: block;
    background-color: rgba(255, 255, 255, .1);
    transform: none !important;
}

.pushy .dropdown-menu>li>a {
    padding: 10px 20px 10px 15px;
    background-color: rgba(0, 0, 0, .1);
    font-weight: 700;
    color: #fff;
    font-size: 13px !important;
    text-transform: none !important;
}
.pushy li li .dropdown-toggle::after {
    border: 0 !important;
}

.pushy .dropdown-menu li li a {
    font-weight: normal;
}

.pushy .dropdown-menu li li a:before {
    content: "- ";
}

.pushy-right #menu-item-16143 {
    display: none;
}

/* -- SEARCH -- */
.searchdiv {
    position: absolute;
    background: #ad3838;
    display: none;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    left: 0px;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 35px 35px -2px rgba(0, 0, 0, 0.3);
    top: 117px;
}

.searchdiv input[type=search] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    font-size: 16px;
    background: 0;
    background-image: url('../img/search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 6px 20px 12px 40px;
    color: #fff;
}

.searchdiv input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.searchdiv ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.searchdiv :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.searchdiv ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.searchdiv :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.searchdiv ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/*-- HOMEPAGE --*/
.bar-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}

.section-cr {
    border-bottom: 1px solid #4a4f55;
    font-size: 16px;
}

.bg-ltblue {
    background: #ccedf8;
}

.cr-title {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-logos {
    background: #4a4f55;
    padding: 40px 0 20px 0;
}

.section-logos .img-responsive {
    max-width: 70%;
    max-height: 120px;
    display: inline-block;
}

.section-icons {
    background: #fff;
    padding: 100px 0 75px 0;
    color: #4a4f55;
}

.icon-svg {
    height: 100px;
    margin-bottom: 40px;
}

.icon-box svg {
    height: 100px !important;
    width: auto !important;
}

.section-icons .icon-line1 {
    font-weight: 700;
    margin: 15px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
}

.section-icons .icon-line2 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.section-resources {
    padding: 100px 0 75px 0;
}

.section-resources .bar-title {
    margin-bottom: 0px;
    margin-bottom: 00px;
}

a.resource-box {
    color: #4a4f55;
    display: block;
    padding-top: 15px;
    text-decoration: none;
    cursor: pointer !important;
}

a.resource-box:hover {
    background: #f1f1f1;
    text-decoration: none;
    color:#ad3838;
}

.resource-title {
    font-weight: 700;
    font-size: 20px;
}

.section-testimonial {
    padding: 75px 0 75px 0;
}

.section-testimonial img {
    max-width: 210px;
    display: inline-block;
}

.tb-quote {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.tb-credits {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

/* -- HORIZONTAL NAV -- */
a.anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}
ul.horizontal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #ad3838;
    width: 100%;
}
ul.horizontal-nav li {
    flex: 1;                                      /* 3 */
    height: 100%;
    padding: 0;
    margin: 0;
}
ul.horizontal-nav li a {
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
font-weight: 700;
font-size: 13px;
}
ul.horizontal-nav li a:hover {
    color:#fff;
    text-decoration: underline;
}

@media all and (max-width: 991px) {
    ul.horizontal-nav {
        flex-direction: column;
    }
}

/* -- CARDS -- */
.card {
    radius: 0;
    border: 0;
}
.accordion-section:last-child {
    margin-bottom: 50px;
}
.accordion .card {
    border: 1px solid rgba(0,0,0,.125);
}
.accordion>.card>.card-header>a {
    text-transform: uppercase;
    font-weight: bold;
    color: #4a4f55;
    display: block;
}
.accordion>.card>.card-header>a:hover {
    text-decoration: none;
}
.accordion>.card>.card-header>a .fa-angle-down {
    float: right;
    font-size: 22px;
}
.accordion>.card>.card-header>a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
a.resource-box .card {
    background: transparent;
}

.card-body {
    padding: 20px 0;
}

.accordion .card-body {
    padding: 1.25rem;
}

/* -- MAIN CONTENT -- */
.row-component-title {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #ff8a3d;
}

.wrapper {
    background: #fff;
}

.wrapper header {
    background: #e7e7e7;
    /* background: linear-gradient(90deg, #fcfcfc 20%, #e7e7e7 0%); */
    border-bottom: 3px solid #dadada;
    border-top: 8px solid #a6a6a9;
}

.wrapper header .container {
    /* background: linear-gradient(90deg, #fcfcfc 20%, #e7e7e7 0%); */
    position: relative;
}

header .container:before {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 95%;
  background: #fff;
}

.wrapper h1,
.wrapper .h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    padding: 35px 0;
    margin: 0;
}
.wrapper header h1,
.wrapper header .h1 {
    padding: 35px 150px 35px 0;
    display: inline-block;
    background: url(../img/bg-title.png) no-repeat;
    background-position: 100% 0px;
    margin: 0;
    background-size: cover;
}
.wrapper h1.blog-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 0;
}

.wrapper h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper h3 {
    font-weight: 700;
    font-size: 18px;
}

.wrapper h4 {
    font-weight: 700;
    font-size: 16px;
}

.wrapper header {}

.mainbody {
    background-color: rgba(255, 255, 255, .9);
}

.mainbody li {
	margin-bottom: .75rem;
}

.default-editor {
    /*    padding-top: 30px;*/
    padding-top: 45px;
    padding-bottom: 45px;
}

.page-id-14 .default-editor {
    padding-bottom: 0px;
}

.default-editor .featured-img {
    margin: 0 0 30px 30px;
}

.default-editor .featured-img.pull-left {
    margin: 0 30px 30px 0px;
}
@media (min-width:768px) {
    .default-editor .featured-img {
        float: right;
    }
}
@media (max-width:767px) {
    .default-editor .featured-img {
        margin: 0 0 30px 0px;
    }
}

/* -- IMAGE BOX -- */
.row-image-boxes {
    /* padding-top: 30px; */
}

.image-box-img {
    margin-bottom: 25px;
}

.page-id-148 .image-box-img {
    padding: 0 30px;
}

.image-box-title h3 {
    font-size: 16px;
}
.image-box-title p, a .image-box-title {
    line-height: normal;
    font-weight: 700;
    color: #4a4f55;
    font-size: 16px;
}

.logo-row {
    padding-bottom: 45px;
}

/* -- BLOG -- */
.news-thumbnail img {
    border: 1px solid #ddd;
}

.news-date {
    display: block;
    color: #ad3838;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single .news-date {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-author {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single .news-author {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single .featured-img {
    margin-bottom: 30px;
}

.news-title a, .news-title, h1.news-title {
    font-size: 24px;
    color: #ad3838;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.news-title a:hover {
    color: #ad3838;
}

.news-title h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}

body.tax_blog .mainbody .news-title h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
}

.news-excerpt .btn-primary, .news-excerpt .btn-primary:focus {
    border-radius: 0px;
    background-color: #ad3838;
    border: 3px solid #ad3838;
    border-color: #ad3838;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    min-width: 20px;
    color: #fff;
    font-size: 11px;
}

.news-excerpt .btn-primary:hover {
    background-color: #000;
    border: 3px solid #000;
    border-color: #000;
}

/* -- NEWS -- */
a.newsbox {
    padding: 20px;
    margin-bottom: 25px;
    display: block;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #4a4f55;
}

a.newsbox:hover {
    color: #4a4f55;
    background: #fff;
    border: 1px solid #ddd;
}

.newsbox .cats {
    display: inline-block;
    /* background: #ad3838; */
    text-transform: uppercase;
    font-weight: 700;
    color: #ad3838;
    margin-bottom: 5px;
    font-size: 12px;
    border-radius: 50px;
}
/*
.newsbox .cats.events {
    background: #ad3838;
}

.newsbox .cats.news {
    background: #ad3838;
}

.newsbox .cats.press-releases {
    background: #ad3838;
} */

.newsbox .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.newsbox .date {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

.newsbox .excerpt-inner {
    font-size: 14px;
}

/* -- JOB SECTION -- */
.wrapper.page-job h2 {
    color: #ad3838;
}

.wrapper.page-job h3 {
    /* border-top: 1px solid #ddd; */
    padding-top: 10px;
    color: #4a4f55;
}

.rc {
    margin-top: 20px;
}

.lc {
    margin-top: 20px;
    margin-bottom: 30px;
}

.rc-box {
    padding: 30px 30px 10px 30px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
}

.rc-box-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.rc-box-title hr {
    max-width: 30%;
    margin: 0;
    border-top: 3px solid #fff !important;
}

/* -- TILES -- */
.tile-box a {
    color: #4a4f55;
}

.tile-box a:hover {
    color: #ad3838;
}

.tile-box img {
    border: 3px solid #00a5de;
}

.tile-box img:hover {
    border: 3px solid #ad3838;
}

/* -- FLOAT CTA --*/
.fixed-position {
    position: fixed !important;
    top: 120px !important;
}

a.cta-float-box {
    position: absolute;
    transition-property: none;
    z-index: 50;
    right: 0;
    top: 80px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #ff8a3d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
    max-width: 400px;
}

a.cta-float-box:hover {
    background: #ad3838;
}

.cta-float-icon {
    font-size: 60px;
}

.cta-line1 {
    /*    white-space: nowrap;*/
    font-size: 16px;
}

.cta-line2 {
    white-space: nowrap;
    font-weight: 700;
    font-size: 34px;
}

/* -- ICON BOXES --*/
.ptop45 {
    padding-top: 45px;
}
.ptop30 {
    padding-top: 30px;
}
.row-icon-boxes {
    /*    padding-bottom:50px;*/
}

.icon-box-container {
    padding: 30px 30px 1px 30px;
    background: #fff;
    margin: 0px 0px 30px 0px;
    transition: all 0.2s linear;
    border: 1px solid #eee;
    display: block;
}

a.icon-box-container:hover {
    border: 1px solid #eee;
    background: #eee;
    text-decoration: none;
}

a.icon-box-container:hover .icon-box-button .btn.btn-primary {
    transition: all 0.2s linear;
    color: #fff;
    background: #c26900;
}

.bg-ltgray .icon-box-container {
    padding: 30px 30px 1px 30px;
    background: transparent;
    margin: 0px 0px 30px 0px;
    transition: all 0.2s linear;
    border: 1px solid #ddd;
    display: block;
}

.bg-ltgray a.icon-box-container:hover {
    border: 1px solid #ccc;
    background: transparent;
    text-decoration: none;
}



.icon-box-inner {
    margin: 0 0px 40px 0px;
}

.icon-box-inner h3 {
    /*    font-size: 20px;    */
    color: #4a4f55;
}

.icon-box-img {
    padding: 0 0 15px 0;
    display: inline-block;
}

.icon-box-img img {
    max-width: 300px;
}

.icon-box-svg {
    height: 150px;
    margin-bottom: 25px;
}

.icon-box-svg svg {
    height: 150px !important;
    width: auto !important;
}

.icon-box-title, .icon-box-subtitle {
    margin-bottom: 10px;
}

.icon-box-content {
    margin-bottom: 15px;
    font-size: 16px;
}

.icon-box-button {
    margin-bottom: 15px;
}

.icon-box-inner.icon-small .icon-box-svg {
    height: 50px;
    margin-bottom: 25px;
}
.icon-box-inner.icon-small .icon-box-svg svg {
    height: 50px !important;
    width: auto !important;
    max-height: 50px;
}
.icon-box-inner.icon-small .wrapper .icon-box-title h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.icon-box-inner.icon-small .icon-box-title,
.icon-box-inner.icon-small .icon-box-subtitle {
    margin-bottom: 0;
}
.icon-box-container.icon-box-inner.icon-small {
    padding: 20px 30px 1px 30px;
}
.icon-box-inner.icon-small {
    margin: 0 0px 25px 0px;
}


.icon-box-inner.icon-medium .icon-box-svg {
    height: 100px;
    margin-bottom: 25px;
}
.icon-box-inner.icon-medium .icon-box-svg svg {
    height: 100px !important;
    width: auto !important;
    max-height: 100px;
}
.icon-box-inner.icon-medium .wrapper .icon-box-title h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.icon-box-inner.icon-medium .icon-box-title,
.icon-box-inner.icon-medium .icon-box-subtitle {
    margin-bottom: 0;
}
.icon-box-container.icon-box-inner.icon-medium {
    padding: 20px 30px 1px 30px;
}
.icon-box-inner.icon-medium {
    margin: 0 0px 25px 0px;
}


/* -- COLORED IMAGE BACKGROUND BAR --*/
.bg-blue {
    background-color: #00a5de !important;
    color: #fff;
}

.bg-red {
    /* background-color: #ad3838 !important; */
    color: #fff;
    background: rgb(173,56,56);
    background: linear-gradient(120deg, rgba(173,56,56,1) 0%, rgba(108,28,28,1) 100%);
}

.bg-dark-blue {
    background-color: #033c60 !important;
    color: #fff;
}

.bg-ltgray {
    /* background-color: #e1e1e1; */
    background: rgb(250,250,250);
    background: linear-gradient(150deg, rgba(250,250,250,1) 0%, rgba(225,225,225,1) 100%);
}

.bg-ltgray-img {
    background-color: #e1e1e1;
}

.bg-dark-gray {
    /* background-color: #4a4f55 !important; */
    background: rgb(74,79,85);
    background: linear-gradient(150deg, rgba(74,79,85,1) 0%, rgba(44,46,48,1) 100%);
    color: #fff;
}

.bg-dark-gray1 {
    background-color: #4a4f55 !important;
    background-image: url(https://www.transparenttextures.com/patterns/dark-mosaic.png);
    color: #fff;
}

.bg-blue a, .bg-red a, .bg-dark-gray a, .bg-dark-gray1 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.bg-blue a:hover, .bg-red a:hover, .bg-dark-gray a:hover, .bg-dark-gray1 a:hover {
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.bg-blue a.btn,
.bg-blue a.btn:focus,
.bg-blue a.btn:active,
.bg-red a.btn,
.bg-red a.btn:focus,
.bg-red a.btn:active,
.bg-dark-gray a.btn,
.bg-dark-gray a.btn:focus,
.bg-dark-gray a.btn:active {
    border: 2px solid #fff;
    color: #4d4e53;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
}

.bg-ltgray a.btn-primary,
.bg-ltgray a.btn-primary:focus,
.bg-ltgray a.btn-primary:active {
    border: 2px solid #ad3838;
    color: #fff;
    background: #ad3838;
    font-size: 16px;
    font-weight: 900;
}
.bg-ltgray a.btn-primary:hover {
    border: 2px solid #ad3838;
    color: #ad3838;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
}
.cta-footer-button a.btn {
    font-size: 16px;
    padding: 10px 35px;
}

.bg-blue a.btn:hover, .bg-red a.btn:hover, .bg-dark-gray a.btn:hover {
    color: #fff;
    background: transparent;
}

.text-blue {
    color: #00a5de;
    white-space: nowrap;
}

.text-red {
    color: #ad3838;
    white-space: nowrap;
}

.text-white {
    color: #fff;
    white-space: nowrap;
}
th.text-white {
    color: #fff;
    white-space: normal;
}

.text-dark-gray {
    color: #4a4f55;
    white-space: nowrap;
}

.pad-tall {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pad-short {
    padding-top: 35px;
    padding-bottom: 20px;
}

.row-colored {
    /*    font-size:22px;*/
    font-size: 18px;
    /*    font-weight: 300;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.row-colored-header {
    font-weight: 700;
    /*    font-size: 48px;*/
    font-size: 30px;
    /* text-transform: uppercase; */
    line-height: normal;
    margin-bottom: 10px;
}

/* -- RESOURCES -- */
.resource-list {
    margin-top: 0px;
    margin-bottom: 20px;
}

.resource-list .icon-box-svg {
    height: 75px;
}

.resource-list .icon-box-svg svg {
    height: 75px !important;
}

.resource-list h3 {
    font-size: 12px;
}

.resource-list h4 {
    font-weight: 400;
    color: #4a4f55;
}

li.sf-field-search, li.sf-field-taxonomy-resource_type {
    width: 50% !important;
    display: inline-block !important;
}

.searchandfilter ul li {
    padding: 0;
}

.searchandfilter label {
    width: 100%;
}

.searchandfilter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.searchandfilter ul {
    margin: 0;
    padding: 0;
}

.searchandfilter .form-control, .searchandfilter .btn {
    font-size: 16px !important;
}

.searchandfilter .form-control {
    padding: 17px 20px 18px 20px;
}

.searchandfilter .btn {
    border: 0;
    border-radius: 0;
}

.searchandfilter li.sf-field-taxonomy-resource_type {
    padding-right: 30px;
}

.searchandfilter input {
    font-weight: normal;
}

/* -- LANDING PAGE -- */
.row-lp-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    min-height: 800px;
    padding-top: 80px;
}

.lp-hero-primary {
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0px;
    color: #ad3838;
}

.lp-hero-secondary {
    color: #fff;
    font-weight: 100;
    font-size: 68px;
    text-transform: uppercase;
    line-height: normal;
    /* margin-bottom: 320px; */
    margin-bottom: 240px;
}

a.lp-cta-float-box {
    position: relative;
    right: 0;
    margin: 0px 0px 88px 0px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #ff8a3d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
    float: right;
}

a.lp-cta-float-box:hover {
    background: #ad3838;
}

.lp-hero-footer {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
    padding: 20px 0;
    /* padding: 100px 0 20px 0; */
    background-color: rgba(37, 37, 37, .9);
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
}

@media (max-width:767px) {

    .lp-hero-primary,
    .lp-hero-secondary {
        font-size: 40px;
    }
}

/* -- TESTIMONIAL BAR --*/
.testimonial-row {
    font-style: italic;
    padding: 60px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.testimonial-row.padding-sm {
    padding: 35px 0;
}

.testimonial-row:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .1;
    background: url(/wp-content/uploads/2018/12/lecture.jpg);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.testimonial-row .container {
    /*
    border: 1px solid #ad3838;
    padding: 35px 15px 40px 15px;
    margin: 30px auto;
    background: rgba(27, 129, 193, .2);
*/
    position: relative;
    z-index: 1000;
}

.testimonial-row .client-logo img {
    max-width: 150px;
    height: auto;
}

.testimonial-row .quote {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.testimonial-row .credit {
    font-size: 26px;
}

.testimonial-row.font-sm .quote,
.testimonial-row.font-sm .credit {
    font-size: 22px;
}

/* -- LOGO ROW --*/
.logo-box-img {
    padding: 30px;
}

.col-sm-2 .logo-box-img {
    padding: 30px 10px;
}

.logo-box-img img {
    max-width: 250px;
    display: inline-block;
}

/* -- IMAGE SLIDER --*/
.image-slider {
    background-image: url('../img/bg-gray.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-bar {
    padding: 20px 0;
}

.image-slider #carousel {
    margin: 0;
}

.image-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
}

.image-slider #thumbcarousel .item {
    text-align: center;
}

.image-slider #thumbcarousel .item .thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    width: 20%;
    margin: 0 2% 25px 2%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.image-slider #thumbcarousel .item .thumb:hover {
    border-color: #ad3838;
}

.image-slider .item img {
    width: 100%;
    height: auto;
}

.image-slider .control-bar {
    background-color: #a2a2a2;
    padding: 45px 0 20px 0;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #c6c6c6;
}

.image-slider .carousel-control.left,
.image-slider .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.image-slider .carousel-control {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.image-slider .carousel-control:hover {
    color: #ad3838;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    color: #ad3838 !important;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: no-repeat 50%/100% 100%;
    font-size: 40px;
}
.carousel-control-next-icon:hover i,
.carousel-control-prev-icon:hover i {
    color: #000;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -40px;
}

/* -- MULTICOLUM ROW -- */
.multicolumn-row {
    padding: 40px 0 20px 0;
}

.default-editor .multicolumn-row {
    padding: 0px 0 20px 0;
}

.multicolumn-row h3 {
    margin-bottom: 10px;
    /* text-transform: none; */
    line-height: 1.6;
    font-size: 16px;
    /* text-align: center; */
}

.multicolumn-div {
    margin-bottom: 0px;
}

/* -- FOOTER CTA --*/
.padding-tall {
    padding: 100px 0;
}

.cta-row {}

.cta-footer-title {
/*     font-family: 'Montserrat', sans-serif; */
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 900;
}

.cta-seconday-copy {
    margin-bottom: 25px;
}

/* -- SIDE NAV --*/
.side-nav {
    background-color: transparent;
    margin-bottom: 20px;
    z-index: 999;
    position: relative;
}

.side-nav p.parent {
    margin-bottom: 0px;
    padding: 0;
    font-weight: 400;
    background: #f5f5f5;
}

.side-nav p.parent a {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 18px;
    color: #ad3838;
    padding: 5px 20px;
    display: block;
    text-transform: uppercase;
    border-right: 1px solid #eee;
}

.side-nav p.parent a:hover {
    border-right: 1px solid #ad3838 !important;
    color: #ad3838;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0px 0;
}

.side-nav>ul {
	border-top:1px solid #ddd;
}

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

.side-nav ul ul {
    padding: 0 0 0px 0;
}

.side-nav ul li {
    padding: 0 0px;
    margin: 0 0 0px 0;
}

.side-nav ul li.current_page_item>a {
    color: #ad3838;
    /*	background:#ad3838;*/
}

.side-nav ul li.current_page_item>a:hover {
    color: #fff;
    /*	background:#ad3838;*/
}

.side-nav ul li a {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}

.side-nav ul li a:hover {
    color: #fff;
    background: #ad3838;
}

.side-nav ul li li a {
    font-size: 12px;
    background: #fff;
    text-transform: none;
}
.side-nav ul li li a::before {
  content: "- ";
}
.side-nav ul li li a:hover,
.side-nav ul li li.current_page_item>a:hover {
    color: #777;
    background: #f5f5f5;
}

/* -- BAR SUBNAV -- */
.subnav-row {
    background: #4a4f55;
}

.subnav-row ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.subnav-row li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.subnav-row a {
    color: #fff;
    line-height: 50px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
}

.subnav-row a.active {
    background: #ff8a3d;
    color: #fff;
}

.subnav-row a:hover, .subnav-row a.active:hover {
    background-color: #ff8a3d;
    text-decoration: none;
    color: #fff;
}

/* -- BAR TERNAV -- */
.ternav-row {
    background: #333;
    /* border-bottom:1px solid #333;
	border-top:1px solid #333; */
}

@media (max-width:767px) {
    .ternav-row {
        display: none;
    }
}

.ternav-row ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.ternav-row li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.ternav-row a {
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.ternav-row a.active {
    /* background:#ff8a3d; */
    color: #ff8a3d;
    border-bottom: 2px solid #ff8a3d;
    /* text-decoration: underline; */
}

.ternav-row a:hover, .ternav-row a.active:hover {
    /* background-color: #ff8a3d; */
    text-decoration: none;
    color: #ff8a3d;
    border-bottom: 2px solid #ff8a3d;
    /* text-decoration: underline; */
}

/* -- FOOTER -- */

footer.nav-footer-1 {
    background: #3A3A3D;
}

footer.nav-footer-1 .container {
	max-width: 900px !important;
	width: 100% !important;
}

body footer {
    padding: 80px 0px 55px 0px;
    color: #fff;
    font-size: 14px;
	font-family: 'Open Sans', Sans-Serif;
}

body footer .footer-form form .wpcf7-submit {
	font-family: "Roboto", Sans-Serif;
}

footer .footer-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/* footer .footer-flex > div {
	width: 33.333%;
} */

 footer .footer-flex .footer-logo {
     max-width: 250px;
     width: 100%;
}

footer .footer-flex .contact {
	max-width: 160px;
    width: 100%;
}

footer .footer-flex .foot_menu {
    max-width: 160px;
    width: 100%;
}
/* footer .footer-flex .form-container {
    max-width: 320px;
    width: 100%;
} */

footer .footer-flex .footer-logo > a {
    display: flex;
    margin-bottom: 50px;
}

footer .footer-flex .footer-logo a img {
    max-width: 250px;
    width: 100%;
}

footer .footer-flex .foot_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-flex .foot_menu ul li a {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

.inline-links ul {
    margin: 0 0 0px 0;
    padding: 0;
    list-style: none;
}

.inline-links ul.social-links {
    font-size: 28px;
}

.inline-links ul li {
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.inline-links-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-links-block ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

footer a, footer a:focus {
    color: #fff;
}

footer a:hover {
    color: #bf2037;
}

footer .contact h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

footer .contact p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

footer .form-container p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .footer-form form p {
    margin: 0;
    text-align: left;
}

footer .footer-form form p span input {
    background-color: #fff;
    border-radius: 7px;
    border: 0;
    padding: 12px 25px;
    color: #3A3A3D;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 25px;
    max-width: 340px;
    width: 100%;
}

footer .footer-form form p span input::placeholder {
    color: #3A3A3D;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

footer .footer-form form p span input:-webkit-autofill,
footer .footer-form form p span input:-webkit-autofill:hover,
footer .footer-form form p span input:-webkit-autofill:focus,
footer .footer-form form p span input:-webkit-autofill:active  {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

footer .footer-form form input:focus {
    outline: none;
    border: none;
}

footer .footer-form form .wpcf7-submit {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    background-color: #BF2037;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
}

footer form .ajax-loader,
footer form br {
    display: none !important;
}

footer form .wpcf7-not-valid-tip {
    color: #BF2037;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
}

footer form .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #fff !important;
}

.copyright {
    margin-top: 50px;
}

.copyright p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
}

@media (max-width: 1200px) {
    footer .footer-flex > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    footer .footer-flex > div {
        max-width: 100% !important;
    }

    .nav-footer-1 .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    footer .footer-flex > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer {
        padding-top: 85px;
        padding-bottom: 65px;
    }

    footer .footer-flex > div {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    footer .footer-flex .footer-logo a img {
        margin: 0px auto 90px auto;
    }

    .inline-links ul {
        margin-bottom: 40px;
    }

    footer .footer-flex .contact {
        margin-bottom: 35px;
    }

    footer .footer-form form p {
        text-align: center;
    }

    .copyright {
        margin-top: 80px;
    }

    footer .footer-flex .footer-logo > a {
        margin-bottom: 0;
    }

    footer .footer-flex .foot_menu {
        margin-bottom: 70px;
    }

    footer .footer-form {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }
}

/* -- LIST ICONS ROW -- */

.valign {
    display: flex;
    align-items: center;
}

.li-row-intro {
    margin-top: 45px;
    margin-bottom: -15px;
}

.li-row-intro p {
    margin-bottom: 0;
}

.li-row-intro.text-left p {
    margin-bottom: 20px;
}

ul.list-icons {
    padding: 0;
    margin: 30px 0 30px 0;
    list-style: none;
}

.page-id-14 ul.list-icons {
    margin: 0px 0 30px 0;
}

ul.list-icons li {
    position: relative;
    margin-bottom: 15px;
}

.page-id-330 ul.list-icons li {
    margin-bottom: 0px !important;
}

ul.list-icons li:first-child {
    padding: 0px 0px !important;
}

ul.list-icons li .li-col-1 {
    position: absolute;
    width: 80px;
    text-align: center;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}

ul.list-icons li .li-col-2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 125px;
}

ul.list-icons li:first-child {
    margin-top: 15px !important;
}

ul.list-icons ul li, ul.list-icons ul li:first-child {
    padding: 0px 0;
}

.list-icons p {
    margin-bottom: 0px;
}

ul.list-icons .far {
    position: relative;
    top: -10px;
}

.li-icon {
    font-size: 60px;
    color: #ad3838;
    text-align: center;
}

.li-title {
    font-weight: 700;
    font-size: 18px;
    color: #ad3838;
}

/* -- VIDEOS -- */
#videoModal .close {
    background: #000;
    top: -20px;
    z-index: 1200;
    width: 40px;
    height: 40px;
    right: -20px;
    position: absolute;
    opacity: 1;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
}
#videoModal .close i {
    position: relative;
    top: -3px;
}
.video-container {
    position: relative;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0px;
    border: 4px solid #fff;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modal .video-container {
    border: 0;
}

/* -- FORMS -- */

#pardot-form {
    padding: 30px;
    background: #f5f5f5;
}

#pardot-form h3 {
    margin-bottom: 25px;
}

#pardot-form p {
    margin-bottom: 0;
}

#pardot-form input,
#pardot-form select,
#pardot-form textarea {
    margin-bottom: 15px;
    font-size: 13px;
}

#pardot-form p.submit {
    margin-top: -30px;
}
form#pardot-form.form p label {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.hidden {
    display: none;
}

/* -- 5 COLS -- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (max-width: 768px) {
    .col-sm-15 {
        width: 100%;
        float: none;
    }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* -- 5 COLS -- */
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* -- 7 COLS -- */
@media (min-width: 768px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/* -- 8 COLS -- */
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-18 {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-18 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-18 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-18 {
        width: 12.5%;
        float: left;
    }
}

/* -- MAINBODY -- */
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*-- RESOURCES -- */
.resources-page h3 {
    font-family: "Dosis";
}

.resources-page a.feature-box {
    padding: 20px 30px;
    transition: all 0.2s linear;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #ad3838;
    color: #222;
    margin-bottom: 30px;
}

.resources-page a.feature-box:hover {
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    box-shadow: 0px 0px 50px 0px rgba(30, 40, 50, .1);
    color: #ad3838;
}

.resources-page a.feature-box img {
    display: inline-block;
    width: 50%;
}

.resources-page a .feature-excerpt {
    color: #555;
}

/* -- LEADERSHIP -- */
.team-row {
    padding: 0px 0 50px 0;
}

.team-intro {
    margin-top: 40px;
}

p.lead {}

.team-bar hr {
    margin-top: 0;
}

/*
.leader-box a.modaltrigger {
	position:relative;
	display: inline-block;
    max-width: 85%;
	color:#ad3838;
}
*/
.team-row a.modaltrigger {
    display: block;
    padding: 25px 15px;
}

.team-row a.modaltrigger:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, .2);
    display: block;
}

.leader-box .bioimg {
    background:
        /*#000 */
        #ad3838;
}

.leader-box {
    margin-bottom: 30px;
}

.leader-box-inner {
    text-align: center;
}

.modalhelper .leader-box-inner {
    text-align: left;
}

.leader-name {
    font-weight: 700;
    font-size: 24px;
    color: #ad3838;
    margin-bottom: 5px;
}

.leader-title {
    font-weight: 700;
    color: #777;
    margin-bottom: 5px;
    font-size: 16px;
}

.modal-content .leader-name {
    font-weight: 700;
    font-size: 30px;
    color: #ad3838;
}

.modal-content .leader-title {
    margin-bottom: 20px;
}

.modal-content .fa {
    font-size: 30px;
    margin-right: 10px;
}

.leader-icons {
    margin-bottom: 15px;
    font-size: 30px;
}

.leader-icons a {
    color: #ad3838;
    padding: 5px;
}

.leader-icons a:hover {
    color: #ff8a3d;
}

.leader-img, .leader-img-modal {
    margin-bottom: 15px;
}

/* -- MODELS -- */
.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 15px 30px;
}

.bio-modal .modal-body {
    padding: 45px 30px;
}

.bio-modal button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 3em;
}

.video-modal .modal-body {
    padding: 0px;
}

.video-modal button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    z-index: 2000;
    color: #fff;
    opacity: 1;
    padding: 0px 15px;
    background: #222;
    line-height: normal;
}

.full-modal .modal-dialog {
    width: 95%;
    height: 95%;
    margin: 0 auto;
    padding: 0;
}

.full-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.full-modal .modal-body {
    padding: 45px 30px;
}

.full-modal button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 3em;
}

/* -- CUSTOMER SECTIONS -- */
ul.customer-sections {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.customer-sections li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    border-right: 1px solid #fff;
}

ul.customer-sections li a {
    display: block;
    width: 100%;
    margin: 0 1px 1px 0;
    padding: 10px;
    background: #ad3838;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

/* -- HUBSPOT -- */
.hs-form {
    margin-top: 30px
}

@media screen and (min-width: 40em) {
    .hs-form {
        margin-top: 0px
    }
}

.hs-form fieldset {
    max-width: none !important
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important
}

@media screen and (min-width: 40em) {
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 50% !important
    }

    .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
        padding-right: 0px !important;
        width: 100% !important;
    }

    .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
        padding-left: 0px !important;
        width: 100% !important
    }
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important
}

@media screen and (min-width: 40em) {
    .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 33.33333% !important
    }

    .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(1) {
        padding-right: 15px !important
    }

    .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
        padding: 0 15px !important
    }

    .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(3) {
        padding-left: 15px !important
    }
}

.hs-form .field {
    margin-bottom: 21px !important
}

@media screen and (min-width: 40em) {
    .hs-form .field {
        margin: 0 !important
    }
}

.hs-form label {
    color: #787878 !important;
    display: inline-block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: .05em !important;
    margin-bottom: 4px !important
}

.hs-form .hs-form-required {
    color: #e07c05 !important;
    margin-left: 3px !important
}

.hs-form .hs-input {
    background-color: #edeff0;
    border: 3px solid transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    height: auto !important;
    max-width: none !important;
    padding: 14px 21px !important;
    width: 100% !important
}

.hs-form .hs-input:focus {
    border-color: #1780bf !important
}

@media screen and (min-width: 40em) {
    .hs-form .hs-input {
        margin-bottom: 30px !important
    }
}

.hs-form .hs-input.error {
    border-color: #e07c05 !important
}

.hs-form select.hs-input {
    padding: 14px 42px 14px 21px !important
}

.hs-form input,
.hs-form .input {
    margin: 0 !important
}

.hs-form .inputs-list {
    margin: 6px 0 0 !important;
    padding-left: 5px;
    list-style: none;
}

.hs-form .inputs-list li {
    margin: 6px 0 0 !important;
    padding-left: 0 !important
}

.hs-form .inputs-list li:before {
    display: none
}

@media screen and (min-width: 40em) {
    .hs-form .inputs-list.hs-error-msgs {
        margin: -30px 0 30px !important
    }
}

.hs-form .inputs-list.hs-error-msgs label {
    color: #e07c05 !important;
    font-size: 13px !important;
    text-transform: none !important
}

@media screen and (min-width: 40em) {
    .hs-form .inputs-list.multi-container {
        margin-bottom: 30px !important
    }
}

.hs-form .inputs-list.multi-container .hs-input {
    width: auto !important
}

.hs-form .inputs-list.multi-container .hs-input[type="checkbox"],
.hs-form .inputs-list.multi-container .hs-input[type="radio"] {
    margin-right: 9px !important
}

@media screen and (min-width: 40em) {
    .hs-form .inputs-list.multi-container .hs-input {
        margin-bottom: 0px !important
    }
}

.hs-form .actions {
    margin: 0 !important;
    padding: 0 !important
}

.hs-form .hs-button {
    background-color: #ad3838 !important;
    background-image: none !important;
    border-radius: 50px;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #fff;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px 35px !important;
    text-shadow: none !important;
    transition: all .2s linear !important;
    text-transform: uppercase;
}

.hs-form .hs-button:hover {
    background-color: #05446b !important
}

.hs-field-desc {
    width: 100%;
    color: #aaa;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 2px 0px;
    border: 0;
}

.hs-richtext {
    margin: 0 0 20px 0;
    line-height: 1.6;
}

/* -- NEWS -- */
.pagination1 {
    text-align: center;
}

.featured-box-row {
    margin-bottom: 1px;
}

.featured-box {
    /* float: left; */
    margin-bottom: 30px;
}

a.featured {
    text-align: center;
    margin-bottom: 30px;
}

.featured-inner {
    background: #fff;
    border: 1px solid #ddd;
    transition: all 0.2s linear;
    margin-bottom: 30px;
}

.featured-inner:hover {
    box-shadow: 0px 10px 40px 0px rgba(47, 47, 47, 0.15);
    border: 1px solid transparent;
}

.featured-thumbnail {
    color: #fff;
    background: #222;
    font-size: 50px;
    padding: 0px 0;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    overflow: hidden;
}

a .featured-title {
    font-weight: 700;
    font-size: 18px;
    color: #4a4f55;
    text-transform: uppercase;
    padding: 0 30px;
}

a .featured-excerpt {
    font-size: 16px;
    padding: 0 30px 1px 30px;
    color: #4a4f55;
}

.news-date {
    margin: 0px 0px 10px 0;
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

/* -- ACCORDION -- */
.accordion-fi {
    margin-bottom: 30px;
}

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

.panel-title {
    font-weight: 700;
    font-size: 18px;
    color: #4a4f55;
}

.panel-title>a.accordion-toggle.collapsed {
    color: #4a4f55;
}

.panel-title>a {
    color: #ad3838;
    font-weight: 900 !important;
    display: block;
}

.panel-icon {
    height: 50px;
    width: auto;
}

.pb-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.panel-title-height {
    height: 50px;
}

.apt-icon {
    margin-right: 20px;
    text-align: center;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #ad3838;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.panel-title-height:after {
    position: relative;
    top: 32%;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
    color: #000;
}

.bio-modal .modal-dialog {
    top: 20px;
}

#ssmodal.bio-modal .modal-body {
    padding: 65px 30px 0px 30px;
}

/* TABS */
.view-all {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.view-all .fas {
    margin-right: 5px;
}

.row-tabs {
    padding: 30px 0;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

/* .row-tabs .nav-tabs li + a.nav-link {
    position: relative;
    background: transparent;
    color: #ad3838;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    border: 1px solid #ad3838;
}

.nav-tabs .nav-link.active,
.nav-tabs li + a.nav-link.active:hover,
.nav-tabs li + a.nav-link.active:focus {
    background: #ad3838;
    color: #fff;
    border: 1px solid #ad3838 !important;
} */

@media (min-width:768px) {

    .row-tabs .tab-content {
        padding: 40px 30px;
    }
}

/*-- RESPONSIVE -- */
@media (max-width:575px) {
    footer {
        text-align: center;
    }

    .legal-info {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    body.admin-bar .navbar-fixed-top {
        top: 46px !important;
    }

    body.admin-bar .sublinksbar {
        top: 126px !important;
    }

    body.admin-bar .terlinksbar {
        top: 126px !important;
    }

    .showmobile {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .pull-right {
        float: none !important;
    }

    .side-nav {
        display: none;
    }

    .navbar-header .menu-btn {}

    .bar-hero .container {
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bar-hero .bar-title {
        font-size: 46px;
    }

    .bar-hero .hero-secondary {
        font-size: 26px;
    }

    .bar-intro,
    .testimonial-row .quote,
    .testimonial-row .credit {
        font-size: 20px;
    }

    .bar-intro .btn {
        margin-bottom: 15px;
        width: 80%;
    }

    .bar-logos img {
        opacity: .5;
    }

    .bar-title {
        font-size: 30px;
    }

    body.home .resource-image .img-responsive {
        width: 70%;
        max-width: 70%;
        display: inline-block;
    }
}

@media (min-width:768px) {
    .showmobile {
        display: none;
    }

    .hidemobile {
        display: block;
    }
}

@media (max-width: 1199px) {
    body {
        margin-top: 60px;
    }

    .mobile-nav {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-header .menu-btn {
        float: right;
        display: block;
        line-height: 76px;
        padding: 0 20px;
        background-color: #bb2735;
        color: #fff;
        font-size: 30px;
        text-align: center;
        width: 76px;
        transition: all 0.2s linear;
        float: right;
    }

    .navbar-collapse {
        display: none;
    }

    #menu-primary-menu-1 {
        display: none;
    }

    .navbar-nav>li {
        float: left;
        width: 100%;
    }

    .navbar-right {
        float: none !important;
    }

    .dropdown-submenu .dropdown-menu {
        left: 0 !important;
    }


    .pushy ul.mobile-search {
        padding: 15px 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .pushy ul.mobile-search .btn-default {
        color: #fff;
        background-color: rgba(0, 0, 0, .3);
        border-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        height: 44px;
        width: 44px;
    }

    .pushy ul.mobile-search .form-control {
        height: 44px;
        border: 0;
    }
}

@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }

    .menu-btn {
        display: none;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width:1199px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

/* DDminds */

/* blog css */

body.page-id-61 .wrapper header,
body.tax-blog_category .wrapper header {
    border: none;
}

body.page-id-61 .wrapper header .container:before,
body.tax-blog_category .wrapper header .container:before {
    content: none;
}

body.page-id-61 .wrapper header .col-sm-12,
body.tax-blog_category .wrapper header .col-sm-12 {
    text-align: center;
}

body.page-id-61 .container hr,
body.tax-blog_category .container hr {
    display: none;
}

body.page-id-61 header h1,
body.tax-blog_category header h1 {
    background: none;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #BFBFBF;
    text-transform: uppercase;
    font-weight: normal;
}

.feat_cont {
    width: 100%;
    max-width: 100%;
}

.feat_cont .flex-p {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 152px;
}

.feat_cont .flex-p .item-p {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.feat_cont .flex-p .item-p .cont-p {
    text-align: left;
}

.feat_cont .flex-p .item-p .red_tit {
    color: #BF2037;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.feat_cont .flex-p .item-p .title-p {
    margin: 0px 0px 42px 0px;
    padding: 0;
    color: #ffffff !important;
    font-size: 48px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.feat_cont .flex-p .item-p .rd_btn {
    background-color: #BF2037;
    color: #fff;
    border-radius: 0;
    padding: 12px 35px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    border: 3px solid #BF2037;
    transition: all 0.2s linear;
}

.feat_cont .flex-p .item-p .rd_btn:hover {
    background-color: #000;
    border-color: #000;
}

.feat_cont .flex-p .item-p .rd_btn:focus {
    background-color: #000;
    border-color: #000;
}

body.page-id-61 .container .row.default-editor,
body.tax-blog_category .container .row.default-editor {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

body.page-id-61 .container .default-editor .col-sm-12,
body.tax-blog_category .container .default-editor .col-sm-12 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

body.page-id-61 .container .default-editor .col-sm-12 > p,
body.tax-blog_category .container .default-editor .col-sm-12 > p {
    width: 850px;
    margin-bottom: 50px;
	font-family: 'Open Sans', Sans-Serif
}

body.page-id-61 .container .default-editor .col-sm-12 > form,
body.tax-blog_category .container .default-editor .col-sm-12 > form {
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

body.page-id-61 .container .default-editor .col-sm-12 > form li,
body.tax-blog_category .container .default-editor .col-sm-12 > form li {
    padding: 0;
}

body.page-id-61 .container .default-editor .col-sm-12 > form button,
body.tax-blog_category .container .default-editor .col-sm-12 > form button {
    border: 2px solid rgba(158,166,179,1);
    color: #9DA6B2;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: normal;
    padding: 12px 20px;
    background-color: #fff !important;
    width: 300px;
}

body.page-id-61 .container .default-editor .col-sm-12 > form button:focus,
body.tax-blog_category .container .default-editor .col-sm-12 > form button:focus {
    outline: none !important;
    box-shadow: none !important;
}

body.page-id-61 .container .default-editor .col-sm-12 > form button .filter-option-inner-inner,
body.tax-blog_category .container .default-editor .col-sm-12 > form button .filter-option-inner-inner {
    text-align: center;
}


body.page-id-61 .container .default-editor .col-sm-12 > form .bootstrap-select,
body.tax-blog_category .container .default-editor .col-sm-12 > form .bootstrap-select {
    border: none !important;
    width: 300px;
}

body.page-id-61 .search-filter-results .container .col-sm-9,
body.tax-blog_category .container .col-sm-9 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
}

body.page-id-61 .search-filter-results .container .col-sm-3,
body.tax-blog_category .container .col-sm-3 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
}

body.page-id-61 .search-filter-results .container>.row,
body.tax-blog_category .container>.row {
    margin-bottom: 70px;
}

body.tax-blog_category .feat_cont {
    margin-bottom: 100px;
}

body.tax-blog_category header .container>.row {
    margin-bottom: 0;
}

body.page-id-61 .search-filter-results .container>.row a img,
body.tax-blog_category .container>.row a img {
    width: 399px !important;
    height: 225px !important;
    object-fit: cover;
    border: none;
}

body.page-id-61 .search-filter-results .container>.row .news-title a,
body.tax-blog_category .container>.row .news-title a {
    color: #4B4F55;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 42px;
}

body.page-id-61 .search-filter-results .container>.row .news-date,
body.tax-blog_category .container>.row .news-date {
    color: #BF2037;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
	font-family: 'Open Sans', Sans-Serif;
}

body.page-id-61 .search-filter-results .container>.row .news-excerpt p,
body.tax-blog_category .container>.row .news-excerpt p {
    color: #3A3A3D;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
	font-family: 'Open Sans', Sans-Serif;
}

body.page-id-61 .search-filter-results .container>.row .news-excerpt p a,
body.tax-blog_category .container>.row .news-excerpt p a {
    background-color: #BF2037;
    color: #fff;
    border-radius: 0;
    padding: 12px 35px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    border: 3px solid #BF2037;
    transition: all 0.2s linear;
}

body.page-id-61 .search-filter-results .container>.row .news-excerpt p a:hover,
body.tax-blog_category .container>.row .news-excerpt p a:hover {
    border-color: #000;
    background-color: #000;
}

@media (max-width: 1200px) {
    .feat_cont .flex-p .item-p {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .feat_cont .flex-p .item-p {
        width: 720px;
    }

    body.page-id-61 .search-filter-results .container .col-sm-9,
    body.tax-blog_category .container .col-sm-9 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    body.page-id-61 .search-filter-results .container .col-sm-3,
    body.tax-blog_category .container .col-sm-3 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    body.page-id-61 .search-filter-results .container>.row a img,
    body.tax-blog_category .container>.row a img {
        width: 100% !important;
    }

    body.page-id-61 .search-filter-results .container .col-sm-3 p,
    body.tax-blog_category .container .col-sm-3 p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .feat_cont .flex-p .item-p {
        width: 540px;
    }

    body.page-id-61 .container .row.default-editor,
    body.tax-blog_category .container .row.default-editor {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    body.page-id-61 .container .default-editor .col-sm-12 > form,
    body.tax-blog_category .container .default-editor .col-sm-12 > form {
        margin-bottom: 50px;
    }

    body.page-id-61 .search-filter-results .container>.row,
    body.tax-blog_category .container>.row {
        margin-bottom: 20px;
    }

    .feat_cont .flex-p {
        padding-top: 50px;
        padding-bottom: 62px;
    }

    body.page-id-61 .search-filter-results .container>.row .news-title a,
    body.tax-blog_category .container>.row .news-title a {
        font-size: 24px;
        line-height: 32px;
    }

    .feat_cont .flex-p .item-p .title-p {
        font-size: 40px;
        line-height: 42px;
    }

    body.page-id-61 .search-filter-results .container>.row .news-date,
    body.tax-blog_category .container>.row .news-date {
        font-size: 12px;
        line-height: 18px;
    }

    .feat_cont .flex-p .item-p .rd_btn {
        font-size: 16px;
        padding: 10px 25px;
    }

    body.page-id-61 .search-filter-results .container>.row .news-excerpt p a,
    body.tax-blog_category .container>.row .news-excerpt p a {
        padding: 7px 18px;
        font-size: 16px;
    }

    body.page-id-61 .search-filter-results .container>.row .news-excerpt p,
    body.tax-blog_category .container>.row .news-excerpt p {
        font-size: 16px;
    }

    body.page-id-61 .search-filter-results .container .col-sm-3 p,
    body.page-id-61 .search-filter-results .container>.row .news-title a,
    body.page-id-61 .search-filter-results .container>.row .news-date,
    body.page-id-61 .search-filter-results .container>.row .news-excerpt p,
    body.tax-blog_category .container .col-sm-3 p,
    body.tax-blog_category .container>.row .news-title a,
    body.tax-blog_category .container>.row .news-date,
    body.tax-blog_category .container>.row .news-excerpt p {
        margin-bottom: 20px;
    }

    body.page-id-61 .search-filter-results .container>.row .news-excerpt p:last-of-type,
    body.tax-blog_category .container>.row .news-excerpt p:last-of-type {
        margin-bottom: 30px;
    }
}

@media (max-width: 540px) {
    .feat_cont .flex-p .item-p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .feat_cont .flex-p .item-p .title-p {
        width: 345px;
    }

    body.page-id-61 .search-filter-results .container>.row a img,
    body.tax-blog_category .container>.row a img {
        height: unset !important;
    }
}

/* blog css end*/

/* blog posts css*/

.full_cont_blog {
    width: 100%;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
}

.full_cont_blog .blog_overlay {
    padding: 0px 15px;
    position: relative;
    z-index: 1;
}

.blog_post_content {
    width: 100%;
    max-width: 100%;
    padding: 100px 15px;
    background-color: #fff;
}

.full_cont_blog .blog_post_cont {
    max-width: 960px;
    width: 100%;
    margin: auto;
    z-index: 2;
}

.blog_post_content .blog_post_main_content {
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.blog_post_cont .blog_date {
    color: #BF2037;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.blog_post_cont .blog_tit {
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-size: 48px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog_post_content .blog_post_main_content p {
    color: #3A3A3D;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog_post_content .blog_post_main_content h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    color: #4B4F55;
    margin-top: 30px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.blog_post_content .blog_post_main_content h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #4B4F55;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog_post_content .blog_post_main_content img {
    width: 100%;
    margin: 70px 0;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.blog_post_content .blog_post_main_content img.border-radius-30 {
    border-radius: 30px;
}

.blog_post_content .blog_post_main_content .conclusion {
    background-color: rgba(58,58,61,1);
    padding: 70px 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog_post_content .blog_post_main_content .conclusion h2 {
    color: #BF2037;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
}

.blog_post_content .blog_post_main_content .conclusion p {
    margin: 0;
    color: #EEEEEF;
}

@media (max-width: 767px) {
    .full_cont_blog {
        padding: 70px 0px;
    }

    .full_cont_blog .blog_overlay:before {
        height: calc(100% + 40px);
        top: -20px;
    }

    .blog_post_content {
        padding: 50px 15px;
    }

    .blog_post_cont .blog_tit {
        font-size: 40px;
        line-height: 42px;
    }

    .blog_post_content .blog_post_main_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog_post_content .blog_post_main_content img {
        margin: 30px 0;
    }

    .blog_post_content .blog_post_main_content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blog_post_content .blog_post_main_content h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .blog_post_content .blog_post_main_content .conclusion {
        padding: 30px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .blog_post_content .blog_post_main_content .conclusion h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .blog_post_content .blog_post_main_content ul {
        padding-left: 20px;
    }
}

/* blog posts css end */

@media (max-width: 1100px) {
    body.page-id-93 .row.default-editor > div {
        overflow-y: scroll;
    }
}


@media (max-width: 991px) {
    .site_map_ul ul {
        -webkit-column-count: unset !important;
        -moz-column-count: unset !important;
        column-count: unset !important;
    }
}

@media (max-width: 767px) {
    body.page-id-93 .row.default-editor > div {
        width: calc(100% - 15px);
    }
}

.contact_btn {
    margin-top: 20px;
}

.contact_btn a {
    background: #bf2037;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.2s linear;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.usa {
    padding-top: 60px;
    display: none;
}

.iss {
    padding-top: 60px;
    display: none;
}

.licenses {
    padding-top: 60px;
    display: none;
}

/* homepage css */

.hp_new_hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 1080px;
    position: relative;
}

#video,
#video_mobile {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

#video_mobile {
    display: none !important;
}

@media (max-width: 767px) {
    #video_mobile {
        display: block !important;
    }

    body.page-id-23446 #video {
        display: none !important;
    }
}

.hp_new_hero2 .hp_slider {
    min-height: 520px;
}

.hp_new_hero2 .hp_container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 520px;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.hp_new_hero2 .flex_container2 {
    padding: 100px 15px;
    max-width: 100%;
    width: 100%;
    text-align: left;
}

.hp_new_hero2 .flex_container2 h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.hp_trusted_by {
    padding-left: 15px;
}

.hp_trusted_by .hp_trust_container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.hp_trusted_by .hp_trust_container .tr_col {
    padding-right: 10px;
}

.hp_trusted_by .hp_trust_container .tr_c_col {
    padding-left: 50px;
}

.hp_trusted_by .hp_trust_container .tr_col,
.hp_trusted_by .hp_trust_container .tr_c_col {
    width: 50%;
}

.hp_trusted_by .hp_trust_container h2 {
    font-size: 30px;
    line-height: 40px;
    color: #4B4F55;
    font-weight: bold;
    margin: 0;
}

.hp_trusted_by .hp_trust_container .tr_col h2 {
    margin-bottom: 56px;
}

.hp_trusted_by .hp_trust_container .tr_c_col p {
    margin-bottom: 38px;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    color: #4B4F55;
}

.hp_trusted_by .hp_trust_container .flex_container {
    text-align: center;
    align-items: center;
}
.hp_trusted_by .hp_trust_container .flex_container img {
    max-width: 170px;
    width: auto;
    margin-right: 27px;
    margin-bottom: 30px;
}

.hp_trusted_by .hp_trust_container .flex_container img:last-of-type {
    margin-right: 0;
}

.hp_trusted_by .hp_trust_container .tr_c_col .flex_container img {
    max-width: 75px;
    width: 100%;
    margin-right: 8px;
    height: 75px;
}

.solutions_2_bg {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions_2_bg .flex_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.solutions_2_bg .flex_container .left_item,
.solutions_2_bg .flex_container .right_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 600px;
}

.solutions_2_bg .absolute_item {
    height: calc(800px - 200px);
    max-width: 1110px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(58,58,61,0.5);
    padding: 120px 100px 170px 100px;
    z-index: 5;
}

.solutions_2_bg .absolute_item h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #BF2037;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.solutions_2_bg .absolute_item .sol_flex_container {
    display: flex;
    flex-wrap: wrap;
}

.solutions_2_bg .absolute_item .left_container,
.solutions_2_bg .absolute_item .right_container {
    width: 50%;
}

.solutions_2_bg .absolute_item .left_container {
    padding-right: 100px;
}

.solutions_2_bg .absolute_item .right_container {
    padding-left: 100px;
}

.solutions_2_bg .absolute_item h3 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: bold;
}

.solutions_2_bg .absolute_item .left_container div,
.solutions_2_bg .absolute_item .right_container div {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 50px;
	font-family: 'Open Sans', Sans-Serif;
}

.solutions_2_bg .absolute_item .left_container div p,
.solutions_2_bg .absolute_item .right_container div p {
    margin-bottom: 0px;
}

.solutions_2_bg .absolute_item .global_btn a {
    padding: 12px 30px 14px 30px;
    font-size: 18px;
    line-height: 28px;
}

.uc_section {
    background-color: #fff;
}

.uc_section .uc_container > h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
	color: #ffffff;
    background-color: #3A3A3D;
    margin: 0;
    text-transform: uppercase;
}

.uc_section .uc_container .nav_item {
    width: 33.3333%;
    min-height: 400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-direction: column;
}

.uc_section .uc_container .nav_item:after {
    content: "";
    display: block;
    background-color: rgba(191,32,55,0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: background-color 0.3s;
}

.uc_section .uc_container .nav_item:hover:after {
    background-color: rgba(191,32,55,0.5);
}

.uc_section .uc_container .nav_item h3 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}

.uc_section .uc_container .nav_item .global_btn {
    margin: 0;
}

.uc_section .uc_container .nav_item .global_btn a {
    padding: 12px 30px 14px 30px;
    font-size: 18px;
    line-height: 28px;
    background-color: #fff !important;
    color: #4b4f55 !important;
}

.uc_section .uc_container .nav_item h3,
.uc_section .uc_container .nav_item .global_btn {
    position: relative;
    z-index: 1;
}

.testimonials_section {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials_section .te_container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.testimonials_section .te_container .slick-prev {
    left: -200px;
    transform: rotate(-90deg);
}

.testimonials_section .te_container .slick-next {
    right: -200px;
    transform: rotate(90deg);
}

.testimonials_section .te_container .slick-prev,
.testimonials_section .te_container .slick-next {
    width: 60px;
    height: 30px;
    top: calc(50% - 20px)
}

.testimonials_section .te_container .slick-prev:before,
.testimonials_section .te_container .slick-next:before {
    display: none;
}

.testimonials_section .te_container .slick-prev img,
.testimonials_section .te_container .slick-next img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .testimonials_section .te_container .slider_txt {
    color: #ffffff;
    font-size: 37px;
    line-height: 45px;
    font-weight: 600;
     font-style: italic;
 }

.testimonials_section .te_container .slider_txt p {
    margin-bottom: 0;
}

.testimonials_section .te_container .slider_author h4 {
    margin-top: 30px;
    margin-bottom: 0;
    font-style: italic;
    color: #bf2037;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.more_section {
    background-color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.res_section {
    background-color: #EEEEEF;
    padding-left: 15px;
    padding-right: 15px;
}

.res_section .res_container,
.more_section .more_container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.res_section .res_container > h2,
.more_section .more_container > h2 {
    font-size: 40px;
    line-height: 48px;
    color: #4B4F55;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.more_section .more_container .col_cont_hp,
.res_section .res_container .col_cont_hp {
    text-align: left;
}

.more_section .more_container .col_cont_hp:first-of-type {
    padding-right: 90px;
}

.more_section .more_container .col_cont_hp:last-of-type {
    padding-left: 90px;
}

.more_section .more_container .col_cont_hp img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    height: 218px;
    object-fit: cover;
    border-radius: 17px;
}

.more_section .more_container .col_cont_hp .hp_col_content {
    padding: 0 40px;
}

.more_section .more_container .col_cont_hp .hp_col_content h2 {
    color: #3A3A3D;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
}

.more_section .more_container .col_cont_hp .hp_col_content div {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 50px;
    color: #3A3A3D;
}

.more_section .more_container .col_cont_hp .hp_col_content div p {
    margin-bottom: 0;
}

.more_section .more_container .col_cont_hp .hp_col_content .global_btn {
    margin: 0;
}

.more_section .more_container .col_cont_hp .hp_col_content .global_btn a {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 30px 14px 30px;
}

.res_section .res_container .col_cont_hp > div {
    max-width: 216px;
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.res_section .res_container .col_cont_hp > div img {
    max-width: 100%;
    width: auto;
    text-align: center;
    margin-bottom: 40px;
}

.res_section .res_container .col_cont_hp > div h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #3A3A3D;
    text-transform: none;
    margin-bottom: 20px;
}

.res_section .res_container .col_cont_hp > div div {
    font-size: 15px;
    line-height: 25px;
    color: #4B4F55;
    margin: 0;
    font-weight: normal;
}

body.home {
    background-color: #FFF !important;
}

.res_section .res_container .col_cont_hp > div div p {
    margin-bottom: 0;
}

@media (max-width: 1444px) {
    .hp_new_hero {
        min-height: 805px;
    }
}

@media (max-width: 1199px) {
    .hp_new_hero {
        min-height: 650px;
    }
}

@media (max-width: 1110px) {
    .hp_trusted_by .hp_trust_container .tr_c_col .flex_container img {
        max-width: 75px;
        height: 75px;
    }

    .testimonials_section .te_container .slick-prev {
        left: -150px;
    }

    .testimonials_section .te_container .slick-next {
        right: -150px;
    }
}

@media (max-width: 991px) {
    .hp_trusted_by .hp_trust_container .flex_container img {
        margin-right: 20px;
    }

    .hp_trusted_by .hp_trust_container .tr_c_col .flex_container img {
        max-width: 75px;
        height: 75px;
        margin-right: 5px;
    }

    .hp_trusted_by .hp_trust_container .tr_col h2 {
        margin-bottom: 35px;
    }

    .hp_trusted_by .hp_trust_container .tr_col, .hp_trusted_by .hp_trust_container .tr_c_col {
        width: 100%;
        padding: 0;
    }

    .hp_trusted_by .hp_trust_container .tr_c_col {
        margin-top: 50px;
    }

    .hp_trusted_by {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .solutions_2_bg .absolute_item .right_container {
        padding-left: 50px;
    }

    .solutions_2_bg .absolute_item .left_container {
        padding-right: 50px;
    }

    .solutions_2_bg .absolute_item {
        padding: 120px 50px 170px 50px;
    }

    .uc_section .uc_container .nav_item {
        width: 50%;
    }

    .testimonials_section .te_container .slick-prev {
        top: unset;
        bottom: 200px;
        left: 40%;
    }

    .testimonials_section .te_container .slick-next {
        top: unset;
        bottom: 200px;
        right: 40%;
    }

    .more_section .more_container .col_cont_hp:first-of-type {
        padding-right: 15px;
    }

    .more_section .more_container .col_cont_hp:last-of-type {
        padding-left: 15px;
    }

    .res_section .res_container .col_cont_hp {
        width: 50% !important;
        margin-bottom: 60px;
    }

    .res_section .res_container .col_cont_hp > div {
        margin: 0 auto;
    }

    .res_section {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .hp_new_hero {
        min-height: 520px;
    }

    .hp_new_hero2 .flex_container2 h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .solutions_2_bg {
        min-height: 1200px;
    }

    .solutions_2_bg .flex_container .left_item, .solutions_2_bg .flex_container .right_item {
        width: 100%;
        height: 600px;
    }

    .solutions_2_bg .absolute_item {
        padding: 120px 15px 120px 15px;
        height: 100%;
    }

    .solutions_2_bg .absolute_item h2 {
        text-align: left;
        margin-bottom: 50px;
    }

    .solutions_2_bg .absolute_item .left_container, .solutions_2_bg .absolute_item .right_container {
        width: 100%;
        padding: 0;
    }

    .solutions_2_bg .absolute_item .left_container .global_btn {
        margin-bottom: 280px;
    }

    .uc_section .uc_container .nav_item {
        width: 100%;
    }

    .testimonials_section > div {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .testimonials_section .te_container .slider_txt {
        font-size: 28px;
        line-height: 35px;
    }

    .testimonials_section .te_container .slick-prev {
        width: 28px;
        height: 14px;
        bottom: 130px;
    }

    .testimonials_section .te_container .slick-next {
        width: 28px;
        height: 14px;
        bottom: 130px;
    }

    .more_section {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }

    .more_section .more_container .col_cont_hp {
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 80px;
    }

    .more_section .more_container .col_cont_hp .hp_col_content {
        padding: 0;
    }

    .res_section {
        padding-top: 20px !important;
        padding-bottom: 200px !important;
    }

    .res_section .res_container .col_cont_hp {
        width: 100% !important;
    }

    .res_section .res_container .col_cont_hp > div {
        max-width: 100%;
    }

    .res_section .res_container .col_cont_hp > div img {
        max-width: 168px;
        width: 100%;
        boroder-radius: 17px;
        height: 168px;
        object-fit: cover;
    }
}

.res_section .post_item {
    width: 25%;
}

.res_section .post_item > div {
    max-width: 216px;
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.res_section .post_item .hp_col_img a {
    display: flex;
    margin-bottom: 40px;
}

.res_section .post_item .hp_col_img a img {
    max-width: 218px;
    height: 218px;
    object-fit: cover;
    width: 100%;
    text-align: center;
    border-radius: 23px;
}

.res_section .hp_col_content {
    font-size: 15px;
    line-height: 25px;
    color: #4B4F55;
    margin: 0;
    font-weight: normal;
}

.res_section .hp_col_content a,
.res_section .hp_col_content h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #3A3A3D;
    text-transform: none;
    margin-bottom: 20px;
}

.res_section .hp_col_content p {
    font-size: 15px;
    line-height: 25px;
    color: #4B4F55;
    font-weight: normal;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .res_section .post_item {
        width: 50% !important;
        margin-bottom: 60px;
    }

    .res_section .post_item:last-of-type {
        margin-bottom: 0px;
    }

    .res_section .post_item > div {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .res_section .post_item {
        width: 100% !important;
    }

    .res_section .post_item > div {
        max-width: 100%;
    }

    .res_section .post_item .hp_col_img a img {
        max-width: 168px;
        height: 168px;
    }
}




/* homepage css end */

body.page-id-22107 .row.default-editor .col-sm-3.col-md-2 {
        display: none !important;
}

body.page-id-22107 .row.default-editor .col-sm-9.col-md-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body.page-id-22107 .row.default-editor .iss p,
body.page-id-22107 .row.default-editor .usa p,
body.page-id-22107 .row.default-editor .licenses p, {
    text-align: center;
}

body.page-id-22107 .row.default-editor iframe {
    max-width: 400px !important;
    width: 100%;
    margin: 0 auto;
}

/* new dl4fe page css */

body.page-id-23446 {
    background-color: #000 !important;
}

/* body.page-id-23446 .navbar.fixed-top .header-top-menu {
	display: none !important;
} */

body.page-id-23446 .navbar.fixed-top .header-top-menu > ul > li > a {
    color: #FFF;
}

body.page-id-23446 .navbar.fixed-top .navbar-nav > li > a {
    color: #FFF;
    padding: 0 15px;
}

body.page-id-23446 .navbar.fixed-top .header-top-menu > ul > li > a > i {
    color: #3A3A3D;
}

body.page-id-23446 .navbar.fixed-top .navbar-nav > li > a:hover,
body.page-id-23446 .navbar.fixed-top .header-top-menu > ul > li > a:hover,
body.page-id-23446 .navbar.fixed-top .header-top-menu > ul > li > a > i:hover {
    color: #bf2037;
}

body.page-id-23446 .navbar.fixed-top .navbar-nav > li.request-a-demo-btn > a {
    padding: 10px 20px;
}

body.page-id-23446 .navbar.fixed-top .navbar-nav > li.request-a-demo-btn {
    margin-left: 15px;
}

.new_hero.min-height-1080 {
    min-height: 1080px;
}

@media (max-width: 1600px) {
    .new_hero.min-height-1080 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .new_hero.min-height-1080 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.new_hero.dl4-vig-style h1.font-size-40 {
    font-size:  50px !important;
    line-height: 58px !important;
}

.new_hero.dl4-vig-style div.font-size-25 {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 300 !important;
    color: #EEEEEF !important;
}

.new_hero.dl4-vig-style div.font-size-25 span {
    font-weight: bold !important;
}

.row_reverse_section.dl4-vig-style-1 .row_reverse .flex_container .row_content .global_btn {
    margin-top: 55px !important;
}

.new_hero.dl4-vig-style .global_btn a,
.row_reverse_section.dl4-vig-style-1 .row_reverse .flex_container .row_content .global_btn a {
    padding: 12px 25px;
    font-size: 18px;
}

.new_hero.dl4-vig-style .global_btn.margin-top-40 {
    margin-top: 70px !important;
}

.new_hero.dl4-vig-style .image_center {
    text-align: center;
    margin-top: 110px;
}

.new_hero.dl4-vig-style .image_center img {
    cursor: pointer;
}

.row_reverse_section.dl4-vig-style-2 .flex_container:first-of-type,
.row_reverse_section.dl4-vig-style-1 .flex_container:first-of-type {
    display: none !important;
}

.row_reverse_section.dl4-vig-style-2 h3 {
    font-size: 50px !important;
    line-height: 58px !important;
    color: #BF2037 !important;
}

.row_reverse_section.dl4-vig-style-1 h3 {
    font-size: 35px !important;
    line-height: 42px !important;
    color: #FFF !important;
}

.row_reverse_section.dl4-vig-style-2 .description {
    margin-top: 55px !important;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 300 !important;
    color: #FFF !important
}

body .row_reverse_section.dl4-vig-style-2 .description p,
body .row_reverse_section.dl4-vig-style-1 .description p {
    font-family: "Roboto", Sans-Serif !important;
}

.row_reverse_section.dl4-vig-style-1 .description {
    font-size: 25px !important;
    line-height: 32px !important;
    font-weight: normal !important;
    color: #FFF !important
}

.row_reverse_section.dl4-vig-style-2 .mid_container {
    max-width: 1200px !important;
}

.row_reverse_section.dl4-vig-style-1 .mid_container {
    max-width: 1280px !important;
}

.row_reverse_section.dl4-vig-style-1 .flex_container {
    margin-bottom: 170px !important;
}

.row_reverse_section.dl4-vig-style-2 .description span {
    font-weight: bold !important;
}

.row_reverse_section.dl4-vig-style-2 .row_content {
    width: 50% !important;
}

.row_reverse_section.dl4-vig-style-1 .row_content {
    width: 51% !important;
}

.row_reverse_section.dl4-vig-style-2 .row_img {
    width: 50% !important;
}

.row_reverse_section.dl4-vig-style-1 .row_img {
    width: 49% !important;
    text-align: center !important;
    padding: 0 !important;
}

.row_reverse_section.dl4-vig-style-2 .row_img img {
    width: 810px !important;
    height: 1010px !important;
    object-fit: unset !important;
    position: absolute;
    left: 0;
    top: -100px;
}

.row_reverse_section.dl4-vig-style-1 .row_img img {
    width: 100% !important;
    height: unset !important;
    object-fit: unset !important;
    max-width: 800px !important;
}

.row_reverse_section.dl4-vig-style-1 .flex_container:last-of-type {
    margin-bottom: 0 !important;
}

#dl4_cta {
    padding-top: 130px !important;
    padding-bottom: 300px !important;
}

#dl4_cta.cta_section .cta_flex > div > div {
    width: 305px;
}

#dl4_cta.cta_section .cta_flex h2 {
    font-size: 35px !important;
    line-height: 42px !important;
    margin-bottom: 35px !important;
    font-weight: bold !important;
    color: #FFF !important;
}

#dl4_cta.cta_section p {
    margin-bottom: 0 !important;
    font-size: 25px;
    line-height: 35px;
    color: #FFF !important;
    font-weight: normal;
    font-family: "Roboto", Sans-Serif !important;
}

body.page-id-23446 {
	margin-top: 0 !important;
}

body.page-id-23446 #specs {
    padding-top: 0 !important;
    padding-bottom: 250px !important;
    background-color: #000 !important;
}

body.page-id-23446 #specs:before {
    display: none;
}

.dl4fe_style.anchor_cta_section .cta_anchor_section {
    max-width: 800px;
    justify-content: space-evenly !important;
}

/* .row_reverse_section.dl4-vig-style-1 .row_reverse .flex_container:nth-child(2) .row_img img {
    max-width: 400px !important;
} */

.dl4fe_style.anchor_cta_section .cta_anchor_section .global_btn {
    margin-right: 0;
}

.dl4fe_style.anchor_cta_section .cta_anchor_section .global_btn a {
    background-color: #BF2037 !important;
    border-radius: 50px;
    padding: 14px 35px;
    font-size: 18px;
    line-height: normal;
}

#dl4_img_sect.cta_section {
    padding: 0 !important;
}

#dl4_img_sect.cta_section .cta_flex {
    max-width: 650px;
    justify-content: space-between;
    align-items: center;
}

#dl4_img_sect.cta_section .cta_flex > div > div {
    width: 100%;
    margin: 0;
    text-align: center;
}

#dl4_img_sect.cta_section .cta_flex .cta_container:nth-child(1) img {
    max-width: 72px;
}

#dl4_img_sect.cta_section .cta_flex .cta_container:nth-child(2) img {
    max-width: 100px;
}

#dl4_img_sect.cta_section img {
    margin-bottom: 0;
}

body.page-id-23446 .navbar-brand img {
	margin-top: 0;
}

@media (min-width: 1200px) {
    body.page-id-23446 nav.fixed-top.bg-white {
        box-shadow: none;
    }

    body.page-id-23446 .fixed-top .header-top-menu {
        transition: visibility 0.1s, opacity 0.1s, left 0.3s;
        visibility: visible;
        opacity: 1;
    }

    body.page-id-23446 .fixed-top.scroll .header-top-menu {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        right: 50%;
        top: 0px;
        transform: translateX(-50%);
    }

    body.page-id-23446 nav.fixed-top.bg-white.scroll {
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    }
	
	body.page-id-23446 nav.fixed-top.bg-white {
        background-color: transparent !important;
    }

    body.page-id-23446 nav.fixed-top.scroll.bg-white {
        background-color: #000 !important;
    }
}

@media (min-width: 993px) {
    .row_reverse_section.dl4-vig-style-1 .flex_container:nth-child(4) .row_img img {
        width: auto !important;
    }
}

@media (max-width: 1600px) {
    .row_reverse_section.dl4-vig-style-2 .row_img img {
        width: 600px !important;
        height: 810px !important;
    }
}

@media (max-width: 1250px) {
    .row_reverse_section.dl4-vig-style-2 .row_img img {
        width: 400px !important;
        height: 610px !important;
    }
}

@media (max-width: 992px) {
    .row_reverse_section.dl4-vig-style-2 .row_content {
        width: 72% !important;
    }

    #dl4_cta {
        padding-top: 30px !important;
    }

    #dl4_cta .cta_flex {
        justify-content: flex-start;
    }

    #dl4_cta .cta_container {
        width: 50% !important;
        margin-top: 100px !important;
    }
}

@media (max-width: 850px) {
    .row_reverse_section.dl4-vig-style-2 .row_img img {
        width: 300px !important;
        height: 510px !important;
    }
}

@media (max-width: 767px) {
    .new_hero.dl4-vig-style {
        padding-top: 130px !important;
        align-items: flex-start;
    }

    .new_hero.dl4-vig-style div.font-size-25 {
        font-size: 30px !important;
        line-height: 38px !important;
        margin-top: 60px !important;
    }

    .new_hero.dl4-vig-style .global_btn.margin-top-40 {
        margin-top: 60px !important;
    }

    .new_hero.dl4-vig-style .image_center {
        margin-top: 75px;
    }

    .row_reverse_section.dl4-vig-style-2 .row_img img {
        width: 400px !important;
        height: 560px !important;
        left: -88px;
        top: -170px;
    }

    .row_reverse_section.dl4-vig-style-2 h3 {
        margin-top: 110px !important;
    }

    .row_reverse_section.dl4-vig-style-2 {
        padding-bottom: 110px !important;
    }

    .row_reverse_section.dl4-vig-style-2 .description {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .row_reverse_section.dl4-vig-style-1 .row_img,
    .row_reverse_section.dl4-vig-style-2 .row_img,
    .row_reverse_section.dl4-vig-style-1 .row_content,
    .row_reverse_section.dl4-vig-style-2 .row_content {
        width: 100% !important;
    }

    .row_reverse_section.dl4-vig-style-1 .flex_container {
        margin-bottom: 110px !important;
    }

    .row_reverse_section.dl4-vig-style-1 {
        padding-bottom: 165px !important;
    }

    .row_reverse_section.dl4-vig-style-1 .row_reverse .flex_container .row_img img {
        margin-bottom: 20px;
    }

    #dl4_cta {
        padding-top: 0px !important;
        padding-bottom: 150px !important;
    }

    #dl4_cta .cta_flex {
        justify-content: flex-start;
    }

    #dl4_cta .cta_container:first-of-type {
        margin-top: 0 !important;
    }

    #dl4_cta .cta_container {
        width: 100% !important;
        margin-top: 100px !important;
    }

    #dl4_cta.cta_section .cta_flex h2 {
        margin-bottom: 55px !important;
    }

    #dl4_cta.cta_section .cta_flex > div > div {
        width: 100%;
    }

    .section_style_bg.anchor_cta_section.dl4fe_style {
        padding-top: 15px !important;
        padding-bottom: 160px !important;
    }

    #dl4_img_sect.cta_section .cta_container {
        width: 50% !important;
        padding-bottom: 50px !important;
    }
}

/* popup */

.video_popup {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.video_popup .video_container {
    position: relative;
    text-align: center;
}

.video_popup .video_container #close_button {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2021/08/1544761977-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    border: none;
    outline: none;
}

.video_popup .video_container #close_button:focus {
    outline: none;
}

.video_popup .video_container .vid {
    width: 1000px;
    height: 600px;
}

.video_popup .video_container .vid iframe {
    width: 100%;
    height: 100%;
}

.video_popup.active {
    display: block;
}

.video_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.video_popup_overlay.active {
    display: block;
}

@media (max-width: 1060px) {
    .video_popup .video_container .vid {
        width: 700px;
        height: 400px;
    }

    .video_popup .video_container #close_button {
        right: 0;
        top: -50px;
    }
}

@media (max-width: 767px) {
    .video_popup .video_container .vid {
        width: 345px;
        height: 300px;
    }

    .video_popup .video_container #close_button {
        top: 20px;
        width: 20px;
        height: 20px;
    }
}

/* new dl4fe page css end */

.reverse_mob_img {
	display: none;
}

.bohs_table,
.bohs_table tr,
.bohs_table td {
	border: 1px solid #DDD;
	padding: 5px;
}

@media (max-width: 767px) {
	body.page-id-22107 .row.default-editor .col-sm-9.col-md-10 {
		    overflow: hidden;
    overflow-x: scroll;
	}
	
	.bohs_table {
		    max-width: 1110px;
    width: 100%;
	}
}

/* updates 13.10.21 */

footer .logos img {
    max-width: 80px;
    width: 100%;
}

footer .contact a {
    word-break: break-all;
}

.section_style_bg .aicpa_logo {
    display: block;
    max-width: 150px;
    width: 100%;
    margin-bottom: 50px;
}

.section_style_bg .logos_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.section_style_bg .logos_section .logo_img {
    width: 95px !important;
    margin-right: 8px;
}

.section_style_bg .logos_section .logo_img:last-of-type {
    margin-right: 0;
}

.section_style_bg .logos_section .logo_img {
    max-width: 100%;
    width: 100%;
}

.mult_row .row_title h4 {
    font-size: 15px;
    line-height: 25px;
    color: #4B4F55;
    font-family: "Open Sans", Sans-Serif !important;
    margin-top: 0;
    margin-bottom: 80px;
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    text-align: center;
}

.anchor_cta_section.certifications_section .cta_anchor_section .global_btn a {
    padding: 8px 15px 8px 15px;
}

.title-text-align-center .mult_row .row_title {
    text-align: center;
}

.product_tabl {
	margin-top: 80px;
}

.product_tabl table tr th {
	padding: 5px;
}

.product_tabl table tr td {
	padding: 5px;
}

.product_tabl table tr:nth-child(even) {
	background-color: #EEEEEF;
}

.product_tabl table tr:nth-child(odd) {
	background-color: #fff;
}

@media (max-width: 992px) {
    footer .logos img {
        margin-bottom: 45px;
    }
	
	.product_tabl {
		overflow: hidden;
    	overflow-x: scroll;
	}
	
	.product_tabl table {
		max-width: 1060px;
    	width: 1060px !important;
	}
}

@media (max-width: 767px) {
    .section_style_bg .aicpa_logo {
        margin-bottom: 40px;
    }

    .section_style_bg .logos_section .logo_img {
        width: 75px !important;
        margin-right: 6px;
    }
	
	.sgpb-content-23745 {
		max-width: 345px !important;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
		min-width: 345px !important;
	}
	
	.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-3 {
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}

/* changes 17.11.2021 */

.deployment h2.text-center {
	margin-top: 135px !important;
}

#get_started.cta_section {
	padding-top: 100px !important;
}

#get_started .sect_title h2 {
	margin-bottom: 100px;
	color: #BF2037;
}

#get_started.cta_section .cta_flex > div > div {
	margin-left: 0;
	width: 275px;
}

#get_started.cta_section img {
	margin-bottom: 30px;
}

#get_started.cta_section .cta_flex h2 {
	margin-bottom: 30px;
}

#get_started.cta_section .cta_flex {
	margin-bottom: 50px;
}

#get_started .cta_container:nth-child(3) img {
	margin-top: -35px;
}

#get_started .section-btn {
	text-align: center;
}

@media (max-width: 992px) {
	#get_started.cta_section .cta_flex > div > div {
		max-width: 275px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.deployment h2.text-center {
		margin-top: 100px !important;
	}
	
	#get_started.cta_section .cta_flex > div > div {
		max-width: 100%;
		width: 100%;
	}
	
	#get_started .cta_container:nth-child(3) img {
		margin-top: 0px;
	}
	
	#get_started .sect_title h2 {
		margin-bottom: 85px;
	}
	
	#get_started.cta_section .cta_flex {
		margin-bottom: 60px;
	}
	
	#get_started.cta_section {
		padding-bottom: 210px;
		padding-top: 60px !important;
	}
}