/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    overflow-x: hidden;
}

body {
    background: #FFF;
    color: #002140 !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif, Arial !important;
    position: relative;
    overflow-x: hidden;
}

body p {
    font-size: 20px;
    line-height: 1.6em;
}

body a {
    transition: 0.5s;
    color: #0076BB;
}

body a:hover,
body a:active,
body a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

body ul,
body li {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

.halign-left {
    text-align: left !important;
}

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

.halign-right {
    text-align: right !important;
}

.wrapper {
    width: 1390px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.full-width {
    width: 100%;
}

.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.row {
    justify-content: center !important;
}

.banner {
    background-size: cover;
}

.banner-v1,
#featuredImage.banner-v1 {
    background-position-y: 5%;
}

.banner-v2,
#featuredImage.banner-v2 {
    background-position-y: 10%;
}

.banner-v3,
#featuredImage.banner-v3 {
    background-position-y: 15%;
}

.banner-v4,
#featuredImage.banner-v4 {
    background-position-y: 20%;
}

.banner-v5,
#featuredImage.banner-v5 {
    background-position-y: 25%;
}

.banner-v6,
#featuredImage.banner-v6 {
    background-position-y: 30%;
}

.banner-v7,
#featuredImage.banner-v7 {
    background-position-y: 35%;
}

.banner-v8,
#featuredImage.banner-v8 {
    background-position-y: 40%;
}

.banner-v9,
#featuredImage.banner-v9 {
    background-position-y: 45%;
}

.banner-v10,
#featuredImage.banner-v10 {
    background-position-y: 50%;
}

.banner-v11,
#featuredImage.banner-v11 {
    background-position-y: 55%;
}

.banner-v12,
#featuredImage.banner-v12 {
    background-position-y: 60%;
}

.banner-v13,
#featuredImage.banner-v13 {
    background-position-y: 65%;
}

.banner-v14,
#featuredImage.banner-v14 {
    background-position-y: 70%;
}

.banner-v15,
#featuredImage.banner-v15 {
    background-position-y: 75%;
}

.banner-v16,
#featuredImage.banner-v16 {
    background-position-y: 80%;
}

.banner-v17,
#featuredImage.banner-v17 {
    background-position-y: 85%;
}

.banner-v18,
#featuredImage.banner-v18 {
    background-position-y: 90%;
}

.banner-v19,
#featuredImage.banner-v19 {
    background-position-y: 95%;
}

.banner-v20,
#featuredImage.banner-v20 {
    background-position-y: 100%;
}

#articleBody li {
    margin: 5px 0;
}

.default-list li {
    font-size: 18px;
    font-weight: normal;
}

#articleBody li:last-child {
    margin-top: 30px;
}

#articleBody li:last-child strong {
    display: none;
}

.valign {
    margin-bottom: auto;
    margin-top: auto;
}

.anchor-spot {
    scroll-margin-top: 130px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    padding: 0;
    text-transform: uppercase;
    background: #FFF;
    z-index: 998;
    position: fixed;
    width: 100%;
}

#topbar .top-menu a {
    color: #838B91;
    font-size: 12px;
    margin-left: 20px;
}

#topbar .top-menu .search-icon {
    font-family: "ElegantIcons";
}

#topbar .top-menu a.active,
#topbar .top-menu a:hover {
    color: #0056b3;
}

#topbar .top-menu a.active {
    font-family: "Roboto";
    font-weight: 700;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #CCC;
    box-shadow: 10px 0 10px #CCC;
    padding: 43px 0 35px;
    position: fixed;
    background: #FFF;
    width: 100%;
    z-index: 997;
}

#header .logo img {
    width: 345px;
    height: 100%;
}

#header.header-scrolled {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
}

#topbar.header-scrolled2 {
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

main#main {
    padding-top: 126px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav {
    margin: 10px 0 0 !important;
    padding: 0 !important
}

#header.header-scrolled .main-nav {
    margin: 3px 0 0 !important;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > div > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    margin: 0 4px 0;
    padding-bottom: 0;
}

.main-nav > div > ul > li:not(:last-child) > a {
    margin: -3px 0 -5px;
    padding: 10px 15px;
}

.main-nav > div > ul > li > a.dropdown-toggle {
    border: 1px solid transparent;
    border-bottom: none;
    transition: none;
}

.main-nav > div > ul > li:hover > a.dropdown-toggle {
    background: #F5F5F5;
    border-color: #D2D5DA;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
}

.submenu-wrapper {
    flex: 1 1 auto;
    position: relative;
}

.submenu2 {
    background-color: white;
    border: 1px solid #D2D5DA;
    border-radius: .25rem;
    display: none;
    position: absolute;
    right: -2px;
    top: 30px;
    z-index: 1;
}

.submenu-wrapper:hover .submenu2 {
    display: block;
}

.submenu-col {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}

.submenu-col-sep {
    border: 1px solid #D2D5DA;
    margin: 30px auto;
}

.submenu-col .sub-link {
    margin-left: 15px;
}

.main-nav .submenu-button {
    display: none;
}

.menu-psNav > * {
    flex: 1 1 auto;
}

.main-nav > div > ul > li:last-child {
    margin-right: 0;
}

.main-nav a {
    display: block;
    position: relative;
    color: #002140;
    transition: 0.3s;
    font-size: 16px;
}

.main-nav .navbar-nav li {
    font-weight: 400;
}

.main-nav .navbar-nav > li > a.active,
.main-nav .navbar-nav > li > a:not(.ctaSmallBtn):not(.dropdown-toggle):hover {
    margin-bottom: -10px;
    padding-bottom: 10px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.main-nav a.active {
    color: #0076BB;
    font-family: "Roboto";
    font-weight: 700;
}

.main-nav a:hover {
    color: #0076BB;
}

.main-nav .dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: 0.155em;
}

.main-nav li.menu-btn {
    margin-top: 5px;
}

.main-nav li.menu-btn a.ctaSmallBtn {
    color: #FFF;
}

.main-nav ul li:hover > .dropdown-menu {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: row;
}

.main-nav ul li:not(.menu-btn):last-child:hover > .dropdown-menu,
.main-nav ul li:not(.menu-btn):nth-last-child(2):hover > .dropdown-menu {
    right: 0;
    left: auto;
}

.main-nav .dropdown-menu {
    padding: 0;
    background: #fff;
    z-index: -1;
}

.main-nav .dropdown-menu a.nav-title {
    font-family: "Roboto";
    font-weight: 700;
}

.main-nav .dropdown-menu a.nav-title:hover {
    color: #002140;
}

.main-nav .dropdown-menu a {
    padding: 5px 20px;
}

.main-nav .dropdown-menu .dropdown-menu {
    margin-left: -1px;
}

#header .main-nav .PSNav {
    top: -1px;
    right: 100%;
    height: 100%;
    width: 100%;
    float: right;
    padding: 10px 20px;
    margin: -5px -3px -8px 0;
    position: relative;
    z-index: 1000;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem 0 0 .25rem;
}

#header .main-nav .PSNav span {
    font-family: "Roboto";
    font-weight: 700;
}

#header .main-nav .PSNav a {
    padding: 5px 0;
}

/*** dark background ***/
body .dark-background,
body .dark-background a,
body .dark-background a:hover {
    color: #FFF;
}
body .dark-background a {
    text-decoration: underline;
}

/*** Mobile ***/
.main-nav .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: #aaa;
    outline: none;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main-nav .navbar-toggler span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #888;
    margin-top: 5px;
}

.main-nav .navbar-toggler span:first-child {
    margin-top: 0;
}

.main-nav .navbar-toggler span.navbar-toggler-icon {
    display: none;
}

.main-nav .navbar-toggler.collapsed span.navbar-toggler-icon {
    display: block;
}

.main-nav .navbar-toggler span.navbar-close-icon {
    background: transparent;
    display: block;
    height: auto;
    margin: 0;
}

