/*
 Theme Name:     Divi Child
 Description:    CT child theme
 Author:         CT
 Template:       Divi
 Version:        1.0.281
*
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*GENERAL*/
html {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; font-feature-settings: "pnum"; font-variant-numeric: proportional-nums;}
body {font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;}
h1, h2, h3, h4, h5, h6{
  color: #333;
}
h1, h2, h3 {letter-spacing: -1px; font-weight:600;}
a{
    color: #b82721;
}
.et_pb_svg_logo #logo2,
.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo2 {height: 54%;}

#navTransparent #main-header {
  background: rgba(255,255,255,0.0) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
}

#navTransparent #main-header #logo {display:none;}
#navTransparent #main-header #logo2 {
  display: inline;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
#navTransparent #main-header .sub-menu a {color: #222233 !important;}
#navTransparent #main-header.et-fixed-header .menu-item a {color: #222233 !important;}
#navTransparentlight #main-header.et-fixed-header, #navTransparent #main-header.et-fixed-header {background-color: #ffffff !important;}
#navTransparent #main-header.et-fixed-header #logo {display:inline;}
#navTransparent #main-header.et-fixed-header #logo2 {display:none;}
#navTransparentlight #main-header {background: rgba(255,255,255,0.0) !important;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;transition: none;}
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px !important; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

#et-main-area {
    position: relative;
    z-index: 1;
}

#top-menu li.current-menu-item.button > a {padding: 10px 15px !important; border-radius: 3px; background: #478CFE; color: #FFFFFF !important;}
.button a {color:#ffffff !important; padding: 8px 15px 10px !important; border-radius: 3px;box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08); font-weight: 600;}
.signup a {background: #478cfe !important;}
.login a {background: #1ecd6e !important;}
.signup a:hover {color:#ffffff !important; background: #336dcd !important; opacity: 1 !important;}
.login a:hover {color:#ffffff !important; background: #1aaf5d !important; opacity: 1 !important;}
#navTransparent .button a {box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}
#navTransparent #main-header.et-fixed-header .button a, #main-header.et-fixed-header .button a {color: #ffffff !important; border: transparent;}
#navTransparent #main-header.et-fixed-header .button.signup a, #main-header.et-fixed-header .button.signup a {color: #ffffff !important; border: transparent;}
#navTransparent #main-header.et-fixed-header .button.login a, #main-header.et-fixed-header .button.login a {color: #ffffff !important; border: transparent;}
#navTransparent #main-footer .et_pb_section_first {padding-top: 50px !important;}

#et-top-navigation {font-weight: normal;}
img.no-border {border-width: 0px !important;}
.nav li ul.sub-menu {padding: 0;width: auto;border-radius: 0 0 3px 3px;box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);}
#mobile_menu li.courses-nav a,.nav li ul.sub-menu .courses-nav a{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  display: flex !important;
    align-items: center;
}
#mobile_menu li.courses-nav img, .nav li ul.sub-menu .courses-nav img{
    height: 28px;
    vertical-align: middle;
    padding-right: 7px;
}
#mobile_menu li.signup.button a {
    margin-bottom: 8px !important;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {/*background-color: rgba(30, 205, 110, .1)*/background-color: #EFF6FF;opacity: 1;color: #000;}
.nav ul li:last-child a:hover {border-radius: 0 0 5px 5px;}
#top-menu li ul.sub-menu li{padding: 0;}
#top-menu a {-webkit-transition: none; -moz-transition: none;transition: none;}
/*#navTransparent #main-header.et-fixed-header li.current-menu-ancestor > a, #navTransparent #main-header.et-fixed-header li.current-menu-item > a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {color: #336dcd !important;}
*/
#navTransparentlight .mobile_menu_bar:before, .et_overlay:before {color: #478CFE !important;}

@media (max-width:479px) {
    .et_mobile_menu {
        width: 100vw;
        margin-left: -10vw;
    }
}


.group-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.group-footer li { display: inline-block; margin: 0 1em;}
.group-footer li:last-child{
  margin-right: 0;
}
.group-footer li img { height: 30px;}

@media only screen and (max-width: 767px) {
  .group-footer li{
    flex: 1 100%;
    margin-bottom: 15px;
  }
  .group-footer li:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px){
.group-footer li{
    flex: 1 1 auto;
     margin-bottom: 15px;
  }
   .group-footer li:last-child{
    margin-bottom: 0;
  }
}


li.signup.button {
    padding-right: 5px!important;
    padding-left: 0 !important;
}
.term-page h2{
  margin-top: 1em;
}
.term-page h2 b, .term-page h2 strong{
  font-weight: 600 !important;
}
#menu-terms-nav .current-menu-item a, #menu-support .current-menu-item a{
  color: #f5a800;
  font-weight: 600;
}
#menu-terms-nav a:hover, #menu-support a:hover{
  color: #f5a800;
}
.sub-menu li img{
  width: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.sub-menu li.label a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  font-weight: 600 !important;
  cursor: default !important;
}
.sub-menu li.label a:hover{
  background: none;
}
#contact-divider {
  width: 200%;
  margin-bottom: 0;
  height: 15px;
}
#contact-divider:before {
  border-top-color: #f1f1f1;
}
#contact-more a[data-icon]:after {
  font-family: "ETmodules" !important;
  content: attr(data-icon);
  top: 2px;
  position: relative;
}
/*------------------------------------------------*/
/*---------------[Button]------------------------*/
/*------------------------------------------------*/

.white-button {text-align: center; padding: 10px 22px !important;border-radius: 3px;font-weight: 600; font-size: 16px; background: #fff; color: #336dcd; border: none; display: inline-block;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:    background-color 0.5s ease-out;
  -o-transition:      background-color 0.5s ease-out;
  transition:         background-color 0.5s ease-out;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}
.white-button:hover {transform: translateY(-1px);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}

.white-button.alternative {opacity: 0.8;}
.white-button.alternative:hover {opacity: 1;}

a.mbbutton {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px 10px 68px;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:    background-color 0.5s ease-out;
  -o-transition:      background-color 0.5s ease-out;
  transition:         background-color 0.5s ease-out;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.datasheet {background: #1ecd6e url("/images/features/download.png") 20px 12px no-repeat; background-size: 30px;box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}
a.datasheet.myp {background-color: #e87e04;}
a.datasheet.pyp {background-color: #478CFE;}
a.datasheet:hover {background-color:#3bce7e;transform: translateY(-1px);}
a.datasheet.myp:hover {background-color:#e87e04;}
a.datasheet.pyp:hover {background-color:#478CFE;}
a.textlink {color: #ffffff; padding: 0;vertical-align:top;margin-top: 20px;margin-left: 5%; border: none;border-radius: 0;border-bottom: 1px dashed #ffffff;font-weight: 400;}

a.button-fullwidth {
  width: 100%; height: 100%;display: block;
  text-align: center;
  background: #2c97de;
  padding:2em 1.2em;
  line-height: 1.5em;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition:    background-color 0.2s ease-out;
  -o-transition:      background-color 0.2s ease-out;
  transition:         background-color 0.2s ease-out;
}

a.button-fullwidth:hover{background-color: #227fbb;}
a.button-scheddemo {font-size: 14px;color: #293041;border-bottom: 1px dashed #293041;padding: 0 ;margin-left: 5px;}
a.button-scheddemo:hover {color: #336dcd; border-color: #336dcd;}

.button-blue {padding: 8px 15px; border-radius: 3px; border: 1px solid #478cfe; margin-right: 1em; color: #336dcd !important; font-size: 15px;}
.button-blue:hover {color: #fff !important; background: #478cfe !important; padding: 8px 15px !important;}
.button-blue:hover:after {display: none;}

body #page-container .button-textonly {border: none !important; font-size: 16px !important; font-weight: 600; padding: 0 !important;}
body #page-container .button-textonly:hover {border: none !important; padding: 0 !important; background: none;}
body #page-container .button-textonly:after {line-height: 1.8em !important; margin-left: 0.3em !important; font-size: 16px !important; opacity: 1 !important;display: inline-block;}
body #page-container .button-textonly.green {color: #1aaf5d !important;}
body #page-container .button-textonly.green:hover {color: #1ecd6e !important;}
body #page-container .button-textonly.orange {color: #e87e04 !important;}
body #page-container .button-textonly.orange:hover {color: #f59d00 !important;}
body #page-container .button-textonly.blue {color: #336dcd !important;}
body #page-container .button-textonly.blue:hover {color: #478cfe !important;}
body #page-container .button-textonly.red {color: #E63129 !important;}
body #page-container .button-textonly.red:hover {color: #e63129 !important;}

.commonButton {text-align: center; padding: 14px 40px 12px !important;border-radius: 3px;font-weight: 600; font-size: 16px; color: #ffffff;border: none; display: inline-block; margin-right: 10px;margin-bottom: 10px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition:    background-color 0.5s ease-out;
  -o-transition:      background-color 0.5s ease-out;
  transition:         background-color 0.5s ease-out;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  text-transform: uppercase;

}
.commonButton:hover {transform: translateY(-1px);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}

.commonButton.green {background: #1ecd6e;}
.commonButton.green:hover {background: #1ecd6e;}
.commonButton.grey {background: #1ecd6e;}
.commonButton.grey:hover {background: #1ecd6e;}

.commonButton.yellow {background: #F5A800;}

.commonButton.red{
  background-color: #E71F04;
}
.commonButton.orange {background: #FF4713;}
.commonButton.orange:hover {background: #FF4713; }

.commonButton.blue {background: #478CFE;}
.commonButton.blue:hover {background: #478CFE;}

.commonButton.white {background: #fff; color: #F5A800;}
.commonButton.white:hover {background: #fff;}
.commonButton.comingsoon:hover{
  background: #eaeaea;
  color: #333;
  cursor: default;
}
#main-footer .et_pb_code_inner{
  text-align: center;
}
#main-footer .et_pb_code_inner img{
  height: 50px;
  margin: 0 15px;
}
@media (max-width: 479px) {
    #main-footer .et_pb_code_inner img {
        height: 50px;
        margin: 20px 15px 30px 0;
        display: block;
    }
}
#cookie-notice {
 position:fixed;
 width:423px;
 height:auto;
 z-index:100000;
 font-size:13px;
 line-height:20px;
 left:0;
 text-align:center;
 -webkit-transition:all .5s ease-in-out;
 -moz-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;
 transition-delay:2s;
 min-width:auto
}
.cookie-notice-container {
 padding:25px 20px;
 text-align:center
}
span#cn-notice-text {
 margin-bottom:15px;
 display:block
}
.cn-set-cookie,
.cn-more-info {
 text-align:center;
 padding:6px 15px!important;
 border-radius:3px;
 font-weight:700;
 text-transform:uppercase;
 font-size:.9em;
 color:#fff;
 border:0;
 display:inline-block;
 margin-right:10px;
 -webkit-transition:background-color .5s ease-out;
 -moz-transition:background-color .5s ease-out;
 -o-transition:background-color .5s ease-out;
 transition:background-color .5s ease-out;
 -webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);
 transition:all .6s cubic-bezier(.165,.84,.44,1);
 background:#478cfe
}
.cn-more-info {
 background:0 0;
 text-decoration:underline
}
.cn-top {
 top:0
}
.cn-bottom {
 bottom:-250px
}
#cookie-notice .button {
 margin-left:10px
}
#hs-eu-cookie-confirmation {
 display:none
}
.cn-close-icon {
  position: absolute;
  right: 0;
  top: 1em;
}
#fullcontent article blockquote{
  border: none;
  padding-left: 0;
  display: flex;
}
#fullcontent article blockquote p {
  color: #383838;
  font-style: italic;
  font-size: 20px;
}
#fullcontent article blockquote:before {
  content: "\7b";
  font-family: 'ETmodules';
  font-size: 35px;
  transform: scaleX(-1);
}
/*------------------------------------------------*/
/* ----------------------//BUTTON SERVICES----------------------*/
/*------------------------------------------------*/
.mega-menu.btn-service{
  padding-right: 10px !important;
}
ul#top-menu > .mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a:hover{
  background-color: #04538a !important;
  opacity: 1;
}
.mega-menu.btn-service > a:after{
  right: 3px !important;
  top: 8px !important;
}
.mega-menu.btn-service > a:before{
  content: "";
  visibility: visible;
  background: url(/wp-content/uploads/2020/12/f_app.png);
  background-size: 32% auto;
  width: 41px;
  height: 32px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  left: -5px; 
}
#navTransparent #main-header.et-fixed-header .mega-menu.btn-service > a, #main-header.et-fixed-header .mega-menu.btn-service > a{
  color: #fff !important
}
.mega-menu > ul > li > ul{
  padding: 15px 10px !important;
}
ul#top-menu > li.mega-menu {
  position: relative;
}
ul#top-menu > li.mega-menu > ul {
  padding:0;
}
.mega-menu > ul > li > ul{
  padding: 15px 10px !important;
}
#top-menu-nav #top-menu li.mega-menu > ul, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu {
    right: -50% !important;
    left: unset !important;
    display: flex;
    width: 670px !important;
  /* background: #F1F3F7 !important; */
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 10px 30px 0 rgba(0,66,112,0.10);
  border-radius: 0 0 5px 5px;
    max-height: calc(100vh - 150px);
    background: #fff !important;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul.with-notif-bar, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu.with-notif-bar {
    max-height: calc(100vh - 200px);
}
#top-menu li.mega-menu ul li {
  float: unset !important;
}
#top-menu li.mega-menu.mega-menu-parent.et-hover li > .sub-menu {
  display: flex;
    flex-direction: column;
  height: 100%;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon{
  margin-top: auto;
  margin-bottom: 6px;
}
.et_mobile_menu .bottom-pd-icon a img{
  height: 40px;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon a img{
  height: 40px;
  width: auto;
}
ul#top-menu li.mega-menu li.pd-link a{
  font-weight: 600;
  font-size: 17px !important;
  text-transform: uppercase;
  background: none !important;
}
.et_mobile_menu li.pd-link a{
  font-weight: 600;
  text-transform: uppercase;
}
.et_mobile_menu li.resource-link, 
.et_mobile_menu li.events-link{
  padding-left: 10%;
  font-weight: normal !important;
}
ul#top-menu li.mega-menu li.resource-link {
  margin-bottom: 10px;
}
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li {
  background: transparent !important;
  width: 50%;
}
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li:first-child {
  width: 50%;
  overflow: auto;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu .ico-sb {
    margin-bottom: 10px !important;
}

#top-menu li.mega-menu ul > li.menu-item ul li.product a{
  color: #222233 !important;
  font-size: 13px !important;
}
.links-wrapper .sub-menu, .et-fixed-header#main-header .links-wrapper .sub-menu {
  background: transparent !important;
}

nav li.mega-menu ul > li.menu-item ul{
  margin-top: 20px;
}

#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a, #top-menu li.mega-menu ul > li.menu-item ul a{
  color: #222233 !important;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a:hover, #top-menu li.mega-menu ul > li.menu-item ul a:hover{
  background-color: #ebf2ff;
    color: #004270;
  opacity: 1 !important;
}
#top-menu li.mega-menu>ul>li>a:first-child{
  padding-bottom: 15px !important;
  border: none;
  text-transform: uppercase;
  opacity: 1 !important;
}
#top-menu li.mega-menu.mega-menu-parent-3>ul>li.other>a{
  display: none;
}
nav li.mega-menu ul > li.menu-item ul{
  margin: 0 !important;
}
#top-menu li.mega-menu{
  position: relative;
}
li.product > ul li.ico-img a{
  padding-top: 0px;
  padding-bottom: 0px;
}
li.product > ul li.ico-img img{
  height: 42px;
}
li.product > ul li.ico-img.ico-atlas img{
  height: 38px;
}

.product-wrapper.menu-item > a, 
.links-wrapper.menu-item > a{
  display: none !important;
}
.product.menu-item > a{
  padding-top: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
#top-menu li.mega-menu ul > li.product.menu-item > a:hover {
  background: unset !important;
  color: #222233 !important;
}
li.product > ul li a:hover{
  background: none;
  opacity: 1;
}
li.mobile-nametag > a{
  display: none !important;
}
li.mobile-nametag.other ul{
  background-color: #F1F3F7;
}
.et-fixed-header#main-header .nav li.mobile-nametag.other ul{
  background-color: #F1F3F7 !important;
}
li.nametag > a{
  font-weight: 600;
  font-size: 17px !important;
  padding-top: 15px !important;
  padding-bottom: 8px !important;
  border: none;
}
li.mega-menu .ico-img {
    margin-bottom: 0 !important;
}
li.mega-menu .ico-img.ico-ct {
    margin-bottom: 0 !important;
}
li.mega-menu .ico-img a{
  padding-bottom: 10px !important;
}
li.mega-menu a{
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  transition: unset !important;
}
li.mega-menu .ico-img img{
  width: 40px;
  float: left;
  display: block;
  margin-right: 8px;
}
li.mega-menu .ico-img .title{
  display: block;
  font-size: 14px;
  color: #223;
  font-weight: 600;
  width: calc(100% - 40px - 5px);
  margin-bottom: 0;
  line-height: normal;
}
li.mega-menu .ico-img .sub-title{
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item.nametag a:hover, #top-menu li.mega-menu ul > li.menu-item.nametag a:hover{
  background: none;
}
#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
    padding-top: 0 !important;
}
#top-menu li.mobile-nametag.other ul li:first-child {
    padding-top: 12px !important;
}
@media only screen and (max-width: 767px) {
  .mega-menu.btn-service, li.signup.button{
    padding-right: 0 !important;
  }
  .mega-menu.btn-service > a{
    margin-bottom: 8px !important;
  }
  li.mobile-nametag > a {
    display: block !important;
  }
  li.mobile-nametag.other ul {
    background-color: #fff;
  }
  .mega-menu > ul > li > ul{
    padding: 0 !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px){
   .main-search{
    overflow: hidden !important;
  }
  #area-blog article .small-img, .recent-posts article .small-img{
    text-align: left !important;
  }
  #area-blog .et_pb_column_1_3{
    width: 100% !important;
  }
  .mega-menu.btn-service, li.signup.button{
    padding-right: 0 !important;
  }
  .mega-menu.btn-service > a{
    margin-bottom: 8px !important;
  }
  li.mobile-nametag > a {
    display: block !important;
  }
  li.mobile-nametag.other ul {
    background-color: #fff;
  }
  .mega-menu > ul > li > ul{
    padding: 0 !important;
  }
}
/*------------------------------------------------*/
/* ----------------------//CONTROL TAB----------------------*/
/*------------------------------------------------*/
.controls#roadmap a.mixitup-control-active,
.controls#partner-mix-controller a.mixitup-control-active  {
  background-color: #e71f02;
  color: #ffffff;
}
.controls#roadmap a,
.controls#partner-mix-controller a{
  border-radius: 0px !important;
    border-width: 0px !important;
    width: 50%;
    padding: 20px 0;
    font-weight: 600;
/*   min-width: 20%; */
  text-align: center;
/*   padding: 15px 20px; */
  color: #999999;
  cursor: pointer;
  background: #d8d8d8;
  font-size: 18px;
  border: 1px solid #FFF;
}
.controls#roadmap,
.controls#partner-mix-controller{
  display: flex;
  align-items: center;
  justify-content: center;
}
.controls.tab-page{
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2em;
  position: relative;
}
.controls.tab-page span{
  box-shadow: 0 8px 12px 0 rgba(139,139,139,0.15);
  border-radius: 35px !important;
  background-image: linear-gradient(180deg, #FFFFFF 1%, #FFFFFF 97%);
  display: flex;
  width: 50%;
}
.controls.tab-page span a.filter{
  padding: 20px 120px;
  font-size: 18px;
  color: #aaa;
  font-weight: 600;
  letter-spacing: -.5px;
  cursor: pointer;
  flex: 50%;
  text-align: center;
}
.controls.tab-page span a:first-child.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgb(245 168 0 / 15%);
  border-radius: 35px 0 0 35px; 
  color: #f5a800;
  border-right: 1px solid #FFEAEA !important;
}
.controls.tab-page span a:last-child.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgb(245 168 0 / 15%);
  border-radius: 0 35px 35px 0; 
  color: #f5a800;
  border-left: 1px solid #FFEAEA !important;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/* ----------------------//BLOG----------------------*/
.single-post .container{
  padding-top: 0 !important;
}
#area-blog .et_pb_column_2_3{
  margin-right: 3.5%;
}
#area-blog .et_pb_column_1_3{
    width: 31.666%;
}
.list-blog .et_pb_column_1_3{
  margin-right: 4.5%;
}
#area-blog article h2{
  font-size: 30px;
    line-height: 42px;
    color: #333;
    margin: 15px 0 10px;
    font-weight: 600;
    padding-bottom: 0;
    letter-spacing: -1.5px;
}
#area-blog article h2:hover {
  color: #f5a800;
}
#area-blog .et_pb_row{
  width: 95%;
}
#area-blog article h3, .recent-posts article h3{
    line-height: 1.3em;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 0;
    letter-spacing: -1px;
}
#area-blog article h3:hover, .recent-posts article h3:hover {
  color: #f5a800;
}
#area-blog article .the_category, .recent-posts article .the_category{
  margin-bottom: 15px;
  color: #8da9d2;
   font-size: 13px;
}
#area-blog article .the_category a, .recent-posts article .the_category a{
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #8da9d2;
}
#area-blog article .excerpt p{
    line-height: 24px;
    /*color: #84868d;*/
    margin-bottom: 0;
    font-size: 15px;
}
#area-blog article .excerpt.others p{
    line-height: 20px;
    /*color: #84868d;*/
    margin-bottom: 0;
    font-size: 14px;
}
#area-blog article .small-img, .recent-posts article .small-img{
  margin-bottom: 15px;
  text-align: center;
}
#area-blog article .small-img img{
  border: 1px solid #eee;
  object-fit: cover;
  min-height: 195px;
  max-height: 195px;
}
#area-blog article .big-img img {
    border: 1px solid #f5f5f5;
}
.recent-posts article .small-img img{
  /*max-height: 165px;
  min-height: 165px;*/
	width:100%;
  border: 1px solid #eee;
  object-fit: cover;
}
#area-blog .title_wrap{
  font-size: 20px;
  line-height: 40px;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 20px;
  color: #2f2f2f;
  font-weight: 600;
  border-bottom: 1px solid #d1e5f3;
}
#main-content.main-blog .container{
  padding-top: 0 !important;
   z-index: 5;
  position: relative;
  background-color: #fff;
}
#main-content.main-blog{
  z-index: 11;
}
#popularpost{
  margin-bottom: 30px;
}
#popularpost:last-child{
  margin-bottom: 0;
}
#popularpost img{
  vertical-align: top;
      width: 90px;
    height: 54px;
      margin-right: 19px;
}
#popularpost a{
  color: #313131;
  display: flex;
}
#popularpost p:hover {
  color: #478cfe;
}
#popularpost p{
   font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
#popularpost p span{
  color: #8da9d2;
   font-size: 14px;
}
#fullcontent{
  /*max-width: 740px;*/
    padding-left: 20px;
    padding-right: 20px;
}
#fullcontent #sidebar{
  padding-left: 0;
  float: none;
  width: 100%;
}
#fullcontent .entry-title{
  font-size: 35px;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  padding-bottom: 0;
  margin-bottom: 7px;
}
#fullcontent .the_category{
  font-size: 13px;
  margin-bottom: 28px;
}
#fullcontent .the_category a{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #5a6c87;
}
#fullcontent .entry-content {
    padding-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 33px;
    color: rgba(0,0,0,.8);
}
#fullcontent .entry-content ol{
      padding: 0 0 23px 1em;
    list-style-position: outside;
}
#fullcontent .entry-content ol li{
  padding-bottom: 15px;
}
#fullcontent .entry-content p{
  padding-bottom: 25px;
  line-height: 1.7em;
}
#fullcontent .entry-content h3, #fullcontent .entry-content h2{
  margin: 22px 0;
}
#fullcontent #categories-2 label{
  display: none;
}
#fullcontent #recent-posts-2 ul{
  list-style-type: circle;
}
#fullcontent #recent-posts-2 ul li{
    margin-bottom: 15px;
    margin-left: 15px;
}
#fullcontent #recent-posts-2 ul li:before{
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #313131;
}
#fullcontent #recent-posts-2 ul li a{
  color: #313131;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
}
#fullcontent #recent-posts-2 ul li a:hover {
  color: #478cfe;
}
#fullcontent article#post-120068 .et_post_meta_wrapper img,#fullcontent article#post-120064 .et_post_meta_wrapper img,#fullcontent article#post-119734 .et_post_meta_wrapper img{
  display: none;
}
#fullcontent .et_post_meta_wrapper img.no{
    display: none;
}
article.archive{
  margin-bottom: 65px
}
article .archive-img{
      width: 205px;
    margin-right: 30px;
    float: left;
    margin-bottom: 15px;
}
article .archive-excerpt{
  overflow: hidden;
}
#area-blog #search{
  margin-bottom: 3em;
      position: relative;
}
#area-blog #search input[type=text]{
        height: 38px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-width: 0;
    border-style: solid;
    border-bottom: 1px solid #ccc;
        width: 100%;
    font-size: 15px;
}
#area-blog #search input[type=text]:focus{
    border-color: #478cfe;
}
#area-blog #search button{
    border: 0;
    background: none;
    position: absolute;
    right: 7px;
    bottom: 8px;
    color: #aaaaaa;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    cursor: pointer;
}
#area-blog #search button:before{
     content: "\55";
    font-size: 16px;
    color: #aaa;
    font-family: "ETmodules" !important;
    border: none;
    top: 0;
}
/* signup form embed hubspot*/
/*.the-form .hbspt-form .hs-fieldtype-text > label, .the-form .hs-fieldtype-select > label{
  display: none;
} */
.the-form .hbspt-form .field.hs-form-field{
  margin-bottom: 24px;
}
.the-form .hbspt-form .input input{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  padding: 11px 18px;
  text-align: left;
  width: 100%;
} 
.the-form .hbspt-form .input select{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  text-align: left;
  width: 100%;
  height: 42px;
  text-indent: 9px;
}
.the-form .hbspt-form .hs-fieldtype-text ul.hs-error-msgs li{
  text-align: left;
}
.the-form .hbspt-form .hs-fieldtype-text label.hs-error-msg{
  color: #ca0000;
  font-size: 12px;
}
.the-form .hbspt-form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #97acc7;
  font-size: 16px;
}
.the-form .hbspt-form .input input::-moz-placeholder { /* Firefox 19+ */
  color: #97acc7;
  font-size: 16px;
}
/*.hs_which_curricula_do_you_run_, .hs_product_interest_school_group_district_form_{
  padding-top: 30px;
}*/
.hs_which_curricula_do_you_run_ > label span, .hs_product_interest_school_group_district_form_ > label span{
  font-weight: 600;
  color: #333;
}
.hs_which_curricula_do_you_run_ ul, .hs_product_interest_school_group_district_form_ ul{
  text-align: left;
  margin-top: 10px;
  padding-bottom: 0;
}
.hs_which_curricula_do_you_run_ ul li, .hs_product_interest_school_group_district_form_ ul li{
  text-align: left;
  margin-right: 13px;
  display: inline;
}
.hs_which_curricula_do_you_run_ ul li:last-child, .hs_product_interest_school_group_district_form_ ul li:last-child{
  margin-right: 0;
}
.hs_which_curricula_do_you_run_ ul li input, .hs_product_interest_school_group_district_form_ ul li input{
  width: 100%;
  padding: 4px 10px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 15px;
  opacity: 1;
}
.the-form .hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"], .the-form .hbspt-form .hs_product_interest_school_group_district_form_ ul li input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: -moz-mac-unified-toolbar;
  width: 21px;
  height: 21px;
  background: url(/images/bg-checkbox.png) no-repeat 0 bottom;
  background-size: 21px auto;
  border: none;
  margin: 10px 4px 10px 0px;
  cursor: pointer;
  padding-right: 0;
  vertical-align: middle;
}
.the-form .hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"]:checked, .the-form .hbspt-form .hs_product_interest_school_group_district_form_ ul li input[type="checkbox"]:checked{
  background-position: 0 0;
  position: relative;
}
.the-form .hbspt-form .hs_which_curricula_do_you_run_ ul li > label span, .the-form .hbspt-form .hs_product_interest_school_group_district_form_ ul li > label span{
  display: inline-block;
  font-weight: normal;
  color: #64748e;
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
}
.the-form .hbspt-form .hs_anyinfo{
  margin-top: 30px;
}
.the-form .hbspt-form .hs_anyinfo > label{
  display: block;
  font-weight: 600;
  color: #333;
}
.the-form .hbspt-form .hs_anyinfo .input input{
  margin-top: 10px;
}
.the-form .hbspt-form .hs-richtext{
  margin:30px 0;
}
.the-form .hs_submit input[type="submit"]{
  text-align: center;
  padding: 12px 28px 10px !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9em;
  color: #ffffff;
  border: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  text-transform: uppercase;  
  background-color: #1ecd6e
}
.the-form .hs_submit input[type="submit"]:hover {transform: translateY(-1px);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}
.the-form .hbspt-form .hs-fieldtype-number{
  margin-bottom: 30px;
}
.the-form .hbspt-form .hs-fieldtype-number .input input{
  margin: 0 !important;
}
.the-form .hbspt-form .no-list.hs-error-msgs{
  list-style: none;
  padding: 0;
  margin:0;
}
.the-form .hbspt-form .no-list.hs-error-msgs label{
  color: #ca0000;
  font-size: 12px;
}
/* end */

@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

@media only screen and (min-width : 320px) and (max-width : 480px){
  #mc_embed_signup {
    padding: 0 10px;
  }
  #mc_embed_signup input.email {
    width: 100% !important;
  }
}
div#mc_embed_signup_scroll {
    padding: 0 30px;
}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0 .4em;
    display: inline-block;
    margin: 0;
    vertical-align: top;
   width: 100%;
}
#mc_embed_signup label {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  display: block;
  padding-bottom: 10px;
}
#mc_embed_signup label#mce-note {
    font-size: 12px;
    margin: 1em auto 0;
    text-align: left;
    line-height: 1.5em;
    color: #5a6c87;
}
#mc_embed_signup .clear {margin-top: 0.5em;} /* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    height: 28px;
    padding: 0px 18px;
    display: inline-block;
    margin: 0;
    transition: all .23s ease-in-out 0s;
    background-color: #478cfe;
}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup{background:#fff; clear:left; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; width:100%}
 #mc_embed_signup form {
    text-align: center;
    padding: 20px 0 20px 0;
    position: relative;
}
#mc_embed_signup {
    background: #EEEEEE;
}
#mc_embed_signup .button {
  background-color: #478cfe
}
#mc_embed_signup .button:hover {
  background-color: #336dcd
}
#mc_embed_signup .hbspt-form{
  padding: 0 20px 10px;
}
#mc_embed_signup .hbspt-form .hs-richtext {
    margin: 0px 0 10px;
}
#mc_embed_signup .hbspt-form .hs-richtext p{
  font-size: 16px;
}
#mc_embed_signup .hbspt-form .field.hs-form-field {
    margin: 0px;
}
#mc_embed_signup .hbspt-form p label{
  font-weight: 700;
}
#mc_embed_signup .hbspt-form input[type="email"]{
  font-size: 13px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0 .4em;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
#mc_embed_signup .hbspt-form .hs_error_rollup{
  position: absolute;
}
#mc_embed_signup .hbspt-form .hs_submit{
  position: absolute;
  bottom: 20px;
  right: 0;
}
#mc_embed_signup .hbspt-form input[type="submit"]{
  font-size: 15px !important;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  box-sizing: border-box;
  padding: 10px !important;
  display: inline-block;
  margin: 0;
  transition: all .23s ease-in-out 0s;
  background-color: #F5A800;
  margin-top: 2em;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: none;
}
#mc_embed_signup .hbspt-form .hs_error_rollup label{
  color: #ff0000;
  font-size: 12px;
  padding-bottom: 0;
}
#mc_embed_signup .hbspt-form .hs_email label{
  display: none;
}
#mc_embed_signup .hbspt-form .submitted-message{
  padding: 25px 0;
  color: #333;
}
#mce-animate{
    display: none;
}
p#mce-note{
    font-size: 12px;
    margin: 0 auto;
}
.blog-kategory{
    position: relative;
    padding: 15px 0 23px;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 30px;
}
.blog-kategory ul li{
    line-height: 22px;
    display: inline-block;
}
.blog-kategory ul li a:first-child {
    padding-left: 0;
}
.blog-kategory ul li a{
    color: #8a8c93;
    text-decoration: none;
    padding: 0px 35px;
    display: inline-block;
}
.blog-kategory ul li a:hover{
    color: #4e5367;
}
.blog-kategory .btnsearch{
  position: absolute;
  right: 19px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  cursor: pointer;
}
.blog-kategory .btnsearch:before{
    content: "\55";
    font-size: 20px;
    color: #aaa;
    font-family: "ETmodules" !important;
    border: none;
    top: 0;
    font-weight: 600;
}
.container.bloglist{
  background-color: #FFF;
  z-index: 11;
}
#main-content{
  position: relative;
  z-index:5;
}
.main-search{
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
    color: #7d7e82;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: visibility, height, -webkit-transform;
    transition-property: visibility, height, -webkit-transform;
    transition-property: visibility, transform, height;
    transition-property: visibility, transform, height, -webkit-transform;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1) !important;
     z-index: 10;
}
.main-search.active{
    visibility: visible;
    z-index: 10;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.main-search .container{
  padding-top: 0 !important;
}
.main-search .search-input{
    width: 100%;
    height: 150px;
    padding: 0;
    padding-right: calc(10px + .4em);
    border: none;
    color: #3c3d41;
    margin: 0 30px;
        font-size: 35px;
    font-weight: 300;
}
.main-search .search-submit {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    color: #7d7e82;
}

.main-search .search-submit span{
    color: #ffffff !important;
    padding: 8px 24px 10px !important;
    border-radius: 3px;
    font-weight: 600;
    background: #478cfe;
    cursor: pointer;
}
.recent-posts{
    padding-bottom: 3em;
    padding-top: 3em;
    border-top: 1px solid #efefef;
}
.recent-posts .et_pb_row{
  width: 63% !important;
}
.readpost #fullcontent article{
  padding-bottom: 0;
  margin-bottom: 0;
}
.readpost img{
  border: 1px solid #eee;
      margin-bottom: 30px;
}
.recent-posts h3#heading{
    font-size: 28px;
    line-height: 40px;
    position: relative;
    padding: 0 0 20px;
    margin: 13px auto 0;
    color: #2f2f2f;
    font-weight: normal;
    width: 63%;
    text-align: left;
}
.select {
 font-size: 16px;
  position: relative;
  display: inline-block;
}
.select select {
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 5px 14px;
    margin: 0;
    transition: border-color 0.2s;
    border: 1px solid #aec8f3;
    border-radius: 5px;
    background: #fff;
    color: #8a8c93;
    line-height: normal;
    /* font-family: inherit; */
    font-size: 13px;
    line-height: inherit;
}
.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: -1px;
  top: 1px;
  pointer-events: none;
  width: 40px;
  height: 94%;
  border-right: 1px solid #aec8f3;
  border-radius: 5px;
}
.select .arr:before {
    content: '';
    position: absolute;
    top: 57%;
    right: 14px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 8px solid #478cfe;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.select .arr:after {
    content: '';
    position: absolute;
    top: 57%;
    right: 18px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.searchlist #area-blog .pagination{
  display: none;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns{
  width: 100%;
  display: block;
      padding-top: 0;
    padding-bottom: 0;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss{
  width: 100%;
/*   float: none; */
  display: inline-block;
  margin-right: 0;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss .small-img{
    width: 205px;
    margin-right: 30px;
    float: left;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss article{
  margin-bottom: 60px;
}
.searchlist #area-blog .archive-img img{
  min-height: 116px;
      border: 1px solid #eee;
}
.searchlist #area-blog article .small-img img{
  /*min-height: 116px;*/
  border: 1px solid #eee;
}
.wpp-list li{
  margin-bottom: 20px;
  display: flex;
}
.wpp-list li img {
  vertical-align: top;
  margin-right: 19px;
  border: 1px solid #f7f7f7;
}
.wpp-list li p{
  width: 100%;
  margin-left: 10px;
}
.wpp-list li a.wpp-post-title {
  font-size: 15px;
  font-weight: 600;
 color: #333;
 letter-spacing: -.5px
}
.wpp-list li a.wpp-post-title:hover{
  color: #f5a800;
}
.wpp-list li .wpp-date {
  display: block;
  color: #8da9d2;
  font-size: 14px;
  font-weight: normal;
}
.subscribe{
  margin-bottom: 20px;
}
.maintenance{
  background: #f0f7fd;
  padding: 10px 20px 5px;
  border-radius: 5px;
}
#area-blog .maintenance h3.title_wrap{
  font-size: 17px;
  color: #2f2f2f;
}
#area-blog .maintenance h3.title_wrap:hover{
  color: #336dcd;
}
h3.bttn-roadmap{
  border: none !important;
}
h3.bttn-roadmap a{
  background: #EFF6FC;
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #d1e5f3;
  font-size: 17px;
  color: #2f2f2f;
  display: block;
}
h3.bttn-roadmap a:after{
  content: "\35";
  font-size: 28px;
  font-family: 'ETmodules';
  position: absolute;
  right: 6px;
}
h3.bttn-roadmap a:hover{
  color: #336dcd;
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	#area-blog article .small-img img {
		  width: 100%;
	}
}
@media only screen and (max-width: 767px) {
  .blog-kategory ul li.selected .category-select{
    width: 80%;
  }
  .blog-kategory ul li.selected .category-select .select select{
    width: 100%;
  }
  .main-search .search-submit{
    right: 0;
  }
  .blog-kategory{
    margin-bottom: 2em;
  }
  .container.mobile{
    padding-top: 0 !important;
    width: 95%;
  }
  .list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }
  .list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }
  .list-blog article .article-box .the_category a{
    font-size: 13px;
  }
  .list-blog .et_pb_row.et_pb_equal_columns{
    padding: 0;
  }
  #twitter-widget-0{
    display: none !important;
  }
  .et_pb_post h2{
    margin-top: 0;
  }
  #mc_embed_signup {
    padding: 0 10px;
  }
  #mc_embed_signup input.email {
    width: 100% !important;
  }
  #fullcontent{
    width: 92%!important;
    padding-left: 0;
    padding-right: 0;
  }
  #fullcontent .entry-title{
    font-size: 30px;
    line-height: normal;
  }
  #fullcontent .entry-content{
    font-size: 14px;
  }
  .recent-posts .et_pb_row{
    width: 80% !important;
  }
  .recent-posts h3#heading{
    width: 80%;
  }
  .blog-kategory ul li.cat-item{
    display: none;
  }
  .main-search .search-input{
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
  article .archive-img, .searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss .small-img{
    float: none;
    width: 100%;
    text-align: left;
  }
  #area-blog .et_pb_row {
    width: 90%;
  }
  .searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss {
    margin-bottom: 0;
  }
  .frontpage #area-blog article .excerpt p, .frontpage #area-blog article .excerpt{
    display: none;
  }
  #area-blog article .small-img img, .recent-posts article .small-img img{
    min-height: auto;
  }
}
#main-content .container:before {background: none;}
/*------------------------------------------------*/
/* ----------------------//REVIEWS----------------------*/
/*------------------------------------------------*/
.testimonial-box {border-radius: 3px;}
.testimonial-box:before{
  display: none;
}
.testimonial-box .et_pb_testimonial_portrait:before {box-shadow: none;}
.testimonial-box .et_pb_testimonial_author {color: #293041;}

.testimonialpage .pagination .alignleft, .testimonialpage .pagination .alignright{
  text-align: center;
  float: none !important;
}
.testimonialpage .pagination .alignleft a, .testimonialpage .pagination .alignright a{
  display: inline-block;
  margin: 0 auto;
}
.testimonialpage .pagination .alignleft a:before, .testimonialpage .pagination .alignright a:before{
  text-align: center;
  width: auto;
  display: block;
}
/* login page */

.contact-card .et_pb_blurb_content{
  /*background: #DC402A;*/
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0,95,234,0.15);
  border-radius: 10px;
  padding: 30px 25px;
	min-height: 440px !important;
  display: flex;
  flex-flow: column;
}
.contact-card.login-card .et_pb_blurb_content{
  min-height: 350px !important;
}

@media (max-width: 991px) {
  .contact-card .et_pb_blurb_content{
min-height: 408px !important;
  }
}

.contact-card .et_pb_main_blurb_image {
  flex: 0 1 auto;
  width: 100% !important;
}
.contact-card .et_pb_blurb_container {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}

.contact-card .et_pb_blurb_container #blurb-button {
  position: absolute;
  bottom:0px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-card .et_pb_blurb_container #blurb-button {
    position: relative;
  }
}
.contact-card #blurb-button{
  margin-top: 8px;
}
.contact-card #blurb-button .commonButton{
  padding: 10px 10px 8px !important;
  width: 100%;
  margin-top: 5px;
}
.contact-card .et_pb_main_blurb_image img{
  width: 100px;
}
.contact-card.other .et_pb_blurb_content{
 background: #478CFE;
}
.contact-card .et_pb_blurb_description #phone{
  text-align: left;
}
.contact-card .et_pb_blurb_description #phone p{
  text-align: center;
  padding-bottom: 0;
}
.contact-card .et_pb_blurb_description #phone span{
  float: left;
  width: 50%;
  font-size: 13px;
}
.contact-title h2 a{
  color: #336dcd;
  border-bottom: 1px solid; 
}
.contact-title h2 a:hover{
  color: #478cfe;
}
#contact-us .contact-pic{
  position: absolute;
  z-index: 0;
  right: 0;
}
#contact-us .contact-pic .et_pb_module img{
  width: 750px;
  max-width: 200%;
}

.systems-blurb .et_pb_blurb_content {
    max-width: 100%;
}
.systems-blurb {margin-bottom: 60px !important;}
.systems-blurb .et_pb_blurb_content {max-width: 100%;}
.systems-blurb .et_pb_main_blurb_image img {width: 100px; margin-right: 25px;}
.systems-blurb .et_pb_blurb_container h4 {color: #293041; letter-spacing: -0.5px;font-weight: 600;padding-bottom: 10px;}

/* assessprep */
.assessprep-body article h2, .assessprep-body article h3 {
    color: #293041;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.assessprep-body .et_pb_text_6 h2 {
    font-weight: 300 !important;
}
.assessprep-body .et_pb_text_14 h3 {
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 1.4em;
}
.assessprep-main-pic{
  background-image: url(/images/features/assessprep/asseprep-object.png);
  background-position: center top;
  background-size: 100% 100%;
  z-index: 11;
  overflow: visible;
  text-align: right;
  padding-bottom: 5em;
}
.assessprep-main-pic .et_pb_image{
  text-align: right;
}
.assessprep-main-pic .et_pb_image img{
  width: 650px;
}
#ass-integrate-icon{
  font-size: 16px;
  color: #e71f04;
  box-shadow: rgba(22, 53, 76, 0.05) 0px 7px 25px 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 4em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 244, 246);
  border-image: initial;
  padding: 12px 0;
  display: flex;
  align-items: center;
  width: 365px;
  justify-content: center;
}
#ass-integrate-icon img{
  width: 155px;
  vertical-align: middle;
  margin-left: 13px;
}
#header-ap-logo{
  padding-bottom: 0;
  width: 365px;
  text-align: center;
}
#header-ap-logo img{
  width: 200px;
}
.ap-compatible p{
  text-align: center;
}
.ap-compatible p img{
  margin: 0 13px;
}
.ass-thefuture{
  text-align: center;
}
.ap-users .percent-value{
  font-size: 50px;
  color: #293041 !important;
}
.ap-users .et_pb_number_counter{
  box-sizing: border-box;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
  padding: 50px 20px;
  border-radius: 10px;    
}
.ap-users .counter1{
  margin-top: -2em;
}
.ap-users .et_pb_number_counter.last{
  border:2px dashed rgb(235, 235, 235);
  box-shadow: none;
}
.ap-school .et_pb_text_inner{
  text-align: center;
}
.ap-school .et_pb_text_inner img{
  width: 135px;
  margin:0 15px;
}
.ap-testimonial #item{
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(242, 244, 247);
  border-image: initial;
  border-radius: 5px;
  padding: 40px;
}
.ap-testimonial h3{
  font-size: 16px;
}
.ap-testimonial p{
  font-size: 19px;
  font-weight: 300;
}
.ap-testimonial .author{
  margin-top: 2em;
}
.ap-testimonial .author b{
  font-size: 16px;
  color: #333;
}
.ap-testimonial .author span{
  font-size: 14px;
  display: block;
}
.ap-testimonial .owl-dots,.create-gallery .owl-dots{
  text-align: center;
}
.ap-testimonial .owl-dots button span:before{
  content: ".";
  position: relative;
  font-size: 4em;
  color: #ccc;
}
.ap-testimonial .owl-dots button.active span:before{
  color: #333;
}
.ap-tabs {
  position: relative;
}
.ap-tabs input[name="tab-control"] {
  display: none;
}
.ap-tabs .content section h2,
.ap-tabs ul li label {
  font-weight: bold;
  font-size: 20px;
  color: #428BFF;
}
.ap-tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.ap-tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.ap-tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: rgb(220, 244, 232);
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ap-tabs ul li label br {
  display: none;
}
.ap-tabs ul li label svg {
  fill: rgb(220, 244, 232);
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.ap-tabs ul li label:hover, .ap-tabs ul li label:focus, .ap-tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.ap-tabs ul li label:hover svg, .ap-tabs ul li label:focus svg, .ap-tabs ul li label:active svg {
  fill: #bec5cf;
}
.ap-tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.ap-tabs .slider .indicator {
  position: relative;
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.ap-tabs .content {
  margin-top: 30px;
}
.ap-tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.ap-tabs .content section img{
  box-shadow: rgba(27, 67, 111, 0.15) 0px 5px 60px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #fff;
}

.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 600px) {
  .ap-tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .ap-tabs ul li label span {
    display: none;
  }
  .ap-tabs .slider {
    display: none;
  }
  .ap-tabs .content {
    margin-top: 20px;
  }
  .ap-tabs .content section h2 {
    display: block;
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 767px) {
  #ass-integrate-icon{
    display: flex;
    align-items: center;
  }
  #ass-integrate-icon img{
    width: 100px;
  }
  #header-ap-logo{
    text-align: center;
  }
  #header-ap-logo img{
    width: 150px !important;
    margin-left: 0 !important;
  }
}
body.no-signup-ready .signup-ready, body.assessprep-body .signup-ready{
    display: none !important;
}
/*------------------------------------------------------- */
/* --------------partner page---------------------------- */
/*------------------------------------------------------- */
.sb-partner-list .item{
    margin-bottom: 60px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 15px;
}
.sb-partner-list .item img{
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f7fbff;
  padding: 3px;
  margin: 0 auto;
}
.sb-partner-list .item p.title{
  padding-bottom: 0;
  margin-top: 10px;
  line-height: normal;
  color: #32325d;
  font-weight: 600;
  font-size: 16px;
}
.sb-partner-list .item p.desk{
  color: #6b7c93;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.sb-partner-list .item .row{
  vertical-align: top;
  text-align: center;
}
.sb-partner-nav p{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #222233;
  margin-bottom: 12px;
  cursor: pointer;
  padding-bottom: .2em;
}
.sb-partner-nav ul{
  list-style-type: none;
  margin-bottom: 35px;
  padding: 0;
}
.sb-partner-nav ul li{
  margin-bottom: 10px;
}
.sb-partner-nav ul li a{
  color: #6c7c92;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}
.sb-partner-nav{
  border-right: 2px solid #f5f8fb;
}
.partner-logo{
    text-align: center;
    height: 330px;
    
    background-color: #fff;
    border: 1px solid #dfe2e6;
    line-height: 330px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.partner-logo img{
      padding: 35px;
    vertical-align: middle;
}
.partner-details{
    margin-left: -1em;
    color: #222233;
}
.partner-details h3{
  color: #222233;
  font-weight: 600;
  letter-spacing: normal;
}
.partner-details .tags{
  margin-bottom: 1em;
}
.partner-details .tags span{
        padding: 3px 8px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    background-color: #478cfe;
    margin-right: 5px;
    position: relative;
    top: -3px;
    border-radius: 4px;
    margin-bottom: .5em;
  }
.partner-details p#text-info{
  padding: 2em 0 .5em;
}
.partner-details p{
  padding-bottom: 0;
}


.partner-page .category{
      position: static;
    margin: 0;
    /* width: auto; */
    background: transparent;
    padding: 0;
    z-index: auto;
    border-right: 2px solid #f5f8fb;
    -ms-flex-preferred-size: 23.7%;
    flex-basis: 23.7%;
}
.partner-page .category p.partner-sideNavHeader{
  font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #222233;
    margin-bottom: 12px;
  cursor: pointer;
  padding-bottom: .2em;
}
.partner-page .category .partner-sideNavList {
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0;
}
.partner-page .category .partner-sideNavListItem {
    margin-bottom: 10px;
}
.partner-page .category .partner-sideNavLink {
    color: #6c7c92;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
  cursor: pointer;
}
.partner-page .category .partner-sideNavLink:hover, .partner-page .category .partner-sideNavLink.mixitup-control-active{
    color: #3042b7;
}
.partner-page .category .partner-sideNavLink.active{
    color: #3042b7;
    font-weight: 600;
}
.partner-listingMainRow .partner-integrationLink.extended {
  padding: 0 20px;
    margin-bottom: 60px;
    height: auto;
    cursor: pointer;
    flex: 50%;
    max-width: calc(50% - 15px);
    display: inline-block;
}
.partner-page.others .partner-listingMainRow .partner-integrationLink.extended {
       width: 30%;
    min-height: 150px;
    text-align: center;
    padding: 25px 10px;
    box-sizing: border-box;
    max-width: 360px;
    border: 1px solid #C6E7EE;
    border-radius: 8px;
    margin: 0 15px 30px;
-webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    float: left;
}
.partner-page.others .partner-listingMainRow .partner-integrationLink.extended:hover {
    webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
.partner-listingMainRow .row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}
.partner-page.others .partner-listingMainRow .row {
    
    display: block;
}
.partner-listingMainRow .partner-integrationIcon{
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f7fbff;
    padding: 3px;
}
.partner-page.others .partner-listingMainRow .partner-integrationIcon{
flex-shrink: initial;
    background-color: #f7fbff;
    padding: 3px;
    margin: 0 auto 15px;
  }
.partner-listingMainRow .partner-integrationDetail{
  margin-top: 10px;
}
.partner-listingMainRow .partner-integrationName {
    padding-bottom: 0;
    margin: 0;
    line-height: normal;
    max-width: 150px;
    color: #32325d;
    font-weight: 600;
    font-size: 16px;
}
.partner-page.others .partner-listingMainRow .partner-integrationName {
  max-width: none;
}
.partner-listingMainRow .partner-integrationCategory {
    color: #6772e5;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 0;
    margin-bottom: 3px;
}
.partner-listingMainRow .partner-integrationTagline {
    color: #6b7c93;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.partner-popup .swiper-container {
  width: 100%;
  height: 100%;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 104001;
}
.partner-popup .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.partner-popup .modal-backdrop{
  filter: alpha(opacity=50);
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104000;
  background-color: #000;
  display: none;
}
.partner-listingMainRow .mix {display: none;}
#partner-lg{
  /* background-image: url(../../../images/partner/header-bg.png); 
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw auto;
  padding-bottom: 35px;
  background-color: rgba(0,0,0,0.0);
  padding-top: 150px !important;
  background-image: linear-gradient(to bottom, #7028e4 0%, #e5b2ca 100%);*/
  padding-bottom: 35px;
      background: linear-gradient(351deg, #FCB460 20%, #FF9AFB 50%, #9239FF 90%);
}
#partner-lg #partner-header{
    text-align: center;
    margin-bottom: 4em;
}
#partner-lg #partner-header h1{
  font-weight: 600;
    font-size: 41px;
    line-height: 64px;
  /*   color: #6d5d92; */
    color: #fff;
}
#partner-lg #partner-header span{
  font-size: 27px;
    line-height: 44px;
    color: #fff;
    font-weight: 300;
}
#partner-lg .introd .intro-md h4{
  color: #6d5d92;
  font-weight: 600;
}
#partner-lg .introd .intro-md p{
  color: #fff;
  line-height: 21px;
  font-size: 14px;
}
#partner-lg .et_pb_main_blurb_image{
  margin: 0;
}
#partner-lg .et_pb_main_blurb_image img{
  width: 70px;
}
.introd .et_pb_main_blurb_image img{
  width: 70px;
}
.partner-popup .contents{
  position: relative;
  text-align: left;
  padding: 40px;
    background: linear-gradient(168deg,#f5f7fa,#f5f7fa 420px,#fff 0,#fff);
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
  width: 45%;
    min-height: 450px;
}
.partner-popup .contents span#closer{
  position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 27px;
    color: #82878e;
    cursor: pointer;
}
.partner-popup .contents span#closer:hover{
  color: #336dcd;
}
.partner-popup .contents .body{
  display: flex;
}
.partner-popup .contents .body .logo{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    vertical-align: top;
}
.partner-popup .contents .body .logo img{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.partner-popup .contents .body  .text{
      width: 580px;
}
.partner-popup .contents .body  .text h4{
  color: #222233;
  font-weight: 600;
      font-size: 20px;
  padding-bottom: 0;
}
.partner-popup .contents .body  .text .button{
    margin-top: 20px;
}
.partner-popup .contents .body  .text .button a{
  font-weight: 400;
  text-transform: capitalize;
}
.partner-popup .contents .body  .text p#since{
  font-size: 15px;
}
.partner-popup .contents .body  .text p{
    line-height: 23px;
    color: #6b7c93;
    font-size: 16px;
}
.partner-popup .contents .footer{
  margin-top: 3em;
}
.partner-popup .contents .footer .ss img{
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,.1), 0 3px 6px 0 rgba(0,0,0,.08);
    max-width: 270px;
    max-height: 170px;
    margin-right: 20px;
    display: inline-block;
}
    
.hero-break {
        width: 100%;
    position: absolute;
}

.hero-break .break-title {
       max-width: 635px;
    margin: 0 auto;
    padding: 54px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    top: 19px;
    position: relative;
    background-size: cover;
        border-radius: 50px;
  }
.hero-break .break-title .center{
  position: absolute;
    top: 19px;
    width: 100%;
    font-size: 31px;
    z-index: 3;
        font-size: 26px;
    color: #fcb460;
    font-weight: 400;
}

#partner-header{
      padding-bottom: 3em;

}
#partner-header h1{
 background: -webkit-linear-gradient(left, #262694, #e78001);
     
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-size: 32px;
}
.visible-xs{
  display: none !important;
}
@media (max-width: 767px) {
  .sb-partner-list .item{
    width: 100% !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 980px){ 
  .sb-partner-list .item{
    width: 100% !important;
  }
}
/**/
.roadmap table td{
  padding: 10px 24px;
}
.roadmap table td img{
  width: 100%;
}
.roadmap .et_pb_toggle_content span{
  position: absolute;
    right: 3em;
    top: -1.3em;
}
.roadmap .et_pb_toggle{
  margin-bottom: 0 !important;
}
.roadmap .comingsoon .et_pb_toggle{
  background-color: #FFF9F4;
}
.roadmap .shipped .et_pb_toggle{
  background-color: #F6FCF8;
}
.roadmap .shipped .et_pb_toggle_open{
  background-color: #fff;
  border: 1px solid #1ecd6e;
}
.roadmap .comingsoon .et_pb_toggle_open{
  background-color: #fff;
  border: 1px solid #e71f04;
}

.controls.tab-page span a.atlasnext.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(255,0,0,0.10);
  border-radius: 35px 0 0 35px; 
  color: #E71F03;
  border-right: 1px solid #FFEAEA !important;
}

.controls.tab-page span a.atlas.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(255,0,0,0.10);
  border-radius: 0 35px 35px 0; 
  color: #E71F03;
  border-left: 1px solid #FFEAEA !important;
}


/* LMS Page */
.lms-page-header{
      height: 100vh;
}

.lms-page-header .lms-header-title{
margin-top: 8em !important;
    margin-left: 7em;
}
.lms-page-header .main-text{
  padding: 0;
}
.lms-page-header .lms-header-title h4{
      font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3em;
    /* color: #607D8B !important; */
    font-size: 40px;
    margin-bottom: 9px;
    color: #fff;
    text-align: center;
}
.lms-page-header .lms-header-title P{
    color: #fff;
        font-size: 21px;
    line-height: 1.3em;
        width: 100%;
    text-align: center;
  }
#lms-letter{
      padding: 3em 2.8em;
    border: 1px solid #dfe2e6;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    background: #fff;
}  
#lms-letter h2{
 /* padding: 23px; */
  /* text-align: center; */
  /* border-bottom: 1px solid #e8e8e8; */
  /* margin: 0 -1.8em; */
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  /* background: linear-gradient(to right, #3f9dec, #a637ca); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
  font-size: 22px;
}
#lms-letter p{
    font-size: 16px;
    line-height: 1.5;
}  
#lms-letter a {
   /*     background: #478cfe;
    padding: 8px 15px 10px !important;
    border-radius: 3px;
    color: #fff;
    top: 1em;
    position: relative;*/
        font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 27px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a347b7;
}
#lms-letter a:after{
      position: absolute;
    right: 0;
    bottom: 1px;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background-color: #a347b7;
    background-size: 17px 17px;
    -webkit-mask-image: url(/images/lms/sm-arrow.svg);
    mask-image: url(/images/lms/sm-arrow.svg);
}
#lms-letter a:hover:after
{
    right: -6px;
}
#lms-role .et_pb_main_blurb_image{
  margin: 0 auto;
  width: 90px;
}
#lms-role .et_pb_blurb_container h4{
  font-weight: 600;
  color: #222233;

}
#lms-role.child{
  margin-bottom: 60px;
}
#lms-role.last{
  margin-bottom: 0;
}
#lms-role.child .et_pb_main_blurb_image{
  width: 60px;
}
#lms-role.c1 .et_pb_main_blurb_image img{
background-color: #b6e7ff;
    border-radius: 50%;
    padding: 9px;
    width: 53px;
  }
#lms-role.parent .et_pb_main_blurb_image{
box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
        border-radius: 100%;
    height: 90px;
    margin-bottom: 7px;
  }