.main-nav .navbar-toggler.collapsed span.navbar-close-icon {
    display: none;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
nav.breadcrumbs {
    background: #0D76B9;
}

nav.breadcrumbs ul.breadcrumb {
    padding: 9px 0;
    margin-bottom: 0;
    background-color: transparent;
}

nav.breadcrumbs ul.breadcrumb li {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    color: #B6D6EB;
}

nav.breadcrumbs ul.breadcrumb li span {
    color: #B6D6EB;
    margin: 0 9px 0 -12px;
    font-size: 22px;
    font-family: "ElegantIcons";
    float: left;
    line-height: 20px;
    font-weight: 100;
}

nav.breadcrumbs ul.breadcrumb li a {
    color: #B6D6EB;
    display: block;
    margin-right: 21px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Defaults
----------------------------------------------------------------
--------------------------------------------------------------*/

/*--------------------- # Section Titles ---------------------*/
.sectionTitle {
    margin-top: 40px;
    overflow: hidden;
}

.sectionTitle h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    margin: auto;
    max-width: 910px;
    text-align: center;
}

.sectionTitle h2:after {
    background-color: rgba(120, 158, 47, 1);
    content: "";
    display: block;
    height: 8px;
    margin: 23px auto 27px;
    width: 170px;
}

.sectionTitle p {
    font-size: 20px;
    font-family: "Roboto";
    margin: auto;
    max-width: 910px;
    text-align: center;
}

.sectionTitle p.bottom-text {
    margin-top: 40px;
}

.sectionTitle .sectionIntro {
    margin-bottom: 40px;
    text-align: left;
}

.sectionTitle .sectionCta {
    font-weight: 700;
}

/*--------------------- # Featured Demo Button And Wave ---------------------*/
.featured-demo-btn {
    position: fixed;
    right: -95px;
    top: 207px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    z-index: 990;
}

.featured-demo-btn:hover {
    right: 0;
}

.featured-wave {
    position: relative;
    z-index: 1;
}

.featured-wave img {
    width: 100%;
}

.featured-wave.featured-wave-no-image img {
    height: 90px;
}

/*--------------------- # Buttons ---------------------*/
.ctaBtn.ctaBtn-v2,
.ctaBtn.ctaBtn-v2:hover {
    background: #3bb73b;
}
.ctaBtn,
.ctaBigBtn {
    border: none;
    background: -moz-linear-gradient(0deg, rgba(238, 139, 0, 1) 0%, rgba(237, 103, 32, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(238, 139, 0, 1) 0%, rgba(237, 103, 32, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(238, 139, 0, 1)), color-stop(1, rgba(237, 103, 32, 1)));
    background: -o-linear-gradient(0deg, rgba(238, 139, 0, 1) 0%, rgba(237, 103, 32, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(238, 139, 0, 1) 0%, rgba(237, 103, 32, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE8B00', endColorstr='#ED6720' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(238, 139, 0, 1) 0%, rgba(237, 103, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE8B00', endColorstr='#ED6720', GradientType=1);
}

.ctaSmallBtn:hover,
.ctaBtn:hover,
.ctaBigBtn:hover {
    color: #FFF;
    text-decoration: none;
}

.ctaSmallBtn {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 4px 13px 5px !important;
    border: none;
    transition: 0.5s;
    color: #fff !important;
    background: -moz-linear-gradient(45deg, rgba(238, 179, 0, 1) 0%, rgba(237, 129, 32, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(238, 179, 0, 1) 0%, rgba(237, 129, 32, 1) 100%);
    background: -webkit-gradient(linear, 20.49% 183.7%, 79.51% -83.7%, color-stop(0, rgba(238, 179, 0, 1)), color-stop(1, rgba(237, 129, 32, 1)));
    background: -o-linear-gradient(45deg, rgba(238, 179, 0, 1) 0%, rgba(237, 129, 32, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(238, 179, 0, 1) 0%, rgba(237, 129, 32, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEB300', endColorstr='#ED8120' ,GradientType=0)";
    background: linear-gradient(45deg, rgba(238, 179, 0, 1) 0%, rgba(237, 129, 32, 1) 100%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEB300', endColorstr='#ED8120', GradientType=1);
}

.ctaBtn {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: inline-block;
    padding: 10px 32px;
    transition: 0.5s;
    color: #fff !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.ctaBigBtn {
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3px;
    display: inline-block;
    padding: 15px 63px;
    transition: 0.5s;
    color: #FFF !important;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}

.ctaBtn:hover,
.ctaBigBtn:hover {
    background: -moz-linear-gradient(0deg, rgba(237, 103, 32, 1) 0%, rgba(238, 139, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237, 103, 32, 1) 0%, rgba(238, 139, 0, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(237, 103, 32, 1)), color-stop(1, rgba(238, 139, 0, 1)));
    background: -o-linear-gradient(0deg, rgba(237, 103, 32, 1) 0%, rgba(238, 139, 0, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(237, 103, 32, 1) 0%, rgba(238, 139, 0, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED6720', endColorstr='#EE8B00' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(237, 103, 32, 1) 0%, rgba(238, 139, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED6720', endColorstr='#EE8B00', GradientType=1);
}

.ctaSmallBtn:hover {
    background: -moz-linear-gradient(45deg, rgba(237, 129, 32, 1) 0%, rgba(238, 179, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237, 129, 32, 1) 0%, rgba(238, 179, 0, 1) 100%);
    background: -webkit-gradient(linear, 20.49% 183.7%, 79.51% -83.7%, color-stop(0, rgba(237, 129, 32, 1)), color-stop(1, rgba(238, 179, 0, 1)));
    background: -o-linear-gradient(45deg, rgba(237, 129, 32, 1) 0%, rgba(238, 179, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(237, 129, 32, 1) 0%, rgba(238, 179, 0, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8120', endColorstr='#EEB300' ,GradientType=0)";
    background: linear-gradient(45deg, rgba(237, 129, 32, 1) 0%, rgba(238, 179, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8120', endColorstr='#EEB300', GradientType=1);
}

.lineBtnList {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.lineBtnList li {
    display: inline-block;
    margin: 0 15px;
}

.lineBtnList li a {
    font-size: 18px;
}

/*--------------------- # FAQ ---------------------*/
section#faqs {
    margin: 5% 0 -5%;
    padding: 60px 0 80px;
}
section#faqs .container-fluid {
    max-width: 1120px;
}
section#faqs .header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
section#faqs .faqBtn {
    background-color: #0D76B9;
    border: solid 2px #FFF;
    border-radius: 8px;
    color: #FFF;
    padding: 10px 24px;
}
section#faqs .faqs-list {
    display: none;
    justify-content: left;
    padding-top: 30px;
}
section#faqs .faqs-list.show-faq {
    display: block;
}
section#faqs .faqs-list .faq-question {
    font-size: 18px;
    font-weight: 700;
}
section#faqs .faqs-list .faq-answer {
    margin-top: 30px;
    padding: 5px 0 0;
}

section#faqs .faqs-list .faq-answer,
section#faqs .faqs-list .faq-answer li,
section#faqs .faqs-list .faq-answer p {
    font-size: 16px;
}

/*--------------------- # Video Player ---------------------*/
.plyr button.plyr__control.plyr__control--overlaid {
    background-image: url(/assets/images/playBtn.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    width: 148px !important;
    height: 148px !important;
}

.plyr button.plyr__control.plyr__control--overlaid svg {
    display: none;
}

/*--------------------- # Background images ---------------------*/
.block-bg-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: inherit;
}

/*--------------------- # Form ---------------------*/
h2#form-title {
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}

.ebooksStructure h2#form-title {
    text-transform: none;
}

@media (max-width: 1260px) {
    h2#form-title {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    h2#form-title {
        font-size: 24px;
    }
}

h2.successful-form-submission {
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 900;
    line-height: 43.2px;
    display: none;
}

#validateDownload {
    background: #FFF;
    padding: 20px;
    max-width: 70%;
    position: relative;
    display: table;
    width: 100%;
    margin: auto;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Sections
----------------------------------------------------------------
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Featured Video Section
--------------------------------------------------------------*/
#featuredVideo {
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 35px 0 0 0;
    overflow: hidden;
}

#featuredVideo .container-cover {
    background: #002140;
    opacity: 0.55;
    filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

#featuredVideo .row {
    justify-content: left !important;
}

#featuredVideo .header-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
    z-index: -1;
}

#featuredVideo .header-video video {
    width: 100%;
}

#featuredVideo .featuredVideo-info {
    color: #fff;
    float: left;
}

#featuredVideo .featuredVideo-info h1 {
    color: #FFF;
    font-family: "Roboto";
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 25px;
}

#featuredVideo .featuredVideo-info a {
    margin: 28px 0 50px;
}

/*--------------------------------------------------------------
# Featured Image Section
--------------------------------------------------------------*/
#featuredImage {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 0;
}

#featuredImage .container-cover {
    background: #002140;
    opacity: 0.55;
    filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    position: absolute;
    height: 100%;
    width: 100%;
}

#featuredImage .container-no-cover {
    background: #002140;
    opacity: 1;
    filter: alpha(opacity=1) progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    position: absolute;
    height: 100%;
    width: 100%;
}

#featuredImage .container-fluid {
    padding: 55px 0 25px;
}

#featuredImage .container-fluid.featured-no-image {
    padding: 60px 0 40px;
}

#featuredImage .featuredImage-info {
    color: #FFF;
    font-family: "Roboto";
    font-size: 60px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
}

/*--------------------------------------------------------------
# Platform Steps
--------------------------------------------------------------*/
#platformSteps .platformSteps-wrapper {
    margin-top: 20px;
}

/********** DEFAULTS **********/
#platformSteps .platformSteps-wrapper > div {
    padding: 60px 0;
    position: relative;
}

#platformSteps .platformSteps-wrapper > div:nth-child(even) {
    background-image: url(/assets/images/platform-step-bg.png);
    background-size: 100% 100%;
    padding: 80px 0;
    background-repeat: repeat-x;
}

#platformSteps .platformSteps-wrapper .step-img img {
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

/********** INFORMATION **********/
#platformSteps .platformSteps-wrapper .info-wrapper .info {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#platformSteps .platformSteps-wrapper h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
}

#platformSteps .platformSteps-wrapper h2:after {
    content: "";
    width: 155px;
    height: 6px;
    display: block;
    margin: 20px 0;
}

#platformSteps .platformSteps-wrapper > div:nth-child(odd) h2:after {
    background-color: #789E2F;
}

#platformSteps .platformSteps-wrapper > div:nth-child(even) h2:after {
    background-color: #0D76B9;
}

#platformSteps .platformSteps-wrapper p:first-child {
    font-family: "Roboto";
    font-size: 22px;
}

#platformSteps .platformSteps-wrapper p {
    font-family: "Roboto";
    font-size: 20px;
}