#lms-role.parent .et_pb_main_blurb_image img{
  vertical-align: middle;
}
#lms-role.parent .et_pb_blurb_container{
  vertical-align: middle;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
    /* background: linear-gradient(to right, #3f9dec, #a637ca); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#lms-role.parent{
  margin-bottom: 4em;
}
.role-systems{
    border-top: 1px solid #eeeaf1;
    padding-top: 0 !important;
        margin-top: 4em;
}
.role-systems > .et_pb_column_5{
  border-right: 1px solid #eeeaf1;
    padding-right: 65px;
    margin-right: 0;
    padding-top: 5em;
}
.role-systems > .et_pb_column_6{
    padding-left: 65px;
    padding-top: 5em;
}
.lms-page.carousel{
  margin: 0;
}
.lms-page.carousel h2{
    font-weight: 600;
    color: #336dcd;
    margin-bottom: 1.5em;
    padding: 0;
    line-height: 1.5;
}
.lms-page.carousel .point-point{
   margin-bottom: 15px;
    font-size: 16px;
    color: #222233;
    cursor: pointer;
        padding: 4px 15px;
    border-radius: 5px;
}
.lms-page.carousel .point-point.active{
  border: 1px solid #a9c5f3;
}
.lms-page .point-point img.icon{
  width: 40px;
  vertical-align: middle;
    margin: 0 5px;
}
.lms-page .owl-carousel{
   margin-top: 6.8em;
}
.lms-page .point-point span#time{
    width: 72px;
    position: relative;
    display: inline-block;
}
.lms-page .owl-item{
  width: 130%;
}
.lms-page .ss-content .contents{
  margin-top: 3em;
}
.lms-page .ss-content .images{
    box-shadow: 0 15px 35px rgba(50,50,93,.01), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 4px;
    border: 1px solid #dfe2e6;
    background: #eff6ff;
}
.lms-page .ss-content .images img{
  padding: 6px;
}
.lms-page .ss-content .contents p.up{
    font-weight: 600;
    color: #222233;
    font-size: 16px;
}
.lms-letter p{
  font-size: 1.1em;
}
.lms-letter h4{
  color: #222233;
      margin: 20px 0 10px;
}
.lms-letter blockquote{
  position: relative;
  border: none;
}
.lms-letter blockquote:before {
  display: block;
    content: "\201C";
    font-size: 66px;
    position: absolute;
    left: -13px;
    top: 13px;
    color: #7a7a7a;
    font-family: Georgia, serif;
}
.lms-toggle{
      width: 95%;
    margin: 0 auto;
    border: 1px solid #e7f0ff;
    background: #f8fbff;
    border-radius: 5px;
    transition: all 0.5s;
    cursor: pointer;
}
.lms-toggle.et_pb_toggle_open{
   box-shadow: 0 5px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
   border-radius: 0;
   border: none;
    background: #fff;
}
.lms-toggle.et_pb_toggle_open .et_pb_toggle_title{
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 23px;
}
.lms-toggle .et_pb_toggle_title{
  text-align: center;
  color: #222233 !important;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: -1px;
  transition: all 0.5s;
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.lms-toggle .et_pb_toggle_title:before {
    display: none !important;
    color: #1ecd6e;
}
.lms-toggle .text{
    padding: 5px 3em 40px;
    font-size: 1.1em;
}
.lms-toggle .text h4{
  color: #222233;
  margin: 20px 0 10px;

}
.lms-toggle .text blockquote{
  position: relative;
  border: none;
}
.lms-toggle .text blockquote:before {
  display: block;
    content: "\201C";
    font-size: 66px;
    position: absolute;
    left: -13px;
    top: 13px;
    color: #7a7a7a;
    font-family: Georgia, serif;
}
.lms-enterprise h2{
    margin-bottom: 7px;
}
.lms-enterprise h2 span{
  /* text-align: center; */
  /* border-bottom: 1px solid #e8e8e8; */
  /* margin: 0 -1.8em; */
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  /* background: linear-gradient(to right, #3f9dec, #a637ca); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-enterprise.mb p#subtitle, .lms-support.mb p#subtitle, .lms-implementation.mb p#subtitle, .lms-service.mb p#subtitle, .lms-matrix.mb p#subtitle{
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.lms-enterprise .et_pb_blurb_container h4 {
    font-weight: 600;
    color: #222233;
}
.lms-enterprise .et_pb_blurb{
  margin-bottom: 65px !important;
}
.lms-enterprise .et_pb_blurb.lastchild{
  margin-bottom: 0 !important;
}
.lms-enterprise .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.lms-enterprise .et_pb_main_blurb_image img{
  height: 108px;
}
.lms-matrix h2{
    margin-bottom: 7px;
}
.lms-matrix h2 span, .lms-role h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  background: linear-gradient(to right, #3f9dec, #a637ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
}
.lms-matrix #matrix-blurb .et_pb_blurb_container h4 {
    font-weight: 600;
    color: #222233;
}
.lms-matrix #matrix-blurb .et_pb_main_blurb_image{
  width: 60px;
}
.lms-matrix #matrix-blurb{
    margin-bottom: 60px;
}
.lms-matrix #matrix-blurb.last{
    margin-bottom: 0;
}
.lms-matrix .table-head {
   position: relative;
    border-bottom: 2px solid #88d4fd;
    border-top: 2px solid #88d4fd;
    padding: 3px 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
}
.lms-matrix .table-head span{
  position: relative;
  top: 1px;
      margin-left: 5px;
}
.lms-matrix .table-head img{
    width: 40px;
    vertical-align: middle;
}
.lms-matrix table tr td{
    vertical-align: top;
    border-top: none;
     padding: 8px 24px;
       width: 70%;
       color: #222233;
}
.lms-matrix table{
  border: none;
}
.lms-matrix table tr td.td1{
  width: 30%;
}
.lms-matrix table tr td.td1 ol{
  padding-bottom: 0;
    padding-left: 15px;
}
.lms-matrix table tr td.td1.images img{
    width: 40px;
    vertical-align: middle;
}
.lms-matrix table tr td.td1.images span{
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-weight: 600;
}
.lms-matrix table.deploy tr{
    border-top: 2px solid #88d4fd;
}
.lms-matrix table tbody tr.single{
  background: none !important;
}
.lms-matrix .et_pb_toggle{
  padding-bottom: 0;
  padding-top: 0;
  border: 1px solid #e9ecef;
}
.lms-matrix .et_pb_toggle_close{
  background-color: #F6F9FC;
}
.lms-matrix .et_pb_toggle .et_pb_toggle_title{
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    padding: 20px 45px;
    text-transform: capitalize;
}
.lms-matrix .et_pb_toggle .et_pb_toggle_title:before{
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  content: "";
  top: 17px;
  display: inline-block;
}
.lms-matrix .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #9e9e9e;
    font-size: 19px;
    content: "\e04f";
    font-family: "ETmodules" !important;
}

.lms-matrix .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #1ecd6e;
    font-size: 19px;
    content: "\e050";
    font-family: "ETmodules" !important;
}
.lms-support.mb h2{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
  margin-top: 0;
}
.lms-support h2 span{
  font-size: 30px;
}
.lms-support h2.s-subtitle{
        margin-top: 1em;
    margin-bottom: -15px;
    text-align: left;
}
.lms-support h2.s-subtitle.line{
    margin: 2em 0 0;
}
.lms-support table{
  color: #222233;
}
.lms-support table, .lms-implementation table, .lms-service table{
  /*border: 1px solid #c6d9ec;*/
  border: 0;
      border-bottom: 2px solid #b82721;

}
.lms-support table tbody tr:nth-child(odd), .lms-implementation table tbody tr:nth-child(odd), .lms-matrix table tbody tr:nth-child(odd){
  background-color: #FFFCF2;
}
.lms-support table thead  tr, .lms-implementation table thead tr{
    border-top: 2px solid #E63129;
    border-bottom: 2px solid #E63129;
}
.lms-support table thead  tr td, .lms-implementation table thead tr td{
  padding-top: 10px;
  padding-bottom: 10px;
}
.lms-support table tr td{
  vertical-align: top;
    border-top: none;
     padding: 8px 24px;
}
.lms-support table tr td ul{
  padding-left: 0;
}
.lms-support table tr td ul li{
    list-style: none;
    margin-top: 5px;
}
.lms-support table tr td ul li:before{
  content: "\4e";
    font-size: 14px;
    color: #e71f02;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-support .option-train h4{
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9ea;
    padding-bottom: 5px;
      color: #222233;
  font-weight: 600;
}
.lms-support .option-train div{
  color: #222233;
}
.lms-support .option-train p{
  color: #222233;
  margin-bottom: 20px;
}
.lms-support .option-train p.btn{
    margin-top: -20px;
}
.lms-support .option-train p.btn a{
  position: relative;
    padding: 8px 18px 6px!important;
}

.lms-support .option-train p span:before{
   content: "\4e";
    font-size: 14px;
    color: #e71f02;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    position: relative;
}
.lms-implementation table{
  color: #222233;
}
.lms-implementation h2{
    margin-bottom: 7px;
}
.lms-implementation h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-implementation.mb h2 span{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
}
.lms-implementation table tr td{
  vertical-align: top;
    border-top: none;
     padding: 8px 24px;
}
.lms-implementation table tr td p#redcheck, .lms-implementation table tr td p#check, .lms-implementation table tr td p#bluecheck{
  text-align: center;
}
.lms-implementation table tr td p#redcheck:before{
  content: "\4e";
    font-size: 14px;
    color: #E91E63;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation table tr td p#check:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation table tr td p#bluecheck:before{
  content: "\4e";
    font-size: 14px;
    color: #2196F3;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation h4{
  text-align: left;
  font-weight: 600;
  color: #222233;
}
.lms-implementation p#subtitle{
  text-align: center;
}
.lms-implementation p{
  text-align: left;
  color: #222233;
  margin-bottom: 10px;
}
.lms-implementation  .et_pb_pricing_table{
      border: 1px solid #018cdd;
    min-height: 497px;
    border-radius: 22px;
    padding-bottom: 0;
    min-height: 545px;
    background-color: #fff;
}
.lms-implementation  .et_pb_featured_table{
   min-height: 555px;
         border: 2px solid #79da4c;
         box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
             min-height: 608px;
}
.lms-implementation  .et_pb_pricing_table #signup{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 38px;
}
.lms-implementation  .et_pb_pricing_table #signup a{
  background: #478cfe;
  padding: 8px 28px 10px !important;
  font-size: 15px;
}
.lms-implementation  .et_pb_pricing_table_1 #signup a{
  background: #1ecd6e;
}
.lms-implementation  .et_pb_pricing_table_1 #signup a:hover{
  background: #1aaf5d !important;
}
.lms-implementation  .et_pb_pricing_table #signup a:hover {
  background: #336dcd;
}
.lms-implementation  .et_pb_pricing_table .et_pb_pricing_heading h2{
  color: #478CFE;
  margin-bottom: 0;
    padding-top: 22px;
}
.lms-implementation  .et_pb_pricing_table .et_pb_pricing_heading span{
  background-color: #e5f6ff;
    color: #222233;
    font-weight: 600;
    padding: 17px 0;
    font-size: 18px;
    margin-top: 7px;
}
.lms-implementation  .et_pb_featured_table .et_pb_pricing_heading h2{
  color: #00ab4a;
    font-size: 30px;
}
.lms-implementation  .et_pb_featured_table .et_pb_pricing_heading span{
  background-color: #e9ffe6;
}
.lms-implementation  .et_pb_pricing_table_0{
  position: relative;
  right: -18px
}
.lms-implementation  .et_pb_pricing_table_2{
    left: -18px;
    position: relative;
    padding-left: 9px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content_top{
  display: none;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_heading{
  background: none;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content{
  padding-top: 0;
  padding-bottom: 0;
  position: unset;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li{
  list-style: none;
      padding-bottom: 3px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:first-child{
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:last-child{
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    position: absolute;
    width: 79%;
    bottom: 105px;
}

.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:first-child span:before{
  content: "";
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:last-child span:before{
  content: "";
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li span:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
    font-family: "ETmodules" !important;
    border: none;
    left: -25px;
    top: 0;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li span{
  display: block;
}
.lms-implementation .et_pb_featured_table .et_pb_pricing_content ul li:last-child span{
  padding-bottom: 15px;
    font-size: 17px;
}
.lms-implementation .et_pb_featured_table .et_pb_pricing_content ul li:last-child:after{
  content: "Most popular!";
    font-size: 23px;
    position: relative;
    color: #f7b800;
}

.lms-implementation table tr td.red{
  color: #E91E63;
}
.lms-implementation table tr td.green{
  color: #1aaf5d;
}
.lms-implementation table tr td.blue{
  color: #2196F3;
}
.lms-implementation .notes h5{
  font-weight: 600;
  margin-bottom: 0;
    color: #336dcd;;
}
.lms-implementation .notes p{
  padding-bottom: 0;
    color: #222233;
}
.lms-implementation .blurb{
  padding: 20px 35px;
    /*border-radius: 3px;*/
    border: 1px solid #e9ecf1;
   /* background-color: #f6f9fc;*/
        border-color: hsla(0,0%,59%,.2);
    border-radius: 2.4px;
    background-color: #fff;
}
.lms-implementation .blurb ul{
  padding-left: 0;
}
.lms-implementation .blurb li{
  list-style: none;
}
.lms-implementation .blurb li:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-service h2{
    margin-bottom: 7px;
}
.lms-service h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-service.mb h2 span{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
}
.lms-service .text-guarantee {
  padding-bottom: 3px;
}
.lms-service .text-guarantee p{
      font-size: 18px;
      color: #5a6170;
}
.lms-service .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.lms-service .et_pb_main_blurb_image img {
    width: 100px;
    margin-bottom: 12px;
}
.lms-service h4{
  color: #222233;
  font-size: 15px;
    line-height: 1.5;
}
.lms-service .link-secure{
  margin-top: 3em;
}
.lms-service .link-secure h4{
      font-size: 18px;
    font-weight: 600;
    color: #222233;
}
.lms-service .link-secure p{
    font-size: 17px !important;
    color: #222233 !important;
    line-height: 1.6;
    margin-bottom: 0 !important;
}
.lms-service .link-secure a{
  padding: 8px 22px !important;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #478cfe;
}
.lms-service .link-secure a:hover {background: #336dcd; }

.lms-service table tr {
  border-top: 1px solid #c6d9ec;
}
.lms-service table tr#no-border{
  border-top:0;
}
.lms-service table tr td{
    border: none;
    color: #222233;
        padding: 8px 12px;
}
.lms-service table tr td span{
  margin-left: 6px;
}

.lms-service table tr td#table-id{
text-align: center;
    background-color: #e71f02;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-right: 1px solid #e71f02;
        border-left: 1px solid #e71f02;

  }
.lms-service .text-field p{
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 6px;
}
.lms-service .text-field ol li{
     margin-bottom: 7px;
    list-style: none;
}
.lms-service .text-field ol li:nth-of-type(1):before {
  content: "1.";
   margin-right: 10px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(2):before {
  content: "2.";
    margin-right: 10px;
    min-height: 43px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(3):before {
  content: "3.";
   margin-right: 10px;
    min-height: 43px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(4):before {
  content: "4.";
   margin-right: 10px;
        float: left;
}
.lms-service .text-field ol li span{
    margin-right: 13px;
}
.lms-service .weguarantee p#text{
    color: #222233;
    font-weight: 600;
    font-size: 17px;
    margin: 0 5px 11px;
}
.lms-service .weguarantee .field{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lms-service .weguarantee .field .content{
    width: 48%;
    /* border: 1px solid #dfe2e6; */
        padding: 10px 22px;
    margin-bottom: 1.4em;
    border-radius: 8px;
    box-shadow: 0 3px 9px rgba(50,50,93,.1), 0 0px 7px rgba(0,0,0,.07);
}

.lms-service .weguarantee .field .content .points{
  text-align: center;
    padding-top: 3px;
}
.lms-service .weguarantee .field .content .points img{
  width: 54px;
}
.lms-service .weguarantee .field .content .points #img-oth{
    display: inline-block;
    background-color: #b6e7ff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    margin-top: 7px;
}
.lms-service .weguarantee .field .content .points #img-oth img{
  padding-top: 2px;
}
.lms-service .weguarantee .field .content .points p{
  color: #6b7c93;
}
.feature-title h4 {font-size: 40px;font-weight: 600; letter-spacing: -2px;}
.zd_satisfaction{
  display: flex;
  font-family: "Open Sans",Arial,sans-serif !important;
}
.zd_satisfaction .zd_rating_number{
  font-size: 28px;
  font-weight: normal;
  padding-top: 9px;
}
.zd_satisfaction div{
  margin-right: 0 !important;
  border-radius: 4px !important;
  padding: 10px 0;
}
.zd_satisfaction div p{
  line-height: 1.2em;
  text-shadow: none;
  background: none;
}
.zd_satisfaction .zd_satisfaction_good{
  background-color: #478CFE;
  color: #fff;
}
.zd_satisfaction .zd_satisfaction_bad{
  background-color: #1ecd6e;
  color: #fff;
}
#last_100_ratings div, #last_100_ratings_an div{
  display: inline-block;
  width: 23px;
}
#rating h4{
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9ea;
  padding-bottom: 5px;
  color: #222233;
  font-weight: 600;
}
#rating .quotess span{
  font-size: 14px;
  display: block;
  color: #333;
}
#rating .quotess span:before{
  border-top: 1px solid #f3f3f3;
  content: "";
  width: 60%;
  display: block;
  margin: 5px auto 0;
  padding-bottom: 8px;
}
.implement-point ul{
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.implement-point ul li{
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.implement-point ul li:before{
  content: "\4e";
  font-size: 18px;
  color: #e71f02;
  font-family: "ETmodules" !important;
  margin-right: 8px;
  bottom: -2px;
  position: relative;
}
#team-atlas-support{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
#team li, #team-atlas-support li {
  list-style: none;
}
#team-atlas-support li img{
  border: 3px solid #fbfbfb;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #f5f5f5;
  margin-bottom: 8px;
  width: 100px;
}
#team-atlas-support li p{
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
#team-atlas-support li a{
  margin-bottom: 8px;
}
#team-atlas-support li span{
  font-size: 13px;
  display: block;
}
#team-atlas-support li span#title{
  color: #333;
  margin-bottom: 6px;
}
#team-atlas-support li{
  width: 29%;
  margin: 0 20px 2em;
  text-align: center;
}
.mega-menu.btn-service{
  padding-right: 10px !important;
}
ul#top-menu > .mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a:hover{
  background-color: #04538a !important;
  opacity: 1;
}
.mega-menu.btn-service > a:after{
  right: 3px !important;
  top: 8px !important;
}
.mega-menu.btn-service > a:before{
  content: "";
  visibility: visible;
  background: url(/images/f_app.png);
  background-size: 32% auto;
  width: 41px;
  height: 32px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  left: -5px; 
}
#navTransparent #main-header.et-fixed-header .mega-menu.btn-service > a, #main-header.et-fixed-header .mega-menu.btn-service > a{
  color: #fff !important
}
li.signup.button{
  padding-left: 0 !important;
}
#feature-main-header.an{
  background-image: url(/images/features/an-feature-tablev2.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sub-menu li.bg {
    padding: 1px 0 !important
}
.sub-menu li.bg a {
    padding-left: 55px !important;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 24px
}
.sub-menu li.international a {
    background-image: url(/images/menu/international.png)
}

.sub-menu li.independent a {
    background-image: url(/images/menu/independent.png)
}
.sub-menu li.family {
    margin-bottom: 8px !important;
}
.sub-menu li.family a{
  background-image: url(/images/menu/family.png);
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}

.sub-menu li.public a {
    background-image: url(/images/menu/public.png);
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px !important;
}
.unified#main-section{
  border-top: 30px solid #004270;
  background-image: linear-gradient(180deg, #FFFFFF 50%, #F8FBFF 100%);
}
.unified#main-section h2{
  font-weight: 500;
  letter-spacing: -.5px;
  color: #222233;
}
.unified#main-section .et_pb_image_wrap{
  left: -4em;
}
#unified-nav ul li a {
  padding: 25px 2px;
  min-width: 106px;
}
#unified-nav ul li a img {
  transition: height .4s ease-in-out;
  max-width: 55px;
  margin: 0 auto;
  height: 55px;
}
#unified-nav ul li a .features-navigation-heading {
  transition: padding .5s ease-in-out;
  padding: 10px 22px 0;
  display: block;
  text-align: center;
  color: #232323;
  font-size: 14px;
}
#unified-nav ul li {
  display: inline-block;
  margin: 0 15px;
}
#service-overview #school .percent, #service-overview #country .percent{
  margin-bottom: 0;
  height: auto;
  margin-top: 10px;
}
#service-overview #school .percent p, #service-overview #country .percent p{
  line-height: normal;
}
#service-overview #school:before{
  content: '';
  background-image: url(/wp-content/uploads/2021/02/office-building.png);
  width: 150px;
  display: inline-block;
  height: 75px;
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#service-overview #country:before{
  content: '';
  background-image: url(/wp-content/uploads/2021/02/globe.png);
  width: 150px;
  display: inline-block;
  height: 75px;
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#service-overview #school h3.title, #service-overview #country h3.title{
  font-weight: normal;
}
#service-overview .et_pb_main_blurb_image{
  margin-bottom: 20px;
}
.feature-title-icon.c1.unified{
  margin-top: 0 !important;
}
#key-integration .et_pb_main_blurb_image{
  margin-bottom: 10px;
}
#key-integration h4.et_pb_module_header{
  color: #336dcd;
  font-size: 19px;
  font-weight: 600;
}
#key-integration .et_pb_blurb_description h4{
  color: #336dcd;
  font-size: 14px;
}
#key-services .lv-one .et_pb_text_inner{
  text-align: center;
  width: 320px;
  margin: 0 auto;
  /*background: #FFFFFF;*/
  /*box-shadow: 0 5px 20px 0 rgba(0,0,0,0.10);*/
  padding: 5px 32px 15px;
  font-weight: 600;
color: #333;
}
#key-services .lv-two{
  padding: 15px 30px 12px;
}
#key-services .lv-two span{
  font-size: 19px;
  font-weight: 600;
  color: #333;
  margin-left: 16px;
}
#key-services .lv-two img{
  vertical-align: middle;
}
#key-services .lv-three ul{
  padding-bottom: 0;
}
#key-services .lv-three ul li{
  margin-bottom: 10px;
}
.unified .et_pb_testimonial{
  min-height: 100%;
  padding: 31px 31px 10px;
  border-radius: 5px;
  overflow: hidden;
  border-width: 0;
  border-color: #336dcd;
  box-shadow: 0 10px 15px 0 rgba(31,79,154,0.15);
  background-color: #fff;
}
#unified-nav{
  z-index: 100;
}
#unified-nav ul li a{
  display: flex;
}
#unified-nav ul{
  box-shadow: 0 -10px 10px 0 rgba(0, 62, 236, 0.05);
}
#unified-nav ul li a .features-navigation-heading{
  line-height: 35px;
  margin-left: 5px;
  padding: 10px 10px !important;
}
#unified-nav.uk-sticky-fixed {
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}
#unified-nav.uk-sticky-fixed ul li a{
  padding-top: 1px;
  padding-bottom: 10px;
}
#unified-nav.uk-sticky-fixed ul li a img{
  height: 0;
}
#unified-nav.uk-sticky-fixed li.uk-active a .features-navigation-heading {
  background-color: #478cfe;
  color: #fff;
  border-radius: 4px;
}
#unified-nav.uk-sticky-fixed ul li a .features-navigation-heading{
    line-height: normal;
}
.feature-title-icon.unified{
  box-shadow: none;
  max-width: 90px;
  background: none;
}
.feature-title-icon.unified img{
  width: 90px;
}
.et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before{
  border-radius: 0;
}
.testimonial-box .et_pb_testimonial_portrait:before {
    box-shadow: none;
}
.HomeCustomer li {list-style-type: none; display: inline-block;text-align: center;flex:1;}
.HomeCustomer li img {height: 75px; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.5;}
.HomeCustomer {transition: all 0.3s ease-out;display: -webkit-flex; display: flex; width: 100%;}
.testimonial-box .et_pb_testimonial_author {
    color: #293041;
}
.unified .testimonial-box > div{
  background-size: contain;
}
@media (max-width: 767px) {
  .top-header-cust{
   height: 25px;
   padding: 0;
  }
  .top-header-cust .group-footer li a{
    height: 25px;
    font-size: 9px;
  }
  #partner-header {
    padding-bottom: 0;
  }
  #partner-header img{
      width: 100px;
  }
  #partner-header h1{
    font-size: 20px;
  }
   
  .partner-listingMainRow .partner-integrationLink.extended {
     flex: 100%;
    max-width: 100%;
    padding: 0;
      margin-bottom: 40px;
  }
  .partner-popup .contents {
    width: 95%;
  }
  .visible-xs{
    display: block !important;
        margin-bottom: 3em;
  } 
  .visible-xs .clearfix{
    margin: 1em 0;
  }
  .top-section{
    padding-top: 0;
  }
  .top-section .et_pb_column_1{
    right: 0;
  }
  .catg-school{
    display: none;
  }
  .et_pb_fullwidth_header .header-content{
    width: 100% !important;
    max-width: 100% !important;
        margin: 0 !important;
        padding:0;
  }
  /*.list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }*/
  /*.list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }*/
  .list-blog article .article-box .the_category a{
    font-size: 13px;
  }
  .list-blog .et_pb_row.et_pb_equal_columns{
    padding: 0;
  }
  #area-blog article .small-img img, .recent-posts article .small-img img{
    min-height: auto;
  }
  #main-content .container.bloglist {
    width: 100%;
  }
  .container.mobile {
    padding-top: 0 !important;
  }
  .blog-kategory ul li.cat-item{
    display: none;
  }
  #area-blog .et_pb_row {
    width: 90%;
  }
  #content-area #fullcontent {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
  #fullcontent .entry-title {
    font-size: 30px;
    line-height: normal;
  }
  #fullcontent .entry-content p{
    display: block !important;
  }
  .recent-posts h3#heading {
    width: 80%;
  }
  .recent-posts .et_pb_row {
    width: 80% !important;
  }
  .home-v2 .et_pb_image_wrap img{
    position: relative;
    left: -2em;
    right: 0;
    top: 2em;
    max-width: 115%;
  }
  .signup-form {
    padding: 50px 30px !important;
    width: 100%;
  }
  .feature-section .et_pb_row{
    padding: 0;
  }
  .feature-section .et_pb_module{
    max-width: 100%;
  }
  .product-support.blurb .et_pb_main_blurb_image{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
/*   #c1-subnav.diploma ul li {
    margin: 0;
    width: 31%;
    vertical-align: top;
  } */
  #c1-subnav ul{
    text-align: left;
  }
  #c1-subnav ul li{
    vertical-align: top; 
	line-height: 1.7em;
  }
  #planning .feature-title-icon.c1{
    margin-top: 40px !important;
  }
  #planning .et_pb_row_2{
    top: auto;
    padding-top: 30px !important;
  }
  .tab-content.tabs_c1 {
    padding: 0 15px;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
  .tabs-desktop-home.c1 {
    border: 1px solid #ddedfd;
  }
  .subprocessors-form form{
    width: 100%;
  }
  body:not(.signupv2) table, body:not(.signupv2) thead, body:not(.signupv2) tbody, body:not(.signupv2) th, body:not(.signupv2) td, body:not(.signupv2) tr { 
/*     display: block;  */
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .subprocessors thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .subprocessors table tr { border: none; }
  
  .subprocessors td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  .subprocessors td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  #tooltips-label{
    display: none;
  }
  #mobile_menu li.f-product.menu-item-has-children > a {
  visibility: hidden;
  margin-top: 9px;
  cursor: pointer;
  padding: 0!important;
  margin-bottom: 20px;
  }
  #mobile_menu li.f-product.menu-item-has-children > a:before {
      background-size: 17px auto;
      width: 100%;
      height: 38px;
      background-color: #004270;
      border-radius: 3px;
      box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
      background-position: 12px;
  }
  #mobile_menu li.f-product ul{
      width: auto !important;
      border: none !important;
      background: none;
      border-radius: 0;
  }
  #mobile_menu li.f-product ul li a{
      width: auto !important;
      background-size: 120px !important;
  }
  #mobile_menu li.f-product ul li.atlas a{
      background-size: 77px !important;
  }
  .device-display{
    right: 0 !important;
  }
  .contact-card #blurb-button{
    position: relative;
    bottom: 0;
  }
  .contact-card .et_pb_blurb_content{
    min-height: auto;
  }
  .contact-card .et_pb_blurb_description #phone span{
    float: none;
    width: 100%;
    display: block;
  }
  .contact-card .et_pb_blurb_description #phone p{
    text-align: left;
  }
  .schedule p span#title{
    margin: 0;
    display: block;
  }
  .schedule p span#date{
    width: auto;
  }
  .gtk-main-section .main-image img{
    width: 120%;
    left: -30px;  
  }
  .gtk-main-section .et_pb_text .et_pb_text_inner h1{
    font-size: 27px;
  }
  .gtk-testi .et-pb-arrow-prev{
    left: -30px !important;
  }
  .gtk-testi .et-pb-arrow-next{
    right: -30px !important;
  }
  .gtk-testi .et_pb_slide{
    padding:0;
  }
  .arabic-video-a .et_pb_column{
    margin-bottom: 5em;
  }
  #team-atlas-support{
    max-width: 100%;
  }
  #team-atlas-support li{
    width: 100%;
  }
  .mega-menu.btn-service{
    padding-right: 0!important;
  }
  .mega-menu.btn-service > a{
    margin-bottom: 8px !important;
  }
  .mega-menu.btn-service > a:before{
    height: 42px;
  }
  .mega-menu.btn-service{
    padding-right: 0 !important;
  }
  #navTransparent #main-header .mega-menu.btn-service > a{
    color: #ffffff !important;
    margin-bottom: 8px;
  }
  .roadmap .shipped .et_pb_toggle .et_pb_toggle_title{
    padding-top: 2em;
  }
  .roadmap .shipped .et_pb_accordion_item:before{
    left: 1.5em;
    right: 0;
  }
  #contact-page, #login-page{
    background-image: none !important;
  }
  .controls.tab-page span a.filter{
    padding: 15px 0;
    font-size: 15px;
    display: unset;
    width: 50% !important;
    float: left;
    text-align: center;
  }
  .controls.tab-page span{
    width: 100%;
  }
  #feature-main-header.an{
    background-image: url(/images/features/an-feature-table-mobilev2.png);
    background-size: 100%;
  }
  .controls.tab-page.features{
    top: 0;
    margin: 15px 0 25px;
  }
  #feature-main-header.an{
    padding-bottom: 0 !important;
  }
  #feature-main-header.an .column1{
    margin-bottom: 0;
  }
  #atlas-features-header{
    padding-bottom: 30px !important;
  }
  #key-services .lv-one .et_pb_text_inner{
    width: 80%;
  }
  #key-services .lv-two .et_pb_text_inner p{
    display: flex;
    align-items: center;
  }
  .HomeCustomer{
    display: block;
  }
  .HomeCustomer li{
      margin: 0 7px 7px;
  }
  .HomeCustomer li img {
    height: 40px !important;
  }
}
@media (max-width: 991.98px){
  .top-section .et_pb_column_1{
    right: 0;
  }
  .planning .nav_c1 li{
        display: inline-block;
    margin-bottom: 3em;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
  .hidden-xs {
      display: none !important;
  }
  .list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }
  .list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px){
  .main-search{
    overflow: hidden;
  }
  #area-blog article .small-img, .recent-posts article .small-img{
    text-align: left;
  }
  #area-blog .et_pb_column_1_3{
    width: 100%;
  }
  #content-area #fullcontent {
    width: 100%;
  }
  .signup-form{
    padding: 50px 60px !important;
    width: 80%;
  }
  .device-display{
    right: 0 !important;
  }
  .contact-card #blurb-button{
    position: relative;
    bottom: 0;
  }
  .contact-card .et_pb_blurb_content{
    min-height: auto;
  }
  .gtk-main-section .main-image img{
    width: 100%;
  }
  .mega-menu.btn-service{
    padding-right: 0 !important;
  }
  .mega-menu.btn-service > a{
    color: #ffffff !important;
    margin-bottom: 8px;
  }
  #feature-main-header.an{
    background-image: url(/images/features/an-feature-table-mobilev2.png);
    background-size: 100%;
  }
  .controls.tab-page.features{
    top: 0;
    margin: 15px 0 25px;
  }
  #feature-main-header.an{
    padding-bottom: 0 !important;
  }
  #feature-main-header.an .column1{
    margin-bottom: 0;
  }
  #atlas-features-header{
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width : 1024px) and (max-width :1170px){
  .planning .nav_c1 li{
    display: inline-block;
    margin-bottom: 3em;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
  .contact-card .et_pb_blurb_description #phone span{
    width: 100%;
    float: none;
    display: block;
  }
  .gtk-main-section #left-text{
    padding-bottom: 0;
  }
}
@media (min-width: 768px){
  .mobile-tabs {
    display: none;
  }
}
/*@media (max-width: 1024px){
  #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  li.f-product.menu-item-has-children > a:before {
    background-size: 17px auto;
    width: 100%;
    height: 38px;
    background-color: #004270;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    background-position: 12px;
  }
  li.f-product.menu-item-has-children > a {
    visibility: hidden;
    margin-top: 9px;
    cursor: pointer;
    padding: 0!important;
    margin-bottom: 20px;
  }
  li.f-product ul {
    width: auto !important;
    border: none !important;
    background: none;
    border-radius: 0;
  }
  .signup a {
    margin-bottom: 8px !important;
  }
}
@media(max-width: 1024px) and (min-width: 981px){
  #navTransparent #main-header .menu-item a{
    color: #222233 !important;
  }
  #navTransparent #main-header .menu-item.button a{
    color: #fff !important;
  }
  .signup{
    padding: 0 !important;
  }
  li.signup ul {
    position: relative;
  }
  #navTransparent #main-header .button.signup ul li a {
    background-color: #fff !important;
    color: #233 !important;
    box-shadow: none;
  }
}*/
@media only screen and (max-width: 1180px) and (min-width: 1100px){
#top-menu li {
    padding-right: 0.8em;
}
}