#platformSteps .platformSteps-wrapper ul, #platformSteps .platformSteps-wrapper ol {
    font-size: 16px;
    padding-left: 17px;
    font-family: "Roboto", NotoSerif;
}

.platformSteps-wrapper ol li {
    font-family: "Roboto", Notoserif !important;
    font-size: 12pt;
}

#platformSteps .platformSteps-wrapper ul li {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Homepage Platform Steps
--------------------------------------------------------------*/
#trainingPlatformSteps .sectionTitle .wrapper {
    margin-top: 25px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper {
    margin-top: 20px;
}

#trainingPlatformSteps .row {
    position: relative;
}

/********** NUMBER **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    bottom: 0;
    padding: 0 !important;
    background-position: left center;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num.fadeInRight {
    background-position: right center;
    right: -140px;
    left: inherit;
}

/********** LINE **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-line-wrap {
    overflow: hidden;
    padding: 0 !important;
    z-index: 1;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-line {
    background: url(/assets/images/line1.png);
    background-repeat: repeat-y;
    background-position: 50%;
    position: relative;
    height: 100%;
}

/********** IMAGE **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img {
    z-index: 2;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-1 .step-img {
    right: 3%;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-2 .step-img {
    left: -4%;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-3 .step-img {
    right: 4%;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img .trainingPlatformSteps-media {
    max-width: 40vw;
    padding-bottom: 20px;
    padding-top: 20px;
}

/********** IMAGE BACKGROUND **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img-bg {
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    background-position: center center;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-1 .step-img-bg {
    right: -41.666667%;
    top: 0;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-2 .step-img-bg {
    left: -28%;
    height: 484px;
    top: 12%;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-3 .step-img-bg {
    right: -32.666667%;
    top: -31%;
    height: 811px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-4 .step-img-bg {
    left: -28%;
    height: 400px;
    top: 100px;
}

/********** DEFAULTS **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-1 > div > .wrapper > .row > div {
    padding-top: 110px;
    padding-bottom: 0;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-2 > div > .wrapper > .row > div {
    padding-top: 94px;
    padding-bottom: 94px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-3 > div > .wrapper > .row > div {
    padding-top: 11px;
    padding-bottom: 50px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-4 > div > .wrapper > .row > div {
    padding-top: 75px;
    padding-bottom: 60px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-2 {
    background-image: url(/assets/images/step2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-4 {
    background-image: url(/assets/images/step4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/********** INFORMATION **********/
#trainingPlatformSteps .trainingPlatformSteps-wrapper .info-wrapper .info {
    position: relative;
    z-index: 2;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper h6 {
    font-family: "Roboto";
    font-size: 20px;
    color: #808080;
    letter-spacing: 7px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper h3 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 900;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper h3:after {
    content: "";
    width: 155px;
    height: 6px;
    display: block;
    margin: 20px 0;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper > div:nth-child(odd) h3:after {
    background-color: #789E2F;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper > div:nth-child(even) h3:after {
    background-color: #0D76B9;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper p {
    font-size: 20px;
    font-family: "Roboto", NotoSerif;
    line-height: 1.6em;
    margin-bottom: 11px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper p.cta-container {
    line-height: 19px;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper ul {
    font-size: 15px;
    padding-left: 17px;
    font-family: "Roboto", NotoSerif;
}

#trainingPlatformSteps .trainingPlatformSteps-wrapper ul li {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Split Half Block Right
--------------------------------------------------------------*/
#splitHalfBlockRight .splitHalfBlockRight-bgtop,
#splitHalfBlockRight .splitHalfBlockRight-bgbottom {
    display: block;
    width: 100%;
}

#splitHalfBlockRight {
    width: 100%;
    position: relative;
}

#splitHalfBlockRight .container-fluid.clearfix {
    background-size: 100% 100%;
    float: left;
    width: 100%;
}

#splitHalfBlockRight > div {
    padding: 2% 0;
}

#splitHalfBlockRight .splitHalfBlockRight-info {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockRight h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 25px;
}

#splitHalfBlockRight h2:after {
    content: "";
    width: 170px;
    height: 8px;
    display: block;
    margin: 16px 0 0;
    background-color: #78a22f;
}

#splitHalfBlockRight p {
    font-size: 20px;
}

#splitHalfBlockRight .splitHalfBlockRight-image {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockRight .splitHalfBlockRight-image video {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Split Half Block Right Full
--------------------------------------------------------------*/
#splitHalfBlockRightFull .splitHalfBlockRight-bgtop,
#splitHalfBlockRightFull .splitHalfBlockRight-bgbottom {
    display: block;
    width: 100%;
}

#splitHalfBlockRightFull {
    width: 100%;
    position: relative;
}

#splitHalfBlockRightFull > div {
    padding: 2% 0;
}

#splitHalfBlockRightFull .splitHalfBlockRightFull-info {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockRightFull h2 {
    font-family: "Roboto";
    font-size: 46px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 25px;
}

#splitHalfBlockRightFull p {
    font-size: 20px;
    margin-bottom: 19px;
}

#splitHalfBlockRightFull .splitHalfBlockRightFull-image {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockRightFull .splitHalfBlockRightFull-image img {
    max-width: 100%;
    width: inherit;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials .sectionTitle {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: table;
}

#testimonials #testimonials-wrapper {
    z-index: 1;
}

#testimonials #testimonials-wrapper2 {
    z-index: 1;
}

#testimonials .carousel-inner {
    overflow: visible;
    margin-top: 4%;
}

#testimonials .testimonials-desc {
    text-align: right;
    font-size: 23.5px;
}

#testimonials .testimonials-desc div:first-child p:before {
    content: "}";
    font-family: Wingdings;
    font-size: 98px;
    color: #CAD4D9;
    line-height: 168px;
    height: 68px;
    display: table-caption;
}

#testimonials .testimonials-desc div:nth-child(1) {
    width: calc(100% - 110px);
}

#testimonials .testimonials-desc div:nth-child(1) p {
    font-family: "Roboto", NotoSerif;
    display: initial;
}

#testimonials .testimonials-desc div:first-child:after {
    content: "~";
    font-family: Wingdings;
    font-size: 98px;
    float: right;
    color: #CAD4D9;
    line-height: 168px;
    height: 68px;
    margin-right: -60px;
    display: table-caption;
}

#testimonials .testimonials-desc div:nth-child(2) {
    margin-top: 21px;
}

#testimonials .testimonials-desc div:nth-child(2) p {
    margin-bottom: 0;
    font-size: 22px;
    float: right;
    margin-right: 0;
    margin-top: 30px;
}

#testimonials .testimonials-desc div:nth-child(2) strong {
    font-family: "Roboto";
    font-weight: 900;
}

#testimonials .testimonials-desc div:nth-child(2) em {
    font-family: "Roboto";
    font-size: 20px;
    font-style: italic;
}

#testimonials .testimonials-image {
    margin-top: 0;
    padding: 0 40px;
}

#testimonials .testimonials-img {
    margin-top: 20px;
    margin-left: 30px;
    float: right;
}

#testimonials .carousel-indicators {
    float: right;
    position: relative;
    margin: 50px 102px 50px 0;
    clear: both;
}

#testimonials .carousel-indicators li, #testimonials .carousel-indicators li.active {
    width: 17px;
    height: auto;
    border-radius: 50%;
    margin: 0 5px;
}

#testimonials .carousel-indicators li {
    background: #DEE7EB;
}

#testimonials .carousel-indicators li.active {
    background: #00AAEB;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
    padding: 50px 0 40px;
}

#clients #clients-wrapper .row {
    justify-content: center;
}

#clients .carousel-control {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#clients .carousel-control img {
    margin: auto;
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#clients .testimonials-image img {
    max-height: 335px;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Split Half Block Left
--------------------------------------------------------------*/
#splitHalfBlockLeft .splitHalfBlockLeft-bgtop,
#splitHalfBlockLeft .splitHalfBlockLeft-bgbottom {
    display: block;
    width: 100%;
}

#splitHalfBlockLeft {
    width: 100%;
    position: relative;
}

#splitHalfBlockLeft > div {
    padding: 2% 0;
}

#splitHalfBlockLeft .splitHalfBlockLeft-image {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockLeft .splitHalfBlockLeft-info {
    max-width: 710px;
}

#splitHalfBlockLeft h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 19px;
    margin-top: 7%;
}

#splitHalfBlockLeft h2:after {
    background-color: #0D76B9;
    content: "";
    display: block;
    height: 8px;
    margin: 16px 0 0;
    width: 170px;
}

#splitHalfBlockLeft p {
    font-family: "Roboto";
    font-size: 20px;
}

/*--------------------------------------------------------------
# Split Half Block Left Full
--------------------------------------------------------------*/
#splitHalfBlockLeftFull .splitHalfBlockLeft-bgtop,
#splitHalfBlockLeftFull .splitHalfBlockLeft-bgbottom {
    display: block;
    width: 100%;
}

#splitHalfBlockLeftFull {
    position: relative;
    width: 100%;
}

#splitHalfBlockLeftFull > div {
    padding: 2% 0;
}

#splitHalfBlockLeftFull .splitHalfBlockLeftFull-image {
    margin-left: -15px;
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%); /* Safari and Chrome */
    -moz-transform: translateY(-50%); /* Firefox */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
}

#splitHalfBlockLeftFull .splitHalfBlockLeftFull-info {
    max-width: 710px;
}