@media only screen and (max-width: 1100px) and (min-width: 980px){
#top-menu li {
    padding-right: 0.3em;
    font-size: 12px;
    font-weight: 600;
}
.catg-school .et_pb_module_header a{
  font-size: 14px !important;
}
}
.page-id-125457 #signup-ready{display:none}

/*atlasnext dynamic tabs */
/* #atlasnext-features-header {
  display: none;
} */
#atlasnext-features-header .feature-title {
  padding-top: 0px !important;
/*  margin-top: 0px !important; */
  margin-bottom: 0px !important;
}
#atlasnext-features-header .et_pb_column_0 {
  padding-top: 0% !important;
}
@media only screen and (max-width : 768px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-size: cover !important;
    background-image: url(/wp-content/uploads/2020/04/Bground@2x-1.png) !important;
  }
  .lv-two-mobile{
    background-color: #ebf2fe;
    margin: 0 -40px 20px;
    padding: 13px 21px;
  }
  .lv-two-mobile .et_pb_text_inner p{
    display: flex;
    align-items: center;
  }
  .lv-two-mobile .et_pb_text_inner span{
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-left: 16px;
  }
}
@media only screen and (max-width : 480px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-position: 0 250px;
  }
}

#atlasnext-features-header .text-description p, #atlas-features-header .text-description p{
  font-size: 16px;
  /*width: 78%;*/
  line-height: 26px;
  padding-bottom: 1em;
}
.page-id-122795 #c1-subnav ul.uk-sticky-fixed {
  width: 100% !important;
}
.mix.atlasnext .feature-title-icon.icons img {
  padding: 4px;
  width: 80px;
  height: auto;
}
.page-id-122795 #atlasnext-portfolio.et_pb_section, .page-id-122795 #atlasnext-portfolio #screenshot {
    padding-bottom: 0;
}
.page-id-122795 #atlasnext-portfolio #screenshot img {
/*     background: #D8D8D8;
    border: 1px solid #A3BDDB;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    border-radius: 5px 5px 0 0;
    border-bottom: 0; */
    max-width: 100%;
}
#reports.tab-pane .et_pb_row_21{
  padding:0px;
}
.page-id-122795 #more-sample-report {
    text-align: center;
    margin-bottom: 0;
}
.page-id-122795 #more-sample-report.c1{
    text-align: left;
}
.page-id-122795 #more-sample-report.c1 .choices > a span{
    margin-left: 0;
}
.page-id-122795 #more-sample-report.c1 span{
    padding: 5px 12px;
}

@media (min-width: 769px){
  .page-id-122795 .tab-header {
    display: block;
  }
  .page-id-122795 .mobile-tabs {
    display: none;
  }
}
@media (max-width: 768px){
  .page-id-122795 .tab-header {
    display: none;
  }
  .page-id-122795 .mobile-tabs {
    display: block;
  }
}

@media only screen and (max-width: 768px){
  .page-id-122795 #more-sample-report.c1 span {
    display: block;
    text-align: center;
  }
}
.page-id-122795 #more-sample-report h4 {
    font-size: 15px;
    font-weight: 600;
}
.page-id-122795 #more-sample-report span {
    border: 1px solid #e01e03;
    padding: 5px 25px;
    border-radius: 5px;
    margin: 0 9px;
}
.page-id-122795 #more-sample-report a:hover {
    color: #fff;
}
.page-id-122795 #more-sample-report a:hover>span {
    background-color: #e01e03;
}
.page-id-122795 #more-sample-report a {
    color: #e01e03;
    display: inline-block;
    margin-bottom: 20px;
}
.page-id-122795 #more-sample-report .choices {
    margin-top: 9px;
}

.page-id-122795 #atlasnext-parents .et_pb_code_inner img{
  background: #D8D8D8;
  border: 1px solid #A3BDDB;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
  margin: auto;
display: block;
}
.page-id-122795 .controls a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0px !important;
}
.page-id-122795 .controls a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0px !important;
}
.page-id-122795 #planning .et_pb_row_2 {
  padding-top: 0px !important;
}
#feature-main-header .features-header{
    display: none;
}
#feature-main-header .features-header.features-header-active{
    display: block !important;
}
/*#feature-main-header .feature-title,#feature-main-header .feature-subtitle, #feature-main-header .feature-description, #feature-main-header .feature-link, #feature-main-header .main-image {
    visibility: hidden;
}
#feature-main-header .feature-title.active,#feature-main-header .feature-subtitle.active, #feature-main-header .feature-description.active, #feature-main-header .feature-link.active, #feature-main-header .main-image.active {
    visibility: visible;
}
*/.animated.animated-fast {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a {
  color: #f5a800 !important;
}

/* mega menu */
ul#top-menu > li.mega-menu {
  position: relative;
}
ul#top-menu > li.mega-menu > ul {
  padding:0;
}
.mega-menu > ul > li > ul{
  padding: 15px 10px !important;
}
.et_mobile_menu li.mega-menu ul.sub-menu, .et_mobile_menu li.mega-menu .sub-menu li:hover, li.mega-menu .sub-menu li.nametag:hover {
  background: #fff !important;
  color: unset !important;
  cursor: default;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu {
   right: -150% !important;
    left: unset !important;
  display: flex;
    width: 665px !important;
/*   background: #F1F3F7 !important; */
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 10px 30px 0 rgba(0,66,112,0.10);
  border-radius: 0 0 5px 5px;
	max-height: calc(100vh - 85px);
    background: #fff !important;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul.with-notif-bar, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu.with-notif-bar {
    max-height: calc(100vh - 130px);
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu .ico-sb {
    margin-bottom: 10px !important;
}
#top-menu li.mega-menu ul li {
  float: unset !important;
}
#top-menu li.mega-menu.mega-menu-parent.et-hover li > .sub-menu {
  display: flex;
    flex-direction: column;
  height: 100%;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon{
  margin-top: auto;
}
.et_mobile_menu .bottom-pd-icon a img{
  height: 40px;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon a img{
  height: 35px;
}
ul#top-menu li.mega-menu li.pd-link a{
  font-weight: 600;
  font-size: 17px !important;
  text-transform: uppercase;
  cursor: default !important;
  background: none !important;
}
.et_mobile_menu li.pd-link a{
  font-weight: 600;
  text-transform: uppercase;
}

#top-menu > li.mega-menu.mega-menu-parent-2 {
  position: relative;
}

ul#top-menu li.mega-menu li.resource-link a,
ul#top-menu li.mega-menu li.events-link a,
.et_mobile_menu li.resource-link a, 
.et_mobile_menu li.events-link a{
  font-weight: normal !important;
  padding: 5px 20px !important;
}

.et_mobile_menu li.resource-link, 
.et_mobile_menu li.events-link{
  padding-left: 10%;
  font-weight: normal !important;
}
ul#top-menu li.mega-menu li.resource-link {
  margin-bottom: 10px;
}

/* @media only screen and (max-width: 1120px){
  .et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu {
    left: 329px !important;
  }
} */
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li {
  background: transparent !important;
  width: 50%;
}
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li:first-child {
  width: 50%;
  background: #fff !important;
    overflow: auto;
	border-bottom-left-radius: 5px;
}

#top-menu li.mega-menu ul > li.menu-item ul li.product a{
  color: #222233 !important;
  font-size: 13px !important;
}
/*#top-menu > li > ul.sub-menu{
  background: #f5f5f5;
}*/
/* .et-fixed-header#main-header #top-menu > li > ul.sub-menu {
  background: #f5f5f5 !important;
} */
#top-menu li li a{
  width: 250px;
    padding: 7px 20px;
}
.links-wrapper .sub-menu, .et-fixed-header#main-header .links-wrapper .sub-menu {
  background: transparent !important;
}

nav li.mega-menu ul > li.menu-item ul{
  margin-top: 20px;
}

#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a, #top-menu li.mega-menu ul > li.menu-item ul a{
  color: #222233 !important;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a:hover, #top-menu li.mega-menu ul > li.menu-item ul a:hover{
  background-color: #ebf2ff;
    color: #004270;
  opacity: 1 !important;
}
#top-menu li.mega-menu>ul>li>a:first-child{
  padding-bottom: 15px !important;
  border: none;
  text-transform: uppercase;
  opacity: 1 !important;
}
#top-menu li.mega-menu.mega-menu-parent-3>ul>li.other>a{
  display: none;
}
/* #top-menu > .mega-menu > ul.sub-menu > li:after {
  content: '';
  position: absolute;
    right: 0px;
    top: 0;
    bottom: 0px;
    width: 1px;
    background: #000;
} */
nav li.mega-menu ul > li.menu-item ul{
  margin: 0 !important;
}

.et_fullwidth_nav #top-menu li.mega-menu>ul{
  right: 120px!important;
  left: 120px!important;
}
li.product > ul li.ico-img a{
  padding-top: 0px;
  padding-bottom: 0px;
}
li.product > ul li.ico-img img{
  height: 42px;
}
li.product > ul li.ico-img.ico-atlas img{
  height: 38px;
}

.product-wrapper.menu-item > a, 
.links-wrapper.menu-item > a{
  display: none !important;
}
.product.menu-item > a{
  padding-top: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
#top-menu li.mega-menu ul > li.product.menu-item > a:hover {
  background: unset !important;
  color: #222233 !important;
}
/* li.product > ul li a{
  text-indent: -9999px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 12px 0 !important;
  top: 0;
  padding: 0 !important;
  height: 60px;
  width: 200px !important;
} */
li.product > ul li a:hover{
  background: none;
  opacity: 1;
}
/* li.product > ul li.ico-atlas a{
  background-image: url(/images/product/atlas-tagline.png);
}
li.product > ul li.ico-oa a{
  background-image: url(/images/product/oa-tagline.png);
}
li.product > ul li.ico-mb a{
  background-image: url(/images/product/mb-tagline.png);
}
li.product > ul li.ico-sb a{
  background-image: url(/images/product/sb-tagline.png);
}
li.product > ul li.ico-ct a{
  background-image: url(/images/product/ct-tagline.png);
} */
li.mobile-nametag > a{
  display: none !important;
}
li.mobile-nametag.other ul{
  background-color: #F1F3F7;
}
.et-fixed-header#main-header .nav li.mobile-nametag.other ul{
  background-color: #F1F3F7 !important;
}
li.nametag > a{
  font-weight: 600;
  font-size: 17px !important;
  padding-top: 15px !important;
  padding-bottom: 8px !important;
  border: none;
}
/* li.mega-menu a img{
  width: 150px;
} */
li.mega-menu .ico-img {
    margin-bottom: 10px !important;
}
li.mega-menu .ico-img.ico-ct {
    margin-bottom: 10px !important;
}
li.mega-menu .ico-img a{
  padding-bottom: 10px !important;
}
li.mega-menu .ico-img img{
  width: 40px;
  float: left;
  display: block;
  margin-right: 8px;
}
li.mega-menu .ico-img .title{
  display: block;
  font-size: 14px;
  color: #223;
  font-weight: 600;
  width: calc(100% - 40px - 5px);
  margin-bottom: 0;
  line-height: normal;
}
li.mega-menu .ico-img .sub-title{
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item.nametag a:hover, #top-menu li.mega-menu ul > li.menu-item.nametag a:hover{
  background: none;
}
@media (min-width: 981px) {
.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
  #top-menu li.mobile-nametag.other ul li:first-child{
    padding-top: 12px !important;
  }
}
@media only screen and (max-width: 767px){
  
  li.mobile-nametag > a{
    display: block !important;
  }
  li.mobile-nametag.other ul{
    background-color: #fff;
  }
}

@media only screen and (max-width : 980px){ 
  #top-menu > li > ul.sub-menu{
    background: #fff !important;
  }
}



@media only screen and (min-width : 768px) and (max-width : 980px){ 
  li.mobile-nametag > a{
    display: block !important;
  }
  li.mobile-nametag.other ul{
    background-color: #fff;
  }
}
/* mega menu */

@media only screen and (max-width: 768px){
  /* Force table to not be like tables anymore */
  body:not(.signupv2) table, body:not(.signupv2) thead, body:not(.signupv2) tbody, body:not(.signupv2) th, body:not(.signupv2) td, body:not(.signupv2) tr { 
/*     display: block;  */
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table:not([class*="tbl-"]) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /*tr { border: 1px solid #88d4fd; }*/

  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
   /* padding-left: 50% !important;*/
    font-size: 13px;
  }

  td:before {
    /* Now like a table header */
    /*position: absolute;
    Top/left values mimic padding 
    left: 6px;
    width: 45%; */
    padding-right: 10px;
    font-weight: 600;
    font-size: 13px;
  }

  .lms-matrix table tr td.td1{
    font-weight: 600;
  }
  .lms-support table tr td.sub, table.implementation2 tr td.sub{
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
  }
}

#ufe-sign-up{
	cursor: pointer;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 199999 !important;
    top: 0;
    left: 0;
    overflow: scroll;
	display: none;
}
#ufe-sign-up #ufe-modal-form-popup{
  	position: relative;
    background: #fff;
    max-width: 650px;
    margin: 50px auto;
    box-shadow: 0 1px 1px rgba(255,255,255,.4);
    border-radius: 5px;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner {
    padding: 47px 50px 38px;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner #close{
	position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner #close:before {
    content: "\4d";
    font-size: 51px;
    font-family: etmodules;
}

/* signup form embed hubspot*/
/*.hbspt-form .hs-fieldtype-text > label, .hs-fieldtype-select > label{
  display: none;
} */
label:not(.hs-form-radio-display):not(.hs-form-checkbox-display) {
    font-weight: 600;
}
label.hs-form-radio-display span, label.hs-form-checkbox-display span {
    margin-left: 5px;
}
.hs_submit.hs-submit .actions{
    text-align: center;
}
.hs_submit.hs-submit .actions input{
    background: #F5A800;
}
fieldset {
    max-width: 100% !important;
}
.hbspt-form .input input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
}
.input ul {
    list-style: none !important;
    padding: 0px !important;
}
.input ul li {
    margin-top: 10px !important;
}
.hbspt-form .field.hs-form-field{
  margin-bottom: 24px;
}
.hbspt-form .input input{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  padding: 11px 18px;
  text-align: left;
  width: 100%;
} 
.hbspt-form .input select{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  text-align: left;
  width: 100%;
  height: 42px;
  text-indent: 9px;
}
.hbspt-form .hs-fieldtype-text ul.hs-error-msgs li{
  text-align: left;
}
.hbspt-form label.hs-error-msg, .hs-error-msgs{
  color: #ca0000;
  font-size: 12px;
}
.hbspt-form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #97acc7;
  font-size: 16px;
}
.hbspt-form .input input::-moz-placeholder { /* Firefox 19+ */
  color: #97acc7;
  font-size: 16px;
}
/*.hs_which_curricula_do_you_run_{
  padding-top: 30px;
}*/
.hs_which_curricula_do_you_run_ > label span{
  font-weight: 600;
  color: #333;
}
.hs_which_curricula_do_you_run_ ul{
  text-align: left;
  margin-top: 10px;
}
.hs_which_curricula_do_you_run_ ul li{
  text-align: left;
  margin-right: 13px;
  display: inline;
}
.hs_which_curricula_do_you_run_ ul li:last-child{
  margin-right: 0;
}
.hs_which_curricula_do_you_run_ ul li input{
  width: 100%;
  padding: 4px 10px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 15px;
  opacity: 1;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: -moz-mac-unified-toolbar;
  width: 21px;
  height: 21px;
  background: url(/images/bg-checkbox.png) no-repeat 0 bottom;
  background-size: 21px auto;
  border: none;
  margin: 10px 4px 10px 0px;
  cursor: pointer;
  padding-right: 0;
  vertical-align: middle;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"]:checked {
  background-position: 0 0;
  position: relative;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li > label span{
  display: inline-block;
  font-weight: normal;
  color: #64748e;
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
}
.hbspt-form .hs_school_enrolment_capacity > label{
  display: none;
}
.hbspt-form .hs_anyinfo .input input{
  margin-top: 10px;
}
/* .bloglist {
	padding-top: 0px !Important;
} */

.blog-kategory{
    position: relative;
    padding: 15px 0 23px;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 30px;
}
.blog-kategory ul li{
    line-height: 22px;
    display: inline-block;
}
.blog-kategory ul li a:first-child {
    padding-left: 0;
}
.blog-kategory ul li a{
    color: #8a8c93;
    text-decoration: none;
    padding: 0px 35px;
    display: inline-block;
}
.blog-kategory ul li a:hover{
    color: #4e5367;
}
.blog-kategory .btnsearch{
  position: absolute;
  right: 19px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  cursor: pointer;
}
.blog-kategory .btnsearch:before{
    content: "\55";
    font-size: 20px;
    color: #aaa;
    font-family: "ETmodules" !important;
    border: none;
    top: 0;
    font-weight: 600;
}
.container.bloglist{
  background-color: #FFF;
  z-index: 11;
}
#main-content{
  position: relative;
  z-index:5;
}
.main-search{
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
    color: #7d7e82;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: visibility, height, -webkit-transform;
    transition-property: visibility, height, -webkit-transform;
    transition-property: visibility, transform, height;
    transition-property: visibility, transform, height, -webkit-transform;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1) !important;
     z-index: 10;
}
.main-search.active{
    visibility: visible;
    z-index: 10;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.main-search .container{
  padding-top: 0 !important;
}
.main-search .search-input{
    width: 100%;
    height: 150px;
    padding: 0;
    padding-right: calc(10px + .4em);
    border: none;
    color: #3c3d41;
    margin: 0 30px;
        font-size: 35px;
    font-weight: 300;
}
.main-search .search-submit {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    color: #7d7e82;
}

.main-search .search-submit span{
    color: #ffffff !important;
    padding: 8px 24px 10px !important;
    border-radius: 3px;
    font-weight: 600;
    background: #478cfe;
    cursor: pointer;
}
.recent-posts{
    padding-bottom: 3em;
    padding-top: 3em;
    border-top: 1px solid #efefef;
}
.recent-posts .et_pb_row{
  width: 63% !important;
}
.readpost #fullcontent article{
  padding-bottom: 0;
  margin-bottom: 0;
}
.readpost img{
  border: 1px solid #eee;
      margin-bottom: 30px;
}
.recent-posts h3#heading{
    font-size: 28px;
    line-height: 40px;
    position: relative;
    padding: 0 0 20px;
    margin: 13px auto 0;
    color: #2f2f2f;
    font-weight: normal;
    width: 63%;
    text-align: left;
}
.select {
 font-size: 16px;
  position: relative;
  display: inline-block;
}
.select select {
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 5px 14px;
    margin: 0;
    transition: border-color 0.2s;
    border: 1px solid #aec8f3;
    border-radius: 5px;
    background: #fff;
    color: #8a8c93;
    line-height: normal;
    /* font-family: inherit; */
    font-size: 13px;
    line-height: inherit;
}
.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: -1px;
  top: 1px;
  pointer-events: none;
  width: 40px;
  height: 94%;
  border-right: 1px solid #aec8f3;
  border-radius: 5px;
}
.select .arr:before {
    content: '';
    position: absolute;
    top: 57%;
    right: 14px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 8px solid #478cfe;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.select .arr:after {
    content: '';
    position: absolute;
    top: 57%;
    right: 18px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.searchlist #area-blog .pagination{
  display: none;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns{
  width: 100%;
  display: block;
      padding-top: 0;
    padding-bottom: 0;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss{
  width: 100%;
/*   float: none; */
  display: inline-block;
  margin-right: 0;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss .small-img{
    width: 205px;
    margin-right: 30px;
    float: left;
}
.searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss article{
  margin-bottom: 60px;
}
.searchlist #area-blog .archive-img img{
  min-height: 116px;
      border: 1px solid #eee;
}
.searchlist #area-blog article .small-img img{
  /*min-height: 116px;*/
  border: 1px solid #eee;
}
.wpp-list li{
  margin-bottom: 20px;
  display: flex;
}
.wpp-list li img {
  vertical-align: top;
  margin-right: 19px;
  border: 1px solid #f7f7f7;
}
.wpp-list li p{
  width: 100%;
  margin-left: 10px;
}
.subscribe{
  margin-bottom: 20px;
}
.maintenance{
  background: #f0f7fd;
  padding: 10px 20px 5px;
  border-radius: 5px;
}
#area-blog .maintenance h3.title_wrap{
  font-size: 17px;
  color: #2f2f2f;
}
#area-blog .maintenance h3.title_wrap:hover{
  color: #336dcd;
}
h3.bttn-roadmap{
  border: none !important;
}
h3.bttn-roadmap a{
  background: #EFF6FC;
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #d1e5f3;
  font-size: 17px;
  color: #2f2f2f;
  display: block;
}
h3.bttn-roadmap a:after{
  content: "\35";
  font-size: 28px;
  font-family: 'ETmodules';
  position: absolute;
  right: 6px;
}
h3.bttn-roadmap a:hover{
  color: #336dcd;
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	#area-blog article .small-img img {
		  width: 100%;
	}
}
@media only screen and (max-width: 767px) {
  .blog-kategory ul li.selected .category-select{
    width: 80%;
  }
  .blog-kategory ul li.selected .category-select .select select{
    width: 100%;
  }
  .main-search .search-submit{
    right: 0;
  }
  .blog-kategory{
    margin-bottom: 2em;
  }
  .container.mobile{
    padding-top: 0 !important;
    width: 95%;
  }
  .list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }
  .list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }
  .list-blog article .article-box .the_category a{
    font-size: 13px;
  }
  .list-blog .et_pb_row.et_pb_equal_columns{
    padding: 0;
  }
  #twitter-widget-0{
    display: none !important;
  }
  .et_pb_post h2{
    margin-top: 0;
  }
  #mc_embed_signup {
    padding: 0 10px;
  }
  #mc_embed_signup input.email {
    width: 100% !important;
  }
  #fullcontent{
    width: 92%!important;
    padding-left: 0;
    padding-right: 0;
  }
  #fullcontent .entry-title{
    font-size: 30px;
    line-height: normal;
  }
  #fullcontent .entry-content{
    font-size: 14px;
  }
  .recent-posts .et_pb_row{
    width: 80% !important;
  }
  .recent-posts h3#heading{
    width: 80%;
  }
  .blog-kategory ul li.cat-item{
    display: none;
  }
  .main-search .search-input{
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
  article .archive-img, .searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss .small-img{
    float: none;
    width: 100%;
    text-align: left;
  }
  #area-blog .et_pb_row {
    width: 90%;
  }
  .searchlist #area-blog .alm-reveal .et_pb_equal_columns .postss {
    margin-bottom: 0;
  }
  .frontpage #area-blog article .excerpt p, .frontpage #area-blog article .excerpt{
    display: none;
  }
  #area-blog article .small-img img, .recent-posts article .small-img img{
    min-height: auto;
  }
}
#main-content .container:before {background: none;}
/*------------------------------------------------*/
/* ----------------------//REVIEWS----------------------*/
/*------------------------------------------------*/
.testimonial-box {border-radius: 3px;}
.testimonial-box:before{
  display: none;
}
.testimonial-box .et_pb_testimonial_portrait:before {box-shadow: none;}
.testimonial-box .et_pb_testimonial_author {color: #293041;}

.testimonialpage .pagination .alignleft, .testimonialpage .pagination .alignright{
  text-align: center;
  float: none !important;
}
.testimonialpage .pagination .alignleft a, .testimonialpage .pagination .alignright a{
  display: inline-block;
  margin: 0 auto;
}
.testimonialpage .pagination .alignleft a:before, .testimonialpage .pagination .alignright a:before{
  text-align: center;
  width: auto;
  display: block;
}
.ajax-load-more-wrap .alm-load-more-btn{
  background-color: #f5a800 !important;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  background: url(images/ajax-loader.svg) !important;
  width: 21px !important;
  height: 33px !important;
  left: 5px !important;
  background-size: 100% 100% !important;
}
.prev-nextpost a{
  font-size: 16px;
}
.prev-nextpost a[rel=next] {
  position: absolute;
  right: 0;
}
#ajax-load-more .alm-listing > .alm-reveal > .et_pb_column {
	display: none;
}
#ajax-load-more .alm-listing > .alm-reveal > .et_pb_row.et_pb_equal_columns > .et_pb_column {
	display: block !important;
}
/* login page */

.contact-card .et_pb_blurb_content{
  /*background: #DC402A;*/
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0,95,234,0.15);
  border-radius: 10px;
  padding: 30px 15px;
	min-height: 440px !important;
  display: flex;
  flex-flow: column;
}
.contact-card.login-card .et_pb_blurb_content{
  min-height: 350px !important;
}

@media (max-width: 991px) {
  .contact-card .et_pb_blurb_content{
min-height: 408px !important;
  }
}

.contact-card .et_pb_main_blurb_image {
  flex: 0 1 auto;
  width: 100% !important;
}
.contact-card .et_pb_blurb_container {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}

.contact-card .et_pb_blurb_container #blurb-button {
  position: absolute;
  bottom:0px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-card .et_pb_blurb_container #blurb-button {
    position: relative;
  }
}
.contact-card #blurb-button{
  margin-top: 8px;
}
.contact-card #blurb-button .commonButton{
  padding: 10px 10px 8px !important;
  width: 100%;
  margin-top: 5px;
}
.contact-card .et_pb_main_blurb_image img{
  width: 100px;
}
.contact-card.other .et_pb_blurb_content{
 background: #478CFE;
}
.contact-card .et_pb_blurb_description #phone{
  text-align: left;
}
.contact-card .et_pb_blurb_description #phone p{
  text-align: center;
  padding-bottom: 0;
}
.contact-card .et_pb_blurb_description #phone span{
  float: left;
  width: 50%;
  font-size: 13px;
}
.contact-title h2 a{
  color: #336dcd;
  border-bottom: 1px solid; 
}
.contact-title h2 a:hover{
  color: #478cfe;
}
#contact-us .contact-pic{
  position: absolute;
  z-index: 0;
  right: 0;
}
#contact-us .contact-pic .et_pb_module img{
  width: 750px;
  max-width: 200%;
}

.systems-blurb .et_pb_blurb_content {
    max-width: 100%;
}
.systems-blurb {margin-bottom: 60px !important;}
.systems-blurb .et_pb_blurb_content {max-width: 100%;}
.systems-blurb .et_pb_main_blurb_image img {width: 100px; margin-right: 25px;}
.systems-blurb .et_pb_blurb_container h4 {color: #293041; letter-spacing: -0.5px;font-weight: 600;padding-bottom: 10px;}

/* assessprep */
.assessprep-body article h2, .assessprep-body article h3 {
    color: #293041;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.assessprep-body .et_pb_text_6 h2 {
    font-weight: 300 !important;
}
.assessprep-body .et_pb_text_14 h3 {
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 1.4em;
}
.assessprep-main-pic{
  background-image: url(/images/features/assessprep/asseprep-object.png);
  background-position: center top;
  background-size: 100% 100%;
  z-index: 11;
  overflow: visible;
  text-align: right;
  padding-bottom: 5em;
}
.assessprep-main-pic .et_pb_image{
  text-align: right;
}
.assessprep-main-pic .et_pb_image img{
  width: 650px;
}
#ass-integrate-icon{
  font-size: 16px;
  color: #e71f04;
  box-shadow: rgba(22, 53, 76, 0.05) 0px 7px 25px 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 4em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 244, 246);
  border-image: initial;
  padding: 12px 0;
  display: flex;
  align-items: center;
  width: 365px;
  justify-content: center;
}
#ass-integrate-icon img{
  width: 155px;
  vertical-align: middle;
  margin-left: 13px;
}
#header-ap-logo{
  padding-bottom: 0;
  width: 365px;
  text-align: center;
}
#header-ap-logo img{
  width: 200px;
}
.ap-compatible p{
  text-align: center;
}
.ap-compatible p img{
  margin: 0 13px;
}
.ass-thefuture{
  text-align: center;
}
.ap-users .percent-value{
  font-size: 50px;
  color: #293041 !important;
}
.ap-users .et_pb_number_counter{
  box-sizing: border-box;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
  padding: 50px 20px;
  border-radius: 10px;    
}
.ap-users .counter1{
  margin-top: -2em;
}
.ap-users .et_pb_number_counter.last{
  border:2px dashed rgb(235, 235, 235);
  box-shadow: none;
}
.ap-school .et_pb_text_inner{
  text-align: center;
}
.ap-school .et_pb_text_inner img{
  width: 135px;
  margin:0 15px;
}
.ap-testimonial #item{
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(242, 244, 247);
  border-image: initial;
  border-radius: 5px;
  padding: 40px;
}
.ap-testimonial h3{
  font-size: 16px;
}
.ap-testimonial p{
  font-size: 19px;
  font-weight: 300;
}
.ap-testimonial .author{
  margin-top: 2em;
}
.ap-testimonial .author b{
  font-size: 16px;
  color: #333;
}
.ap-testimonial .author span{
  font-size: 14px;
  display: block;
}
.ap-testimonial .owl-dots,.create-gallery .owl-dots{
  text-align: center;
}
.ap-testimonial .owl-dots button span:before{
  content: ".";
  position: relative;
  font-size: 4em;
  color: #ccc;
}
.ap-testimonial .owl-dots button.active span:before{
  color: #333;
}
.ap-tabs {
  position: relative;
}
.ap-tabs input[name="tab-control"] {
  display: none;
}
.ap-tabs .content section h2,
.ap-tabs ul li label {
  font-weight: bold;
  font-size: 20px;
  color: #428BFF;
}
.ap-tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.ap-tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.ap-tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: rgb(220, 244, 232);
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ap-tabs ul li label br {
  display: none;
}
.ap-tabs ul li label svg {
  fill: rgb(220, 244, 232);
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.ap-tabs ul li label:hover, .ap-tabs ul li label:focus, .ap-tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.ap-tabs ul li label:hover svg, .ap-tabs ul li label:focus svg, .ap-tabs ul li label:active svg {
  fill: #bec5cf;
}
.ap-tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.ap-tabs .slider .indicator {
  position: relative;
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.ap-tabs .content {
  margin-top: 30px;
}
.ap-tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.ap-tabs .content section img{
  box-shadow: rgba(27, 67, 111, 0.15) 0px 5px 60px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #fff;
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #fff;
}

.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 600px) {
  .ap-tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .ap-tabs ul li label span {
    display: none;
  }
  .ap-tabs .slider {
    display: none;
  }
  .ap-tabs .content {
    margin-top: 20px;
  }
  .ap-tabs .content section h2 {
    display: block;
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
  .ap-tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 767px) {
  #ass-integrate-icon{
    display: flex;
    align-items: center;
  }
  #ass-integrate-icon img{
    width: 100px;
  }
  #header-ap-logo{
    text-align: center;
  }
  #header-ap-logo img{
    width: 150px !important;
    margin-left: 0 !important;
  }
}
body.no-signup-ready .signup-ready, body.assessprep-body .signup-ready{
    display: none !important;
}
/*------------------------------------------------------- */
/* --------------partner page---------------------------- */
/*------------------------------------------------------- */
.sb-partner-list .item{
    margin-bottom: 60px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 15px;
}
.sb-partner-list .item img{
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f7fbff;
  padding: 3px;
  margin: 0 auto;
}
.sb-partner-list .item p.title{
  padding-bottom: 0;
  margin-top: 10px;
  line-height: normal;
  color: #32325d;
  font-weight: 600;
  font-size: 16px;
}
.sb-partner-list .item p.desk{
  color: #6b7c93;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.sb-partner-list .item .row{
  vertical-align: top;
  text-align: center;
}
.sb-partner-nav p{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #222233;
  margin-bottom: 12px;
  cursor: pointer;
  padding-bottom: .2em;
}
.sb-partner-nav ul{
  list-style-type: none;
  margin-bottom: 35px;
  padding: 0;
}
.sb-partner-nav ul li{
  margin-bottom: 10px;
}
.sb-partner-nav ul li a{
  color: #6c7c92;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}
.sb-partner-nav{
  border-right: 2px solid #f5f8fb;
}
.partner-logo{
    text-align: center;
    height: 330px;
    
    background-color: #fff;
    border: 1px solid #dfe2e6;
    line-height: 330px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.partner-logo img{
      padding: 35px;
    vertical-align: middle;
}
.partner-details{
    margin-left: -1em;
    color: #222233;
}
.partner-details h3{
  color: #222233;
  font-weight: 600;
  letter-spacing: normal;
}
.partner-details .tags{
  margin-bottom: 1em;
}
.partner-details .tags span{
        padding: 3px 8px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    background-color: #478cfe;
    margin-right: 5px;
    position: relative;
    top: -3px;
    border-radius: 4px;
    margin-bottom: .5em;
  }
.partner-details p#text-info{
  padding: 2em 0 .5em;
}
.partner-details p{
  padding-bottom: 0;
}


.partner-page .category{
      position: static;
    margin: 0;
    /* width: auto; */
    background: transparent;
    padding: 0;
    z-index: auto;
    border-right: 2px solid #f5f8fb;
    -ms-flex-preferred-size: 23.7%;
    flex-basis: 23.7%;
}
.partner-page .category p.partner-sideNavHeader{
  font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #222233;
    margin-bottom: 12px;
  cursor: pointer;
  padding-bottom: .2em;
}
.partner-page .category .partner-sideNavList {
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0;
}
.partner-page .category .partner-sideNavListItem {
    margin-bottom: 10px;
}
.partner-page .category .partner-sideNavLink {
    color: #6c7c92;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
  cursor: pointer;
}
.partner-page .category .partner-sideNavLink:hover, .partner-page .category .partner-sideNavLink.mixitup-control-active{
    color: #3042b7;
}
.partner-page .category .partner-sideNavLink.active{
    color: #3042b7;
    font-weight: 600;
}
.partner-listingMainRow .partner-integrationLink.extended {
  padding: 0 20px;
    margin-bottom: 60px;
    height: auto;
    cursor: pointer;
    flex: 50%;
    max-width: calc(50% - 15px);
    display: inline-block;
}
.partner-page.others .partner-listingMainRow .partner-integrationLink.extended {
       width: 30%;
    min-height: 150px;
    text-align: center;
    padding: 25px 10px;
    box-sizing: border-box;
    max-width: 360px;
    border: 1px solid #C6E7EE;
    border-radius: 8px;
    margin: 0 15px 30px;
-webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    float: left;
}
.partner-page.others .partner-listingMainRow .partner-integrationLink.extended:hover {
    webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
.partner-listingMainRow .row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}
.partner-page.others .partner-listingMainRow .row {
    
    display: block;
}
.partner-listingMainRow .partner-integrationIcon{
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f7fbff;
    padding: 3px;
}
.partner-page.others .partner-listingMainRow .partner-integrationIcon{
flex-shrink: initial;
    background-color: #f7fbff;
    padding: 3px;
    margin: 0 auto 15px;
  }
.partner-listingMainRow .partner-integrationDetail{
  margin-top: 10px;
}
.partner-listingMainRow .partner-integrationName {
    padding-bottom: 0;
    margin: 0;
    line-height: normal;
    max-width: 150px;
    color: #32325d;
    font-weight: 600;
    font-size: 16px;
}
.partner-page.others .partner-listingMainRow .partner-integrationName {
  max-width: none;
}
.partner-listingMainRow .partner-integrationCategory {
    color: #6772e5;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 0;
    margin-bottom: 3px;
}
.partner-listingMainRow .partner-integrationTagline {
    color: #6b7c93;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.partner-popup .swiper-container {
  width: 100%;
  height: 100%;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 104001;
}
.partner-popup .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.partner-popup .modal-backdrop{
  filter: alpha(opacity=50);
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104000;
  background-color: #000;
  display: none;
}
.partner-listingMainRow .mix {display: none;}
#partner-lg{
  /* background-image: url(../../../images/partner/header-bg.png); 
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw auto;
  padding-bottom: 35px;
  background-color: rgba(0,0,0,0.0);
  padding-top: 150px !important;
  background-image: linear-gradient(to bottom, #7028e4 0%, #e5b2ca 100%);*/
  padding-bottom: 35px;
      background: linear-gradient(351deg, #FCB460 20%, #FF9AFB 50%, #9239FF 90%);
}
#partner-lg #partner-header{
    text-align: center;
    margin-bottom: 4em;
}
#partner-lg #partner-header h1{
  font-weight: 600;
    font-size: 41px;
    line-height: 64px;
  /*   color: #6d5d92; */
    color: #fff;
}
#partner-lg #partner-header span{
  font-size: 27px;
    line-height: 44px;
    color: #fff;
    font-weight: 300;
}
#partner-lg .introd .intro-md h4{
  color: #6d5d92;
  font-weight: 600;
}
#partner-lg .introd .intro-md p{
  color: #fff;
  line-height: 21px;
  font-size: 14px;
}
#partner-lg .et_pb_main_blurb_image{
  margin: 0;
}
#partner-lg .et_pb_main_blurb_image img{
  width: 70px;
}
.introd .et_pb_main_blurb_image img{
  width: 70px;
}
.partner-popup .contents{
  position: relative;
  text-align: left;
  padding: 40px;
    background: linear-gradient(168deg,#f5f7fa,#f5f7fa 420px,#fff 0,#fff);
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
  width: 45%;
    min-height: 450px;
}
.partner-popup .contents span#closer{
  position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 27px;
    color: #82878e;
    cursor: pointer;
}
.partner-popup .contents span#closer:hover{
  color: #336dcd;
}
.partner-popup .contents .body{
  display: flex;
}
.partner-popup .contents .body .logo{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100px;
    vertical-align: top;
}
.partner-popup .contents .body .logo img{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.partner-popup .contents .body  .text{
      width: 580px;
}
.partner-popup .contents .body  .text h4{
  color: #222233;
  font-weight: 600;
      font-size: 20px;
  padding-bottom: 0;
}
.partner-popup .contents .body  .text .button{
    margin-top: 20px;
}
.partner-popup .contents .body  .text .button a{
  font-weight: 400;
  text-transform: capitalize;
}
.partner-popup .contents .body  .text p#since{
  font-size: 15px;
}
.partner-popup .contents .body  .text p{
    line-height: 23px;
    color: #6b7c93;
    font-size: 16px;
}
.partner-popup .contents .footer{
  margin-top: 3em;
}
.partner-popup .contents .footer .ss img{
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,.1), 0 3px 6px 0 rgba(0,0,0,.08);
    max-width: 270px;
    max-height: 170px;
    margin-right: 20px;
    display: inline-block;
}
    
.hero-break {
        width: 100%;
    position: absolute;
}

.hero-break .break-title {
       max-width: 635px;
    margin: 0 auto;
    padding: 54px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    top: 19px;
    position: relative;
    background-size: cover;
        border-radius: 50px;
  }
.hero-break .break-title .center{
  position: absolute;
    top: 19px;
    width: 100%;
    font-size: 31px;
    z-index: 3;
        font-size: 26px;
    color: #fcb460;
    font-weight: 400;
}

#partner-header{
      padding-bottom: 3em;

}
#partner-header h1{
 background: -webkit-linear-gradient(left, #262694, #e78001);
     
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-size: 32px;
}
.visible-xs{
  display: none !important;
}
@media (max-width: 767px) {
  .sb-partner-list .item{
    width: 100% !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 980px){ 
  .sb-partner-list .item{
    width: 100% !important;
  }
}
/**/
.roadmap table td{
  padding: 10px 24px;
}
.roadmap table td img{
  width: 100%;
}
.roadmap .et_pb_toggle_content span{
  position: absolute;
    right: 3em;
    top: -1.3em;
}
.roadmap .et_pb_toggle{
  margin-bottom: 0 !important;
}
.roadmap .comingsoon .et_pb_toggle{
  background-color: #FFF9F4;
}
.roadmap .shipped .et_pb_toggle{
  background-color: #F6FCF8;
}
.roadmap .shipped .et_pb_toggle_open{
  background-color: #fff;
  border: 1px solid #1ecd6e;
}
.roadmap .comingsoon .et_pb_toggle_open{
  background-color: #fff;
  border: 1px solid #e71f04;
}

.controls.tab-page span a.atlasnext.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(255,0,0,0.10);
  border-radius: 35px 0 0 35px; 
  color: #E71F03;
  border-right: 1px solid #FFEAEA !important;
}

.controls.tab-page span a.atlas.mixitup-control-active{
  background: #FFFFFF;
  box-shadow: 0 8px 12px 0 rgba(255,0,0,0.10);
  border-radius: 0 35px 35px 0; 
  color: #E71F03;
  border-left: 1px solid #FFEAEA !important;
}


/* LMS Page */
.lms-page-header{
      height: 100vh;
}

.lms-page-header .lms-header-title{
margin-top: 8em !important;
    margin-left: 7em;
}
.lms-page-header .main-text{
  padding: 0;
}
.lms-page-header .lms-header-title h4{
      font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3em;
    /* color: #607D8B !important; */
    font-size: 40px;
    margin-bottom: 9px;
    color: #fff;
    text-align: center;
}
.lms-page-header .lms-header-title P{
    color: #fff;
        font-size: 21px;
    line-height: 1.3em;
        width: 100%;
    text-align: center;
  }
#lms-letter{
      padding: 3em 2.8em;
    border: 1px solid #dfe2e6;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    background: #fff;
}  
#lms-letter h2{
 /* padding: 23px; */
  /* text-align: center; */
  /* border-bottom: 1px solid #e8e8e8; */
  /* margin: 0 -1.8em; */
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  /* background: linear-gradient(to right, #3f9dec, #a637ca); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
  font-size: 22px;
}
#lms-letter p{
    font-size: 16px;
    line-height: 1.5;
}  
#lms-letter a {
   /*     background: #478cfe;
    padding: 8px 15px 10px !important;
    border-radius: 3px;
    color: #fff;
    top: 1em;
    position: relative;*/
        font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-right: 27px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a347b7;
}
#lms-letter a:after{
      position: absolute;
    right: 0;
    bottom: 1px;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background-color: #a347b7;
    background-size: 17px 17px;
    -webkit-mask-image: url(/images/lms/sm-arrow.svg);
    mask-image: url(/images/lms/sm-arrow.svg);
}
#lms-letter a:hover:after
{
    right: -6px;
}
#lms-role .et_pb_main_blurb_image{
  margin: 0 auto;
  width: 90px;
}
#lms-role .et_pb_blurb_container h4{
  font-weight: 600;
  color: #222233;

}
#lms-role.child{
  margin-bottom: 60px;
}
#lms-role.last{
  margin-bottom: 0;
}
#lms-role.child .et_pb_main_blurb_image{
  width: 60px;
}
#lms-role.c1 .et_pb_main_blurb_image img{
background-color: #b6e7ff;
    border-radius: 50%;
    padding: 9px;
    width: 53px;
  }
#lms-role.parent .et_pb_main_blurb_image{
box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
        border-radius: 100%;
    height: 90px;
    margin-bottom: 7px;
  }
#lms-role.parent .et_pb_main_blurb_image img{
  vertical-align: middle;
}
#lms-role.parent .et_pb_blurb_container{
  vertical-align: middle;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
    /* background: linear-gradient(to right, #3f9dec, #a637ca); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#lms-role.parent{
  margin-bottom: 4em;
}
.role-systems{
    border-top: 1px solid #eeeaf1;
    padding-top: 0 !important;
        margin-top: 4em;
}
.role-systems > .et_pb_column_5{
  border-right: 1px solid #eeeaf1;
    padding-right: 65px;
    margin-right: 0;
    padding-top: 5em;
}
.role-systems > .et_pb_column_6{
    padding-left: 65px;
    padding-top: 5em;
}
.lms-page.carousel{
  margin: 0;
}
.lms-page.carousel h2{
    font-weight: 600;
    color: #336dcd;
    margin-bottom: 1.5em;
    padding: 0;
    line-height: 1.5;
}
.lms-page.carousel .point-point{
   margin-bottom: 15px;
    font-size: 16px;
    color: #222233;
    cursor: pointer;
        padding: 4px 15px;
    border-radius: 5px;
}
.lms-page.carousel .point-point.active{
  border: 1px solid #a9c5f3;
}
.lms-page .point-point img.icon{
  width: 40px;
  vertical-align: middle;
    margin: 0 5px;
}
.lms-page .owl-carousel{
   margin-top: 6.8em;
}
.lms-page .point-point span#time{
    width: 72px;
    position: relative;
    display: inline-block;
}
.lms-page .owl-item{
  width: 130%;
}
.lms-page .ss-content .contents{
  margin-top: 3em;
}
.lms-page .ss-content .images{
    box-shadow: 0 15px 35px rgba(50,50,93,.01), 0 5px 15px rgba(0,0,0,.07);
    border-radius: 4px;
    border: 1px solid #dfe2e6;
    background: #eff6ff;
}
.lms-page .ss-content .images img{
  padding: 6px;
}
.lms-page .ss-content .contents p.up{
    font-weight: 600;
    color: #222233;
    font-size: 16px;
}
.lms-letter p{
  font-size: 1.1em;
}
.lms-letter h4{
  color: #222233;
      margin: 20px 0 10px;
}
.lms-letter blockquote{
  position: relative;
  border: none;
}
.lms-letter blockquote:before {
  display: block;
    content: "\201C";
    font-size: 66px;
    position: absolute;
    left: -13px;
    top: 13px;
    color: #7a7a7a;
    font-family: Georgia, serif;
}
.lms-toggle{
      width: 95%;
    margin: 0 auto;
    border: 1px solid #e7f0ff;
    background: #f8fbff;
    border-radius: 5px;
    transition: all 0.5s;
    cursor: pointer;
}
.lms-toggle.et_pb_toggle_open{
   box-shadow: 0 5px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
   border-radius: 0;
   border: none;
    background: #fff;
}
.lms-toggle.et_pb_toggle_open .et_pb_toggle_title{
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 23px;
}
.lms-toggle .et_pb_toggle_title{
  text-align: center;
  color: #222233 !important;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: -1px;
  transition: all 0.5s;
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.lms-toggle .et_pb_toggle_title:before {
    display: none !important;
    color: #1ecd6e;
}
.lms-toggle .text{
    padding: 5px 3em 40px;
    font-size: 1.1em;
}
.lms-toggle .text h4{
  color: #222233;
  margin: 20px 0 10px;

}
.lms-toggle .text blockquote{
  position: relative;
  border: none;
}
.lms-toggle .text blockquote:before {
  display: block;
    content: "\201C";
    font-size: 66px;
    position: absolute;
    left: -13px;
    top: 13px;
    color: #7a7a7a;
    font-family: Georgia, serif;
}
.lms-enterprise h2{
    margin-bottom: 7px;
}
.lms-enterprise h2 span{
  /* text-align: center; */
  /* border-bottom: 1px solid #e8e8e8; */
  /* margin: 0 -1.8em; */
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  /* background: linear-gradient(to right, #3f9dec, #a637ca); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-enterprise.mb p#subtitle, .lms-support.mb p#subtitle, .lms-implementation.mb p#subtitle, .lms-service.mb p#subtitle, .lms-matrix.mb p#subtitle{
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.lms-enterprise .et_pb_blurb_container h4 {
    font-weight: 600;
    color: #222233;
}
.lms-enterprise .et_pb_blurb{
  margin-bottom: 65px !important;
}
.lms-enterprise .et_pb_blurb.lastchild{
  margin-bottom: 0 !important;
}
.lms-enterprise .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.lms-enterprise .et_pb_main_blurb_image img{
  height: 108px;
}
.lms-matrix h2{
    margin-bottom: 7px;
}
.lms-matrix h2 span, .lms-role h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
  background: linear-gradient(to right, #3f9dec, #a637ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
}
.lms-matrix #matrix-blurb .et_pb_blurb_container h4 {
    font-weight: 600;
    color: #222233;
}
.lms-matrix #matrix-blurb .et_pb_main_blurb_image{
  width: 60px;
}
.lms-matrix #matrix-blurb{
    margin-bottom: 60px;
}
.lms-matrix #matrix-blurb.last{
    margin-bottom: 0;
}
.lms-matrix .table-head {
   position: relative;
    border-bottom: 2px solid #88d4fd;
    border-top: 2px solid #88d4fd;
    padding: 3px 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
}
.lms-matrix .table-head span{
  position: relative;
  top: 1px;
      margin-left: 5px;
}
.lms-matrix .table-head img{
    width: 40px;
    vertical-align: middle;
}
.lms-matrix table tr td{
    vertical-align: top;
    border-top: none;
     padding: 8px 24px;
       width: 70%;
       color: #222233;
}
.lms-matrix table{
  border: none;
}
.lms-matrix table tr td.td1{
  width: 30%;
}
.lms-matrix table tr td.td1 ol{
  padding-bottom: 0;
    padding-left: 15px;
}
.lms-matrix table tr td.td1.images img{
    width: 40px;
    vertical-align: middle;
}
.lms-matrix table tr td.td1.images span{
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-weight: 600;
}
.lms-matrix table.deploy tr{
    border-top: 2px solid #88d4fd;
}
.lms-matrix table tbody tr.single{
  background: none !important;
}
.lms-matrix .et_pb_toggle{
  padding-bottom: 0;
  padding-top: 0;
  border: 1px solid #e9ecef;
}
.lms-matrix .et_pb_toggle_close{
  background-color: #F6F9FC;
}
.lms-matrix .et_pb_toggle .et_pb_toggle_title{
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    padding: 20px 45px;
    text-transform: capitalize;
}
.lms-matrix .et_pb_toggle .et_pb_toggle_title:before{
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  content: "";
  top: 17px;
  display: inline-block;
}
.lms-matrix .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #9e9e9e;
    font-size: 19px;
    content: "\e04f";
    font-family: "ETmodules" !important;
}

.lms-matrix .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #1ecd6e;
    font-size: 19px;
    content: "\e050";
    font-family: "ETmodules" !important;
}
.lms-support.mb h2{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
  margin-top: 0;
}
.lms-support h2 span{
  font-size: 30px;
}
.lms-support h2.s-subtitle{
        margin-top: 1em;
    margin-bottom: -15px;
    text-align: left;
}
.lms-support h2.s-subtitle.line{
    margin: 2em 0 0;
}
.lms-support table{
  color: #222233;
}
.lms-support table, .lms-implementation table, .lms-service table{
  /*border: 1px solid #c6d9ec;*/
  border: 0;
      border-bottom: 2px solid #b82721;

}
.lms-support table tbody tr:nth-child(odd), .lms-implementation table tbody tr:nth-child(odd), .lms-matrix table tbody tr:nth-child(odd){
  background-color: #FFFCF2;
}
.lms-support table thead  tr, .lms-implementation table thead tr{
    border-top: 2px solid #E63129;
    border-bottom: 2px solid #E63129;
}
.lms-support table thead  tr td, .lms-implementation table thead tr td{
  padding-top: 10px;
  padding-bottom: 10px;
}
.lms-support table tr td{
  vertical-align: top;
    border-top: none;
     padding: 8px 24px;
}
.lms-support table tr td ul{
  padding-left: 0;
}
.lms-support table tr td ul li{
    list-style: none;
    margin-top: 5px;
}
.lms-support table tr td ul li:before{
  content: "\4e";
    font-size: 14px;
    color: #e71f02;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-support .option-train h4{
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9ea;
    padding-bottom: 5px;
      color: #222233;
  font-weight: 600;
}
.lms-support .option-train div{
  color: #222233;
}
.lms-support .option-train p{
  color: #222233;
  margin-bottom: 20px;
}
.lms-support .option-train p.btn{
    margin-top: -20px;
}
.lms-support .option-train p.btn a{
  position: relative;
    padding: 8px 18px 6px!important;
}

.lms-support .option-train p span:before{
   content: "\4e";
    font-size: 14px;
    color: #e71f02;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    position: relative;
}
.lms-implementation table{
  color: #222233;
}
.lms-implementation h2{
    margin-bottom: 7px;
}
.lms-implementation h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-implementation.mb h2 span{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
}
.lms-implementation table tr td{
  vertical-align: top;
    border-top: none;
     padding: 8px 24px;
}
.lms-implementation table tr td p#redcheck, .lms-implementation table tr td p#check, .lms-implementation table tr td p#bluecheck{
  text-align: center;
}
.lms-implementation table tr td p#redcheck:before{
  content: "\4e";
    font-size: 14px;
    color: #E91E63;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation table tr td p#check:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation table tr td p#bluecheck:before{
  content: "\4e";
    font-size: 14px;
    color: #2196F3;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-implementation h4{
  text-align: left;
  font-weight: 600;
  color: #222233;
}
.lms-implementation p#subtitle{
  text-align: center;
}
.lms-implementation p{
  text-align: left;
  color: #222233;
  margin-bottom: 10px;
}
.lms-implementation  .et_pb_pricing_table{
      border: 1px solid #018cdd;
    min-height: 497px;
    border-radius: 22px;
    padding-bottom: 0;
    min-height: 545px;
    background-color: #fff;
}
.lms-implementation  .et_pb_featured_table{
   min-height: 555px;
         border: 2px solid #79da4c;
         box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
             min-height: 608px;
}
.lms-implementation  .et_pb_pricing_table #signup{
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 38px;
}
.lms-implementation  .et_pb_pricing_table #signup a{
  background: #478cfe;
  padding: 8px 28px 10px !important;
  font-size: 15px;
}
.lms-implementation  .et_pb_pricing_table_1 #signup a{
  background: #1ecd6e;
}
.lms-implementation  .et_pb_pricing_table_1 #signup a:hover{
  background: #1aaf5d !important;
}
.lms-implementation  .et_pb_pricing_table #signup a:hover {
  background: #336dcd;
}
.lms-implementation  .et_pb_pricing_table .et_pb_pricing_heading h2{
  color: #478CFE;
  margin-bottom: 0;
    padding-top: 22px;
}
.lms-implementation  .et_pb_pricing_table .et_pb_pricing_heading span{
  background-color: #e5f6ff;
    color: #222233;
    font-weight: 600;
    padding: 17px 0;
    font-size: 18px;
    margin-top: 7px;
}
.lms-implementation  .et_pb_featured_table .et_pb_pricing_heading h2{
  color: #00ab4a;
    font-size: 30px;
}
.lms-implementation  .et_pb_featured_table .et_pb_pricing_heading span{
  background-color: #e9ffe6;
}
.lms-implementation  .et_pb_pricing_table_0{
  position: relative;
  right: -18px
}
.lms-implementation  .et_pb_pricing_table_2{
    left: -18px;
    position: relative;
    padding-left: 9px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content_top{
  display: none;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_heading{
  background: none;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content{
  padding-top: 0;
  padding-bottom: 0;
  position: unset;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li{
  list-style: none;
      padding-bottom: 3px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:first-child{
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:last-child{
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    position: absolute;
    width: 79%;
    bottom: 105px;
}

.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:first-child span:before{
  content: "";
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li:last-child span:before{
  content: "";
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li span:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
    font-family: "ETmodules" !important;
    border: none;
    left: -25px;
    top: 0;
}
.lms-implementation .et_pb_pricing_table .et_pb_pricing_content ul li span{
  display: block;
}
.lms-implementation .et_pb_featured_table .et_pb_pricing_content ul li:last-child span{
  padding-bottom: 15px;
    font-size: 17px;
}
.lms-implementation .et_pb_featured_table .et_pb_pricing_content ul li:last-child:after{
  content: "Most popular!";
    font-size: 23px;
    position: relative;
    color: #f7b800;
}

.lms-implementation table tr td.red{
  color: #E91E63;
}
.lms-implementation table tr td.green{
  color: #1aaf5d;
}
.lms-implementation table tr td.blue{
  color: #2196F3;
}
.lms-implementation .notes h5{
  font-weight: 600;
  margin-bottom: 0;
    color: #336dcd;;
}
.lms-implementation .notes p{
  padding-bottom: 0;
    color: #222233;
}
.lms-implementation .blurb{
  padding: 20px 35px;
    /*border-radius: 3px;*/
    border: 1px solid #e9ecf1;
   /* background-color: #f6f9fc;*/
        border-color: hsla(0,0%,59%,.2);
    border-radius: 2.4px;
    background-color: #fff;
}
.lms-implementation .blurb ul{
  padding-left: 0;
}
.lms-implementation .blurb li{
  list-style: none;
}
.lms-implementation .blurb li:before{
  content: "\4e";
    font-size: 14px;
    color: #1aaf5d;
      font-family: "ETmodules" !important;
      margin-right: 8px;
    bottom: -2px;
    position: relative;
}
.lms-service h2{
    margin-bottom: 7px;
}
.lms-service h2 span{
  font-size: 30px;
  background: -webkit-linear-gradient(left, #3f9dec, #a637ca);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.lms-service.mb h2 span{
  background: none;
  color: #e71f04 !important;
  -webkit-text-fill-color:unset;
}
.lms-service .text-guarantee {
  padding-bottom: 3px;
}
.lms-service .text-guarantee p{
      font-size: 18px;
      color: #5a6170;
}
.lms-service .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.lms-service .et_pb_main_blurb_image img {
    width: 100px;
    margin-bottom: 12px;
}
.lms-service h4{
  color: #222233;
  font-size: 15px;
    line-height: 1.5;
}
.lms-service .link-secure{
  margin-top: 3em;
}
.lms-service .link-secure h4{
      font-size: 18px;
    font-weight: 600;
    color: #222233;
}
.lms-service .link-secure p{
    font-size: 17px !important;
    color: #222233 !important;
    line-height: 1.6;
    margin-bottom: 0 !important;
}
.lms-service .link-secure a{
  padding: 8px 22px !important;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #478cfe;
}
.lms-service .link-secure a:hover {background: #336dcd; }

.lms-service table tr {
  border-top: 1px solid #c6d9ec;
}
.lms-service table tr#no-border{
  border-top:0;
}
.lms-service table tr td{
    border: none;
    color: #222233;
        padding: 8px 12px;
}
.lms-service table tr td span{
  margin-left: 6px;
}

.lms-service table tr td#table-id{
text-align: center;
    background-color: #e71f02;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-right: 1px solid #e71f02;
        border-left: 1px solid #e71f02;

  }
.lms-service .text-field p{
    font-weight: 600;
    color: #222233;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 6px;
}
.lms-service .text-field ol li{
     margin-bottom: 7px;
    list-style: none;
}
.lms-service .text-field ol li:nth-of-type(1):before {
  content: "1.";
   margin-right: 10px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(2):before {
  content: "2.";
    margin-right: 10px;
    min-height: 43px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(3):before {
  content: "3.";
   margin-right: 10px;
    min-height: 43px;
        float: left;
}
.lms-service .text-field ol li:nth-of-type(4):before {
  content: "4.";
   margin-right: 10px;
        float: left;
}
.lms-service .text-field ol li span{
    margin-right: 13px;
}
.lms-service .weguarantee p#text{
    color: #222233;
    font-weight: 600;
    font-size: 17px;
    margin: 0 5px 11px;
}
.lms-service .weguarantee .field{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lms-service .weguarantee .field .content{
    width: 48%;
    /* border: 1px solid #dfe2e6; */
        padding: 10px 22px;
    margin-bottom: 1.4em;
    border-radius: 8px;
    box-shadow: 0 3px 9px rgba(50,50,93,.1), 0 0px 7px rgba(0,0,0,.07);
}

.lms-service .weguarantee .field .content .points{
  text-align: center;
    padding-top: 3px;
}
.lms-service .weguarantee .field .content .points img{
  width: 54px;
}
.lms-service .weguarantee .field .content .points #img-oth{
    display: inline-block;
    background-color: #b6e7ff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    margin-top: 7px;
}
.lms-service .weguarantee .field .content .points #img-oth img{
  padding-top: 2px;
}
.lms-service .weguarantee .field .content .points p{
  color: #6b7c93;
}
.feature-title h4 {font-size: 40px;font-weight: 600; letter-spacing: -2px;}
.zd_satisfaction{
  display: flex;
  font-family: "Open Sans",Arial,sans-serif !important;
}
.zd_satisfaction .zd_rating_number{
  font-size: 28px;
  font-weight: normal;
  padding-top: 9px;
}
.zd_satisfaction div{
  margin-right: 0 !important;
  border-radius: 4px !important;
  padding: 10px 0;
}
.zd_satisfaction div p{
  line-height: 1.2em;
  text-shadow: none;
  background: none;
}
.zd_satisfaction .zd_satisfaction_good{
  background-color: #478CFE;
  color: #fff;
}
.zd_satisfaction .zd_satisfaction_bad{
  background-color: #1ecd6e;
  color: #fff;
}
#last_100_ratings div, #last_100_ratings_an div{
  display: inline-block;
  width: 23px;
}
#rating h4{
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9ea;
  padding-bottom: 5px;
  color: #222233;
  font-weight: 600;
}
#rating .quotess span{
  font-size: 14px;
  display: block;
  color: #333;
}
#rating .quotess span:before{
  border-top: 1px solid #f3f3f3;
  content: "";
  width: 60%;
  display: block;
  margin: 5px auto 0;
  padding-bottom: 8px;
}
.implement-point ul{
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.implement-point ul li{
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
.implement-point ul li:before{
  content: "\4e";
  font-size: 18px;
  color: #e71f02;
  font-family: "ETmodules" !important;
  margin-right: 8px;
  bottom: -2px;
  position: relative;
}
#team-atlas-support{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
#team li, #team-atlas-support li {
  list-style: none;
}
#team-atlas-support li img{
  border: 3px solid #fbfbfb;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #f5f5f5;
  margin-bottom: 8px;
  width: 100px;
}
#team-atlas-support li p{
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
#team-atlas-support li a{
  margin-bottom: 8px;
}
#team-atlas-support li span{
  font-size: 13px;
  display: block;
}
#team-atlas-support li span#title{
  color: #333;
  margin-bottom: 6px;
}
#team-atlas-support li{
  width: 29%;
  margin: 0 20px 2em;
  text-align: center;
}
.mega-menu.btn-service{
  padding-right: 10px !important;
}
ul#top-menu > .mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a{
  background: #004270 !important;
  color: #ffffff !important;
  padding: 8px 25px 10px 30px !important;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  font-weight: 600 !important;
  border-radius: 3px;
  opacity: 1 !important;
}
.mega-menu.btn-service > a:hover{
  background-color: #04538a !important;
  opacity: 1;
}
.mega-menu.btn-service > a:after{
  right: 3px !important;
  top: 8px !important;
}
.mega-menu.btn-service > a:before{
  content: "";
  visibility: visible;
  background: url(/images/f_app.png);
  background-size: 32% auto;
  width: 41px;
  height: 32px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  left: -5px; 
}
#navTransparent #main-header.et-fixed-header .mega-menu.btn-service > a, #main-header.et-fixed-header .mega-menu.btn-service > a{
  color: #fff !important
}
li.signup.button{
  padding-left: 0 !important;
}
#feature-main-header.an{
  background-image: url(/images/features/an-feature-tablev2.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sub-menu li.bg {
    padding: 1px 0 !important
}
.sub-menu li.bg a {
    padding-left: 55px !important;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 24px
}
.sub-menu li.international a {
    background-image: url(/images/menu/international.png)
}

.sub-menu li.independent a {
    background-image: url(/images/menu/independent.png)
}
.sub-menu li.family {
    margin-bottom: 8px !important;
}
.sub-menu li.family a{
  background-image: url(/images/menu/family.png);
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}

.sub-menu li.public a {
    background-image: url(/images/menu/public.png);
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px !important;
}
.unified#main-section{
  border-top: 30px solid #004270;
  background-image: linear-gradient(180deg, #FFFFFF 50%, #F8FBFF 100%);
}
.unified#main-section h2{
  font-weight: 500;
  letter-spacing: -.5px;
  color: #222233;
}
.unified#main-section .et_pb_image_wrap{
  left: -4em;
}
#unified-nav ul li a {
  padding: 25px 2px;
  min-width: 106px;
}
#unified-nav ul li a img {
  transition: height .4s ease-in-out;
  max-width: 55px;
  margin: 0 auto;
  height: 55px;
}
#unified-nav ul li a .features-navigation-heading {
  transition: padding .5s ease-in-out;
  padding: 10px 22px 0;
  display: block;
  text-align: center;
  color: #232323;
  font-size: 14px;
}
#unified-nav ul li {
  display: inline-block;
  margin: 0 15px;
}
#service-overview #school .percent, #service-overview #country .percent{
  margin-bottom: 0;
  height: auto;
  margin-top: 10px;
}
#service-overview #school .percent p, #service-overview #country .percent p{
  line-height: normal;
}
#service-overview #school:before{
  content: '';
  background-image: url(/wp-content/uploads/2021/02/office-building.png);
  width: 150px;
  display: inline-block;
  height: 75px;
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#service-overview #country:before{
  content: '';
  background-image: url(/wp-content/uploads/2021/02/globe.png);
  width: 150px;
  display: inline-block;
  height: 75px;
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#service-overview #school h3.title, #service-overview #country h3.title{
  font-weight: normal;
}
#service-overview .et_pb_main_blurb_image{
  margin-bottom: 20px;
}
.feature-title-icon.c1.unified{
  margin-top: 0 !important;
}
#key-integration .et_pb_main_blurb_image{
  margin-bottom: 10px;
}
#key-integration h4.et_pb_module_header{
  color: #336dcd;
  font-size: 19px;
  font-weight: 600;
}
#key-integration .et_pb_blurb_description h4{
  color: #336dcd;
  font-size: 14px;
}
#key-services .lv-one .et_pb_text_inner{
  text-align: center;
  width: 320px;
  margin: 0 auto;
  /*background: #FFFFFF;*/
  /*box-shadow: 0 5px 20px 0 rgba(0,0,0,0.10);*/
  padding: 5px 32px 15px;
  font-weight: 600;