#splitHalfBlockLeftFull h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 19px;
    margin-top: 7%;
}

#splitHalfBlockLeftFull h2:after {
    background-color: #0D76B9;
    content: "";
    display: block;
    height: 8px;
    margin: 16px 0 0;
    width: 170px;
}

#splitHalfBlockLeftFull p {
    font-family: "Roboto";
    font-size: 20px;
}

/*--------------------------------------------------------------
# Call To Action Button
--------------------------------------------------------------*/
#callToActionButton {
    margin: 3% 0 3%;
}

#callToActionButton a {
    display: table;
    margin: auto;
}

/*--------------------------------------------------------------
# Articles List
--------------------------------------------------------------*/
.articlesList {
    width: 100%;
    position: relative;
    padding: 9% 0 150px;
}

.articlesList h2 {
    font-family: "Roboto";
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 40px;
}

.articlesList img {
    max-width: 100%;
}

.articlesList a {
    clear: both;
}

.articlesList h3 {
    font-family: "Roboto";
    font-size: 20px !important;
    font-weight: 500;
    line-height: 27.4px;
    margin-bottom: 9px;
    margin-top: 21px;
}

.articlesList a.articlesList-title-small h3 {
    font-size: 16px !important;
    line-height: 19.2px;
}

.articlesList a em {
    font-size: 14px;
    font-family: "Roboto", NotoSerif-Italic;
    font-style: italic;
    margin-bottom: 10px;
    clear: both;
    display: block;
}

.articlesList .articles h2:after {
    content: "";
    display: block;
    height: 8px;
    margin: 16px 0 0;
    width: 170px;
}

.articlesList .articles:nth-child(odd) h2:after {
    background-color: #789E2F;
}

.articlesList .articles:nth-child(even) h2:after {
    background-color: #0D76B9;
}

/*--------------------------------------------------------------
# Features List
--------------------------------------------------------------*/
.featuresList-container .featuresList {
    margin: 10px auto;
}

.featuresList-container .col-sm-12.col-md-4 {
    padding: 0 35px;
    margin: 35px 0;
}

.featuresList-container img {
    max-height: 100%;
    max-width: 100%;
}

.featuresList-container h3 {
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 43.2px;
    margin-top: 21px;
    color: #231F20;
    margin-bottom: 19px;
}

.featuresList-container h3:after {
    content: "";
    width: 150px;
    height: 6px;
    display: block;
    margin: 22px 0 13px;
}

.featuresList-container .col-sm-12.col-md-4:nth-child(3n+1) h3:after,
#featuresList1 .sectionTitle h2:after{
    background-color: #789E2F;
}

.featuresList-container .col-sm-12.col-md-4:nth-child(3n+2) h3:after,
#featuresList2 .sectionTitle h2:after{
    background-color: #0D76BB;
}

.featuresList-container .col-sm-12.col-md-4:nth-child(3n+3) h3:after,
#featuresList3 .sectionTitle h2:after{
    background-color: #F08D00;
}

.featuresList-container .featuresList-description {
    font-size: 20px;
    font-family: "Roboto", NotoSerif;
}

.featuresList-container .featuresList-description ul {
    padding-left: 20px;
    text-align: left;
}

/*--------------------------------------------------------------
# Resource Download List
--------------------------------------------------------------*/
#searchBar {
    padding: 50px 0 0;
    max-width: 860px;
    margin: auto;
}

#searchBar form.search-form input {
    background: #FFF;
    border-style: Solid;
    border-color: #BBC2C8;
    border-width: 2px;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    width: calc(100% - 67px);
    padding: 5px 18px;
    font-size: 24px;
    color: #838B91;
    margin-bottom: 0;
    float: left;
}

#searchBar form.search-form button {
    font-family: "ElegantIcons";
    font-size: 23px;
    background: #FFF;
    border-style: Solid;
    border-color: #BBC2C8;
    border-width: 2px 2px 2px 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 0 7px 7px 0;
    color: #838B91;
    width: 62px;
    padding: 0;
    text-align: center;
    height: 50px;
}

/*--------------------------------------------------------------
# Resource Download List
--------------------------------------------------------------*/
#resourceDownloadList {
    margin: 10px auto;
}

#resourceDownloadList h2,
#resourceDownloadList h2 a {
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 43.2px;
    margin-top: 21px;
    color: #231F20;
    margin-bottom: 19px;
}

#resourceDownloadList .col-sm-12.col-md-4:nth-child(3n+1) h2:after {
    background-color: #789E2F;
}

#resourceDownloadList .col-sm-12.col-md-4:nth-child(3n+2) h2:after {
    background-color: #0D76BB;
}

#resourceDownloadList .col-sm-12.col-md-4:nth-child(3n+3) h2:after {
    background-color: #F08D00;
}

#resourceDownloadList ul {
    padding-left: 21px;
}

#resourceDownloadList ul li {
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

#resourceDownloadList ul a {
    font-size: 15px;
    line-height: 19.2px;
    font-family: "Roboto", NotoSerif;
}

/*--------------------------------------------------------------
# Request a Live Demo
--------------------------------------------------------------*/
#requestLiveDemo {
    background: #EEF3F6;
    padding: 3% 0;
    margin: 0;
}

#requestLiveDemo .requestLiveDemo-info h2 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    line-height: 43.2px;
}

#requestLiveDemo .requestLiveDemo-info h2:after {
    content: "";
    width: 170px;
    height: 8px;
    display: block;
    margin: 22px 0 20px;
    background-color: rgba(120, 158, 47, 1);
}

#requestLiveDemo .requestLiveDemo-info img {
    margin-bottom: 15px;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.awareness-survey label:first-child {
    font-weight: 500 !important;
}

.select-container {
    background-color: #1E74AF;
    padding: 20px;
    text-align: center;
}

.select-container label {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

#form {
    padding: 2% 0;
}

#form .form-wrapper .form-group {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}

#form .form-wrapper .form-group:nth-child(2n+1),
#form .freeform-column:nth-child(2n+1) {
    padding-left: 10px;
}

#form .form-wrapper .form-group:nth-child(2n+2),
#form .freeform-column:nth-child(2n+2) {
    clear: both;
    padding-right: 10px;
}

.securityAwarenessSurvey #form .form-wrapper .form-group {
    clear: both;
    margin: 15px;
    padding-left: 0;
    padding-right: 0;
}

.becomeAPartner #form .form-wrapper .form-group:nth-child(19),
.becomeAPartner #form .form-wrapper .form-group:nth-child(28) {
    clear: both;
    margin-top: 30px;
    padding: 0;
    width: 100%;
}

.becomeAPartner #form .form-wrapper .form-group:nth-child(19) label,
.becomeAPartner #form .form-wrapper .form-group:nth-child(28) label {
    font-size: 18px;
}

.becomeAPartner #form .form-wrapper .form-group:nth-child(29) {
    padding: 0;
}

.form-wrapper .form-group {
    margin: 0 0 10px;
}

.form-wrapper .form-group h3,
.form-wrapper .form-group h3 label,
#form .freeform-column label {
    color: #002140;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 3px;
}

#form .freeform-input {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
}

.form-wrapper .form-checkbox input,
.form-wrapper .form-group input,
.form-wrapper .form-group select,
.form-wrapper .form-group textarea,
#form .freeform-column input,
#form .freeform-column select,
#form .freeform-column textarea {
    background: #FFF;
    border: 1px solid #BBC2C8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    color: #777D80;
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: -0.02px;
    padding: 7px 10px;
    text-align: left;
    width: 100%;
}

#form .freeform-column input[type=checkbox],
#form .freeform-column input[type=radio]{
    display: inline;
    height: auto;
    margin-right: 12px;
    margin-top: 10px;
    position: relative;
    top: -2px;
    width: auto;
}

#form .freeform-column textarea {
    height: auto;
}

.form-wrapper .form-group select,
#form .freeform-column select {
    display: block;
    float: none;
    height: 38px;
    list-style: none;
    padding: 0;
}

#form .freeform-row .freeform-column .freeform-instructions {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.form-wrapper .form-checkbox,
.form-wrapper .form-radio,
#form .form-checkbox,
#form .form-radio {
    clear: both;
    margin: 0;
}

.form-wrapper .form-checkbox input {
    float: left;
    margin-right: 10px;
    margin-top: 11px;
}

.form-wrapper .form-checkbox input,
.form-wrapper .form-radio input {
    width: inherit;
}

.form-wrapper .form-checkbox label,
#form .form-checkbox label {
    color: #002140;
    font-size: 16px;
    letter-spacing: -0.02px;
}

.form-wrapper .form-radio label,
#form .form-radio label {
    color: #002140;
    font-size: 16px;
    letter-spacing: -0.02px;
    margin: 0;
}

.form-wrapper .errors,
#form .ff-errors {
    padding: 0;
}

.form-wrapper .errors li,
#form .ff-errors li {
    color: red;
    font-size: 13px;
    list-style: none;
}

.form-wrapper .ctaBtn,
#form .ctaBtn {
    clear: both;
    float: left;
    margin-top: 9px;
    padding: 10px 44px;
}

.form-wrapper .form-error,
#form .ff-errors li,
#form .errors li{
    color: #C11B17;
    font-size: 14px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Preview Tiles
--------------------------------------------------------------*/
div.tile {
    background: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 18px #AFAFAF;
    cursor: pointer;
    margin: 20px 22px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tile .tile-wrap {
    padding-bottom: 40px;
}
.tile .tile-content {
    padding: 0 15px;
}
.tile .tile-header {
    margin-bottom: 5px;
}
.tile .tile-header-clean {
    height: 80px;
    margin-bottom: 5px;
    text-align: center;
}
.tile .tile-header img {
    width: 100%;
}
.tile .tile-header-clean {
    padding: 8px;
}
.tile .tile-header-clean img {
    border: 0;
    height: auto !important;
    max-height: 70px;
    width: auto;
}
.tile .tile-label {
    color: #8A8080;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.tile .tile-date {
    color: #8A8080;
    font-size: 16px;
}
.tile .tile-industry,
.tile .tile-location {
    color: #8A8080;
    font-size: 12px;
}
.tile .tile-title {
    font-weight: 500;
    line-height: 22px;
}
.tile .tile-summary,
.tile .tile-summary-full {
    font-size: 16px;
    height: 50px;
    line-height: 1.5;
    margin-top: 12px;
    overflow: hidden;
}
.tile .tile-summary-full {
    height: auto;
}
.tile .tile-summary span {
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.tile .tile-more {
    bottom: 5px;
    font-size: 16px;
    position: absolute;
}
.tile-alt .tile-label {
    padding-left: 12px;
}
.tile-alt .tile-more {
    bottom: 5px;
    left: 12px;
}

/*--------------------------------------------------------------
# Newsroom
--------------------------------------------------------------*/
#releasesreports .sectionTitle ~ .sectionTitle h2:after {
    background-color: #F18E00;
}

#releasesreports .releasesreports {
    margin-top: 20px;
}

#releasesreports .releasesreports-wrap {
    margin: 20px 7px;
    background: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 18px #afafaf;
    position: relative;
    overflow: hidden;
}

.image-wrap {
    margin: 8px 0 0;
    text-align: center;
}

#releasesreports a img {
    height: 80px;
    max-width: 100%;
}

#releasesreports .releasesreports-content {
    padding: 24px 20px 20px;
    display: inline-block;
    width: 100%;
}

#releasesreports .releasesreports-title a {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 21.6px;
    color: #002140;
    width: 100%;
    clear: both;
    float: left;
}

#releasesreports .releasesreports-date {
    font-size: 18px;
    line-height: 21.6px;
    color: #828F96;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 12px;
}

#releasesreports .releasesreports-description {
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
    color: #231F20;
    clear: both;
    padding-top: 12px;
    word-wrap: break-word;
}

#releasesreports .view-all,
#articlesListLong .view-all {
    margin-top: 15px;
    margin-bottom: 90px;
    text-align: center;
}

#releasesreports .view-all a,
#articlesListLong .view-all a {
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", NotoSerif-Bold;
    font-weight: 700;
    color: #0D76BC;
    clear: both;
    text-align: center;
    width: 100%;
}

/*--------------------------------------------------------------
# Newsroom
--------------------------------------------------------------*/
#packagesOptions {
    margin-bottom: 90px;
}

#packagesOptions:nth-child(2n+2) .sectionTitle h2:after {
    background-color: #0D76BD;
}

#packagesOptions .table-responsive-xl {
    width: 100%;
}

#packagesOptions .table {
    margin-top: 30px;
}

#packagesOptions .table thead th {
    vertical-align: middle;
    border: 2px solid #FFF;
    text-align: center;
    background: #78A22F;
    color: #FFF;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 21.6px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
}

#packagesOptions .table thead th:first-child {
    background: none;
}

#packagesOptions .table thead th:nth-child(5n+2) {
    background: #78A22F;
}

#packagesOptions .table thead th:nth-child(5n+3) {
    background: #F28F00;
}

#packagesOptions .table thead th:nth-child(5n+4) {
    background: #0D76BD;
}

#packagesOptions .table thead th:nth-child(5n+5) {
    background: #002140;
}

#packagesOptions .table tbody tr:nth-child(2n+1) {
    background: #E0E8ED;
}

#packagesOptions .table tbody tr:nth-child(2n+2) {
    background: #ECF5FA;
}

#packagesOptions .table tbody th,
#packagesOptions .table tbody td {
    vertical-align: middle;
    border: 2px solid #FFF;
    text-align: center;
    color: #231F20;
    line-height: 21.6px;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
}

#packagesOptions .table tbody tr th:first-child,
#packagesOptions .table tbody tr td:first-child {
    background: #FFF;
    padding-right: 50px;
    text-align: right;
    width: 33%;
}

#packagesOptions .table tbody tr:last-child th:nth-child(2):after,
#packagesOptions .table tbody tr:last-child td:nth-child(2):after {
    content: "";
}

#packagesOptions .table-link {
    font-size: 24px;
    line-height: 24px;
    font-family: "Roboto", NotoSerif-Bold;
    font-weight: 700;
    color: #0D76BC;
    float: right;
    clear: both;
    text-align: center;
    width: 100%;
    margin-right: 5%;
    margin-top: 22px;
}

#packagesOptions .packages-legend {
    color: #231F20;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    margin-top: -9px;
    padding-left: 33%;
}

#packagesOptions .packages-link-container {
    padding-left: 33%;
    text-align: center;
}

/*--------------------------------------------------------------
# Customer Support
--------------------------------------------------------------*/
#customerSupport {
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 55px 0 142px;
    background-size: 100% 100%;
}

#customerSupport .sectionTitle h2:after {
    background-color: #0D76BD !important;
}

#customerSupport .customerSupportList {
    margin-top: 50px;
}

#customerSupport .row {
    justify-content: center;
}

#customerSupport .customerSupportList .customerSupportItemImage img {
    width: 160px;
    max-width: 50%;
    display: table;
    margin: auto;
}

#customerSupport .customerSupportList .customerSupportItemText h3 {
    text-align: center;
    font-family: "Roboto";
    font-size: 36px;
    margin-top: 25px;
}

#customerSupport .customerSupportList .customerSupportItemText h3:after {
    content: "";
    width: 110px;
    height: 6px;
    display: block;
    margin: 23px auto 19px;
}

#customerSupport .customerSupportList:nth-child(3n+1) .customerSupportItemText h3:after {
    background-color: #0D76BD;
}

#customerSupport .customerSupportList:nth-child(3n+2) .customerSupportItemText h3:after {
    background-color: #F28F00;
}

#customerSupport .customerSupportList:nth-child(3n+3) .customerSupportItemText h3:after {
    background-color: #78A22F;
}

#customerSupport .customerSupportList .customerSupportItemText p {
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", NotoSerif;
}

#customerSupport .customerSupportText {
    margin-top: 25px;
    text-align: center;
    font-size: 23.5px;
    line-height: 33.6px;
    font-family: "Roboto", NotoSerif;
}

#customerSupport .customerSupportText h3 {
    text-align: center;
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 900;
    margin-top: 40px;
}

#customerSupport .customerSupportText blockquote {
    margin: 50px 0 0;
    font-size: 23.5px;
    line-height: 33.6px;
    font-family: "Roboto", NotoSerif;
}

#customerSupport .customerSupportText h4 {
    margin: 37.4px 0 0;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 900;
}

#customerSupport .customerSupportText h5 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto";
    font-style: italic;
    display: inline-block;
}

/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
#videos .videos-bgtop,
#videos .videos-bgbottom {
    display: block;
    width: 100%;
}

#videos {
    width: 100%;
    position: relative;
}

#videos .videos video {
    max-width: 100%;
}

#videos .container-fluid.clearfix {
    background-size: 100% 100%;
}

#videos .col-sm-12.col-md-4 {
    padding: 0 35px;
    margin: 35px 0;
}

#videos .sectionTitle {
    padding: 35px 0 0;
    margin: 0 auto;
}

#videos .sectionTitle h2:after {
    margin: 23px auto 7px;
}

#videos .col-sm-12.col-md-4 > .plyr {
    margin-bottom: 18px;
}

#videos h3 {
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 900;
    margin-bottom: 19px;
    text-align: center;
}

#videos h3:after {
    content: "";
    width: 110px;
    height: 6px;
    display: block;
    margin: 21px auto 19px;
}

#videos .col-sm-12.col-md-4:nth-child(3n+1) h3:after {
    background-color: #789E2F;
}

#videos .col-sm-12.col-md-4:nth-child(3n+2) h3:after {
    background-color: #0D76BB;
}

#videos .col-sm-12.col-md-4:nth-child(3n+3) h3:after {
    background-color: #F08D00;
}

#videos .videos-description {
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
}

#videos .videos-description p {
    margin-bottom: 0;
}

body.videos section#videos {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Icon Block
--------------------------------------------------------------*/
#iconBlock .iconBlock-bgtop,
#iconBlock .iconBlock-bgbottom {
    display: block;
    width: 100%;
}

#iconBlock {
    width: 100%;
    position: relative;
}

#iconBlock .container-fluid.clearfix {
    background-size: 100% 100%;
}

#iconBlock .row {
    justify-content: center;
}

#iconBlock .col-sm-12 {
    padding: 0 35px;
    margin: 35px 0;
}

#iconBlock .iconBlockImage img {
    width: 160px;
    max-width: 50%;
    display: table;
    margin: auto auto 18px;
}

#iconBlock h3 {
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 500;
    margin-bottom: 19px;
    text-align: center;
}

#iconBlock h3:after {
    content: "";
    width: 110px;
    height: 6px;
    display: block;
    margin: 23px auto 19px;
}