color: #333;
}
#key-services .lv-two{
  padding: 15px 30px 12px;
}
#key-services .lv-two span{
  font-size: 19px;
  font-weight: 600;
  color: #333;
  margin-left: 16px;
}
#key-services .lv-two img{
  vertical-align: middle;
}
#key-services .lv-three ul{
  padding-bottom: 0;
}
#key-services .lv-three ul li{
  margin-bottom: 10px;
}
.unified .et_pb_testimonial{
  min-height: 100%;
  padding: 31px 31px 10px;
  border-radius: 5px;
  overflow: hidden;
  border-width: 0;
  border-color: #336dcd;
  box-shadow: 0 10px 15px 0 rgba(31,79,154,0.15);
  background-color: #fff;
}
#unified-nav{
  z-index: 100;
}
#unified-nav ul li a{
  display: flex;
}
#unified-nav ul{
  box-shadow: 0 -10px 10px 0 rgba(0, 62, 236, 0.05);
}
#unified-nav ul li a .features-navigation-heading{
  line-height: 35px;
  margin-left: 5px;
  padding: 10px 10px !important;
}
#unified-nav.uk-sticky-fixed {
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}
#unified-nav.uk-sticky-fixed ul li a{
  padding-top: 1px;
  padding-bottom: 10px;
}
#unified-nav.uk-sticky-fixed ul li a img{
  height: 0;
}
#unified-nav.uk-sticky-fixed li.uk-active a .features-navigation-heading {
  background-color: #478cfe;
  color: #fff;
  border-radius: 4px;
}
#unified-nav.uk-sticky-fixed ul li a .features-navigation-heading{
    line-height: normal;
}
.feature-title-icon.unified{
  box-shadow: none;
  max-width: 90px;
  background: none;
}
.feature-title-icon.unified img{
  width: 90px;
}
.et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before{
  border-radius: 0;
}
.testimonial-box .et_pb_testimonial_portrait:before {
    box-shadow: none;
}
.HomeCustomer li {list-style-type: none; display: inline-block;text-align: center;flex:1;}
.HomeCustomer li img {height: 75px; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.5;}
.HomeCustomer {transition: all 0.3s ease-out;display: -webkit-flex; display: flex; width: 100%;}
.testimonial-box .et_pb_testimonial_author {
    color: #293041;
}
.unified .testimonial-box > div{
  background-size: contain;
}
@media (max-width: 767px) {
  .top-header-cust{
   height: 25px;
   padding: 0;
  }
  .top-header-cust .group-footer li a{
    height: 25px;
    font-size: 9px;
  }
  #partner-header {
    padding-bottom: 0;
  }
  #partner-header img{
      width: 100px;
  }
  #partner-header h1{
    font-size: 20px;
  }
   
  .partner-listingMainRow .partner-integrationLink.extended {
     flex: 100%;
    max-width: 100%;
    padding: 0;
      margin-bottom: 40px;
  }
  .partner-popup .contents {
    width: 95%;
  }
  .visible-xs{
    display: block !important;
        margin-bottom: 3em;
  } 
  .visible-xs .clearfix{
    margin: 1em 0;
  }
  .top-section{
    padding-top: 0;
  }
  .top-section .et_pb_column_1{
    right: 0;
  }
  .catg-school{
    display: none;
  }
  .et_pb_fullwidth_header .header-content{
    width: 100% !important;
    max-width: 100% !important;
        margin: 0 !important;
        padding:0;
  }
  /*.list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }*/
  /*.list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }*/
  .list-blog article .article-box .the_category a{
    font-size: 13px;
  }
  .list-blog .et_pb_row.et_pb_equal_columns{
    padding: 0;
  }
  #area-blog article .small-img img, .recent-posts article .small-img img{
    min-height: auto;
  }
  #main-content .container.bloglist {
    width: 100%;
  }
  .container.mobile {
    padding-top: 0 !important;
  }
  .blog-kategory ul li.cat-item{
    display: none;
  }
  #area-blog .et_pb_row {
    width: 90%;
  }
  #content-area #fullcontent {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
  #fullcontent .entry-title {
    font-size: 30px;
    line-height: normal;
  }
  #fullcontent .entry-content p{
    display: block !important;
  }
  .recent-posts h3#heading {
    width: 80%;
  }
  .recent-posts .et_pb_row {
    width: 80% !important;
  }
  .home-v2 .et_pb_image_wrap img{
    position: relative;
    left: -2em;
    right: 0;
    top: 2em;
    max-width: 115%;
  }
  .signup-form {
    padding: 50px 30px !important;
    width: 100%;
  }
  .feature-section .et_pb_row{
    padding: 0;
  }
  .feature-section .et_pb_module{
    max-width: 100%;
  }
  .product-support.blurb .et_pb_main_blurb_image{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
/*   #c1-subnav.diploma ul li {
    margin: 0;
    width: 31%;
    vertical-align: top;
  } */
  #c1-subnav ul{
    text-align: left;
  }
  #c1-subnav ul li{
    vertical-align: top; 
	line-height: 1.7em;
  }
  #planning .feature-title-icon.c1{
    margin-top: 40px !important;
  }
  #planning .et_pb_row_2{
    top: auto;
    padding-top: 30px !important;
  }
  .tab-content.tabs_c1 {
    padding: 0 15px;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
  .tabs-desktop-home.c1 {
    border: 1px solid #ddedfd;
  }
  .subprocessors-form form{
    width: 100%;
  }
  body:not(.signupv2) table, body:not(.signupv2) thead, body:not(.signupv2) tbody, body:not(.signupv2) th, body:not(.signupv2) td, body:not(.signupv2) tr { 
/*     display: block;  */
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .subprocessors thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .subprocessors table tr { border: none; }
  
  .subprocessors td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  .subprocessors td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  #tooltips-label{
    display: none;
  }
  #mobile_menu li.f-product.menu-item-has-children > a {
  visibility: hidden;
  margin-top: 9px;
  cursor: pointer;
  padding: 0!important;
  margin-bottom: 20px;
  }
  #mobile_menu li.f-product.menu-item-has-children > a:before {
      background-size: 17px auto;
      width: 100%;
      height: 38px;
      background-color: #004270;
      border-radius: 3px;
      box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
      background-position: 12px;
  }
  #mobile_menu li.f-product ul{
      width: auto !important;
      border: none !important;
      background: none;
      border-radius: 0;
  }
  #mobile_menu li.f-product ul li a{
      width: auto !important;
      background-size: 120px !important;
  }
  #mobile_menu li.f-product ul li.atlas a{
      background-size: 77px !important;
  }
  .device-display{
    right: 0 !important;
  }
  .contact-card #blurb-button{
    position: relative;
    bottom: 0;
  }
  .contact-card .et_pb_blurb_content{
    min-height: auto;
  }
  .contact-card .et_pb_blurb_description #phone span{
    float: none;
    width: 100%;
    display: block;
  }
  .contact-card .et_pb_blurb_description #phone p{
    text-align: left;
  }
  .schedule p span#title{
    margin: 0;
    display: block;
  }
  .schedule p span#date{
    width: auto;
  }
  .gtk-main-section .main-image img{
    width: 120%;
    left: -30px;  
  }
  .gtk-main-section .et_pb_text .et_pb_text_inner h1{
    font-size: 27px;
  }
  .gtk-testi .et-pb-arrow-prev{
    left: -30px !important;
  }
  .gtk-testi .et-pb-arrow-next{
    right: -30px !important;
  }
  .gtk-testi .et_pb_slide{
    padding:0;
  }
  .arabic-video-a .et_pb_column{
    margin-bottom: 5em;
  }
  #team-atlas-support{
    max-width: 100%;
  }
  #team-atlas-support li{
    width: 100%;
  }
  .mega-menu.btn-service{
    padding-right: 0!important;
  }
  .mega-menu.btn-service > a{
    margin-bottom: 8px !important;
  }
  .mega-menu.btn-service > a:before{
    height: 42px;
  }
  .mega-menu.btn-service{
    padding-right: 0 !important;
  }
  #navTransparent #main-header .mega-menu.btn-service > a{
    color: #ffffff !important;
    margin-bottom: 8px;
  }
  .roadmap .shipped .et_pb_toggle .et_pb_toggle_title{
    padding-top: 2em;
  }
  .roadmap .shipped .et_pb_accordion_item:before{
    left: 1.5em;
    right: 0;
  }
  #contact-page, #login-page{
    background-image: none !important;
  }
  .controls.tab-page span a.filter{
    padding: 15px 0;
    font-size: 15px;
    display: unset;
    width: 50% !important;
    float: left;
    text-align: center;
  }
  .controls.tab-page span{
    width: 100%;
  }
  #feature-main-header.an{
    background-image: url(/images/features/an-feature-table-mobilev2.png);
    background-size: 100%;
  }
  .controls.tab-page.features{
    top: 0;
    margin: 15px 0 25px;
  }
  #feature-main-header.an{
    padding-bottom: 0 !important;
  }
  #feature-main-header.an .column1{
    margin-bottom: 0;
  }
  #atlas-features-header{
    padding-bottom: 30px !important;
  }
  #key-services .lv-one .et_pb_text_inner{
    width: 80%;
  }
  #key-services .lv-two .et_pb_text_inner p{
    display: flex;
    align-items: center;
  }
  .HomeCustomer{
    display: block;
  }
  .HomeCustomer li{
      margin: 0 7px 7px;
  }
  .HomeCustomer li img {
    height: 40px !important;
  }
}
@media (max-width: 991.98px){
  .top-section .et_pb_column_1{
    right: 0;
  }
  .planning .nav_c1 li{
        display: inline-block;
    margin-bottom: 3em;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
  .hidden-xs {
      display: none !important;
  }
  .list-blog article .small-img, .recent-posts article .small-img{
    float: left;
    max-width: 99px;
  }
  .list-blog article .article-box.has-thumbnail, .recent-posts article .article-box.has-thumbnail{
    padding-left: 110px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px){
  .main-search{
    overflow: hidden;
  }
  #area-blog article .small-img, .recent-posts article .small-img{
    text-align: left;
  }
  #area-blog .et_pb_column_1_3{
    width: 100%;
  }
  #content-area #fullcontent {
    width: 100%;
  }
  .signup-form{
    padding: 50px 60px !important;
    width: 80%;
  }
  .device-display{
    right: 0 !important;
  }
  .contact-card #blurb-button{
    position: relative;
    bottom: 0;
  }
  .contact-card .et_pb_blurb_content{
    min-height: auto;
  }
  .gtk-main-section .main-image img{
    width: 100%;
  }
  .mega-menu.btn-service{
    padding-right: 0 !important;
  }
  .mega-menu.btn-service > a{
    color: #ffffff !important;
    margin-bottom: 8px;
  }
  #feature-main-header.an{
    background-image: url(/images/features/an-feature-table-mobilev2.png);
    background-size: 100%;
  }
  .controls.tab-page.features{
    top: 0;
    margin: 15px 0 25px;
  }
  #feature-main-header.an{
    padding-bottom: 0 !important;
  }
  #feature-main-header.an .column1{
    margin-bottom: 0;
  }
  #atlas-features-header{
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width : 1024px) and (max-width :1170px){
  .planning .nav_c1 li{
    display: inline-block;
    margin-bottom: 3em;
  }
  .tabs_c1 .c1-screenshot{
    width: 100%;
  }
  .contact-card .et_pb_blurb_description #phone span{
    width: 100%;
    float: none;
    display: block;
  }
  .gtk-main-section #left-text{
    padding-bottom: 0;
  }
}
@media (min-width: 768px){
  .mobile-tabs {
    display: none;
  }
}
/*@media (max-width: 1024px){
  #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  li.f-product.menu-item-has-children > a:before {
    background-size: 17px auto;
    width: 100%;
    height: 38px;
    background-color: #004270;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    background-position: 12px;
  }
  li.f-product.menu-item-has-children > a {
    visibility: hidden;
    margin-top: 9px;
    cursor: pointer;
    padding: 0!important;
    margin-bottom: 20px;
  }
  li.f-product ul {
    width: auto !important;
    border: none !important;
    background: none;
    border-radius: 0;
  }
  .signup a {
    margin-bottom: 8px !important;
  }
}
@media(max-width: 1024px) and (min-width: 981px){
  #navTransparent #main-header .menu-item a{
    color: #222233 !important;
  }
  #navTransparent #main-header .menu-item.button a{
    color: #fff !important;
  }
  .signup{
    padding: 0 !important;
  }
  li.signup ul {
    position: relative;
  }
  #navTransparent #main-header .button.signup ul li a {
    background-color: #fff !important;
    color: #233 !important;
    box-shadow: none;
  }
}*/
@media only screen and (max-width: 1180px) and (min-width: 1100px){
#top-menu li {
    padding-right: 0.8em;
}
}

@media only screen and (max-width: 1100px) and (min-width: 980px){
#top-menu li {
    padding-right: 0.3em;
    font-size: 12px;
    font-weight: 600;
}
.catg-school .et_pb_module_header a{
  font-size: 14px !important;
}
}
.page-id-125457 #signup-ready{display:none}

/*atlasnext dynamic tabs */
/* #atlasnext-features-header {
  display: none;
} */
#atlasnext-features-header .feature-title {
  padding-top: 0px !important;
/*  margin-top: 0px !important; */
  margin-bottom: 0px !important;
}
#atlasnext-features-header .et_pb_column_0 {
  padding-top: 0% !important;
}
@media only screen and (max-width : 768px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-size: cover !important;
    background-image: url(/wp-content/uploads/2020/04/Bground@2x-1.png) !important;
  }
  .lv-two-mobile{
    background-color: #ebf2fe;
    margin: 0 -40px 20px;
    padding: 13px 21px;
  }
  .lv-two-mobile .et_pb_text_inner p{
    display: flex;
    align-items: center;
  }
  .lv-two-mobile .et_pb_text_inner span{
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-left: 16px;
  }
}
@media only screen and (max-width : 480px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-position: 0 250px;
  }
}

#atlasnext-features-header .text-description p, #atlas-features-header .text-description p{
  font-size: 16px;
  /*width: 78%;*/
  line-height: 26px;
  padding-bottom: 1em;
}
.page-id-122795 #c1-subnav ul.uk-sticky-fixed {
  width: 100% !important;
}
.mix.atlasnext .feature-title-icon.icons img {
  padding: 4px;
  width: 80px;
  height: auto;
}
.page-id-122795 #atlasnext-portfolio.et_pb_section, .page-id-122795 #atlasnext-portfolio #screenshot {
    padding-bottom: 0;
}
.page-id-122795 #atlasnext-portfolio #screenshot img {
/*     background: #D8D8D8;
    border: 1px solid #A3BDDB;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    border-radius: 5px 5px 0 0;
    border-bottom: 0; */
    max-width: 100%;
}
#reports.tab-pane .et_pb_row_21{
  padding:0px;
}
.page-id-122795 #more-sample-report {
    text-align: center;
    margin-bottom: 0;
}
.page-id-122795 #more-sample-report.c1{
    text-align: left;
}
.page-id-122795 #more-sample-report.c1 .choices > a span{
    margin-left: 0;
}
.page-id-122795 #more-sample-report.c1 span{
    padding: 5px 12px;
}

@media (min-width: 769px){
  .page-id-122795 .tab-header {
    display: block;
  }
  .page-id-122795 .mobile-tabs {
    display: none;
  }
}
@media (max-width: 768px){
  .page-id-122795 .tab-header {
    display: none;
  }
  .page-id-122795 .mobile-tabs {
    display: block;
  }
}

@media only screen and (max-width: 768px){
  .page-id-122795 #more-sample-report.c1 span {
    display: block;
    text-align: center;
  }
}
.page-id-122795 #more-sample-report h4 {
    font-size: 15px;
    font-weight: 600;
}
.page-id-122795 #more-sample-report span {
    border: 1px solid #e01e03;
    padding: 5px 25px;
    border-radius: 5px;
    margin: 0 9px;
}
.page-id-122795 #more-sample-report a:hover {
    color: #fff;
}
.page-id-122795 #more-sample-report a:hover>span {
    background-color: #e01e03;
}
.page-id-122795 #more-sample-report a {
    color: #e01e03;
    display: inline-block;
    margin-bottom: 20px;
}
.page-id-122795 #more-sample-report .choices {
    margin-top: 9px;
}

.page-id-122795 #atlasnext-parents .et_pb_code_inner img{
  background: #D8D8D8;
  border: 1px solid #A3BDDB;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
  margin: auto;
display: block;
}
.page-id-122795 .controls a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0px !important;
}
.page-id-122795 .controls a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0px !important;
}
.page-id-122795 #planning .et_pb_row_2 {
  padding-top: 0px !important;
}
#feature-main-header .features-header{
    display: none;
}
#feature-main-header .features-header.features-header-active{
    display: block !important;
}
/*#feature-main-header .feature-title,#feature-main-header .feature-subtitle, #feature-main-header .feature-description, #feature-main-header .feature-link, #feature-main-header .main-image {
    visibility: hidden;
}
#feature-main-header .feature-title.active,#feature-main-header .feature-subtitle.active, #feature-main-header .feature-description.active, #feature-main-header .feature-link.active, #feature-main-header .main-image.active {
    visibility: visible;
}
*/.animated.animated-fast {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a {
  color: #f5a800 !important;
}

/* mega menu */
ul#top-menu > li.mega-menu {
  position: relative;
}
ul#top-menu > li.mega-menu > ul {
  padding:0;
}
.mega-menu > ul > li > ul{
  padding: 15px 10px !important;
}
.et_mobile_menu li.mega-menu ul.sub-menu, .et_mobile_menu li.mega-menu .sub-menu li:hover, li.mega-menu .sub-menu li.nametag:hover {
  background: #fff !important;
  color: unset !important;
  cursor: default;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu {
   right: -150% !important;
    left: unset !important;
  display: flex;
    width: 665px !important;
/*   background: #F1F3F7 !important; */
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 10px 30px 0 rgba(0,66,112,0.10);
  border-radius: 0 0 5px 5px;
	max-height: calc(100vh - 85px);
    background: #fff !important;
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul.with-notif-bar, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu.with-notif-bar {
    max-height: calc(100vh - 130px);
}
.et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu .ico-sb {
    margin-bottom: 10px !important;
}
#top-menu li.mega-menu ul li {
  float: unset !important;
}
#top-menu li.mega-menu.mega-menu-parent.et-hover li > .sub-menu {
  display: flex;
    flex-direction: column;
  height: 100%;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon{
  margin-top: auto;
}
.et_mobile_menu .bottom-pd-icon a img{
  height: 40px;
}
#top-menu li.mega-menu.mega-menu-parent li>.sub-menu .bottom-pd-icon a img{
  height: 35px;
}
ul#top-menu li.mega-menu li.pd-link a{
  font-weight: 600;
  font-size: 17px !important;
  text-transform: uppercase;
  cursor: default !important;
  background: none !important;
}
.et_mobile_menu li.pd-link a{
  font-weight: 600;
  text-transform: uppercase;
}

#top-menu > li.mega-menu.mega-menu-parent-2 {
  position: relative;
}

ul#top-menu li.mega-menu li.resource-link a,
ul#top-menu li.mega-menu li.events-link a,
.et_mobile_menu li.resource-link a, 
.et_mobile_menu li.events-link a{
  font-weight: normal !important;
  padding: 5px 20px !important;
}

.et_mobile_menu li.resource-link, 
.et_mobile_menu li.events-link{
  padding-left: 10%;
  font-weight: normal !important;
}
ul#top-menu li.mega-menu li.resource-link {
  margin-bottom: 10px;
}

/* @media only screen and (max-width: 1120px){
  .et_fullwidth_nav #top-menu-nav #top-menu li.mega-menu > ul, .et-fixed-header#main-header #top-menu > li.mega-menu > ul.sub-menu {
    left: 329px !important;
  }
} */
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li {
  background: transparent !important;
  width: 50%;
}
#top-menu > li.mega-menu.mega-menu-parent-2 > ul > li:first-child {
  width: 50%;
  background: #fff !important;
    overflow: auto;
	border-bottom-left-radius: 5px;
}

#top-menu li.mega-menu ul > li.menu-item ul li.product a{
  color: #222233 !important;
  font-size: 13px !important;
}
/*#top-menu > li > ul.sub-menu{
  background: #f5f5f5;
}*/
/* .et-fixed-header#main-header #top-menu > li > ul.sub-menu {
  background: #f5f5f5 !important;
} */
#top-menu li li a{
  width: 250px;
    padding: 7px 20px;
}
.links-wrapper .sub-menu, .et-fixed-header#main-header .links-wrapper .sub-menu {
  background: transparent !important;
}

nav li.mega-menu ul > li.menu-item ul{
  margin-top: 20px;
}

#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a, #top-menu li.mega-menu ul > li.menu-item ul a{
  color: #222233 !important;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item ul a:hover, #top-menu li.mega-menu ul > li.menu-item ul a:hover{
  background-color: #ebf2ff;
    color: #004270;
  opacity: 1 !important;
}
#top-menu li.mega-menu>ul>li>a:first-child{
  padding-bottom: 15px !important;
  border: none;
  text-transform: uppercase;
  opacity: 1 !important;
}
#top-menu li.mega-menu.mega-menu-parent-3>ul>li.other>a{
  display: none;
}
/* #top-menu > .mega-menu > ul.sub-menu > li:after {
  content: '';
  position: absolute;
    right: 0px;
    top: 0;
    bottom: 0px;
    width: 1px;
    background: #000;
} */
nav li.mega-menu ul > li.menu-item ul{
  margin: 0 !important;
}

.et_fullwidth_nav #top-menu li.mega-menu>ul{
  right: 120px!important;
  left: 120px!important;
}
li.product > ul li.ico-img a{
  padding-top: 0px;
  padding-bottom: 0px;
}
li.product > ul li.ico-img img{
  height: 42px;
}
li.product > ul li.ico-img.ico-atlas img{
  height: 38px;
}

.product-wrapper.menu-item > a, 
.links-wrapper.menu-item > a{
  display: none !important;
}
.product.menu-item > a{
  padding-top: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
#top-menu li.mega-menu ul > li.product.menu-item > a:hover {
  background: unset !important;
  color: #222233 !important;
}
/* li.product > ul li a{
  text-indent: -9999px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 12px 0 !important;
  top: 0;
  padding: 0 !important;
  height: 60px;
  width: 200px !important;
} */
li.product > ul li a:hover{
  background: none;
  opacity: 1;
}
/* li.product > ul li.ico-atlas a{
  background-image: url(/images/product/atlas-tagline.png);
}
li.product > ul li.ico-oa a{
  background-image: url(/images/product/oa-tagline.png);
}
li.product > ul li.ico-mb a{
  background-image: url(/images/product/mb-tagline.png);
}
li.product > ul li.ico-sb a{
  background-image: url(/images/product/sb-tagline.png);
}
li.product > ul li.ico-ct a{
  background-image: url(/images/product/ct-tagline.png);
} */
li.mobile-nametag > a{
  display: none !important;
}
li.mobile-nametag.other ul{
  background-color: #F1F3F7;
}
.et-fixed-header#main-header .nav li.mobile-nametag.other ul{
  background-color: #F1F3F7 !important;
}
li.nametag > a{
  font-weight: 600;
  font-size: 17px !important;
  padding-top: 15px !important;
  padding-bottom: 8px !important;
  border: none;
}
/* li.mega-menu a img{
  width: 150px;
} */
li.mega-menu .ico-img {
    margin-bottom: 10px !important;
}
li.mega-menu .ico-img.ico-ct {
    margin-bottom: 10px !important;
}
li.mega-menu .ico-img a{
  padding-bottom: 10px !important;
}
li.mega-menu .ico-img img{
  width: 40px;
  float: left;
  display: block;
  margin-right: 8px;
}
li.mega-menu .ico-img .title{
  display: block;
  font-size: 14px;
  color: #223;
  font-weight: 600;
  width: calc(100% - 40px - 5px);
  margin-bottom: 0;
  line-height: normal;
}
li.mega-menu .ico-img .sub-title{
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}
#navTransparent #top-menu li.mega-menu ul > li.menu-item.nametag a:hover, #top-menu li.mega-menu ul > li.menu-item.nametag a:hover{
  background: none;
}
@media (min-width: 981px) {
.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
  #top-menu li.mobile-nametag.other ul li:first-child{
    padding-top: 12px !important;
  }
}
@media only screen and (max-width: 767px){
  
  li.mobile-nametag > a{
    display: block !important;
  }
  li.mobile-nametag.other ul{
    background-color: #fff;
  }
}

@media only screen and (max-width : 980px){ 
  #top-menu > li > ul.sub-menu{
    background: #fff !important;
  }
}



@media only screen and (min-width : 768px) and (max-width : 980px){ 
  li.mobile-nametag > a{
    display: block !important;
  }
  li.mobile-nametag.other ul{
    background-color: #fff;
  }
}
/* mega menu */

@media only screen and (max-width: 768px){
  /* Force table to not be like tables anymore */
  body:not(.signupv2) table, body:not(.signupv2) thead, body:not(.signupv2) tbody, body:not(.signupv2) th, body:not(.signupv2) td, body:not(.signupv2) tr { 
/*     display: block;  */
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table:not([class*="tbl-"]) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /*tr { border: 1px solid #88d4fd; }*/

  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
   /* padding-left: 50% !important;*/
    font-size: 13px;
  }

  td:before {
    /* Now like a table header */
    /*position: absolute;
    Top/left values mimic padding 
    left: 6px;
    width: 45%; */
    padding-right: 10px;
    font-weight: 600;
    font-size: 13px;
  }

  .lms-matrix table tr td.td1{
    font-weight: 600;
  }
  .lms-support table tr td.sub, table.implementation2 tr td.sub{
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
  }
}

#ufe-sign-up{
	cursor: pointer;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 199999 !important;
    top: 0;
    left: 0;
    overflow: scroll;
	display: none;
}
#ufe-sign-up #ufe-modal-form-popup{
  	position: relative;
    background: #fff;
    max-width: 650px;
    margin: 50px auto;
    box-shadow: 0 1px 1px rgba(255,255,255,.4);
    border-radius: 5px;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner {
    padding: 47px 50px 38px;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner #close{
	position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
}
#ufe-sign-up #ufe-modal-form-popup .et_pb_code_inner #close:before {
    content: "\4d";
    font-size: 51px;
    font-family: etmodules;
}