#iconBlock .col-sm-12:nth-child(3n+1) h3:after {
    background-color: #789E2F;
}

#iconBlock .col-sm-12:nth-child(3n+2) h3:after {
    background-color: #0D76BB;
}

#iconBlock .col-sm-12:nth-child(3n+3) h3:after {
    background-color: #F08D00;
}

#iconBlock .iconBlock-description {
    text-align: center;
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
}

#iconBlock .iconBlock-description p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
#sitemap {
    width: 100%;
    position: relative;
}

#sitemap .row {
    justify-content: left;
}

.sitemap .sectionTitle {
    margin-bottom: 30px;
}

#sitemap .sitemapTitle {
    font-size: 31px;
    font-family: "Roboto";
    font-weight: 900;
    margin-bottom: 19px;
    text-align: left;
}

#sitemap .sitemapItems {
    text-align: left;
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
}

#sitemap .sitemapItems ul {
    padding-left: 20px;
}

#sitemap .sitemapItems ul li {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Entries Channel List
--------------------------------------------------------------*/
#entriesChannelList .sectionTitle ~ .sectionTitle h2:after {
    background-color: #F18E00;
}

#entriesChannelList .entriesChannelList {
    margin-top: 20px;
}

#entriesChannelList .entriesChannelList-wrap {
    margin: 20px 7px;
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 18px #AFAFAF;
    position: relative;
    overflow: hidden;
}

#entriesChannelList a img {
    height: auto;
    max-width: 100%;
}

.clientCaseStudies #entriesChannelList a img,
.dataSheets #entriesChannelList a img,
.industryReports #entriesChannelList a img,
.webinars #entriesChannelList a img {
    height: auto;
}

#entriesChannelList .entriesChannelList-content {
    padding: 24px 20px 20px;
    display: inline-block;
}

#entriesChannelList .entriesChannelList-title,
#entriesChannelList .entriesChannelList-title a,
#entriesChannelList .entriesChannelList-date {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 21.6px;
    color: #002140;
    width: 100%;
    clear: both;
    float: left;
}

#entriesChannelList .entriesChannelList-description {
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
    color: #231F20;
    clear: both;
    float: left;
    margin-top: 12px;
}

#entriesChannelList .view-all {
    margin-top: 15px;
    margin-bottom: 90px;
    text-align: center;
}

#entriesChannelList .view-all a {
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", NotoSerif-Bold;
    font-weight: 700;
    color: #0D76BC;
    clear: both;
    text-align: center;
    width: 100%;
}

.pagination {
    margin: 35px auto 70px;
    display: table !important;
}

.pagination > li {
    float: left;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomLeft: 5px;
    border-bottom-left-radius: 5px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    position: relative;
    float: left;
    margin-left: -1px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .current > span,
.pagination > .current > span:focus,
.pagination > .current > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd;
    text-decoration: underline;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topRight: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomRight: 5px;
    border-bottom-right-radius: 5px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Hompage
----------------------------------------------------------------
--------------------------------------------------------------*/
.homepage #splitHalfBlockRight {
    margin-top: -6%;
}

.homepage #splitHalfBlockRight .block-bg-img {
    top: 3%;
}

.homepage #testimonials {
    border-bottom: solid #0D76B9 1px;
}

.homepage #testimonials .testimonials-desc {
    margin-left: 0;
}

.homepage #testimonials .testimonials-desc div:nth-child(1) {
    width: calc(100% - 110px);
}

.homepage #testimonials .testimonials-image {
    margin-top: -17%;
}

.homepage #testimonials .testimonials-desc div:nth-child(2) p {
    width: calc(100% - 110px);
    float: left;
    margin-right: 0;
    margin-top: 0;
}

.homepage #splitHalfBlockLeftFull {
    padding-bottom: 30px;
}

.homepage .articlesList {
    margin-top: -100px;
}

.homepage .articlesList .has-image {
    background-color: white;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.homepage .articlesList .has-image img {
    max-height: 80px;
    padding: 5px;
}

.homepage #callToActionButton {
    padding: 20% 0 12%;
    margin: -10% -5% -5%;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Careers
----------------------------------------------------------------
--------------------------------------------------------------*/
.careers #releasesreports .view-all a {
    display: none;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Request Live Demo Page
----------------------------------------------------------------
--------------------------------------------------------------*/
.requestALiveDemo #requestLiveDemo .col-sm-12.col-md-6.float-right {
    padding-right: 0;
    padding-left: 3%;
}

.requestALiveDemo #requestLiveDemo .col-sm-12.col-md-6 {
    padding-right: 3%;
    padding-left: 0;
}

.requestALiveDemo #requestLiveDemo {
    padding: 10% 0 9%;
    margin: -6% 0 -6%;
}

.requestALiveDemo .featured-wave img {
    opacity: 0;
}

.requestALiveDemo .featured-wave::after,
.webinarsStructure .featured-wave::after,
.whitePapersStructure .featured-wave::after {
    width: 100%;
    content: '';
    background-image: url(/assets/images/wave-grey.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.webinarsStructure #requestLiveDemo,
.whitePapersStructure #requestLiveDemo{
    padding: 10% 0 9%;
    margin: -6% 0 -6%;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Company Page
----------------------------------------------------------------
--------------------------------------------------------------*/
.company #platformSteps .sectionTitle {
    margin-top: 45px;
    overflow: hidden;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Search Page
----------------------------------------------------------------
--------------------------------------------------------------*/
#searchIndex {
    padding: 50px 0;
}

#searchIndex form.search-form input {
    background: #FFFFFF;
    border-style: Solid;
    border-color: #BBC2C8;
    border-width: 2px;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    width: calc(100% - 67px);
    padding: 5px 18px;
    font-size: 34px;
    color: #838B91;
    margin-bottom: 80px;
    float: left;
}

#searchIndex form.search-form button {
    font-family: "ElegantIcons";
    font-size: 28px;
    background: #FFF;
    border-style: Solid;
    border-color: #BBC2C8;
    border-width: 2px 2px 2px 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 0 7px 7px 0;
    color: #838B91;
    width: 67px;
    padding: 0;
    text-align: center;
    height: 65px;
}

.search-results-wrap {
    margin: auto;
    display: table;
    max-width: 1020px !important;
}

.search-results-wrap .search-info {
    font-size: 20px;
    color: #002140;
    border-bottom: 1px solid #B4BABE;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.search-results-wrap .search-results {
    border-bottom: 1px solid #B4BABE;
    padding: 27px 0;
}

.search-results-wrap .search-results h5 {
    margin: 0;
}

.search-results-wrap .search-results a {
    font-size: 18px;
    line-height: 21px;
    font-family: "Roboto";
    font-weight: 900;
    color: #0D76BC;
    margin: 0;
}

.search-results-wrap .search-results p {
    font-size: 16px;
    font-family: "Roboto", NotoSerif;
    line-height: 19.2px;
    margin: 10px 0 0;
}

.search-results-wrap .search-results p:not(:first-of-type) {
    display: none;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Packages
----------------------------------------------------------------
--------------------------------------------------------------*/
.packages #customerSupport {
    padding: 4% 0 7%;
    margin-bottom: -5%;
    margin-top: 1%;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Purchase Portal
----------------------------------------------------------------
--------------------------------------------------------------*/
.purchasePortal #packagesOptions .table tbody tr:last-child th {
    background: #FFF !important;
}

.purchasePortal #articleBody table {
    width: 100%;
    border: 1px solid #999;
    padding: 20px;
}

.purchasePortal #articleBody table thead th {
    vertical-align: middle;
    border: 1px solid #999;
    background: #999;
    color: #FFF;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 21.6px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 17px;
}

.purchasePortal #articleBody table tbody {
    border: 1px solid #999;
}

.purchasePortal #articleBody table tbody th {
    vertical-align: middle;
    color: #231F20;
    line-height: 21.6px;
    font-size: 18px;
    position: relative;
    padding: 14px 17px;
}

.purchasePortal #articleBody table tbody th ul {
    margin-top: 10px;
}

.purchasePortal #packagesOptions {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Articles
----------------------------------------------------------------
--------------------------------------------------------------*/
#main .articleTitle {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #002140;
    color: #FFF;
    margin: 0;
}

#main #articleMainImage,
#main #announcementMainImage {
    margin: 20px 0 30px;
}

#main .contain-media {
    margin: auto;
    display: table;
    max-width: 100%;
}

#main #articleBody,
#main #announcement {
    padding-top: 30px;
    padding-bottom: 30px;
    word-break: break-word;
}

.industryReportsStructure #main #articleBody .contain-media {
    max-width: 1030px;
    margin: 40px auto;
    padding: 0 20px;
}

#main #announcement .announcementLink {
    margin-top: 30px;
}

#main #articleBody strong,
#main #announcement .announcementField label {
    font-family: "Roboto";
    font-weight: 900;
}

#main #articleBody .row,
#main #announcement .row {
    justify-content: normal !important;
}

#main #articleBody .articleHeaderTitle {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 51px;
    width: 100%;
}

#main #articleBody h1,
#main #articleBody h2,
#main #articleBody h3,
#main #articleBody h4,
#main #articleBody h5,
#main #articleBody h6 {
    width: 100%;
}

#main #articleBody hr {
    clear: both;
    width: 100%;
}

#main #announcementMainImage {
    max-width: 450px;
}