/* signup form embed hubspot*/
/*.hbspt-form .hs-fieldtype-text > label, .hs-fieldtype-select > label{
  display: none;
} */
label:not(.hs-form-radio-display):not(.hs-form-checkbox-display) {
    font-weight: 600;
}
label.hs-form-radio-display span, label.hs-form-checkbox-display span {
    margin-left: 5px;
}
.hs_submit.hs-submit .actions{
    text-align: center;
}
.hs_submit.hs-submit .actions input{
    background: #F5A800;
}
fieldset {
    max-width: 100% !important;
}
.hbspt-form .input input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
}
.input ul {
    list-style: none !important;
    padding: 0px !important;
}
.input ul li {
    margin-top: 10px !important;
}
.hbspt-form .field.hs-form-field{
  margin-bottom: 24px;
}
.hbspt-form .input input{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  padding: 11px 18px;
  text-align: left;
  width: 100%;
} 
.hbspt-form .input select{
  background-size: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#fdfdfd));
  background-image: linear-gradient(to bottom,#f9f9f9 0%,#fdfdfd 100%);
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  /*margin-top: 24px;*/
  text-align: left;
  width: 100%;
  height: 42px;
  text-indent: 9px;
}
.hbspt-form .hs-fieldtype-text ul.hs-error-msgs li{
  text-align: left;
}
.hbspt-form label.hs-error-msg, .hs-error-msgs{
  color: #ca0000;
  font-size: 12px;
}
.hbspt-form .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #97acc7;
  font-size: 16px;
}
.hbspt-form .input input::-moz-placeholder { /* Firefox 19+ */
  color: #97acc7;
  font-size: 16px;
}
/*.hs_which_curricula_do_you_run_{
  padding-top: 30px;
}*/
.hs_which_curricula_do_you_run_ > label span{
  font-weight: 600;
  color: #333;
}
.hs_which_curricula_do_you_run_ ul{
  text-align: left;
  margin-top: 10px;
}
.hs_which_curricula_do_you_run_ ul li{
  text-align: left;
  margin-right: 13px;
  display: inline;
}
.hs_which_curricula_do_you_run_ ul li:last-child{
  margin-right: 0;
}
.hs_which_curricula_do_you_run_ ul li input{
  width: 100%;
  padding: 4px 10px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 15px;
  opacity: 1;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: -moz-mac-unified-toolbar;
  width: 21px;
  height: 21px;
  background: url(/images/bg-checkbox.png) no-repeat 0 bottom;
  background-size: 21px auto;
  border: none;
  margin: 10px 4px 10px 0px;
  cursor: pointer;
  padding-right: 0;
  vertical-align: middle;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li input[type="checkbox"]:checked {
  background-position: 0 0;
  position: relative;
}
.hbspt-form .hs_which_curricula_do_you_run_ ul li > label span{
  display: inline-block;
  font-weight: normal;
  color: #64748e;
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
}
.hbspt-form .hs_school_enrolment_capacity > label{
  display: none;
}
.hbspt-form .hs_anyinfo .input input{
  margin-top: 10px;
}
.hbspt-form .hs-richtext{
  margin:30px 0;
}
.hs_submit input[type="submit"]{
  text-align: center;
  padding: 16px 40px 16px !important;
  border-radius: 3px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  text-transform: uppercase;  
  background-color: #1ecd6e;
      font-size: 16px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hs_submit input[type="submit"]:hover {transform: translateY(-1px);box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}

.mb-signup-form{
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 199999 !important;
  top: 0;
  left: 0;
  overflow: scroll;
  display: none;
}
.mb-signup-form .et_pb_code_inner{
  position: relative;
  background: #fff;
  max-width: 650px;
  margin: 50px auto;
  box-shadow: 0 1px 1px rgba(255,255,255,.4);
  border-radius: 5px;
  padding: 20px 40px 40px;
}
.mb-signup-form .et_pb_code_inner #close{
 position: absolute;
  right: -20px;
  top: -10px;
  cursor: pointer;  
}
.mb-signup-form .et_pb_code_inner #close:before{
  content: "\4d";
  font-size: 36px;
  font-family: etmodules;
  border: 1px solid;
  border-radius: 50px;
  background-color: #336edc;
  color: #fff;
}


/*------------------------------------------------*/
/*---------------[Feature Page Start]-------------*/
/*------------------------------------------------*/

/*atlasnext dynamic tabs */
/* #atlasnext-features-header {
  display: none;
} */
#atlasnext-features-header .feature-title {
  padding-top: 0px !important;
/*  margin-top: 0px !important; */
  margin-bottom: 0px !important;
}
#atlasnext-features-header .et_pb_column_0 {
  padding-top: 0% !important;
}
@media only screen and (max-width : 768px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-size: cover !important;
    background-image: url(/wp-content/uploads/2020/04/Bground@2x-1.png) !important;
  }
  .lv-two-mobile{
    background-color: #ebf2fe;
    margin: 0 -40px 20px;
    padding: 13px 21px;
  }
  .lv-two-mobile .et_pb_text_inner p{
    display: flex;
    align-items: center;
  }
  .lv-two-mobile .et_pb_text_inner span{
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-left: 16px;
  }
}
@media only screen and (max-width : 480px) {
  .et_pb_section.feature-mobile-banner.atlasnext {
    background-position: 0 250px;
  }
}

#atlasnext-features-header .text-description p, #atlas-features-header .text-description p{
  font-size: 16px;
  /*width: 78%;*/
  line-height: 26px;
  padding-bottom: 1em;
}
.page-id-129068 #c1-subnav ul.uk-sticky-fixed {
  width: 100% !important;
}
.mix.atlasnext .feature-title-icon.icons img {
  padding: 4px;
  width: 80px;
  height: auto;
}
.page-id-129068 #atlasnext-portfolio.et_pb_section, .page-id-129068 #atlasnext-portfolio #screenshot {
    padding-bottom: 0;
}
.page-id-129068 #atlasnext-portfolio #screenshot img {
/*     background: #D8D8D8;
    border: 1px solid #A3BDDB;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    border-radius: 5px 5px 0 0;
    border-bottom: 0; */
    max-width: 100%;
}
#reports.tab-pane .et_pb_row_21{
  padding:0px;
}
.page-id-129068 #more-sample-report {
    text-align: center;
    margin-bottom: 0;
}
.page-id-129068 #more-sample-report.c1{
    text-align: left;
}
.page-id-129068 #more-sample-report.c1 .choices > a span{
    margin-left: 0;
}
.page-id-129068 #more-sample-report.c1 span{
    padding: 5px 12px;
}

@media (min-width: 769px){
  .page-id-129068 .tab-header {
    display: block;
  }
  .page-id-129068 .mobile-tabs {
    display: none;
  }
}
@media (max-width: 768px){
  .page-id-129068 .tab-header {
    display: none;
  }
  .page-id-129068 .mobile-tabs {
    display: block;
  }
}

@media only screen and (max-width: 768px){
  .page-id-129068 #more-sample-report.c1 span {
    display: block;
    text-align: center;
  }
}
.page-id-129068 #more-sample-report h4 {
    font-size: 15px;
    font-weight: 600;
}
.page-id-129068 #more-sample-report span {
    border: 1px solid #e01e03;
    padding: 5px 25px;
    border-radius: 5px;
    margin: 0 9px;
}
.page-id-129068 #more-sample-report a:hover {
    color: #fff;
}
.page-id-129068 #more-sample-report a:hover>span {
    background-color: #e01e03;
}
.page-id-129068 #more-sample-report a {
    color: #e01e03;
    display: inline-block;
    margin-bottom: 20px;
}
.page-id-129068 #more-sample-report .choices {
    margin-top: 9px;
}

.page-id-129068 #atlasnext-parents .et_pb_code_inner img{
  background: #D8D8D8;
  border: 1px solid #A3BDDB;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
  margin: auto;
display: block;
}
.page-id-129068 .controls a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0px !important;
}
.page-id-129068 .controls a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-width: 0px !important;
}
.page-id-129068 #planning .et_pb_row_2 {
  padding-top: 0px !important;
}
#feature-main-header .features-header{
    display: none;
}
#feature-main-header .features-header.features-header-active{
    display: block !important;
}
/*#feature-main-header .feature-title,#feature-main-header .feature-subtitle, #feature-main-header .feature-description, #feature-main-header .feature-link, #feature-main-header .main-image {
    visibility: hidden;
}
#feature-main-header .feature-title.active,#feature-main-header .feature-subtitle.active, #feature-main-header .feature-description.active, #feature-main-header .feature-link.active, #feature-main-header .main-image.active {
    visibility: visible;
}
*/.animated.animated-fast {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a {
  color: #f5a800 !important;
}

#c1-subnav{
  text-align: center;
}
#c1-subnav ul {
  background: #fff!important;
  padding: 0;
/*   box-shadow: 0 -10px 10px 0 rgba(0,0,0,0.05); */
	flex-wrap: initial!important;
    display: flex;
    overflow-x: auto;
    justify-content: center;
  
}
@media only screen and (max-width:1024px) {

    #c1-nav,
    #c1-subnav {
        width: 100%
    }

    #c1-nav ul,
    #c1-subnav ul,
    ul#feature-nav {
        flex-wrap: initial !important;
        display: flex;
        overflow-x: auto;
        justify-content: start;
        scrollbar-width: thin;
        scrollbar-color: #c4c4c4 #fff;
    }

    #c1-nav ul::scrollbar,
    #c1-subnav ul::scrollbar,
    ul#feature-nav::scrollbar {
        width: 7px;
        height: 4px
    }

    #c1-nav ul::-webkit-scrollbar,
    #c1-subnav ul::-webkit-scrollbar,
    ul#feature-nav::-webkit-scrollbar {
        width: 7px;
        height: 4px
    }

    #c1-nav ul::scrollbar-track,
    #c1-subnav ul::scrollbar-track,
    ul#feature-nav::scrollbar-track {
        background: #fff
    }

    #c1-nav ul::-webkit-scrollbar-track,
    #c1-subnav ul::-webkit-scrollbar-track,
    ul#feature-nav::-webkit-scrollbar-track {
        background: #fff
    }

    #c1-nav ul::scrollbar-thumb,
    #c1-subnav ul::scrollbar-thumb,
    ul#feature-nav::scrollbar-thumb {
        background: #c4c4c4;
        opacity: .4;
        border-radius: 20px
    }

    #c1-nav ul::-webkit-scrollbar-thumb,
    #c1-subnav ul::-webkit-scrollbar-thumb,
    ul#feature-nav::-webkit-scrollbar-thumb {
        background: #c4c4c4;
        opacity: .4;
        border-radius: 20px
    }
}
#c1-subnav ul.uk-sticky-fixed{
  box-shadow: 0 4px 7px rgba(0,0,0,.08);
  z-index: 10;
}
#c1-subnav ul li {
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
}
/* #c1-subnav.diploma ul li{
  margin: 0 10px;
  min-width: 12%;
} */
#c1-subnav ul li a{
  padding: 25px 8px;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  transition: padding .4s ease-in-out;
  min-width: 125px;
}
#c1-subnav ul.uk-sticky-fixed li a{
  padding-top: 1px;
  padding-bottom: 10px;
}
#c1-subnav ul li a:hover{
  color: #336dcd;
}
#c1-subnav ul li a img{
  transition: height .4s ease-in-out;
  margin: 0 auto;
  height: 60px;
}
#c1-subnav ul.uk-sticky-fixed li a img{
  height: 0;
}
/*#c1-subnav ul li a:before {
  background-position: center center;
  position: relative;
  content: " ";
  max-width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: height .4s ease-in-out;
}
#c1-subnav ul.uk-sticky-fixed li a:before{
  height: 0;
}
#c1-subnav  ul li a#icon1:before {
  background-image: url(/images/c1/learning.png)!important;
}
#c1-subnav  ul li a#icon2:before {
  background-image: url(/images/c1/curriculum.png)!important;
}
#c1-subnav  ul li a#icon3:before {
  background-image: url(/images/c1/assessment.png)!important;
}
#c1-subnav  ul li a#icon4:before {
  background-image: url(/images/c1/portfolio.png)!important;
}
#c1-subnav  ul li a#icon5:before {
  background-image: url(/images/c1/reports.png)!important;
}
#c1-subnav  ul li a#icon6:before {
  background-image: url(/images/c1/parents.png)!important;
}*/
#c1-subnav  ul li a .features-navigation-heading{
  transition: padding .5s ease-in-out;
  padding: 10px 22px 0;
  display: block;
  text-align: center;
  color: #232323;
}
#c1-subnav ul.uk-sticky-fixed li a .features-navigation-heading{
  padding: 10px 22px;
}
#c1-subnav ul.uk-sticky-fixed li.active a .features-navigation-heading{
  background-color: #E71F04;
  color: #fff;
  border-radius: 4px;
}
.feature-title-icon{
      box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    border-radius: 100%;
    max-width: 100px;
    background: #ffffff;
}
.feature-title-icon img{
  padding: 4px;
}
#api .feature-title-icon img{
  padding: 5px;
}
.feature-title-icon.c1{
  max-width: 80px;
  margin: 40px auto 15px !important;
}
.tabs_c1 .feature p#title{
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-bottom: 15px;
}
.tabs_c1 .feature p#title img{
    width: 125px;
}
.tabs_c1 .feature p#text{
  letter-spacing: 0;
  line-height: 22px;
}
.tabs_c1 .feature ul li{
  margin-bottom: 10px;
}
.tabs_c1 .feature{
  margin-bottom: 2.5em;
}
.tabs_c1 .feature p#text img{
  height: 21px;
}
.tabs_c1 .feature .file-types{
  margin-top: 8px;
}
.tabs_c1 .feature .file-types p{
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
    margin-right: 25px;
    font-weight: 600;
    color: #333;
}
.tabs_c1 .feature .file-types p#vr img{
    height: 25px;
    vertical-align: middle;
    margin-right: 7px;
}
.tabs_c1 .feature .file-types img{
  height: 30px;
  margin-right: 8px;
}
.tabs_c1 .feature .point ul{
  padding: 0
}
.tabs_c1 .feature .point ul li{
  list-style: none;
  display: flex;
  margin-bottom: 5px;
}
.tabs_c1 .feature .point{
  margin-top: 12px;
}
.tabs_c1 .feature .point ul li span{
  margin-right: 9px;
  color: #1fce6d;
  font-weight: 600;
  font-size: 16px;
  top: 3px;
  position: relative;
}
.tabs_c1 .feature .point ul li span:before{
  content: "\4e";
  position: relative;
  font-family: ETmodules!important
}
.tabs_c1 .feature h4.et_pb_module_header{
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-bottom: 15px;
}
.tabs_c1 .c1-screenshot{
  width: 780px;
}
.tabs_c1 .c1-screenshot img{
  background: #D8D8D8;
  border: 1px solid #A3BDDB;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
}
.tabs_c1 .c1-screenshot video{
  background: #D8D8D8;
  border: 1px solid #A3BDDB;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
}
.tabs_c1 .c1-screenshot.ec3 video{
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tabs_c1 .et_pb_row{
  width: 100%;
}
.tabs_c1 .et_pb_tab{
  padding: 0;
}
.tabs_c1 #classess .c1-screenshot,.tabs_c1 #turnitin .c1-screenshot{
  width: auto;
}
.tab-content.well>.tab-pane {
  display: none;
}
.tab-content.well>.active {
  display: block;
}
.tabs_c1 .et_pb_slide{
 padding: 0;
}
.tabs_c1 .et_pb_slide .et_pb_container{
 margin: 0;
 width: 100%;
}
.tabs_c1 .et_pb_slider .et_pb_slide{
 box-shadow: none;
 transition: opacity 0s linear;
}
.tabs_c1 .et_pb_slider .et_pb_container .image{
 opacity: 1;
 -webkit-animation-name: fadeLeft;
 -moz-animation-name: fadeLeft;
 -ms-animation-name: fadeLeft;
 -o-animation-name: fadeLeft;
 animation-name: fadeLeft;
 -webkit-animation-duration: 0.3s;
 -moz-animation-duration: 0.3s;
 -ms-animation-duration: 0.3s;
 -o-animation-duration: 0.3s;
 animation-duration: 0.3s;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-timing-function: ease-in-out;
 -ms-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 -webkit-animation-delay: 0.2s;
 -moz-animation-delay: 0.2s;
 -ms-animation-delay: 0.2s;
 -o-animation-delay: 0.2s;
 animation-delay: 0.2s;
 -webkit-animation-fill-mode: both;
 -moz-animation-fill-mode: both;
 -ms-animation-fill-mode: both;
 -o-animation-fill-mode: both;
 animation-fill-mode: both;
}
.tabs_c1 .et_pb_slider .et-pb-controllers{
  position: relative;
  margin-top: 2em;
  text-align: center;
}
.tabs_c1 .et_pb_slider .et-pb-controllers .et-pb-active-control {
  background-color: #4d85fe !important;
}
.tabs_c1 .et_pb_slider .et-pb-controllers a {
  width: 10px;
  height: 10px;
  border: 1px solid #4d85fe;
}
.nav_c1{
  text-align: center;
  margin: 5em 0 1.5em;
}
.nav_c1.uk-sticky-fixed{
  left: 0px;
  background: rgb(254, 254, 255);
  padding: 33px 0px;
  z-index: 5;
  border-bottom: 1px solid #e4eef96e;
  width: 100% !important;
  animation-name: uk-fade-top;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav_c1 li{
  display: inline;
  margin: 0;
}
.nav_c1 li a{
   color: #333; 
   border: 1px solid #DCE8F9; 
  /*border: 1px solid #fed7d8;*/
  padding: 11px 33px;
  background-color: #fff;
  cursor: pointer;
}
.nav_c1 li:first-child a{
    border-radius: 4px 0 0 4px;
}
.nav_c1 li:last-child a{
    border-radius: 0px 4px 4px 0;
}
.nav_c1 li a:hover{
  background-color: transparent;
}
.nav_c1 li.active a{
  background-color: transparent;
}
#atlasnext-learning-mobile .nav_c1 li.active a, #atlasnext-assessment .nav_c1 li.active a{
 background-color: #f6f9fc;
 /*color: #d83a2a;*/
}
.nav_c1.uk-sticky-fixed li.active a{
  background-color: #f6f9fc;
}
.nav_c1 li:nth-child(1) a,.nav_c1 li:nth-child(2) a,.nav_c1 li:nth-child(3) a, .nav_c1 li:nth-child(4) a{
  border-right: 0;
}
#c1reporting{
  margin: 0;
  padding:0px;
}
.sb-partner-list .item{
margin-bottom: 60px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.sb-partner-list .item img{
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f7fbff;
  padding: 3px;
  margin: 0 auto;
}
.sb-partner-list .item p.title{
  padding-bottom: 0;
  margin-top: 10px;
  line-height: normal;
  color: #32325d;
  font-weight: 600;
  font-size: 16px;
}
.sb-partner-list .item p.desk{
  color: #6b7c93;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.sb-partner-list .item .row{
  vertical-align: top;
  text-align: center;
}
.sb-partner-nav p{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #222233;
  margin-bottom: 12px;
  cursor: pointer;
  padding-bottom: .2em;
}
.sb-partner-nav ul{
  list-style-type: none;
  margin-bottom: 35px;
  padding: 0;
}
.sb-partner-nav ul li{
  margin-bottom: 10px;
}
.sb-partner-nav ul li a{
  color: #6c7c92;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}
.sb-partner-nav{
  border-right: 2px solid #f5f8fb;
}
#main-footer #footer-contact p, #main-footer #footer-copyright p, #main-footer #footer-product p {
  color: #222233;
}
@media (max-width: 991px) {
  #c1reporting{
    width: 100%;
    max-width: 100%;
        padding: 0 50px;
  }
  .page-id-122795 #atlasnext-portfolio #screenshot img {
    
    max-width: 100% !important;
  }
/*   #c1-subnav.diploma ul li {
    margin: 0 !important;
    width: 24% !important;
  } */
}

@media (max-width: 767px) {
  #c1-subnav ul {
    text-align: center !important;
  }
/*   #c1-subnav.diploma ul li {
    margin: 0 !important;
       width: 31% !important;
  } */
}
#c1reporting .et_pb_image{
  position: relative;
}
#c1reporting .et_pb_text h2{
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-bottom: 15px;
}
.feature-section-title h2 {
  font-weight: 600;
  font-size: 28px;
  color: #e71f04;
}
.feature-point h2 {
    font-size: 19px;
    color: #222233;
}
.feature-section-title.learning ul {
    text-align: left;
    margin-top: 10px;
}
.feature-section-title.learning p {
    text-align: left;
}
.feature-title.dp h4 {
    font-size: 34px;
    color: #333333;
    letter-spacing: -0.85px;
}
.feature-title.dp p, .feature-subtitle.dp p {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
ul.main-text-after.dp {
    width: 78%;
    font-size: 1.1em;
}
ul.main-text-after.dp li {
    margin-bottom: 8px;
}
.tab-content #powerful .et_pb_column, .tab-content #standards .et_pb_column, .tab-content #track .et_pb_column, .tab-content #assessment .et_pb_column{
  margin: 0 auto !important;
  float: none;
}
.tab-content #powerful .feature, .tab-content #standards .feature, .tab-content #track .feature, .tab-content #assessment .feature{
  margin-bottom: 0;
}
.tab-content #powerful .feature p#title, .tab-content #standards .feature p#title, .tab-content #track .feature p#title, .tab-content #assessment .feature p#title{
  text-align: center;
}
.planning .nav_c1{
  padding-left: 0;
}
.planning .nav_c1 li a{
  padding: 11px 25px;
}
.et_pb_section#reflection .et_pb_blurb_container h4{
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-bottom: 15px; 
}
.et_pb_section#reflection .et_pb_blurb_description ul{
  padding-bottom: 0
}
.et_pb_section#reflection .et_pb_blurb_description ul li{
  margin-bottom: 10px;
}
.et_pb_section#reflection .et_pb_blurb_description ul li:last-child{
  margin-bottom: 0;
}
.et_pb_section#api .et_pb_text_inner p{
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding-bottom: 15px; 
}
.et_pb_section#api .et_pb_text_inner ul{
  padding-bottom: 0
}
.et_pb_section#api .et_pb_text_inner ul li{
  margin-bottom: 10px;
}
.et_pb_section#api .et_pb_text_inner ul li:last-child{
  margin-bottom: 0;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #ddedfd;
  padding: 2px 8px;
}

.custom-dropdown select {
  background-color: transparent;
  color: #333;
  font-size: 19px;
  padding: .5em;
  padding-right: 2.5em; 
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
  width: 100%;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
}
.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgb(152, 168, 187);
  border: 1px solid rgb(152,168,187);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}
footer{
  position: relative;
  z-index: 100;
}
.cardHome {background: #fff; padding: 3em 3.5em 5em 3em; border-radius: 3px;box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07); background-size: 128px;}
.cardHome h3 {margin-bottom: 0.8em; color: #293041;}
.cardHome.event {background-image: url("/images/home/event.svg"); background-position: 105% 110%; background-repeat: no-repeat;}
.cardHome.casestudy {background-image: url("/images/home/casestudy.svg"); background-position: 105% 110%; background-repeat: no-repeat;}
.cardHome.welcomekit {background-image: url("/images/welcomekit.png"); background-position: 105% 110%; background-repeat: no-repeat;}
.cardHome.scheduledemo {background-image: url("/images/scheduledemo.png"); background-position: 105% 110%; background-repeat: no-repeat;}
.cardHome.secure {background-image: url("/wp-content/uploads/2021/01/asset-icon.png"); background-position: 105% 110%; background-repeat: no-repeat;}
.cardHome.status {background-image: url("/wp-content/uploads/2021/02/system-status-icon.png"); background-position: 105% 110%; background-repeat: no-repeat;}

.cardHome a[data-icon]:after {
        font-family: "ETmodules" !important;
    content: attr(data-icon);
    top: 2px;
    position: relative;
}
.signup-form {
    width: 800px;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 8%), -1px 1px 5px 0 rgb(0 0 0 / 8%);
    background: #fff;
    margin-top: 40px;
    margin-bottom: 55px;
    padding: 50px 0 !important;
}
.section-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.4em;
}
/*.hs-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #f5a800 !important;
    border-color: #f5a800 !important;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}*/
.section-title.orange {
    color: #f5a800!important;
}
#support-menu {
	width: 100%;
    position: fixed!important;
    bottom: 0px;
    top: auto;
    right: 0px;
    left: auto;
}
#support-menu .et_mobile_menu {
    position: absolute;
    left: 10%;
    top: auto;
    bottom: 100%;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #F5A800;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
	#support-menu {
		background-color: transparent !important;
		bottom: 20px;
	}
	#support-menu .mobile_menu_bar {
		border: 1px solid;
		border-radius: 50%;
		background-color: #F5A800;
		padding: 5px;
		right: 10px;
	}
	#support-menu .mobile_menu_bar:before {
		color: #fff;
	}
  /* .et_pb_text_0 h1{
    font-size: 30px !important;
  } */
}

#CybotCookiebotDialogPoweredbyCybot{
  display: none !important;
}
#CybotCookiebotDialogPoweredbyImage {
  content:url(/wp-content/uploads/2023/05/Logo-Faria-Mark-Invers.png)!important;
}


#CybotCookiebotDialog .CybotCookiebotScrollContainer {
	border:none !important;
}

#CybotCookiebotDialog.CybotEdge.CybotMultilevel .CybotCookiebotDialogBodyBottomWrapper{
border:none !important;

}

.CybotCookiebotDialogBodyLevelButtonWrapper:not(:last-of-type) {
	border:none !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
	border: none !important;
}

#CybotCookiebotDialogPoweredByText {
	display: none !important;
}


/* Meet our Team (about page) */

#new-team-list {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  gap: 60px;
}

#new-team-list .team-detail {
  width: 320px;
  position: relative;
 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    border: 1px solid #fff;
    transition: .5s;
    background: #fff;
}

#new-team-list .team-detail:hover {
 border: 1px solid #F5A800;
 box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.10);
}

#new-team-list .team-detail a img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
 }

#new-team-list .team-detail .card-body {
  padding: 20px 20px 30px 20px;
}

#new-team-list .team-detail .card-body a h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 0;
}

#new-team-list .team-detail .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
}
#header-bio .et_pb_column{
  width: auto;
}
#header-bio #avatars{
  min-width: 400px;
}
@media only screen and (max-width: 980px) {
  #header-bio .team-name h3 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 980px) {
  #new-team-list {
    justify-content: center;
  }
}
@media (max-width:479px) {
  #header-bio #avatars{
    min-width: unset;
  }
}
#logo {
    max-height: 36px!important;
    max-width: unset!important
}
@media (min-width: 995px) {
    #main-header .container {
        width:100% !important;
    }
}

@media only screen and (min-width : 1036px) and (max-width :1115px) {
  #main-header .container {
      padding-left:10px !important;
      padding-right: 10px !important;
  }
}

.modalContent {
  background: white;
}

#pop-up-news {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#pop-up-news #mc_embed_signup {
  border: 1px solid #c9c9c9;
}

#pop-up-news #mc_embed_signup h2 {
  font-weight: inherit;
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 12px;
  color: rgb(36, 28, 21);
}

#pop-up-news #mc_embed_signup p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: rgb(36, 28, 21);

}

#pop-up-news #mc_embed_signup #mc_embed_signup_scroll .clear input {
  background-color: rgb(245, 168, 0);
  width: calc(100% - 15px);
}

.close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  padding: 5px 8px;
}

.close-button img {
  width: 25px;
}

#mc_embed_signup form {
  padding: unset !important;
}

div#mc_embed_signup_scroll {
  padding: 30px 20px;
}

#mc_embed_signup label {
  padding-bottom: 5px !important;
  font-weight: bold;
}

#mc_embed_signup .mc-field-group input {
  border: 2px solid #c9c9c9;
}

/* start table compare style */


.img-cover .et_pb_image_wrap,.img-cover img {
  height: 100%!important;
  width: 100%!important
}

.img-cover img {
  object-fit: cover
}

i.dv-icon,span.dv-icon {
  font-family: "ETmodules"!important
}

i.dv-icon.dv-5x,span.dv-icon.dv-5x {
  font-size: 4em
}

i.dv-icon.dv-4x,span.dv-icon.dv-4x {
  font-size: 3em
}

i.dv-icon.dv-3x,span.dv-icon.dv-3x {
  font-size: 2em
}

i.dv-icon.dv-2x,span.dv-icon.dv-2x {
  font-size: 1.5em
}

i.dv-icon.dv-green,span.dv-icon.dv-green {
  color: #0ebe9e
}

i.dv-icon.dv-red,span.dv-icon.dv-red {
  color: red
}

i.dv-icon.dv-mail:after,span.dv-icon.dv-mail:after {
  content: "\e076"
}

i.dv-icon.dv-mail-alt:after,span.dv-icon.dv-mail-alt:after {
  content: "\e010"
}

i.dv-icon.dv-check:after,span.dv-icon.dv-check:after {
  content: "\4e"
}

i.dv-icon.dv-close:after,span.dv-icon.dv-close:after {
  content: "\4d"
}

i.dv-icon.dv-error-circle-alt:after,span.dv-icon.dv-error-circle-alt:after {
  content: "\72"
}

i.dv-icon.dv-icon_info_alt:after,span.dv-icon.dv-icon_info_alt:after {
  content: "\70"
}

i.dv-icon.dv-icon_grid-2×2:after,span.dv-icon.dv-icon_grid-2×2:after {
  content: "\e08c"
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 1!important
}

i.dv-icon.dv-arrow_carrot-left:after {
  content: "\34"
}

i.dv-icon.dv-arrow_carrot-right:after {
  content: "\35"
}

i.dv-icon.dv-icon_grid-2×2:after {
  content: "\e08c"
}

i.dv-icon.dv-icon_plus_alt:after {
  content: "\e050"
}

i.dv-icon.dv-icon_plus:after {
  content: "\4c"
}

i.dv-icon.dv-icon_minus_alt:after {
  content: "\e04f"
}

i.dv-icon.dv-arrow_triangle-right:after {
  content: "\45"
}

i.dv-icon.dv-icon_close_alt:after {
  content: "\e051"
}

i.dv-icon.social_facebook_square:after {
  content: "\e0c1"
}

i.dv-icon.social_twitter_square:after {
  content: "\e0c2"
}

i.dv-icon.social_linkedin_square:after {
  content: "\e0cb"
}

table#fm {
  border: none;
  background: #fff
}

#fm tr td,#fm tr th {
  padding: 10px 15px 10px;
  width: 169px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#fm tr td {
  border-bottom: 1px solid #e0edfb!important;
  border-left: 0!important;
  vertical-align: middle;
  font-size: 13px
}

#fm tr td .dv-icon {
  font-weight: 700;
  display: block
}

#fm tr td ul {
  padding: 0
}

#fm tr th {
  border-bottom: 2px solid #A6BEDC!important;
  text-align: center;
  padding-top: 17px
}

#fm tr th img {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto 5px
}

#fm tr:first-child th:first-child {
  background: #fff;
  border-top: none;
  border-left: none;
  position: relative
}

#fm tr:first-child th.tt-desc .dv-acc-btn {
  position: absolute;
  bottom: 12px;
  right: 16px
}

#fm.tbl-promax tr:first-child th.tt-desc .dv-acc-btn {
  right: 18px
}

#fm tr td.fm-cat {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #e0edfb!important;
  padding-top: 13px
}

#fm tr:nth-child(1) td.fm-cat,#fm tr:nth-child(2) td.fm-cat,#fm tr:nth-child(1) td.fm-desc,#fm tr:nth-child(2) td.fm-desc {
  border-bottom: 0!important
}

#fm tr:nth-child(even) td.fm-cat {
  background: #eef6ff
}

#fm tr td.fm-cat span {
  display: flex;
  align-items: center
}

#fm tr td.fm-cat img {
  height: 35px;
  vertical-align: middle;
  margin-right: 10px
}

.tbl-header-fixed>thead>tr,.tbl-header-fixed>thead,.tbl-header-fixed {
  position: relative
}

.tbl-header-fixed>thead>tr {
  z-index: 99
}

#fm:not(.tbl-ws) tr[data-acc-child] td.fm-cat img {
  display: none
}

#fm tr td ul li {
  margin-left: 15px;
  margin-bottom: 0
}

#fm tr td[class*="i-"] {
  padding-left: 64px;
  background-size: 38px;
  background-position: 11px 8px
}

#fm tr td.fm-cat ul li[class*="i-"] {
  list-style: none;
  margin-left: 0;
  padding-top: 3px;
  padding-left: 30px;
  padding-bottom: 10px;
  background-position: 0 0;
  background-size: 25px
}

table#fm th:nth-child(1) {
  border: none!important
}

table#fm td:nth-child(1),table#fm th:nth-child(1) {
  background-color: #FFF
}

table#fm td:nth-child(2),table#fm th:nth-child(2) {
  background-color: #FBFCFF
}

table#fm td:nth-child(3),table#fm th:nth-child(3) {
  background-color: #EFF6FF
}

table#fm td:nth-child(4),table#fm th:nth-child(4) {
  background-color: #FBFCFF
}

table#fm td:nth-child(5),table#fm th:nth-child(5) {
  background-color: #EFF6FF
}

table#fm.tbl-passport tr:last-child th {
  border-bottom: 1px solid #D7282F!important
}

#fm.tbl-passport tr td:nth-child(2),#fm.tbl-passport tr th:nth-child(2),#fm.tbl-passport tr td:nth-child(3),#fm.tbl-passport tr th:nth-child(3) {
  width: 22%;
  min-width: 160px
}

#fm.tbl-passport tr:first-child th {
  border-bottom: unset!important
}

#fm.tbl-passport tr:first-child th:nth-child(2) {
  border-radius: 12px 12px 0 0;
  background: #EFF6FF
}

#fm.tbl-passport tr:first-child th:nth-child(3) {
  border-radius: 12px 12px 0 0;
  background: #FAFCFF
}

#fm.tbl-passport tr:nth-child(2) th:nth-child(2) {
  background: #E8F1FC
}

#fm.tbl-passport tr:nth-child(2) th:nth-child(3) {
  background: #F0F6FF
}

#fm.tbl-passport tr:first-child th {
  font-size: 1em;
  font-weight: 400;
  color: #666
}

#fm.tbl-passport tr th h4 {
  font-size: 36px;
  font-weight: 700;
  color: #336DCD;
  padding: 0;
  line-height: 1em
}

#fm.tbl-passport tr th span {
  font-weight: 400;
  color: #666
}

table#fm.tbl-passport td:nth-child(3),table#fm.tbl-passport th:nth-child(3),#fm.tbl-passport tr:nth-child(even) td.fm-cat {
  background: #FFF
}

table#fm.tbl-passport th:nth-child(2) {
  background: #FAFCFF
}

table#fm.tbl-passport td {
  border-color: transparent!important
}

table#fm.tbl-passport tr:last-child td {
  border-bottom: unset!important
}

#fm.tbl-passport tr:nth-child(1) td.fm-cat,#fm.tbl-passport tr:nth-child(2) td.fm-cat,#fm.tbl-passport tr:nth-child(1) td.fm-desc,#fm.tbl-passport tr:nth-child(2) td.fm-desc {
  /* border-bottom: 1px solid #D0EAFB!important */
}

#fm.tbl-passport.tbl-ws tbody tr.acc-table-parentx td.fm-cat,#fm.tbl-passport.tbl-ws tbody tr.acc-table-parentx td.fm-desc {
  border-bottom: 1px solid #D0EAFB!important
}

#fm.tbl-passport.tbl-promax tr.acc-table-parent td:first-child .dv-acc-btn {
  margin-left: unset;
}

#fm.tbl-passport.tbl-ws tr[data-acc-child^=td] > td {
  border-bottom: 1px solid #D0EAFB!important;
}

#main-content #fm.tbl-passport tr.bbnone > td,
#main-content #fm.tbl-passport tr td.bbnone {
  border-bottom: unset!important;
}

#fm.tbl-passport.tbl-promax > tbody > tr.acc-table-parentx.even > td:last-child,
#fm.tbl-passport.tbl-promax > tbody > tr > td:last-child {
  background: #FEF4F3;
  border: 0;
}

#fm.tbl-passport.tbl-promax > tbody > tr > td:nth-last-child(2) {
  background: #FEFAEF;
	border: 0;
}

#fm.tbl-passport.tbl-promax > tbody > tr.acc-table-parentx.odd > td:last-child,
#fm.tbl-passport.tbl-promax > tbody > tr:nth-child(odd) > td:last-child {
    background: #FEF4F3;
    border: 0;
}

#fm.tbl-passport.tbl-promax > tbody > tr:nth-child(odd) > td:nth-last-child(2) {
  background: #FEFAEF;
	border: 0;
}

#fm.tbl-passport.tbl-ws thead tr th:last-child .title {
  color: #333;
}

/* #fm.tbl-passport.tbl-ws > thead tr th:first-child, */
#fm.tbl-passport.tbl-ws tbody tr td.fm-cat:first-child,
#fm.tbl-passport.tbl-ws tbody tr td.fm-cat:first-child table td {
  background-color: #FAFCFF!important;
}

#fm.tbl-passport.tbl-ws > thead tr th:last-child,
#fm.tbl-passport.tbl-ws tbody tr td.fm-desc:last-child {
  background: #E9E9FF;
}

#fm.tbl-passport.tbl-ws > thead tr th:nth-last-child(2),
#fm.tbl-passport.tbl-ws tbody tr td.fm-desc:nth-last-child(2) {
  background: #F6F9FC;
}

#fm.tbl-passport.tbl-ws > thead tr th:nth-last-child(3),
#fm.tbl-passport.tbl-ws tbody tr td.fm-desc:nth-last-child(3) {
  background: #FFFAF0;
}

#fm.tbl-passport .thebtn .dv-icon:after {
  font-weight: 500;
}

#fm.tbl-passport .thebtn .dv-acc-btn > .dv-icon.dv-icon_minus_alt,
#fm.tbl-passport tr.acc-table-parentx td:first-child .dv-acc-btn .dv-icon.dv-icon_minus_alt {
  color: #D8D8D8;
}

#fm.tbl-passport tr .tbl-child div,
#fm.tbl-passport tr .fm-cat > div {
  display: flex;
  align-items: center;
}

#fm.tbl-passport tr td.fm-cat img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  object-fit: contain;
}

#fm.tbl-passport.tbl-promax tr td:nth-last-child(3) {
  width: unset;
}
table.tbl-child img{
  display: none;
}

#fm.tbl-passport.tbl-ws tr td:nth-last-child(3),
#fm.tbl-passport.tbl-ws tr th:nth-last-child(3),
#main-content #fm.tbl-passport tr td:nth-last-child(2),
#main-content #fm.tbl-passport tr th:nth-last-child(2),
#fm.tbl-passport > tbody > tr > td:last-child,
#fm.tbl-passport > thead > tr > th:last-child {
  width: 15%;
  min-width: 150px;
}

#main-content #fm.tbl-passport > tbody > tr > td:first-child,
#main-content #fm.tbl-passport > thead > tr > th:first-child {
  width: unset;
  min-width: unset;
}

#fm.tbl-passport .dv-icon {
  display: contents;
}

.iccenter {
  align-items: flex-start!important;
}

/* .iccenter > img {
  position: relative;
  bottom: -.5em;
} */

.iccenter .hdesc {
  position: relative;
  top: 5px;
}

.hdesc {
  font-size: 16px;
  line-height: 24px;
}

.hdesc h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-bottom: 0;
}

#fm.tbl-passport .fm-cat div.thebtn {
  position: relative;
  display: flex;
  align-items: baseline;
  column-gap: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#fm div.thebtn {
  cursor: pointer;
}

#fm.tbl-passport .fm-cat div.thebtn .dv-acc-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#fm.tbl-passport.tbl-promax .thebtn {
  /* max-width: 236px; */
}

#fm.tbl-passport.tbl-promax th .thebtn {
  max-width: unset;
}

#fm.tbl-passport div:not(.dv-icon),
#fm.tbl-passport span:not(.dv-icon) {
  color: #333;
}

#fm.tbl-passport .tt-desc .thebtn .wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fm.tbl-passport th .wrp .ctas {
  margin: 0;
}

#fm.tbl-passport .thebtn .ctas .commonButton {
  white-space: nowrap;
  margin-left: 24px;
}

#fm.tbl-passport .tt-desc .thebtn .tt {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

/* #fm.tbl-passport.header-sticky th .tt.upset {
  padding-bottom: 24px;
} */

#fm.tbl-passport .i-ibdps .wrp .ctas,
#fm.tbl-passport .i-ibdpc .wrp .ctas {
  display: none;
}

#fm.tbl-passport .tr-bottom {
  /* display: none; */
}

#fm tr.acc-table-child span.dv-icon {
  font-weight: normal;
}

/* #fm.tbl-passport.header-sticky .tr-bottom {
  display: table-row;
} */

#fm.tbl-passport .commonButton {
  white-space: nowrap;
  padding: 8px 12px!important;
  font-size: 14px;
  line-height: 24px;
  min-height: unset;
  border-radius: 6px;
}

#fm.tbl-passport td.fm-cat.fct-noimg {
  padding-left: 60px;
}

#fm.tbl-passport.tbl-ws td,
#fm.tbl-passport.tbl-promax td {
  font-size: 16px;
}

#fm.tbl-passport .fm-cat .thebtn .tt {
  font-size: 16px !important;
	font-weight: 400;
	line-height: 24px;
}

#fm.tbl-passport .tbl-child {
  border: unset;
  min-width: 230px;
}

/* #fm.tbl-passport .tbl-child div,
#fm.tbl-passport .tbl-child span {
  color: #666;
} */

#fm.tbl-passport.tbl-ws .fm-cat,
#fm.tbl-passport.tbl-promax .fm-cat {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  padding: 12px;
}

#fm.tbl-passport.tbl-ws td.fm-cat {
  padding: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#fm.tbl-passport.tbl-ws > thead > th:first-child {
  min-width: 425px;
}

#fm.tbl-passport.tbl-ws td > div.fm-cat {
  padding-top: 8px;
  padding-bottom: 8px;
}

#fm.tbl-passport.tbl-ws td > div.fm-cat.no-title {
  padding-top: 0;
}

#fm.tbl-passport tr[class*=acc-table-child] > td.fm-cat {
  padding-left: 50px;
  min-width: 425px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#fm.tbl-passport tr[class*=acc-table-child] > td.fm-desc {
  padding-top: 0;
  padding-bottom: 0;
}
#fm.tbl-passport tr[class*=acc-table-child] > td.fm-cat > .thebtn {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
#fm.tbl-passport tr[class*=acc-table-child].odd > td.fm-cat > .thebtn {
  background: #fffbf9!important;
}
/* #fm.tbl-passport tr[class*=acc-table-child]:not(.bbnone) > td.fm-cat {
  padding-bottom: 0;
} */

#fm.tbl-passport.tbws2 .tbl-child.mp td {
  padding-left: 60px!important;
}

#fm.tbl-passport .fct-btn .fm-cat  {
  padding: 12px;
  padding-left: 48px;
  padding-top: 0;
  margin-top: -8px;
}
#fm.tbl-passport .fct-btn .tbl-child td  {
  padding-left: 48px;
}
#fm.tbl-passport .fct-btn .tbl-child-field td {
  padding: 12px;
}
#fm.tbl-passport .fct-btn .tbl-child-field .tbl-child.mp td.white{
   background: #fff !important;
}
.tbl-child-field{
  margin-left: 48px;
}

#fm.tbl-passport .tbl-child td {
  border: unset!important;
  font-size: 16px;
  padding: 8px 15px;
  padding-left: 32px;
  background: unset;
}

#fm.tbl-passport .tbl-child {
  margin-bottom: 0;
}

#fm.tbl-passport .hdesc > .tbl-child td {
  padding-left: 0;
}

#fm.tbl-passport .tbl-child.mp td {
  /* padding-left: 78px!important; */
}

#fm.tbl-passport .fm-cat.fct-btn {
  padding: 10px 18px;
  vertical-align: baseline;
}

#fm.tbl-passport .tbl-child {
  display: none;
}

#fm.tbl-passport .tbl-child.show{
  display: block;
}

#fm.tbl-passport table.tbl-child.show{
  display: table;
}

.mb-bundle table#fm.tbl-promax tr td.g1,
.mb-bundle table#fm.tbl-promax tr td.g1 .tbl-child td {
  background: #F6F9FC!important;
}
.mb-bundle table#fm.tbl-promax tr td.g2,
.mb-bundle table#fm.tbl-promax tr td.g2 .tbl-child td {
  background: #F8FBFE!important;
}

.ctas-tabs {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.tab-item {
  font-size: 16px;
    line-height: 1.4em;
  font-weight: 700;
  color: #333;
  display: flex;
    align-items: center;
  padding: 18px 26px;
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  min-height: 66px;
  cursor: pointer;
  transition: .3s;
}

.ctas-tabs .tab-item:hover,
.ctas-tabs .tab-item.mixitup-control-active,
.ctas-tabs .tab-item.active {
  color: #336DCD;
  border-color: #336DCD;
}

.faria-addons .ons{
  box-shadow: 0px 0px 1px rgba(51, 109, 205, 0.1), 0px 9px 14px -4px rgba(51, 109, 205, 0.1);
border-radius: 24px;
  background:#fff;
  padding:40px;
  height: 100%;
}
.faria-addons .ons .dv-blurb-group:last-child{
  margin-right:0;
}
.dv-tiles-group {
  display: flex;
  column-gap: 30px;
  flex: 1;
}
.dv-tile {
  display: flex;
  flex-direction: column;
}
.faria-addons .ons .dv-blurb .text{
  font-size:16px;
  color:#333;
  font-weight:400;
}
.faria-addons .ons .dv-tile {
  align-items: center;
}

.faria-addons .ons .dv-tile .commonButton-arrow::after{
  margin-right: -10px;
}
.faria-addons .ons .dv-blurb .text-logo .text {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #666!important;
}
.faria-addons.addons-no-link .ons {
  display: flex;
  flex-direction: column;
  box-shadow: unset;
border-radius: 12px;
  /* background:#F6F9FC; */
}
.aio-feature{
  background: #F6F9FC;
    border-radius: 12px;
    padding: 24px 28px;
    display: inline-block;
}
.aio-feature h3{
  font-weight: 700;
font-size: 21px;
line-height: 28px;
  color:#333
}
.aio-feature p{
  font-weight: 700;
font-size: 16px;
line-height: 24px;
  color:#333
}
.aio-feature ul{
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 16px;
}
.aio-feature ul li{
  list-style:none;
  display:flex;
  align-items:center;
  margin-bottom:16px;
}
.aio-feature ul li:last-child{
  margin-bottom:0;
}
.aio-feature ul li img{
  height:40px;
}
.aio-feature ul li p{
  min-width:50px;
  line-height:0;
}
.aio-feature ul li span{
      font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.aio-feature.mobile ul{
  display:flex;
  flex-wrap:wrap;
}
.aio-feature.mobile ul li{
  width:50%;
}
.ufe{
  display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.ufe .aio-feature{
  width: 48%;
    filter: drop-shadow(0px 0px 1px rgba(51, 109, 205, 0.1)) drop-shadow(0px 2px 4px rgba(51, 109, 205, 0.1));
}
.icon-text h3{
  display:flex;
  align-items:center;
}
.icon-text h3 img{
  height:40px;
  margin-right:8px;
}
.mb-bundle table#fm th.i-ibdpc, .mb-bundle table#fm th.i-ibdps{
  width:10%;
}
.mb-bundle table#fm td{
  min-width: unset;
  width:unset;
}
.mb-bundle table#fm tr.bg{
      background: #FAFCFF !important;
}
.mb-bundle table#fm tr td.fm-cat, .mb-bundle table#fm tr td.fm-cat span{
  background:unset !important;
}
.mb-bundle table#fm.tbl-passport th p.desc{
  font-weight: 400;
font-size: 14px;
  color:#666;
}
.mb-bundle table#fm.tbl-passport td:nth-child(2) {
  background: unset;
}
.mb-bundle table#fm.tbl-passport th:nth-child(2) {
  background-color:#fafcff;
}
.mb-bundle table#fm.tbl-passport td:nth-child(3) {
    background-color: #EFF6FF73;
}
.mb-bundle table#fm.tbl-passport th:nth-child(3) {
    background-color: #E9F2FF;
}
.mb-bundle table#fm.tbl-passport th:nth-child(4) {
    background-color: #6096E9;
  color:#fff;
      border-radius: 12px 12px 0 0;
}
.mb-bundle table#fm.tbl-passport th:nth-child(4) .title{
  color:#fff;
}
.mb-bundle table#fm.tbl-passport th:nth-child(4) p.desc{
  color:#fff;
}

.starterpack .head{
  display:flex;
}
.starterpack .head > div{
  flex-grow: 1;
    flex-basis: 0;
      border-right: 1px solid #D8D8D8;
    padding-bottom: 40px;
  padding-left:16px;
  padding-right:16px;
}
.starterpack .head > div:last-child{
  border:0;
}
.starterpack .head h2, .starterpack .head p{
  text-align:center;
}
.starterpack .head h2{
  font-weight: 700;
font-size: 32px;
line-height: 46px;
  color:#333;
}
.starterpack .head p{
  font-weight: 400;
font-size: 18px;
line-height: 28px;
  color:#333;
}
.starterpack .compare .column-3{
  display:flex;
}
.starterpack .compare .column-3 > div{
  flex-grow: 1;
    flex-basis: 0;
  border-right: 1px solid #D8D8D8;
    padding: 0 16px;
}
.starterpack .compare .column-3 > div:last-child{
  border-right:0;
}
.starterpack .compare .item .logo{
  display:flex;
  align-items:center;
}
.starterpack .compare .item .logo{
  background: #A0E7C1;
border-radius: 12px;
  padding:10px 16px;
  margin-bottom:24px;
}
.starterpack .compare .item .logo img{
  height:32px;
  margin-right:8px;
}
.starterpack .compare .item .logo span{
  font-weight: 700;
font-size: 16px;
line-height: 24px;
  color:#333;
}
.starterpack .compare .item .feature{
  display:flex;
  align-items:center;
  background: #EBFDF4;
border: 1px solid #D4F8E6;
border-radius: 12px;
  padding: 10px 16px;
    margin-bottom:24px;
}
.starterpack .compare .item .feature img{
  height:32px;
  margin-right:8px;
}
.starterpack .compare .item .feature span{
  font-weight: 700;
font-size: 16px;
line-height: 24px;
  color:#333;
}
.starterpack .compare .admissions{
    background: #F9FFFB;
}
.starterpack .compare .admissions{
    background: #F9FFFB;
}
.starterpack .compare .school-to-home{
    background: #FAF9FF;
}
.starterpack .compare .school-to-home .item .logo{
  background: #b194df;
}
.starterpack .compare .school-to-home .item .column-2{
  background: #F5F5FF;
  border: 1px solid #E5E5F9;
  border-radius: 12px;
  padding: 10px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.starterpack .compare .school-to-home .item .feature{
  border: 0;
  background: none;
  padding: 0;
  width:48%;
  margin-bottom:15px;
}
.starterpack .compare .school-to-home .item .feature span{
  font-weight: 400;
font-size: 13px;
line-height: 20px;
  color:#333;
}
.key-benefit .column-2{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.key-benefit .column-2 .item{
 width:155px;
  text-align:center;
  background: #FFFFFF;
box-shadow: 0px 0px 1px rgba(51, 109, 205, 0.1), 0px 2px 4px rgba(51, 109, 205, 0.1);
border-radius: 12px;
  padding: 24px 16px;
}
.key-benefit .column-2 .item img{
  height:64px;
  margin-bottom:10px;
}
.key-benefit .column-2 .item span{
  display:block;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
  color:#333;
}

.ctas-tabs-list {
  width: fit-content;
  margin-left: auto!important;
  margin-right: auto!important;
  border: 2px solid #336DCD;
  border-radius: 12px;
  column-gap: 0;
}

ul.ctas-tabs-pills,
ul.ctas-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  justify-content: center;
}

.ctas-tabs-list .tab-item {
  color: #336DCD;
  border: unset;
}

.ctas-tabs-list .tab-item:hover {
  color: #336DCD;
}

.ctas-tabs-pills .tab-item:hover,
.ctas-tabs-pills .active > .tab-item,
.ctas-tabs-pills .tab-item.active {
  color: #336DCD;
  border-color: #336DCD;
}

.ctas-tabs-list .active > .tab-item,
.ctas-tabs-list .tab-item.active {
  color: white;
  background: #336DCD;
}

.ctas-tabs-list .active > .tab-item:hover,
.ctas-tabs-list .tab-item:hover {
  color: white;
  background: #336DCD;
}

.dv-blurb .img.img-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

.blurb-group-center {
  justify-content: center;
}

.faria-addons .ons {
  width: 100%;
}

#fm.tbl-passport .logos {
  display: flex;
  align-items: center;
  margin: 16px 0;
  white-space: nowrap;
  flex-wrap: wrap;
  row-gap: 12px;
}

#fm.tbl-passport tr td.fm-cat .logos > img {
  height: 32px;
  width: auto;
}

#fm.tbl-passport .logos > .more {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
}

.fm-cat.no-title .hdesc {
  padding-left: 48px;
}

#fm .fm-cat.no-title + .tbl-child tr:first-child td {
  padding-top: 0;
}

ul.ctas-tabs-pills, ul.ctas-tabs-list {
  justify-content: center;
}

.faria-addons .owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
}

.faria-addons .owl-nav button.owl-prev{
  position: absolute;
  left: -3em;
}

.faria-addons .owl-nav button.owl-next{
  position: absolute;
  right: -3em;
}

.faria-addons .owlcarousel .owl-stage-outer {
  overflow: visible!important;
}
table#fm.tbl-promax .fm-desc i.dv-icon, table#fm.tbl-ws .fm-desc span.dv-icon {
  display: flex;
  justify-content: center;
}
table#fm.tbl-passport i.dv-icon.dv-close:after, table#fm.tbl-passport  span.dv-icon.dv-close:after {
  font-size: 1.2em;
}

/* @media screen and (min-width: 601px) {
  .faria-addons .owlcarousel .owl-nav button.owl-prev{
    left: -4em;
  }
  .faria-addons .owlcarousel .owl-nav button.owl-next{
    right: -4em;
  }
} */

@media only screen and (min-width: 1150px) {
  .faria-addons .owlcarousel .owl-nav{
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .yourhome-curr.rc-type-testimonials{
    width:900px;
  }
}

@media screen and (max-width: 1120px) {
  .mb-bundle .dv-tbl-responsive {
      overflow: auto;
      max-width: 100%;
  }
}

@media screen and (max-width: 874px) {
  .dv-nav-scroll-container {
    display:flex;
    justify-content: flex-end;
    margin-right: 10px;
    position: relative;
    z-index: 0
  }

  .dv-shadow-track .dv-tbl-responsive {
      position: relative
  }

  .dv-shadow-track .dv-tbl-responsive::after {
      content: "";
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 0;
      height: 100%;
      width: 54px;
      background: linear-gradient(90deg,#fff0 70%,rgb(51 109 205 / 6%))
  }

  .dv-shadow-track .dv-tbl-responsive::before {
      content: "";
      z-index: 1;
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      height: 100%;
      width: 54px;
      background: linear-gradient(90deg,rgb(51 109 205 / 6%),#fff0 30%)
  }

  .dv-shadow-track .et_pb_code_inner.dv-end .dv-tbl-responsive::after {
      display: none
  }

  .dv-shadow-track .et_pb_code_inner.dv-start .dv-tbl-responsive::before {
      display: none
  }
}

@media (max-width: 767px) {
  .ctas-tabs {
    flex-direction: column;
    align-items: center;
  }
  .ufe .aio-feature {
    width: 100%;
  }
  .aio-feature {
    width: 100%;
  }
  .aio-feature.mobile ul li {
    width: 100%;
  }
  .faria-addons .owl-nav button.owl-prev {
    left: -2.4em;
  }
  .faria-addons .owl-nav button.owl-next{
    right: -2.4em;
  }
}

@media (max-width: 480px) {
  .faria-addons .owl-nav button.owl-prev,
  #main-content .report-card-type .owl-nav button.owl-prev {
    left: -10px;
  }
  .faria-addons .owl-nav button.owl-next,
  #main-content .report-card-type .owl-nav button.owl-next {
    right: -10px;
  }
}

/* Pro Max - End */

.fade {
  transition: opacity .15s linear;
}

.fade:not(.in) {
  opacity: 0;
}

body.et-fb-root-ancestor .fade:not(.in) {
  opacity: 1;
}

.tab-content>.tab-pane {
  display: none;
}
i.dv-icon.dv-check:after,span.dv-icon.dv-check:after {
    content: "\4e"
}
table#fm.tbl-passport i.dv-icon.dv-close:after, table#fm.tbl-passport span.dv-icon.dv-close:after {
    font-size: 1.2em;
}
i.dv-icon.dv-close:after, span.dv-icon.dv-close:after {
    content: "\4d";
}
#fm.tbl-passport .thebtn .dv-icon:after {
    font-weight: 500;
}
i.dv-icon.dv-icon_plus_alt:after {
    content: "\e050";
}
#fm.tbl-passport .thebtn .dv-icon:after {
    font-weight: 500;
}
i.dv-icon.dv-icon_minus_alt:after {
    content: "\e04f";
}

i.dv-icon.dv-2x, span.dv-icon.dv-2x {
    font-size: 1.5em;
}
i.dv-icon.dv-green, span.dv-icon.dv-green {
    color: #0ebe9e;
}
#fm.tbl-passport .thebtn .dv-acc-btn>.dv-icon.dv-icon_minus_alt, #fm.tbl-passport tr.acc-table-parentx td:first-child .dv-acc-btn .dv-icon.dv-icon_minus_alt {
    color: #D8D8D8;
}
i.dv-icon.dv-red, span.dv-icon.dv-red {
    color: red;
}
i.dv-icon.dv-3x, span.dv-icon.dv-3x {
    font-size: 2em;
    line-height: 1.4em;
}
#fm.tbl-passport .fm-cat div.thebtn .dv-acc-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.dv-acc-btn {
    background: unset;
    border: unset;
}
.dv-acc-btn, #fm.tbl-passport .commonButton {
    cursor: pointer;
    margin: 0;
}
button, input, select, textarea {
    font-family: inherit;
}
.dv-nav-scroll-container {
    position: absolute;
    display: none;
    top: -12px;
    right: 0;
    gap: 8px;
    z-index: 99;
}
.dv-nav-scroll-container>.dv-nav-btn:disabled {
    cursor: initial;
    opacity: .3;
}
.dv-nav-scroll-container>.dv-nav-btn:disabled {
    cursor: initial;
    opacity: .3;
}
.dv-nav-scroll-container>.dv-nav-btn {
    font-size: 2em;
    font-weight: 700;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #333;
    width: 24px;
    height: 24px;
    max-width: 24px;
    border: unset;
    background: unset;
    cursor: pointer;
}
span.dv-icon, i.dv-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-family: "ETmodules" !important;
}
.dv-nav-scroll-container>.dv-nav-btn {
    font-size: 2em;
    font-weight: 700;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #333;
    width: 24px;
    height: 24px;
    max-width: 24px;
    border: unset;
    background: unset;
    cursor: pointer;
}
span.dv-icon, i.dv-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-family: "ETmodules" !important;
}
table#fm {
    border: none;
    background: #fff;
}
.entry-content table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
#fm.tbl-passport.tbl-ws tr td:nth-last-child(3), #fm.tbl-passport.tbl-ws tr th:nth-last-child(3), #main-content #fm.tbl-passport tr td:nth-last-child(2), #main-content #fm.tbl-passport tr th:nth-last-child(2), #fm.tbl-passport>tbody>tr>td:last-child, #fm.tbl-passport>thead>tr>th:last-child {
    width: 15%;
    min-width: 150px;
}
.mb-bundle table#fm.tbl-passport th:nth-child(2) {
    background-color: #FBF2DB;
}
#fm.tbl-passport tr:first-child th:nth-child(2) {
    border-radius: 12px 12px 0 0;
    background: #FBF2DB;
}
#fm.tbl-passport tr:first-child th:nth-child(3) {
    border-radius: 12px 12px 0 0;
    background: #FFE9E9;
}
table#fm.tbl-passport tr:last-child th {
    border-bottom: 1px solid #D7282F !important;
}
/* .mb-bundle table#fm.tbl-passport th:nth-child(3) {
    background-color: #E9F2FF;
} */
/* #fm.tbl-passport tr:first-child th:nth-child(3) {
    border-radius: 12px 12px 0 0;
    background: #FAFCFF;
} */
#fm.tbl-passport.tbl-ws tr td:nth-last-child(3), #fm.tbl-passport.tbl-ws tr th:nth-last-child(3), #main-content #fm.tbl-passport tr td:nth-last-child(2), #main-content #fm.tbl-passport tr th:nth-last-child(2), #fm.tbl-passport>tbody>tr>td:last-child, #fm.tbl-passport>thead>tr>th:last-child {
    width: 15%;
    min-width: 156px;
}
.mb-bundle table#fm th.i-ibdpc, .mb-bundle table#fm th.i-ibdps {
    width: 10%;
}
table#fm.tbl-passport td:nth-child(3), table#fm.tbl-passport th:nth-child(3), #fm.tbl-passport tr:nth-child(even) td.fm-cat {
    background: #FFF;
}
#fm.tbl-passport tr:first-child th {
    font-size: 1em;
    font-weight: 400;
    color: #666;
}
#fm.tbl-passport tr:first-child th {
    border-bottom: unset !important;
}
#fm.tbl-passport tr td:nth-child(2), #fm.tbl-passport tr th:nth-child(2), #fm.tbl-passport tr td:nth-child(3), #fm.tbl-passport tr th:nth-child(3) {
    width: 22%;
    min-width: 160px;
}
table#fm td:nth-child(3), table#fm th:nth-child(3) {
    background-color: #EFF6FF;
}
#fm tr th {
    border-bottom: 2px solid #A6BEDC !important;
    text-align: center;
    padding-top: 17px;
}

.tbl-header-fixed>thead>tr,.tbl-header-fixed>thead,.tbl-header-fixed {
  position: relative
}

.tbl-header-fixed>thead>tr {
  z-index: 99
}
.d-none {
	display: none;
}
/* end table compare style */
/* start notif bar style */
#notif-bar a {
	text-decoration: none;
}
#notif-bar a .item {
	text-align: center;
    background-color: #F5A800;
    padding: 13px;
    transition: .5s;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#breadcrumb-nav-page {
    width: 100% !important;
}
#breadcrumb-nav-page {
    z-index: 10;
    display: block !important;
}


/* end notif bar style */