#main #announcementMainImage img {
    border: 1px solid #D2D5DA;
    margin: 0;
    max-width: 450px;
}

.announcementTitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.announcementField label {
    font-weight: 700;
}

.announcementField p {
    font-weight: normal;
}

/*--------------------- # Section Titles ---------------------*/

#main #articleBody .sidebarWrapper,
#main #announcement .sidebarWrapper {
    margin-top: 15px;
}

#main .sidebarWrapper .sidebarList h4 {
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    clear: both;
    width: 100%;
}

#main .sidebarWrapper .sidebarList ul {
    padding-left: 0;
}

#main .sidebarWrapper .sidebarList ul li {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    clear: both;
    width: 100%;
}

#main .sidebarWrapper .sidebarList ul li a {
    font-size: 18px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Webinar
----------------------------------------------------------------
--------------------------------------------------------------*/
.webinars #articleBody p {
    width: 100%;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Free Resources
----------------------------------------------------------------
--------------------------------------------------------------*/
.freeResources .pagesbtn {
    margin: 0 auto -20px;
    display: inherit;
}

.freeResources .pagesbtn p {
    margin: 0 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-border-top {
    display: block;
    width: 100%;
}

#footer .footer-top {
    background: #002140;
    padding: 25px 0 70px;
    color: #FFF;
    font-size: 16px;
}

#footer .footer-top .footer-top-buttons a {
    margin-bottom: 40px;
    margin-right: 40px;
}

#footer .footer-top .footer-links h4 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 900;
    line-height: 28.8px;
    margin-bottom: 16px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-top .footer-links ul li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-links ul a:hover {
    color: #FFF;
}

#footer .footer-bottom {
    background: #000;
    color: #CAD4D9;
    font-family: "Roboto";
    font-size: 13px;
    padding: 20px 0;
}

#footer .footer-bottom a,
#footer .footer-bottom a:hover {
    color: #CAD4D9;
    font-family: "Roboto";
}

.footer-copyright p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}

#footer .footer-bottom .footer-bottom-links ul {
    display: table;
    line-height: 1.8;
    list-style: none;
    margin: auto;
    padding: 0;
}

#footer .footer-bottom .footer-bottom-links ul li {
    clear: none;
    display: inline-block;
    font-size: 16px;
}

#footer .footer-bottom .footer-bottom-links ul li a {
    border-right: 1px solid #CAD4D9;
    display: inline-block;
    height: 16px;
    line-height: 13px;
    margin: 0;
    padding: 0 18px;
    text-decoration: underline;
    vertical-align: middle;
}

#footer .footer-bottom .footer-bottom-links ul li:first-child a {
    padding-left: 0;
}

#footer .footer-bottom .footer-bottom-links ul li:last-child a {
    border-right: 0 solid #CAD4D9;
    padding-right: 0;
}

#footer .footer-bottom .footer-social .social-links {
    float: right;
}

#footer .footer-bottom .footer-social .social-links a {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}

#footer .footer-bottom .footer-social .social-links a:last-child {
    margin-right: 0;
}

#footer .footer-bottom .footer-social .social-links a img {
    display: inline-block;
    height: 26px;
    vertical-align: middle;
}

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

.col-xs-5ths {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    float: left;
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        width: 20% !important;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        width: 20% !important;
    }

    .main-nav .top-header {
        display: none;
    }

    .submenu-col .header-link {
        font-family: "Roboto";
        font-weight: 700;
    }

    .dropdown-menu.right-nav {
        left: unset;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        width: 20% !important;
    }
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Mobile and Tablet Devices
----------------------------------------------------------------
--------------------------------------------------------------*/
@media screen and (max-width: 2000px) {
    .homepage #testimonials .testimonials-image {
        margin-top: -8%;
    }
}

@media screen and (max-width: 1600px) {
    .main-nav a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1500px) {
    #header .wrapper {
        max-width: 92%;
    }

    #header .logo img {
        width: 315px;
        margin-top: 4px;
    }

    .main-nav > div > ul > li {
        margin: 0 5px;
    }

    .main-nav > div > ul > li:not(:last-child) > a {
        padding: 10px 10px;
    }

    .homepage #testimonials .testimonials-image {
        margin-top: 0;
    }

    #splitHalfBlockLeftFull .splitHalfBlockLeftFull-info {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1400px) {
    #header .wrapper {
        max-width: 95%;
    }

    #header .logo img {
        width: 242px;
        margin-top: 13px;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num {
        left: 0;
        top: 60px;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num.fadeInRight {
        background-position: right center;
        right: 0;
        left: inherit;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-1 .step-img {
        right: 0;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-2 .step-img {
        left: 0;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .trainingPlatformSteps-3 .step-img {
        right: 0;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img .trainingPlatformSteps-media {
        max-width: 100%;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num {
        background-size: contain;
        height: 330px;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img-bg {
        display: none;
    }

}

@media screen and (max-width: 1290px) {
    .main-nav > div > ul > li {
        margin: 0;
    }

    .main-nav > div > ul > li:not(:last-child) > a {
        padding: 10px 8px;
    }

    .main-nav li.menu-btn {
        display: none;
    }

    .main-nav a {
        display: block;
        position: relative;
        color: #002140;
        transition: 0.3s;
    }
}

@media screen and (max-width: 1060px) {
    #header .wrapper {
        max-width: 100%;
    }

    .main-nav > div > ul > li {
        margin: 1px 2px 0;
    }

    .main-nav > div > ul > li:not(:last-child) > a {
        padding: 10px 4px;
    }

    #splitHalfBlockRight h2 {
        font-size: 37px;
    }

    #splitHalfBlockRightFull h2 {
        font-size: 37px;
    }

    #testimonials .carousel-item > .row > div.col-sm-12.col-md-3 {
        display: none;
    }

    .homepage #testimonials .testimonials-desc {
        margin-left: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #testimonials .testimonials-image {
        margin-top: 0;
    }

    #splitHalfBlockLeftFull h2 {
        font-size: 37px;
    }

    .announcementField .speakerText {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    #header {
        padding: 15px 0;
        line-height: 38px;
    }

    nav.navbar {
        position: inherit;
    }

    .main-nav {
        margin: 0 !important;
    }

    .main-nav .navbar-collapse {
        border: none;
        height: calc(100vh - 78px);
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #F5F5F5;
        z-index: 1;
        overflow: auto;
        padding: 0;
    }

    .main-nav > div > ul > li > a.dropdown-toggle {
        border: none;
    }

    .main-nav .dropdown-menu {
        background-color: #F5F5F5;
    }

    .main-nav .top-header a {
        font-weight: normal;
    }

    .main-nav .navbar-collapse li {
        border-top: 1px solid #D2D5DA;
        margin: 0;
        padding: 0;
    }

    .main-nav ul li:hover > .dropdown-menu {
        display: none;
    }

    .main-nav ul li > .dropdown-menu.show {
        border-bottom: 0;
        border-left: 0;
        border-radius: unset;
        border-right: 0;
        border-top: 1px solid #D2D5DA;
        display: block;
        width: 100%;
        z-index: 1;
    }

    .main-nav .navbar-collapse .navbar-nav > li > a.active {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .main-nav .navbar-collapse li.menu-btn a {
        color: #002140 !important;
    }

    .main-nav .navbar-collapse li.menu-btn a:hover,
    .main-nav .navbar-collapse li.menu-btn a.active {
        color: #0076BB !important;
    }

    .main-nav .navbar-collapse li.menu-btn a.active {
        font-family: "Roboto";
        font-weight: 700;
    }

    .main-nav .navbar-collapse li.menu-btn a {
        background: none;
        color: #002140;
        font-weight: 400;
        padding: 0;
    }

    .main-nav .navbar-collapse ul li .dropdown-menu,
    .main-nav .navbar-collapse ul li .dropdown-menu li {
        padding: 0;
        margin: 0;
    }

    .main-nav .navbar-collapse ul li .dropdown-menu a {
        padding: 2px 25px;
    }

    .main-nav .dropdown-menu > span {
        padding: 5px 15px;
        font-family: "Roboto";
        font-weight: 700;
    }

    .main-nav > div > ul > li > a.dropdown-toggle:after {
        display: none;
    }

    .main-nav > div > ul > li:hover > a.dropdown-toggle {
        border-color: transparent;
        box-shadow: none;
    }

    .main-nav .navbar-nav {
        display: flex;
        flex-direction: column;
    }

    .main-nav .navbar-nav > li {
        display: flex;
        flex-wrap: wrap;
    }

    #header .main-nav > div > ul > li > a {
        display: block;
        flex-grow: 1;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav > div > ul > li:hover > a.dropdown-toggle {
        background: transparent;
    }

    #header .main-nav .submenu-button {
        background: none;
        border: 0;
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        outline: none;
        padding: 5px 10px;
    }

    #header .main-nav .submenu-button:after {
        content: '-';
    }

    #header .main-nav .submenu-button.collapsed:after {
        content: '+';
    }

    #header .submenu-wrapper {
        display: flex;
        flex: unset;
        flex-wrap: wrap;
        position: unset;
    }

    #header .submenu-wrapper .submenu2.show {
        border-bottom: 0;
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        display: block;
        position: static;
        width: 100%;
    }

    .submenu-wrapper:hover .submenu2 {
        display: none;
    }

    #header .submenu-wrapper .submenu2.show > li {
        border: 0;
        padding: 0 10px;
    }

    #header .submenu-col {
        padding: 0;
    }

    #header .submenu-col-sep {
        display: none;
    }

    .main-nav .navbar-nav > li > a.active, .main-nav .navbar-nav > li > a:not(.ctaSmallBtn):not(.dropdown-toggle):hover {
        margin-bottom: -5px;
        padding-bottom: 10px;
    }

    .main-nav .top-header a.active,
    .main-nav .top-header a:hover {
        color: #0076BB;
    }

    .main-nav .navbar-nav > li > a.active, .main-nav .navbar-nav > li.top-header > a:not(.ctaSmallBtn):not(.dropdown-toggle),
    .main-nav .navbar-nav > li > a, .main-nav .navbar-nav > li.top-header > a:not(.ctaSmallBtn):not(.dropdown-toggle):hover,
    .main-nav .navbar-nav > li > a.active, .main-nav .navbar-nav > li.top-header > a:not(.ctaSmallBtn):not(.dropdown-toggle):hover {
        margin-bottom: -5px;
        padding-bottom: 10px;
    }

    .submenu-col {
        display: flex;
        flex-direction: column;
    }

    .submenu-col a {
        display: block;
        flex-grow: 1;
        font-size: 13px;
    }

    #header .main-nav .PSNav {
        float: none;
        position: relative;
        right: 0;
        left: 0;
        margin: 0;
        border: none;
        width: 100%;
        padding: 5px 16px;
    }

    main#main {
        padding-top: 78px;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper {
        margin-top: 0;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper > div {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper div > div > .wrapper > .row > div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .info-wrapper {
        text-align: center;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper h3:after {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-img .trainingPlatformSteps-media {
        margin: auto;
        display: table;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num {
        display: none;
    }

    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-line-wrap {
        display: none;
    }

    .articlesList h2 {
        font-size: 40px;
    }

    .featuresList-container h3 {
        font-size: 31px;
    }
}

@media screen and (max-width: 768px) {
    .h1, h1 {
        font-size: 2.5rem !important;
    }

    .h2, h2 {
        font-size: 2rem !important;
    }

    .h3, h3 {
        font-size: 1.75rem !important;
    }

    .h4, h4 {
        font-size: 1.5rem !important;
    }

    .h5, h5 {
        font-size: 1.25rem !important;
    }

    .h6, h6 {
        font-size: 1rem !important;
    }

    #main #articleMainImage img,
    #main #announcementMainImage img {
        max-width: 100%;
    }

    .featured-demo-btn {
        position: absolute;
    }

    #featuredVideo {
        text-align: center;
    }

    #featuredVideo .header-video video {
        display: none;
    }

    #featuredVideo .container-cover {
        opacity: 1;
    }

    #featuredVideo .row {
        justify-content: center !important;
    }

    #featuredVideo .featuredVideo-info a {
        margin-bottom: 10px;
    }

    #featuredImage .featuredImage-info {
        font-size: 52px !important;
    }

    #testimonials .carousel-inner {
        overflow: visible;
        margin-top: 14%;
    }

    #testimonials .testimonials-desc {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #testimonials .testimonials-desc div:first-child p:before {
        display: none;
    }

    #testimonials .testimonials-desc {
        margin-left: 0;
        text-align: center;
        font-size: 20px;
    }

    #testimonials .testimonials-desc div:nth-child(1) {
        width: 100%;
    }

    #testimonials .testimonials-desc div:first-child:after {
        display: none;
    }

    #testimonials .testimonials-desc div:nth-child(2) {
        display: inline-block;
    }

    #testimonials .testimonials-desc div:nth-child(2) p {
        width: 100%;
    }

    #testimonials .carousel-indicators {
        margin: 50px auto 20px;
        clear: both;
        float: none;
    }

    #testimonials .testimonials-image {
        margin: 20px 0;
    }

    #testimonials .testimonials-image .full-width {
        max-width: 100%;
        width: initial;
        margin: auto;
        display: table;
    }

    #testimonials .testimonials-img {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        float: none;
    }

    .homepage #testimonials .testimonials-desc div:nth-child(1) {
        width: 100%;
    }

    .homepage #testimonials .testimonials-desc div:nth-child(2) p {
        width: 100%;
    }

    #clients .carousel-inner {
        padding: 40px;
    }

    #clients .testimonials-image img {
        max-width: 100%;
        max-height: 335px;
        width: initial;
        margin: auto;
        display: table;
        padding: 13px 0;
    }

    #splitHalfBlockLeftFull .splitHalfBlockLeftFull-image {
        margin: 0 -15px;
    }

    #splitHalfBlockLeftFull .splitHalfBlockLeftFull-info {
        margin-right: 40px;
        margin-left: 40px;
    }

    #splitHalfBlockRight .splitHalfBlockRight-info {
        margin-bottom: 25px;
    }

    #splitHalfBlockRight .splitHalfBlockRight-image {
        margin-top: 25px;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .featuresList-container .featuresList-description ul {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .step-img {
        margin: 10px 0;
    }

    #releasesreports .col-sm-12 {
        max-width: 473px;
    }

    .articlesList > div > .wrapper > .row > div {
        margin: 25px 0;
    }

    .articlesList > img {
        display: none !important;
    }

    .articlesList h2 {
        text-align: center;
        line-height: 1.2;
    }

    .articlesList img {
        margin: auto;
        display: table;
    }

    .articlesList {
        text-align: center;
        line-height: 1.2;
    }

    .articlesList a.articlesList-title-small h3 {
        line-height: 1.2;
    }

    #callToActionButton {
        margin: 10% 0;
        background-position: center;
        background-size: cover;
    }

    #callToActionButton a {
        font-size: 15px;
        padding: 15px 40px;
    }

    .featuresList-container a img {
        display: table;
        margin: auto;
    }

    .featuresList-container a {
        text-align: center;
    }

    .featuresList-container h3 {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .featuresList-container h3:after {
        margin-left: auto;
        margin-right: auto;
    }

    .featuresList-container .featuresList-description {
        text-align: center;
    }

    #packagesOptions .table-responsive-xl {
        overflow-y: hidden;
    }

    #packagesOptions .table-link {
        margin-right: 0;
    }

    .packages #customerSupport {
        padding: 4% 0 12%;
        margin-top: 12%;
    }

    /*--------------------------------------------------------------
    # Homepage
    --------------------------------------------------------------*/
    .homepage #splitHalfBlockRight {
        margin-top: 1%;
    }

    .homepage .articlesList {
        margin-top: 0;
        padding: 3% 0;
    }

    .homepage #callToActionButton {
        padding: 15% 0 12%;
        margin: -5%;
    }

    /*--------------------------------------------------------------
    # Free Resources
    --------------------------------------------------------------*/
    .freeResources .pagesbtn {
        display: block;
    }

    .freeResources .pagesbtn p {
        clear: both;
        width: 100%;
        margin: 10px 0 0;
    }

    .freeResources .pagesbtn p a {
        width: 100%;
        text-align: center;
    }

    /*--------------------------------------------------------------
    # Company
    --------------------------------------------------------------*/
    .company #featuredImage {
        margin-bottom: 40px;
    }

    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    #footer {
        text-align: center;
    }

    #footer .footer-border-top {
        width: 100%;
    }

    #footer .footer-top {
        padding: 55px 0 30px 0;
    }

    #footer .footer-top .footer-top-buttons a {
        margin: 0 auto 26px;
        clear: both;
        display: table;
    }

    #footer .footer-top .footer-links {
        margin: 15px 0;
    }

    #footer .footer-top .footer-links h4 {
        margin-bottom: 0;
    }

    #footer .footer-copyright,
    #footer .footer-bottom-links {
        margin-bottom: 19px;
    }

    #footer .footer-bottom .footer-social .social-links {
        float: none;
    }

}

@-moz-document url-prefix() {
    #testimonials .testimonials-desc div:first-child p::before {
        margin-left: -104px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .row {
        justify-content: space-around !important;
    }

    #featuredVideo .row {
        justify-content: flex-start !important;
    }

    #platformSteps .platformSteps-wrapper .step-img {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #platformSteps .platformSteps-wrapper .step-img img {
        width: 100%
    }

    .sectionTitle .wrapper {
        display: table-cell;
    }

    #testimonials .testimonials-desc div:first-child p::before {
        display: -ms-inline-grid;
    }

    #testimonials .testimonials-desc div:first-child::after {
        line-height: 68px;
    }
}

@media screen and (max-width: 1400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #trainingPlatformSteps .trainingPlatformSteps-wrapper .step-num {
        position: absolute;
        bottom: auto;
        animation-fill-mode: inherit;
    }
}

@media all and (max-width: 991px) {
    #trainingPlatformSteps .info-wrapper {
        margin: 10px 0;
        order: 1;
    }

    #trainingPlatformSteps .step-img {
        order: 2;
    }
}

@media all and (max-width: 767px) {
    .info-wrapper {
        margin: 10px 0;
        order: 1;
    }

    .step-img {
        order: 2;
    }
}

/* IE10+ */
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .main-nav ul li.menu-ps > .dropdown-menu {
        width: 640px !important;
    }

    .main-nav ul li.menu-rs > .dropdown-menu {
        left: auto !important;
        width: 576px !important;
    }

    .main-nav ul li.menu-cs > .dropdown-menu {
        left: auto !important;
        width: 225px !important;
    }
}
