/*Starting Common CSS Coading*/
/*************************
 Basic margin padding
*************************/ 
.m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }

/*************************
     Margin top
*************************/ 
.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-130 { margin-top: 130px !important; }
.mt-140 { margin-top: 140px !important; }
.mt-150 { margin-top: 150px !important;}

/*************************
   Margin right
*************************/ 
.mr-0 { margin-right: 0!important }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-110 { margin-right: 110px !important; }
.mr-120 { margin-right: 120px !important; }
.mr-130 { margin-right: 130px !important; }
.mr-140 { margin-right: 140px !important; }
.mr-150 { margin-right: 150px !important; } 

/*************************
   Margin bottom
*************************/
.mb-0 { margin-bottom: 0!important }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }

/*************************
    Margin left
*************************/
.ml-0 { margin-left: 0!important }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-100 { margin-left: 100px !important; }
.ml-110 { margin-left: 110px !important; }
.ml-120 { margin-left: 120px !important; }
.ml-130 { margin-left: 130px !important; }
.ml-140 { margin-left: 140px !important; }
.ml-150 { margin-left: 150px !important; } 

/*************************
   Padding top
*************************/
.pt-0 { padding-top: 0!important }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-110 { padding-top: 110px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-130 { padding-top: 130px !important; }
.pt-140 { padding-top: 140px !important; }
.pt-150 { padding-top: 150px !important; } 

/*************************
   Padding right
*************************/
.pr-0 { padding-right: 0!important }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-100 { padding-right: 100px !important; }
.pr-110 { padding-right: 110px !important; }
.pr-120 { padding-right: 120px !important; }
.pr-130 { padding-right: 130px !important; }
.pr-140 { padding-right: 140px !important; } 

/*************************
   Padding bottom
*************************/
.pb-0 { padding-bottom: 0!important }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-130 { padding-bottom: 130px !important; }
.pb-140 { padding-bottom: 140px !important; }
.pb-150 { padding-bottom: 150px !important; } 

/*************************
   Padding left
*************************/
.pl-0 { padding-left: 0!important }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-100 { padding-left: 100px !important; }
.pl-110 { padding-left: 110px !important; }
.pl-120 { padding-left: 120px !important; }
.pl-130 { padding-left: 130px !important; }
.pl-140 { padding-left: 140px !important; }
.pl-150 { padding-left: 150px !important; }  


body {
    background:#fff;
    font-size:16px;
    margin:0;
    color:#000;
    font-family: 'Lato-Regular';
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../../fonts/frontend/lato-bold.eot') format('embedded-opentype'),  
        url('../../fonts/frontend/lato-bold.woff') format('woff'), 
        url('../../fonts/frontend/lato-bold.ttf')  format('truetype'), 
        url('../../fonts/frontend/lato-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoSemibold';
    src: url('../../fonts/frontend/lato-semibold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/frontend/lato-semibold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/frontend/lato-semibold.woff') format('woff2'), /* Modern Browsers */
        url('../../fonts/frontend/lato-semibold.woff') format('woff'), /* Modern Browsers */
        url('../../fonts/frontend/lato-semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('../../fonts/frontend/lato-regular.eot') format('embedded-opentype'),  
        url('../../fonts/frontend/lato-regular.woff') format('woff'), 
        url('../../fonts/frontend/lato-regular.ttf')  format('truetype'), 
        url('../../fonts/frontend/lato-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../../fonts/frontend/lato-light.eot') format('embedded-opentype'),  
        url('../../fonts/frontend/lato-light.woff') format('woff'), 
        url('../../fonts/frontend/lato-light.ttf')  format('truetype'), 
        url('../../fonts/frontend/lato-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../../fonts/frontend/ubuntu-regular.eot') format('embedded-opentype'),  
        url('../../fonts/frontend/ubuntu-regular.woff') format('woff'), 
        url('../../fonts/frontend/ubuntu-regular.ttf')  format('truetype'), 
        url('../../fonts/frontend/ubuntu-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../../fonts/frontend/ubuntu-bold.eot') format('embedded-opentype'),  
        url('../../fonts/frontend/ubuntu-bold.woff') format('woff'), 
        url('../../fonts/frontend/ubuntu-bold.ttf')  format('truetype'), 
        url('../../fonts/frontend/ubuntu-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

button{
    -webkit-transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    text-transform: uppercase;
}
.btn{
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
    font-size: 13px;
    color: #fff;
    padding: 8px 16px;
    box-shadow: 1px 4px 11px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 1px 4px 11px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 4px 11px 0 rgba(0, 0, 0, 0.14);

}
form, table, h1, h2, h3, h4, h5, h6, ul, li, div, dl {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6{
    color: #000;
}

a {
    text-decoration:none;
    outline:none;
    color:#634d88;
    -webkit-transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
}
a:hover, a:focus{
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#2a2630;
    -webkit-transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
}
hr{
    color: #dedce3;
}
img {
    border:0;
    vertical-align:middle;
}
/* CSS Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clsmain_header .navbar-default{
    background: #634d88;
    border: 0 none;
    border-radius: 0px;
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
    margin-bottom: 0px;
}
.clsmain_header .navbar-default .container{
    position: relative;
}
.clsmain_header .navbar-default .navbar-nav > li > a{
    color: #fff;
}
.clsmain_header .navbar-default .navbar-nav > li.dropdown.open > a{
    background: none;
    color: #bfb8cc;
}
.clsmain_header .navbar-default .navbar-nav > li.dropdown a span.caret{
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.clsmain_header .navbar-default .navbar-nav > li.dropdown > a:hover, .clsmain_header .navbar-default .navbar-nav > li.dropdown > a:focus{
    color: #bfb8cc;
    text-decoration: none;
}
.clsmain_header .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu{
    border-radius: 3px;
    border: 0 none;
    margin-top: 20px;
    font-size: 17px;
    right: 15px;
}
.clsmain_header .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu li a:hover{
    background: none;
    color: #a575af;
}
.clsmain_header .navbar-default .navbar-nav > li > a:hover, .clsmain_header .navbar-default .navbar-nav > li > a:focus,.clsmain_header .navbar-default .navbar-nav > li > a:active{
    text-decoration: underline;
}
.clsmain_header .navbar-default .navbar-nav > li.clsactive > a{
    text-decoration: underline;
}
.clsmain_header .navbar-default .navbar-header .navbar-brand{
    height: auto;
}
.clsheadermail_links{
    position: absolute;
    right: 15px;
}
.clsheadermail_links ul{
    font-size: 0px;
}
.clsheadermail_links ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border-right: 1px solid #6c588f;

}
.clsheadermail_links ul li:last-child{
    border: 0 none;
}
.clsheadermail_links ul li .clsmail_link, .clsheadermail_links ul li .clsfb_link{
    background: #83649c;
    padding: 10.5px 25px;
    -webkit-padding-before: 10.2px;
    -webkit-padding-after: 10.2px;

}
.clsheadermail_links ul li .clsmail_link a{
    color: #fff;
}
.clsheadermail_links ul li .clsmail_link:hover, .clsheadermail_links ul li .clsfb_link:hover{
    background-color: #a575af;
}
.clsheadermail_links ul li .clsfb_link{
    padding: 10px 14px;
    -webkit-padding-before: 9.5px;
    -webkit-padding-after: 9.5px;
}
.clsheadermail_links ul li .clsfb_link a{
    color: #fff;
}
.clsheadermail_links ul li .clsfb_link a i.fa-facebook{
    font-size: 19px;
}
.clsheadermail_links ul li .clspurble_btn{
    padding: 10px 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    font-size: 13px;
}
.clsheadermail_links ul li .clsport_login{
    font-family: 'Ubuntu-Bold';
    font-size: 13px;
    line-height: 20px;
}

.clsbanner_section{
    background: url(../../img/frontend/banner_home.jpg) no-repeat center top;
    background-size: cover;
}
.loggedindex{
    background: url(../../img/frontend/logged_home_banner1.jpg) no-repeat center top;
    background-size: cover;
}

.clsbanner_section .jumbotron{
    text-align: center;
    background: none;
    color: #fff;
    max-width: 930px;
    margin: 0 auto;
    padding-bottom:  500px;
}
.clsbanner_section .jumbotron h1{
    font-size: 48px;
    margin-bottom: 22px;
}
.clsbanner_section .jumbotron p{
    font-size: 19px;
}
/*---owl carousal css --*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-drag .owl-item .item {
    max-width: 355px;
    margin: 0 auto;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://ebbp.org/css/frontend/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
/*---owl carousal css end --*/
/*---owl theme css --*/
.clstraining_module_section .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    top: 40%;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #a575af;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #6c588f;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; margin-bottom: 20px; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 3px;
    margin: 5px 7px;
    background: #dbc8df;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a575af; }
/*---owl theme css end --*/
.clstraining_module_section{
    position: relative;
    margin-top: -100px;
}
.module_slide{
font-size: 16px;
color: #6f6c75;
font-family: 'Ubuntu-Bold';
position: relative;
z-index: 1;
text-transform: uppercase;
}
.clstraining_module_section:after{
    background: #fff;
    box-shadow: 2px 12px 20px rgba(240, 238, 243, 1);
    -webkit-box-shadow: 2px 12px 20px rgba(240, 238, 243, 1);
    -moz-box-shadow: 2px 12px 20px rgba(240, 238, 243, 1);
    min-height: 535px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    max-width: 950px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
    border-radius: 5px;
}
.clstraining_module_section h3, .clsevents_section h3, .clspartners_section h3, .clscontact_blk h3, .clstraining_top_section h3, .clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in h3, .module_detail_popup h3{
    font-size: 16px;
    color: #6f6c75;
    font-family: 'Ubuntu-Bold';
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.clstraining_module_section .owl-stage{
    margin: 40px 0 20px;

}
.clstraining_module_section .clsthumbnail_box, .clstraining_top_section .clstraining_box{
    background: url(../../img/frontend/box_bg.png) no-repeat #fff;
    max-width: 355px;
    margin: 0 auto;
    background-position: center bottom;
    border-radius: 5px;
    min-height: 300px;
    padding: 50px 27px 42px;
    position: relative;
    box-shadow: 0 0px 21px #c5bdd0;
    -webkit-box-shadow: 0 0px 21px #c5bdd0;
    -moz-box-shadow: 0 0px 21px #c5bdd0;
}
.clstraining_module_section .clsthumbnail_box h4, .clstraining_module_section .clsthumbnail_box h3, .clstraining_top_section .clstraining_box h4, .module_detail_popup h4{
    font-size: 20px;
    color: #634d88;
    font-family: 'Lato-Bold';
    margin-bottom: 10px;
}
.clstraining_module_section .clsthumbnail_box h3{
text-transform:none !important;
color: #634d88;}
.clsbutton_div{
    /*padding-top: 65px;*/
    position: absolute;
    width: 100%;
    bottom: 34px;
    left: 0;
}
.clsbutton_div a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Ubuntu-Bold';
}
.clsblue_btn{
    background: #356fb6;
    border-color: #356fb6;
}
.clsblue_btn:hover{
    background-color: #337ab7;
    border-color: #2e6da4;
}
.clsbutton_div a:last-child{
    padding: 0 0 0 20px;
}
.clstraining_module_section .owl-carousel .owl-nav .owl-prev, .clstraining_module_section .owl-carousel .owl-nav .owl-next{
    position: absolute;
    font-size: 26px;
}
.clstraining_module_section .owl-carousel .owl-nav .owl-prev{
    left: -50px;    
}
.clstraining_module_section .owl-carousel .owl-nav .owl-next{
    right: -50px;
}
.clsview_all_btn_div{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.clspurble_btn{
    background: #634d88;
    border-color: #634d88;
    font-size: 14px;
}
.clspurble_btn:hover, .clspurble_btn:focus, .clspurble_btn:active:focus{
    background: #7b4f84;
    border-color: #7b4f84;
}
.clsview_all_btn_div .clspurble_btn{
    min-width: 142px;
}
.clsevents_section{
    margin: 80px 0;
}
.clsevents_section h3{
    padding-bottom: 35px;
/*    color: #a575af !important;
    font-family: 'Lato-Bold' !important;*/
}
.clsevents_section_in{

}
.clsevent_whole{
    display: table;
    width: 100%;
    box-shadow: 2px 12px 20px rgba(240, 238, 243, 0.5);
    -webkit-box-shadow: 2px 12px 20px rgba(240, 238, 243, 0.5);
    -moz-box-shadow: 2px 12px 20px rgba(240, 238, 243, 0.5);

}
.clsannounce_blk{
    background: url(../../img/frontend/book_bg.jpg) no-repeat left top;
    background-size: cover;
    padding: 65px 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.clsannounce_blk h2{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.clsannounce_blk p{
    line-height: 22px;
}
.clsannounce_blk .clsblue_btn{
    margin-top: 20px;
}
.clsevents_content_blk{
    background: #fff;
    padding: 25px;
    border-radius: 0 5px 5px 0;
}
.clsevents_content_blk ul{

}
.clsevents_content_blk ul li{
    border-bottom: 1px solid #dedce3;
    padding: 21px 0;
}
.clsevents_content_blk ul li:first-child{
    padding-top: 0px;
}
.clsevents_content_blk ul li:last-child{
    border-bottom: 0 none;
    padding-bottom: 0px;
}

.clsevents_content_blk h4{
    font-size: 18px;
    color: #a575af;
    font-family: 'Lato-Bold';
}
.clsevents_content_blk h3{
    font-size: 18px;
    color: #a575af;
    font-family: 'Lato-Bold';
    text-transform: none;
    padding-bottom: 0px !important;
}
.clsevent_mail_blk{

}
.clsevent_mail_blk ul li{
    padding-bottom: 23px;
}
.clsevent_mail_blk ul li:last-child{
    padding: 0px;
}
.clsevent_mail_blk ul li .clsevent_mail_box, .clscompetencies_mailbox{
    font-family: 'Ubuntu-Regular';
    background: #356fb6;
    color: #fff;
    padding: 40px 55px;
    border-radius: 5px;
}
.clsevent_mail_blk ul li .clsevent_mail_box p, .clscompetencies_mailbox p{
    font-size: 16px;
    padding-top:12px
}
.clsevent_mail_blk ul li .clsevent_mail_box h4, .clscompetencies_mailbox h4{
    font-family: 'Ubuntu-Bold';
    font-size: 17px;
    padding-top: 12px;
}
.clscompetencies_mailbox p{
    font-family: 'Ubuntu-Bold';
    font-size: 17px;
    padding-top: 12px;
    letter-spacing: 1px;
}
.clsevent_mail_blk ul li .clsevent_mail_box h4 a, .clscompetencies_mailbox h4 a{
    color: #fff;
}
.clscompetencies_mailbox p a{
    color: #fff;
}
.clsevent_mail_blk ul li .clsevent_mail_box h4 a:hover, .clscompetencies_mailbox h4 a:hover{
    color: #3a577a;
}
.clscompetencies_mailbox p a:hover{
    color: #3a577a;
}
.clsdark_blue_btn{
    background: #153a68;
    border-color: #153a68;
}
.clsdark_blue_btn:hover{
    background: #263d59;
    border-color: #263d59;
}
.clsevent_mail_blk ul li .clsevent_mail_box .clsdark_blue_btn{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: 15px;
}
.clspartners_section{
    background: #fff;
    padding: 65px 0 40px;
}
.clspartners_section .owl-carousel{
    margin-top: 70px;
}
.clspartners_section .owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}
.clspartners_section .owl-carousel.owl-drag .owl-item{
    border-left: 1px solid #dedce3;
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
}
.clspartners_section .owl-carousel.owl-drag .owl-item:first-child{
    border: 0 none;
}
.clspartners_section .owl-carousel.owl-drag .owl-item .clsthumbnail_box{
    display: inline-block;
}
.clspartners_section .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 70px;
}
.clsfooter{
    background: #37353a;
    padding: 40px 0 15px;
}
.clsfooter .clsfooter_menus h4{
    color: #ffffff;
    padding-bottom: 30px;
}
.clsfooter .clsfooter_menus ul{
    font-size: 15px;
}
.clsfooter .clsfooter_menus ul~ul{
    margin-top: 26px;
}
.clsfooter .clsfooter_menus ul li{
    padding-bottom: 3px;
}
.clsfooter .clsfooter_menus ul li a{
    color: #fff;
}
.clsfooter .clsfooter_menus ul li a:hover{
    color: #a575af;
}
.clsfooter .clsfooter_menus ul li a:active{
    color: #a575af;
}
.clsfooter_bottom_blk{
    font-size: 14px;
    color: #aeaeaf;
    border-top: 1px solid #4b4b4b;
    padding-top: 15px;
    margin-top: 15px;
}
.clsfooter_bottom_blk ul{
    text-align: center;
}
.clsfooter_bottom_blk ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
}
.clsmain_content_section{
    padding: 40px 0 60px;
    position: relative;
}


.objective_wrap{
    background: url(../../img/frontend/about/objectives1.jpg) no-repeat right top !important;
}
.background_wrap{
    background: url(../../img/frontend/about/background1.jpg) no-repeat right top !important;
}
.advisory_wrap{
    background: url(../../img/frontend/about/advisoryboard.jpg) no-repeat right top !important;
}
.practitioner_wrap{
     background: url(../../img/frontend/about/practitioner-advisory-council.jpg) no-repeat right top !important;
}
.council_wrap{
    background: url(../../img/frontend/about/councils.jpg) no-repeat right top !important;
}
.affiliated_wrap{
    background: url(../../img/frontend/about/affiliatedorganizations.jpg) no-repeat right top !important;
}
.expert_wrap{
    background: url(../../img/frontend/about/expertconsultants.jpg) no-repeat right top !important;
}

.clsabout_us_blk{

}
.clssidebar{

}
.clssidebar ul, .clsmodule_sidebar ul{
    background: #fff;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    border-radius: 5px;
    position: relative;
}
.clssidebar ul li, .clsmodule_sidebar ul li{    
    border-bottom: 1px solid #dedce3;
    position: relative;
    margin-top: 0px;
}
.clssidebar ul li:hover, .clsmodule_sidebar ul li:hover{
    background: #f8f6fb;
}
.clssidebar ul li:last-child{
    border-bottom: 0 none;
}
.clssidebar ul li a{
    color: #2a2630;
    display: block;
    position: relative;
    padding: 18px 25px;
}
.clssidebar ul li.clsactive, .clssidebar .nav-pills > li.active{
    background: #f8f6fb;
}
.clssidebar .nav-pills > li.active > a, .clssidebar .nav-pills > li.active > a:hover,.clssidebar .nav-pills > li.active > a:focus, .clssidebar .nav-pills > li > a:hover{  
    background: transparent;  color: #2a2630;
}
.clssidebar ul li.clsactive:after, .clssidebar .nav-pills > li.active:after, .clsmodule_sidebar ul li.clsactive:after{
    background: url(../../img/frontend/active_arrow-2x.png) no-repeat right center;
    width: 11px;
    height: 100%;
    position: absolute;
    right: 20px;
    content: "";
    top: 0;
}
.clsabout_top_banner h2, .clsebbp_section .clsabout_us_content_blk h2, .clslogged_home_content h2, .clsmodule_content h2{
    font-family: 'Lato-Light';
    font-size: 38px;
    color: #2a2630;
    padding-top: 66px;
}
.clsabout_us_content{
    padding-top: 30px;
}
.clsabout_us_content p{
    margin-bottom: 20px;
}
.clsabout_us_content ul{
    padding: 0 0 0 20px;
}
.clsabout_us_content ul li, .clsfaq_blk .panel-group .panel-default ul li{
    background: url(../../img/frontend/bullet.png) no-repeat 0 10px;
    padding: 0 0 0 15px;
}
.clsreference h4, .clsdiagram h4, .clsoutline_section .clsoutline_content .clsabout_us_content h4{
    font-family: 'Lato-Bold';
    color: #6f6c75;
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.clsdiagram h3{
      font-family: 'Lato-Bold';
    color: #6f6c75;
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
}
.clsreference h4 img{
    vertical-align: top;
    padding: 0 0 0 10px;
}
.clsabout_us_content_blk p a, .clscompetencies_content p a, .clscontact_blk p a, .clsoutline_section .clsoutline_content .clsabout_us_content p span a, .clsresource_section .clsabout_us_content_blk .clsresource_content ul li a, .clslogged_mymodules_blk .clsmodule_content p a{
    color: #2a2630;
    text-decoration: underline;
}
.clsabout_us_content_blk p a:hover, .clscompetencies_content p a:hover, .clscontact_blk p a:hover, .clsforgot_form .clsforgot_txt a:hover, .clsoutline_section .clsoutline_content .clsabout_us_content p span a:hover, .fg .clsabout_us_content_blk .clsresource_content ul li a:hover, .clslogged_mymodules_blk .clsmodule_content p a:hover{
    color: #a575af;
    text-decoration: none;
}
/*--- Competencies css --*/
.clscompetencies_section h2{
    color: #2a2630;
    font-size: 38px;
    font-family: 'Lato-Light';
    padding-bottom: 45px;
    position:relative;
}
.clscompetencies_content{
    display: inline-block;
    width: 66%;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
}
.clscompetencies_mailbox{
    width: 31%;
    margin: 150px 0 0 2.5%;
    display: inline-block;
    vertical-align: top;
}
/*.clsannouncement_mailbox{
width: 0px !important;
}*/
.clscompetencies_content p.clssmall{
    font-size: 15px;
}
/*--- Contact css --*/
.clscontact_section{
    background: url(../../img/frontend/wave_bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 75px;
}
.clscontact_blk, .clslogged_acc_box{
    background: #fff;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px 40px;
}
.clscontact_blk h3{
    padding-bottom: 40px;
}
.clscontact_blk_in{
    max-width: 650px;
    margin: 0 auto;
}
.clscontact_blk form{
    padding-top: 30px;
}
.form-control{
    background: #f8f6fb;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    font-size: 17px;
    height: 46px;
}
.clscontact_blk form .form-group label, .clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in .form-group label{
    font-weight: normal;
}
.clscontact_blk form .form-group .form-control::-moz-placeholder, .clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in .form-group .form-control::-moz-placeholder, .clsforgot_form form .form-group .form-control::-moz-placeholder{
    color: #2a2630;
    font-size: 17px;
    opacity: 1;
    font-family: 'Lato-Regular';
}
.clscontact_blk form .form-group .form-control:-ms-input-placeholder, .clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in .form-group .form-control:-ms-input-placeholder, .clsforgot_form form .form-group .form-control:-ms-input-placeholder {
    color: #2a2630;
    font-size: 17px;
    font-family: 'Lato-Regular';
}
.clscontact_blk form .form-group .form-control::-webkit-input-placeholder, .clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in .form-group .form-control::-webkit-input-placeholder, .clsforgot_form form .form-group .form-control::-webkit-input-placeholder{
    color: #2a2630;
    font-size: 17px;
    font-family: 'Lato-Regular';
}
.clscontact_blk form .clsblue_btn{
    min-width: 143px;
}
/*--- Module create account css --*/
.clsmodule_create_acc h3{
    padding-bottom: 25px;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select.btn-group .btn .caret{
    color:#2a2630;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    border-bottom:0 none;
}
.clsmodule_create_acc .clslist_sort  .bootstrap-select.btn-group .btn .filter-option{
    color: #2a2630;
}
.clsmodule_create_acc .clslist_sort .btn-default{
    background: #f8f6fb;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    font-family: 'Lato-Regular';
    text-transform: none;
    font-size: 17px;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select{
    width: 100% !important;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select ul.dropdown-menu{
    font-size: 17px;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select.btn-group .dropdown-menu li:last-child{
    border-bottom: 0 none;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 8px 20px;
}
.clsmodule_create_acc .clslist_sort .bootstrap-select.btn-group div.dropdown-menu{
    margin-bottom: 0px;
}
.clsalready_login_div{
    text-align: center;
    border-top: 1px solid #dedce3;
    padding-top: 20px;
    max-width: 670px;
    margin: 60px auto 0;
}
.clsalready_login_div p a{
    font-family: 'Ubuntu-Bold';
    font-size: 14px;
    color: #a575af;
    text-decoration: none;
}
.clsalready_login_div p a:hover{
    color: #2a2630;
}
.clsforgot_text a{
}
.clsforgot_text a:last-child{
    color: #6f9ed7;
    text-decoration: underline;
    font-family: 'Lato-Bold';
    margin-top: 15px;
    display: block;;
}
.clsforgot_text a:last-child:hover{
    color: #a575af;
    text-decoration: none;
}
/*--- EBBP-definition --*/
.clsebbp_section .clsabout_us_content_blk h2{
    padding-bottom: 35px;
    padding-top: 0;
}
.clsebbp_section .clsabout_us_content_blk .clsabout_us_content{
    padding-top: 0;
}
.clsdiagram{
    background: #fff;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    padding: 25px;
    text-align: center;
    margin-bottom: 35px;
}
.clsdiagram p{
    font-size: 15px;
    color: #3a3543;
}
.clsdiagram figure{
    display: inline-block;
    margin-bottom: 10px;
}
.clsebbp_section .clsabout_us_content_blk ul li{
    padding-bottom: 20px;
}
.clsebbp_section .clsabout_us_content_blk ul li span, .clsoutline_section .clsoutline_content .clsabout_us_content .clsevidence_pnts li span, .clsoutline_section .clsoutline_content .clsabout_us_content p span {
    font-family: 'Lato-Bold';
}
.clsexperts_blk{

}
.clsexperts_blk .media{
    background: #fff;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    padding: 19px 13px;
    margin-bottom: 25px;
}
.clsexperts_blk .media .media-left{
    padding-right: 15px;
}
.clsexperts_blk .media .media-body h4{
    font-family: 'Lato-Bold';
    color: #2a2630;
}
.clsexperts_blk .media .media-body p{
    font-size: 16px;
}
/*--- EBBP-FAQ --*/
.clsfaq_blk .panel-group{
    border-top: 1px solid #dddddd;
}
.clsfaq_blk .panel-group .panel-default{
    border-bottom: 1px solid #dddddd;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
}
.clsfaq_blk .panel-group .panel-default > .panel-heading{
    background: none;
    padding: 18px 15px;
    /*    border: 0 none;*/
}
.clsfaq_blk .panel-group .panel-default > .panel-heading .panel-title{
    font-size: 17px;
}
.clsfaq_blk .panel-group .panel-default > .panel-heading .panel-title a{
    display: block;
}
.clsfaq_blk .panel-group .panel-default > .panel-heading .panel-title a span.glyphicon{
    float: right;
    color: #a575af;
}
.clsfaq_blk .panel-group .panel-default .panel-body{
    border: 0 none;
}
.clsfaq_blk .panel-group .panel-default ul{
    padding-left: 20px;
    margin-bottom: 10px;
}
.clsfaq_blk .panel-group .panel-default ul li a{
    color: #2a2630;
    text-decoration: underline;
}
.clsfaq_blk .panel-group .panel-default ul li a:hover{
    color: #a575af;
    text-decoration: none;
}

.clstraining_top_section{
    padding: 45px 0 50px;
}
.clstraining_top_section h3{
    padding-bottom: 20px;
}
.clstraining_login_blk_top{
    max-width: 440px;
    margin: 0 auto;
}
.clstraining_login_blk_top .clspurble_btn{
    min-width: 142px;
    margin-top: 5px;
}
.clstraining_content_blk{
    margin-top: 40px;
    margin-bottom: 25px;
}
.clstraining_top_section .clstraining_box{
    margin-bottom: 30px;
    padding: 50px 27px 95px;
}
.clstraining_top_section .clstraining_box .clsbutton_div{
    left: auto;
}
.clstraining_top_section .clstraining_box p{
    line-height: 22px;
}
.clstraining_top_section .clstraining_box ul{
    font-size: 16px;
    margin-top: 10px;
}
.clstraining_top_section .clstraining_box ul li{
    color: #6f6c75;
    margin-bottom: 15px;
}
.clstraining_top_section .clstraining_box ul li a{
    color: #6f6c75;
    text-decoration: underline;
}
.clstraining_top_section .clstraining_box ul li a:hover{
    color: #a575af;
    text-decoration: none;
}
.clstraining_top_section .clspurble_btn{
    font-size: 14px;
}
.clsdownload_btn span, .clsdownload_pdf_btn span{
    margin-right: 10px;
}
.clstraining_note_text{
    font-size: 15px;
    color: #6f6c75;
    margin-top: 44px;
}
/*--- Loggedin css --*/
.clslogged_banner_section{
    background: url(../../img/frontend/logged_home_banner1.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 20%;
}
.clslogged_home_content{
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    max-width: 1000px;
    margin: 0 auto 75px;
    padding: 60px 35px 55px;

}
.clslogged_home_content h2{
    color: #55525b;
    padding-top: 0;
    margin-bottom: 35px;
}
.clslogged_home_content p{
    margin-bottom: 30px;
}
.clslogged_acc_section .clscontact_blk_in{
    max-width: 680px;
}
.clslogged_acc_section .clscontact_blk_in .clslogged_change_pswd{
    border-top: 1px solid #dedce3;
    margin-top: 35px;
}
.clslogged_acc_section .clscontact_blk_in .form-horizontal .clsblue_btn{
    min-width: 175px;
}
/*.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/
.clsforgot_form{
    padding: 65px 0 40px;
}
.clsforgot_form form{
    max-width: 450px;
    margin: 0 auto;
}
.clsforgot_form .clsforgot_txt{
    padding-top: 5px;
    font-family: 'Lato-Bold';
}
.clsforgot_form .clsforgot_txt a{
    color: #6f9ed7;
    text-decoration: underline;
}
.clsforgot_form .form-group .btn{
    min-width: 175px;
}
.clsgrey_btn{
    background: #b2aeb9;
    border-color: #b2aeb9;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
}
.clsbreadcrumb{
    font-size: 15px;
    margin-bottom: 20px;
}
.clsbreadcrumb li{
    display: inline-block;
}
.clsbreadcrumb li a{
    color: #6f9ed7;
    text-decoration: underline;
}
.clsbreadcrumb li a:hover{
    color: #2a2630;
    text-decoration: none;
}
.clsoutline_section .clsoutline_content{
    padding-bottom: 0px;

}
.clsoutline_section .clsoutline_content h2{
    padding-bottom: 20px;
    font-family: 'Lato-Light';
    color: #2a2630;
    font-size: 38px;
}
.clsoutline_section .clsoutline_content .clsabout_us_content{
    padding-top: 0;
}
.clsoutline_section .clsauthor_blk{
    background: #f0ecf6;
    border-radius: 5px;
    padding: 15px;
    margin: 25px 0 35px;
}
.clsoutline_section .clsauthor_blk ul{
    padding: 0;
}
.clsoutline_section .clsauthor_blk li{
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    background: none;
    padding: 0;
}
.clsoutline_section .clsauthor_blk li p{
    margin-bottom: 0px;
}
.clsauthor_blk h5{
    font-family: 'Lato-Bold';
    font-size: 17px;
    color: #2a2630;
}
.clsoutline_section .clsoutline_content h3, .clsresource_section .clsabout_us_content_blk h3, .clslogged_mymodules_blk .clsmodule_content h3{
    color: #a575af;
    font-family: 'Lato-Bold';
    font-size: 22px;
    margin-bottom: 20px;    
}
.clsoutline_section .clsoutline_content .clsabout_us_content .clsevidence_pnts li{
    padding-bottom: 20px;
}
.clsoutline_section .clsoutline_content .clsabout_us_content .clsdownload_pdf_btn{
    font-size: 14px;
}
.overview_wrap{
    background: url(../../img/frontend/resource/overviewevidence.jpg) no-repeat right top !important;
}
.anxiety_wrap{
    background: url(../../img/frontend/resource/resource_anxiety.jpg) no-repeat right top !important;
}

.askquestion_wrap{
    background: url(../../img/frontend/resource/resource_askingquestions.jpg) no-repeat right top !important;
}

.criticalappraisal_wrap{
    background: url(../../img/frontend/resource/resource_criticalappraisal.jpg) no-repeat right top !important;
}

.crosscuttingskills_wrap{
    background: url(../../img/frontend/resource/resource_crosscuttingskills.jpg) no-repeat right top !important;
}

.decisionmaking_wrap{
    background: url(../../img/frontend/resource/resource_decision-making.jpg) no-repeat right top !important;
}

.depression_wrap{
    background: url(../../img/frontend/resource/resource_depression.jpg) no-repeat right top !important;
}

.humor_wrap{
    background: url(../../img/frontend/resource/resource_humor.jpg) no-repeat right top !important;
}

.obesity_wrap{
    background: url(../../img/frontend/resource/resource_obesity1.jpg) no-repeat right top !important;
}

.evaluation_wrap{
    background: url(../../img/frontend/resource/resource_evaluation-and-dissemination.jpg) no-repeat right top !important;
}

.policy_wrap{
     background: url(../../img/frontend/resource/resource_policy.jpg) no-repeat right top !important;
}

.searchevidence_wrap{
    background: url(../../img/frontend/resource/resource_searching-for-evidence.jpg) no-repeat right top !important;
}

.teachingresource_wrap{
    background: url(../../img/frontend/resource/resource_teachingresourcelibrary.jpg) no-repeat right top !important;
}


.clsresource_section .clsabout_us_content_blk .clsresource_content{
    padding-top: 135px;
}
.clsresource_section .clsabout_us_content_blk .clsresource_content ul li{
    padding-bottom: 15px;
}
.clsresource_section .clsabout_us_content_blk .clsresource_content ul li span{
    padding: 0 5px;
}
/*.clsexpert_single_content_blk h4{
    font-size: 17px;
    color: #2a2630;
}*/
.clsexpert_single_content_blk .media{
    margin-bottom: 40px;
}
.clsexpert_single_content_blk .media .media-body p {
    margin-bottom: 0;
    line-height: 21px;
}
.clsexpert_single_content_blk h4, .clsexpert_single_content_blk .media .media-body h4{
    font-family: 'Lato-Bold';
    color: #2a2630;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 12px;
}
.clsexpert_single_content_blk .media .media-left{
    padding-right: 20px;
}
.clsvertical_tab{
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    margin-bottom: 35px;
}
.clsvertical_tab .tab-content{
    padding: 15px 0px 15px 15px ;
}
.clsvertical_tab .nav-pills > li a{
    background: #f8f6fb;
    color: #2a2630;
    padding-left: 35px;
    border-radius: 0px;
}
.clsvertical_tab .nav-pills > li a span.glyphicon{
    position: absolute;
    left: 13px;
    top: 15px;
    font-size: 11px;
    color: #6f9ed7;
}
.clsvertical_tab .nav-pills > li.active > a span.glyphicon{
    color: #fff;
}
.clsvertical_tab .nav-pills > li.active > a, .clsvertical_tab .nav-pills > li.active > a:hover, .clsvertical_tab .nav-pills > li.active > a:focus{
    background: #d4e2f3;
    border-radius: 0px;
    color: #2a2630;
}
.clsvertical_tab .nav-pills > li a h4{
    font-family: 'Lato-Bold';
    color: #2a2630;
    font-size: 17px;
    line-height: 24px;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SCROLLBAR BASE CSS END ***************/
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 8px;
    top: 0;
    width: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: transparent; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #000; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #333; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


.inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.scrollbar-inner {
    max-height: 305px;
    overflow: auto;
}
/*************** SIMPLE INNER SCROLLBAR END ***************/
.clsvertical_tab .clsvertical_tab_content{
    padding-right: 0px;
}
.clsvertical_tab .scrollbar-inner{
    border-radius: 0 5px 5px 0;
}
.clsadditional_links{
    margin: 30px 0;
}
.clsadditional_links li a{
    color: #2a2630;
    text-decoration: underline;
}
.clsadditional_links li a:hover{
    color: #a575af;
    text-decoration: none;
}
.clspresentation_blk{
    background: #fff;
    border-radius: 5px;
    padding: 25px 60px;
    box-shadow: 2px 0px 20px rgba(235, 234, 237, 1);
    -webkit-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
    -moz-box-shadow:  2px 0px 20px rgba(235, 234, 237, 1);
}

/* Slick Slider CSS start*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity:1;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -21px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '��?';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '��?';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slick Slider CSS end*/
.clssync_slider{
    margin-top: 25px;
}
.clssync_slider .slick-initialized .slick-slide{
    padding: 8px 4px;
}
.slick-prev:before, .slick-next:before{
    font-size: 0px;
}
.clssync_slider .slick-prev:before, .clssync_slider .slick-next:before{
    background: url(../../img/frontend/arrow_prev.png) no-repeat;
    height: 100%;
    width: 18px;
    content: "";
    display: block;
    background-position: left center;
}
.clssync_slider .slick-next:before{
    background: url(../../img/frontend/arrow_next.png) no-repeat;
    background-position: right center;
}
.clssync_slider .slick-prev, .clssync_slider .slick-next{
    height: 36px;
}
.clssync_slider .slick-slide.slick-current.slick-active{
    opacity: 1;
}
.clssync_slider .slick-slide{
    opacity: 0.3;
}
.clsresource_section .clsabout_us_content_blk .clsresource_depression_content ul{
    margin-bottom: 25px;
}
.clsresource_section .clsabout_us_content_blk .clsresource_depression_content ul li{
    padding-bottom: 0px;
}
.clsvertical_tab .nav-stacked{
    padding: 0px;
}
.clsvertical_tab .nav-stacked > li{
    background: none;
    padding: 0px;
}
.clsvertical_tab .nav-stacked > li a{
    text-decoration: none !important;
}
.clsvertical_tab .nav-stacked > li a p{
    display: none;
}
.clsvertical_tab .nav-stacked > li.active a p{
    display: block;
}
.clsmodule_sidebar{

}
.clsmodule_sidebar ul li{
    padding: 18px 45px 18px 25px;
    margin-top: 0px;
}
.clsmodule_sidebar ul li:last-child{
    border: 0 none;
}
.clsmodule_sidebar ul li.clsactive{
    background: #f8f6fb;
}
.clsmodule_sidebar ul li .clsprogressbar_blk{
    margin-bottom: 15px;
}
.clsmodule_sidebar ul li .clsprogressbar_blk h5{
    font-size: 15px;
    color: #6f9ed7;
    float: left;
    width: 125px;
}
.clsmodule_sidebar ul li .clsprogressbar_blk .progress{
    background-color: #dedede;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    height: 10px;
    margin-bottom: 0;
    position: relative;
    top: 4px;
}
.clsmodule_sidebar ul li .clsprogressbar_blk .progress .progress-bar{
    background-color: #6f9ed7;
    box-shadow: none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    border-radius: 0 20px 20px 0;
}
.clsmodule_sidebar .nav-pills > li.active > a, .clsmodule_sidebar .nav-pills > li.active > a:hover, .clsmodule_sidebar .nav-pills > li.active > a:focus{
    background: none;
}
.clsmodule_sidebar .nav-pills > li > a{
    padding: 0;
}
.clsmodule_sidebar .nav-pills > li > a:hover{
    background: none;
}
.clsmodule_sidebar .nav-pills > li > a p{
    color: #2a2630; 
}
.clsmodule_content{

}
.clsmodule_content h2{
    padding: 0 0 10px;
}
.clsmodule_servey_blk{
    background: #f0ecf6;
    padding: 15px 15px;
    /*text-align: center;*/
}
.clssurvey_sep_div.clssurvey_btns {
    float: right;
    margin-top: 8px;
}

.replace{
    float:none !important;
    margin-bottom:15px;
}
.cls_replace{
 margin-bottom:0px;
}

.cls_replace .clsblue_btn{
    margin-bottom:10px !important;
}

.clssurvey_sep_div.clssurvey_avg_time{
    display: inline-block;
}
.clssurvey_avg_time figure{
    display: inline-block;
    vertical-align: middle;
}
.clssurvey_avg_time .clssurvey_time_txt{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 15px;
    text-align: left;
}
.clssurvey_avg_time .clssurvey_time_txt p{
    margin-bottom: 0px !important;
}
.clssurvey_avg_time .clssurvey_time_txt h3{
    font-size: 28px;
    color: #a575af;
}
.clssurvey_sep_div .clssurvey_btns{
    width: 56%;
}
.clssurvey_sep_div.clssurvey_btns .clsblue_btn{
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.clsmodule_popup_blk{
    margin-top: 20px;
    position: relative;
    margin-bottom: 45px;
}
.clspopup_layer_img{
    position: relative;
}
.clspopup_layer_img:after{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
}
.clspopup_placeholder{
    position: absolute;
    top: 50%;
    z-index: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 140px;
    margin-top: -70px;
    padding: 0 20px;
}
.clspopup_placeholder a{
    color: #fff;
}
.clspopup_placeholder a i.fa{
    font-size: 100px;
}
.clslogged_mymodules_blk .clsmodule_content p{
    margin-bottom: 20px;
}
.clslogged_mymodules_blk .clsmodule_content p strong{
    font-family: 'Lato-Bold';
    font-weight: normal;
}
.clspresentation_blk h3{
    font-family: 'Lato-Bold';
    color: #2a2630;
}
.clsaudio_img img{
    display: inline-block;
}
.clsannouncement_section{
    background: url(../../img/frontend/bg_announcement.png) no-repeat right top !important;
}
.clsannouncement_section .clscompetencies_mailbox{
    margin-top: 0px;
    width: 100%;
    margin-left: 0;
}
.clsannouncement_section .clsannouncement_content{
    width: 100%;
}
.clsannouncement_section .clsannouncement_content ul li{
    border-bottom: 1px solid #dedce3;
    padding: 25px 0;
}
.clsannouncement_section .clsannouncement_content ul li:first-child{
    padding-top: 0px;
}
.clsannouncement_section .clsannouncement_content ul li:last-child{
    border: 0 none;
    padding-bottom: 0px;
}
.clsannouncement_section .clsannouncement_content ul li h4{
    font-family: 'Lato-Bold';
    font-size: 18px;   
}
.clsannouncement_section .clsannouncement_content ul li h3{
    font-family: 'Lato-Bold';
    font-size: 18px;   
}
.clsannouncement_single_section{
    background: none;
}
.clsannouncement_single_section .clsbreadcrumb{
    margin-bottom: 30px;
}
.clsannouncement_single_section .clsannouncement_content{
    margin-bottom: 30px;
    padding: 25px;
}
.clsannouncement_single_content{

}
.clsannouncement_single_content p{
    margin-bottom: 20px;
}
.clseventdate{
    font-family: 'Lato-Bold';
    padding-bottom: 10px;
}
.clseventdate span{
    padding: 0 8px;
}
.clssponsors_section{
    background: #fff;
    padding: 50px 0 45px;
}
.clssponsors_section ul{
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.clssponsors_section ul li{
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #dedce3;
    min-width: 24%;
    min-height: 135px;
    margin-bottom: 25px;
}
.clssponsors_section ul li:first-child{
    border: 0 none;
}
.clssponsors_section ul li.clssponsors_no_bor{
    border: 0 none;
    margin-left: 170px;
    min-height: 100%;
}
.clssponsors_section ul li a {
    padding: 0 20px;
}
.clssponsors_section ul li a img{
    display: inline-block;
}
.cls404_section{
    background: url("../../img/frontend/wave_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    min-height: 615px;
}
.cls404_section .cls404_blk{
    text-align: center;
    padding-top: 110px;
}
.cls404_section .cls404_blk h1{
    font-size: 110px;
    font-family: 'Lato-Bold';
    color: #a09aa8;
    padding-bottom: 13px;
}
.cls404_section .cls404_blk h4{
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #6f6c75;
    padding-bottom: 10px;
}
.cls404_section .cls404_blk .clsblue_btn{
    min-width: 145px;
    margin-top: 10px;
}
/*  17.01.18  */
.clssocial_buttons{
    padding-top: 35px;
}
.clssocial_buttons li{
    padding-bottom: 20px;
}
.clsor_txt{
    text-align: center;
    height: 250px;
}
.clsor_txt::before{
    background: #ddd;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    top: 0;
}
.clsor_txt::after{
    content: "Or";
    color: #505050;
    background: #fff;
    position: absolute;
    top: 46%;
    margin-top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.clsmodule_login_new{
    padding-top: 30px;
}
.clslogged_acc_box{
    margin-bottom: 30px;
}

.clslogged_acc_section .clslogged_acc_box .clslogged_acc_box_in{
    margin: 0 auto;
    max-width: 760px;
}
.clslogged_acc_box.clslogged_change_pswd{
    margin-top: 30px;
}
.clslogged_acc_section .clssave_chngs_btn{
    width: 175px;
}
.clslogged_acc_section{
    background: url(../../img/frontend/wave_bg.png) no-repeat center bottom;
    background-size: 100% auto;
}
.clsmodule_create_acc_new_form{
    max-width: 500px;
    margin: 0 auto;
}
/* Form step wizard */
.clswizard {
    margin: 20px auto;
    background: #fff;
}

.clswizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom: 0 none;
    max-width: 400px;
}

.clswizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.clswizard .nav-tabs > li.active > a, .clswizard .nav-tabs > li.active > a:hover, .clswizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 33px;
    height: 33px;
    color: #fff;
    line-height: 29px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e3e3e4;
    background: #e3e3e4;
    z-index: 2;
    position: static;
    left: 0;
    text-align: center;

}
span.round-tab i{
    color:#555555;
}
.clswizard li.active span.round-tab {
    background: #6f9ed7;
    border: 2px solid #6f9ed7;
    color: #fff;
}
.clswizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.clswizard .nav-tabs > li {
    width: 50%;
}


.clswizard .nav-tabs > li a {
    border-radius: 100%;
    padding: 0;
    border: 0 none;
    color: #555555;
}
.clswizard .nav-tabs > li a span:first-child{
    font-family: 'Lato-Bold';
}
.clswizard .nav-tabs > li a span:last-child{
    padding: 0 0 0 10px;

}
.clswizard .nav-tabs > li.disabled a span:last-child{
    color: #c3c2c4;
}
.clswizard .nav-tabs > li a:hover, .clswizard .nav-tabs > li a:focus {
    background: transparent;
    border: transparent;
}

.clswizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.clswizard h3 {
    margin-top: 0;
}
.clsash_btn{
    background: #716f76;
    width: 160px;
    border-color: #716f76;
}

.whole_list h4 {
    margin: 30px 0 12px;
}
.whole_list h3 {
    margin: 30px 0 12px;
    font-size: 18px;
}
.whole_list ul {
    padding: 0;
    margin-bottom: 25px;
}
.clsabout_us_content.whole_list li {
    background: none;
    padding: 0;
    margin: 6px 0;
}
.clsabout_us_content.whole_list.affil_list li p{
    margin-bottom: 10px;
}
.clsabout_us_content.whole_list.affil_list li {
    margin-bottom: 30px;
}

.clsabout_us_content.whole_list.affil_list li:last-child
{
    margin-bottom: 0px;
}
.clsabout_us_content.whole_list.affil_list li h5 {
    color:#222;
    font-size: 15px;
}
.clsabout_us_content.whole_list.affil_list li p{
        color:#222;
    font-size: 15px;
}
.clsabout_top_banner{
    position: relative;
    height: 205px;  
}
.clsabout_top_banner h2, /*.clsebbp_section .clsabout_us_content_blk h2,*/ .clslogged_home_content h2/*, .clsmodule_content h2*/{
    padding-top: 0;
    position: absolute;
    top: 50%;
    max-height: 120px;
    margin-top: -60px; 
}
.clslogged_banner_section.logged_home h2{
    position: static;
    margin-bottom: 35px;
    margin-top: 0px;
    height: 100%;
}

.disabled_link{
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}
form#contactus label.error, form#create_account label.error, form#loginForm label.error, form#forgotpassword label.error, form#resetpassword label.error, .assessment-pop label.error, form#accountinfo label.error, form#confirm label.error, #changpassword_flashmsg, form#ldaploginForm label.error{
    color: red;
    font-weight: normal
}
#flash_message .success{
    color: green;
    width: 365px;
}
#flash_message .error{
    color: red;
}
#flash_message .message .error{
    color: red;
}

.contact_flash .success{
    text-align:center;
    width:100% ;
    color: green;
}
.login_sucess .success{
    text-align:center;
    color: green;
    width: 365px;
}
.create_acc .error{
    text-align:center;
    color: red;
    margin-top:25px;
    /*width: 365px;*/
}
.clsresource_page .clsabout_us_content_blk .clsabout_top_banner{
    height: 100%;
}
.clsresource_page .clsabout_us_content_blk .clsabout_top_banner h2{
    position: static;
    margin-top: 66px;
}

.step-form select {
    color: #555;
    border-radius: 4px;
    background: transparent;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    background: url(https://ebbp.org/img/frontend/select_arrow.png)right center no-repeat #f8f6fb;
    background-size: 29px 11px;
    width: 100%;
    height: 46px;
}
.step-form select:after{
    color:#2a2630;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    border-bottom:0 none;
}
/* CAUTION: IE hackery ahead */
.step-form select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

.step-form label{
    display: block;
    font-size:13px;
    font-weight: normal;
}

.loginform label{
    font-size:13px;
    display: block;
    font-weight: normal;
}
.contact_form label{
    font-size:13px;
    display: block;
    font-weight: normal;
}
.forgot_align{
    max-width: 400px;
    margin: 0 auto;
}

.module_video {
    background: #fff none repeat scroll 0 0;
    min-height: 554px;
    position: relative;
}
.course_iframe{
    border: none;
    background-color: #fff;
}

.log-out-pop{
    text-align: center;
}
.logout-body{
    padding: 20px;
}
.logout-body p{
    padding: 50px 0;
    font-family: 'LatoSemibold';
    font-size: 20px;
}
.modal-content{
    border-radius: 0px;
    box-shadow: none;
}
.logout-footer{
    padding-bottom: 40px;
}
.logout-footer .btn{
    width: 165px;
    margin: 0 10px 10px;
    font-size: 15px;
    font-family: 'LatoSemibold';
    max-width: 100%;
    padding: 8px 12px;
}

.gray-default {
    color: #ffffff;
    background-color: #a6a6a6;
    border: none;
}
.green-default {
    color: #ffffff;
    background-color: #71a641;
    border: none;
}
.blue-btn{
    padding: 10px 0;
}
.module-details .module-dis-container .blue-btn{
    margin-top: 50px;
}
.blue-btn .btn {
    background: #4c7fb4;
    width: 130px;
    font-size: 15px;
    color: #ffffff;
    font-family: 'LatoMedium';
    letter-spacing: 0.5px;
    padding: 8px 12px;
}
.green-default.focus, .green-default:focus, .green-default:hover{
    color: #fff;
    background-color: #398439;
}
.gray-default.focus, .gray-default:focus, .gray-default:hover{
    color: #fff;
    background-color: #8b8989;
}
/* Assessment Preview Popup updates */
.clsquestion_section {
    max-height: 652px;
    overflow-y: auto;
    padding: 25px;
    font-weight: normal
}
form#addassessmentscores fieldset {
    margin-bottom:13px
}
.clsquestion_table tbody tr td{
    text-align: center;
    border-color: #ddd;
    vertical-align: middle;
}
.clsquestion_table > tbody > tr > td:first-of-type{
    border-right: 1px solid #ddd;
}
.clsquestion_view_blk{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}
.clsanswers_list{
    padding-left: 0;
}
.clsanswers_list li{
    list-style-type: upper-alpha;
    list-style-position: inside;
    margin: 20px 0;
    padding: 10px;
    background: #eee;
    width: 100%;
}
.knw_answers_review_list li{    
    list-style-position: inside;
    margin: 10px 0 20px;
    padding: 5px 5px 5px 25px;
    line-height: 25px
}
.border_left{
    padding-left: 10px !important;
    border-left: 1px solid #ccc;
}
.ques_number p, .your_answer p, .correct_ansr p{
    font-style: italic;
    margin-top:10px
}
.correct_text p span{
    font-style: normal !important;
}
.knw_answers_review_list li span{    
    padding: 5px 10px 5px 0;
    display: inline-block;
    vertical-align: top
}
.expand_collapse{
    font-size: 22px;
}
.clsincorrect_ans_blk{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}
.clsincorrect_list{
    padding-left: 0;
}
.clsincorrect_list li{
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.clsfinal_score_blk{
    padding: 25px;
}
.clsfinal_score_blk h5{
    font-size: 50px;
    padding: 40px 0;
}
.clssurvey_section ul{
    padding-left: 0;
}
.clssurvey_section ul li{
    list-style: none;
    padding-bottom: 25px;
}

/* Assessment preview update*/
div#field_error{
    color:red;
}
.modal-content.clsquestion_section h3 {
    margin: 10px 0 15px 0;
}

label span.correctanss{
    float: right;
}
.knowledge_question_group div.form-group label {
    display: block !important;
} 
.flexsliderimg{
    width: 54px !important;
    height: 60px !important;
}
.second_modal .modal-dialog{
    text-align: left;
}

.knowledge_score_container {
    width: 180px; 
    height: 70px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px; 
    text-align: center; 
    color: #333; 
    position: absolute; 
    right: 35px; 
    top: 65px;    
    font-family: 'LatoSemibold';
}
.score_label {
    font-size: 15px;
}
.knowledge_score {
    color: #71A641;
    font-size: 26px
}
.pre_knowledge_score_container {
    width: 100%; 
    height: 70%; 
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8%; 
    text-align: center; 
    color: #a6a6a6;    
    font-family: 'LatoSemibold';
    margin: 15px 0 15px 0;
}
.pre_score_label #first_text{
    font-size: 16px;
}
.pre_score_label #second_text{
    font-size: 26px;
}
.pre_knowledge_score {
    color: #72a547;
    font-size: 88px
}
.expander {
    height: 2.9em;
    overflow: hidden;
    cursor: pointer
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    position: absolute;
    right: 13px;
    top: -6px;
    font-size: 24px;
    color: #555;
}
.clsknowledge_review_table .table > tbody > tr > td{
    border-bottom: 9px solid #fff;
}
.clsknowledge_review_table .table > tbody > tr > td p{
    position: relative;
    margin-bottom: 0px;
    padding: 0 32px 0 0px;
}
.clsknowledge_review_table .table > tbody > tr > td p a:hover, .clsknowledge_review_table .table > tbody > tr > td p a:focus{
    text-decoration: none;
}
.module_detail_popup .clsknowledge_review_table{
    font-size: 13px
}
.whitespace_nowrap{
    white-space: nowrap
}
.whitespace_unset{
    white-space: normal
}
.your_answer, .correct_ansr, .more{
    border-left: 1px solid #ddd
}
/* End of Assessment Preview Popup updates*/
.account_loggeduser select {
    color: #555;
    border-radius: 4px;
    background: transparent;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    background: url(https://ebbp.org/img/frontend/select_arrow.png)right center no-repeat #f8f6fb;
    background-size: 29px 11px;
    width: 100%;
    height: 46px;
}
.account_loggeduser select:after{
    color:#2a2630;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    border-bottom:0 none;
}
/* CAUTION: IE hackery ahead */
.account_loggeduser select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

#changpassword_flashmsg{
    color: red;
    font-weight: normal;
    margin: 0px 0px 14px 101px;
}
.course-modal-dialog{
    position: relative;
  width: auto;
  margin: 3% 10%;
}
ul.toolbar{
    display: none !important
}
.compete_wrap{
       background: url(../../img/frontend/competencies.jpg) no-repeat right top;}
    }



/*4-4-18*/
.clssidebar .nav.navbar-nav{  width: 100%;}
.clssidebar .nav.navbar-nav > li.dropdown{  padding: 0px;}
.clssidebar .nav.navbar-nav > li.dropdown a.clscurrent_nav{  padding: 18px 25px;}
.clssidebar .nav.navbar-nav > li.dropdown.open a:hover{  background-color: transparent;}
.clssidebar .nav.navbar-nav > li.dropdown,.clssidebar .nav.navbar-nav > li.dropdown ul.dropdown-menu{  width: 100%;  font-size: 17px;}
.clssidebar .nav.navbar-nav > li.dropdown ul.dropdown-menu > li a{
    padding: 18px 25px;
}
.caret-up {    width: 0;    height: 0;    border-left: 8px solid rgba(0, 0, 0, 0);    border-right: 8px solid rgba(0, 0, 0, 0);    border-bottom: 8px solid;    float: right;    margin-top: 6px;    display: inline-block;    margin-left: 2px;    vertical-align: middle;    color: #A575AF;}
.clssidebar .nav.navbar-nav > li.dropdown > a b.caret{  float: right;  margin-top: 6px;  border-top: 8px dashed;  border-right: 8px solid transparent;  border-left: 8px solid transparent;  color: #A575AF;}
.clssidebar .nav.navbar-nav > li.dropdown ul.dropdown-menu{  border: 0 none;  padding: 0px;  box-shadow: none;  -webkit-box-shadow:  none;  -moz-box-shadow:  none;}
.clssidebar .nav.navbar-nav > li.dropdown.open ul.dropdown-menu{  border-top: 1px solid #dedce3;}
.clssidebar .nav.navbar-nav > li.dropdown:hover, .clssidebar .nav.navbar-nav > li.dropdown a:focus{  background: transparent;}
/* target Internet Explorer 9 to undo the custom arrow */
.clsmagnific_modal{
    max-width: 1020px;
    margin: 40px auto 40px;
}
.clsmagnific_modal .popup-modal-dismiss{
    position: absolute;
    top: -21px;
    right: -21px;
    color: #fff;
    font-size: 20px;
}

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

.head_align {
    margin-top: 4px;
    margin-bottom: 5px;
}
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}
@media (min-width: 768px){
    .modal-middle {
        margin: 10% auto;
    }
}
.detail_img{
    background: none !important;

}
.clsdescri_img img{
    width: 100% !important;
    height: auto !important; 
}

/*---Media queries--*/
@media (max-width: 1400px) {
    .clsbanner_section .jumbotron{
        padding-bottom: 350px;
    }
}
@media (max-width: 1199px) {
    .clsmain_header .navbar-default .navbar-nav > li > a{
        padding: 10px 5px;
    }
    .clsbanner_section .jumbotron{
        padding-bottom: 310px;
    }
    .clscompetencies_content{
        width: 60%;
        padding: 40px 30px;
    }
    .clscompetencies_mailbox{
        width: 36%;
        padding: 40px 25px;
    }
    .clstraining_top_section .clstraining_box{
        margin: 30px auto 0;
    }
    .clspresentation_blk{
        padding: 25px 30px;
    }
    .scrollbar-inner > .scroll-element.scroll-y{
        right: 2px;
        width: 7px;
    }
    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #999;
    }
    /* .clssurvey_sep_div.clssurvey_avg_time {
        width: 100%;
    } */
    .clssponsors_section ul li.clssponsors_no_bor{
        margin-left: 132px;
    }
    .clsvertical_tab .scrollbar-inner{
        max-height: 255px;
    }
     .overview_wrap{
        background: none !important;
    }
    .anxiety_wrap{
    background: none !important;
    }

.askquestion_wrap{
    background: none !important;
}

.criticalappraisal_wrap{
    background: none !important;
}

.crosscuttingskills_wrap{
    background: none !important;
}

.decisionmaking_wrap{
    background: none !important;
}

.depression_wrap{
    background: none !important;
}

.humor_wrap{
    background: none !important;
}

.obesity_wrap{
    background: none !important;
}

.evaluation_wrap{
    background: none !important;
}

.policy_wrap{
     background: none !important;
}

.searchevidence_wrap{
    background: none !important;
}

.teachingresource_wrap{
    background: none !important;
}

.announcement_wrap{
    background: none !important;
}
.objective_wrap{
    background: none !important;
}
.background_wrap{
    background: none !important;
}
.advisory_wrap{
    background: none !important;
}
.practitioner_wrap{
    background: none !important;
}
.council_wrap{
    background: none !important;
}
.affiliated_wrap{
    background: none !important;
}
.expert_wrap{
    background: none !important;
}

.compete_wrap{
       background: none !important;
    }
    .clsoverview_img_pad{
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .clsmargin_top{
        margin-top: 36%;
    }
    .clsabout_top_banner{
        height: auto;
    }
    .clsabout_top_banner h2{
        position: static;
        margin-top: 0px;
    }

    .clsresource_section .clsabout_us_content_blk .clsresource_content {    padding-top: 35px;}
}
.outline-image {
    height:450px;
    width:650px;
}
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        padding: 0 10px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .clsmain_header .navbar-default .navbar-nav > li > a{
        padding: 5px 10px;
    }
    .clsmain_header .navbar-default .navbar-collapse .clsheader_navbar{
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .clsmain_header .navbar-default .navbar-header .navbar-toggle{
        border-color: transparent;
        border-radius: 0px;
        margin-top: 28px;
    }
    .clsmain_header .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        height: 3px;
        margin-top: 6px;
    }
    .clsmain_header .navbar-default .navbar-toggle:hover, .clsmain_header .navbar-default .navbar-toggle:focus{
        background: none;
    }
    .clsmain_header .navbar-default .clsheadermail_links{
        border-top: 1px solid #83649c;
        padding-top: 15px;
        position: static;

    }
    .clsmain_header .navbar-default .clsheadermail_links ul{
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .clsheadermail_links ul li{
        margin-bottom: 1px;
    }
    .clsmain_header .navbar-default .navbar-collapse{
        border-color: transparent;
    }
    .clsbanner_section .jumbotron h1 {
        font-size: 34px;
    }
    .clstraining_module_section:after{
        max-width: 750px;
    }
    .clstraining_module_section .owl-carousel .owl-nav .owl-prev{
        left: -25px;
    }
    .clstraining_module_section .owl-carousel .owl-nav .owl-next{
        right: -25px;
    }
    .clsevent_mail_blk{
        margin-top: 23px;
    }
    .clsfooter_bottom_blk ul li{
        padding: 8px 16px;
    }
    .clscompetencies_content{
        width: 51%;
        padding: 40px 30px;
    }
    .clscompetencies_mailbox{
        width: 45%;
        padding: 40px 25px;
    }
    .clsabout_top_banner h2, .clsebbp_section .clsabout_us_content_blk h2, .clslogged_home_content h2, .clsoutline_section .clsoutline_content h2, .clsmodule_content h2, .clscompetencies_section h2{
        font-size: 33px;
    }
    .clsoutline_section .clsauthor_blk li{
        width: 100%;
    }
    .clsvertical_tab .clsvertical_tab_content{
        padding-right: 15px;
    }
    .clsvertical_tab .tab-content {
        padding: 15px;
    }
    .clsvertical_tab .scrollbar-inner {
        border-radius: 0 0 5px 5px;
    }
    /* .clssurvey_sep_div.clssurvey_btns .clsblue_btn{
        margin-bottom: 10px;
    } */
    .clssurvey_sep_div.clssurvey_btns {
        float: none;
        margin-top: 15px;
    }
    .clssponsors_section ul li.clssponsors_no_bor{
        margin-left: 0px;
    }
    .clssponsors_section ul li{
        border: 0 none;
        min-height: 100%;
    }
    .knowledge_score_container{
        position: static;
    }
    #knowledge_review_fieldset {
        padding-right: 25px
    }
    button.close{
        position: fixed;
        right: 20px;
    }
    .clsmargin_top {
        margin-top: 42%;
    }
}
@media (max-width: 767px) {


/*************************
 Mobile Basic margin padding
*************************/ 
.xs-m-0 { margin-top: 0 !important; margin-right: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }
.xs-p-0 { padding-top: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }

/*************************
     Mobile Margin top
*************************/ 
.xs-mt-0 { margin-top: 0 !important; }
.xs-mt-10 { margin-top: 10px !important; }
.xs-mt-15 { margin-top: 15px !important; }
.xs-mt-20 { margin-top: 20px !important; }
.xs-mt-30 { margin-top: 30px !important; }
.xs-mt-40 { margin-top: 40px !important; }
.xs-mt-50 { margin-top: 50px !important; }
.xs-mt-60 { margin-top: 60px !important; }
.xs-mt-70 { margin-top: 70px !important; }
.xs-mt-80 { margin-top: 80px !important; }
.xs-mt-90 { margin-top: 90px !important; }
.xs-mt-100 { margin-top: 100px !important; }
.xs-mt-110 { margin-top: 110px !important; }
.xs-mt-120 { margin-top: 120px !important; }
.xs-mt-130 { margin-top: 130px !important; }
.xs-mt-140 { margin-top: 140px !important; }
.xs-mt-150 { margin-top: 150px !important;}

/*************************
   Mobile Margin right
*************************/ 
.xs-mr-0 { margin-right: 0!important }
.xs-mr-10 { margin-right: 10px !important; }
.xs-mr-15 { margin-right: 15px !important; }
.xs-mr-20 { margin-right: 20px !important; }
.xs-mr-30 { margin-right: 30px !important; }
.xs-mr-40 { margin-right: 40px !important; }
.xs-mr-50 { margin-right: 50px !important; }
.xs-mr-60 { margin-right: 60px !important; }
.xs-mr-70 { margin-right: 70px !important; }
.xs-mr-80 { margin-right: 80px !important; }
.xs-mr-90 { margin-right: 90px !important; }
.xs-mr-100 { margin-right: 100px !important; }
.xs-mr-110 { margin-right: 110px !important; }
.xs-mr-120 { margin-right: 120px !important; }
.xs-mr-130 { margin-right: 130px !important; }
.xs-mr-140 { margin-right: 140px !important; }
.xs-mr-150 { margin-right: 150px !important; } 

/*************************
   Mobile Margin bottom
*************************/
.xs-mb-0 { margin-bottom: 0!important }
.xs-mb-10 { margin-bottom: 10px !important; }
.xs-mb-15 { margin-bottom: 15px !important; }
.xs-mb-20 { margin-bottom: 20px !important; }
.xs-mb-30 { margin-bottom: 30px !important; }
.xs-mb-40 { margin-bottom: 40px !important; }
.xs-mb-50 { margin-bottom: 50px !important; }
.xs-mb-60 { margin-bottom: 60px !important; }
.xs-mb-70 { margin-bottom: 70px !important; }
.xs-mb-80 { margin-bottom: 80px !important; }
.xs-mb-90 { margin-bottom: 90px !important; }
.xs-mb-100 { margin-bottom: 100px !important; }
.xs-mb-110 { margin-bottom: 110px !important; }
.xs-mb-120 { margin-bottom: 120px !important; }
.xs-mb-130 { margin-bottom: 130px !important; }
.xs-mb-140 { margin-bottom: 140px !important; }
.xs-mb-150 { margin-bottom: 150px !important; }

/*************************
    Mobile Margin left
*************************/
.xs-ml-0 { margin-left: 0!important }
.xs-ml-10 { margin-left: 10px !important; }
.xs-ml-15 { margin-left: 15px !important; }
.xs-ml-20 { margin-left: 20px !important; }
.xs-ml-30 { margin-left: 30px !important; }
.xs-ml-40 { margin-left: 40px !important; }
.xs-ml-50 { margin-left: 50px !important; }
.xs-ml-60 { margin-left: 60px !important; }
.xs-ml-70 { margin-left: 70px !important; }
.xs-ml-80 { margin-left: 80px !important; }
.xs-ml-90 { margin-left: 90px !important; }
.xs-ml-100 { margin-left: 100px !important; }
.xs-ml-110 { margin-left: 110px !important; }
.xs-ml-120 { margin-left: 120px !important; }
.xs-ml-130 { margin-left: 130px !important; }
.xs-ml-140 { margin-left: 140px !important; }
.xs-ml-150 { margin-left: 150px !important; } 

/*************************
   Mobile Padding top
*************************/
.xs-pt-0 { padding-top: 0!important }
.xs-pt-10 { padding-top: 10px !important; }
.xs-pt-15 { padding-top: 15px !important; }
.xs-pt-20 { padding-top: 20px !important; }
.xs-pt-30 { padding-top: 30px !important; }
.xs-pt-40 { padding-top: 40px !important; }
.xs-pt-50 { padding-top: 50px !important; }
.xs-pt-60 { padding-top: 60px !important; }
.xs-pt-70 { padding-top: 70px !important; }
.xs-pt-80 { padding-top: 80px !important; }
.xs-pt-90 { padding-top: 90px !important; }
.xs-pt-100 { padding-top: 100px !important; }
.xs-pt-110 { padding-top: 110px !important; }
.xs-pt-120 { padding-top: 120px !important; }
.xs-pt-130 { padding-top: 130px !important; }
.xs-pt-140 { padding-top: 140px !important; }
.xs-pt-150 { padding-top: 150px !important; } 

/*************************
   Mobile Padding right
*************************/
.xs-pr-0 { padding-right: 0!important }
.xs-pr-10 { padding-right: 10px !important; }
.xs-pr-15 { padding-right: 15px !important; }
.xs-pr-20 { padding-right: 20px !important; }
.xs-pr-30 { padding-right: 30px !important; }
.xs-pr-40 { padding-right: 40px !important; }
.xs-pr-50 { padding-right: 50px !important; }
.xs-pr-60 { padding-right: 60px !important; }
.xs-pr-70 { padding-right: 70px !important; }
.xs-pr-80 { padding-right: 80px !important; }
.xs-pr-90 { padding-right: 90px !important; }
.xs-pr-100 { padding-right: 100px !important; }
.xs-pr-110 { padding-right: 110px !important; }
.xs-pr-120 { padding-right: 120px !important; }
.xs-pr-130 { padding-right: 130px !important; }
.xs-pr-140 { padding-right: 140px !important; } 

/*************************
   Mobile Padding bottom
*************************/
.xs-pb-0 { padding-bottom: 0!important }
.xs-pb-10 { padding-bottom: 10px !important; }
.xs-pb-15 { padding-bottom: 15px !important; }
.xs-pb-20 { padding-bottom: 20px !important; }
.xs-pb-30 { padding-bottom: 30px !important; }
.xs-pb-40 { padding-bottom: 40px !important; }
.xs-pb-50 { padding-bottom: 50px !important; }
.xs-pb-60 { padding-bottom: 60px !important; }
.xs-pb-70 { padding-bottom: 70px !important; }
.xs-pb-80 { padding-bottom: 80px !important; }
.xs-pb-90 { padding-bottom: 90px !important; }
.xs-pb-100 { padding-bottom: 100px !important; }
.xs-pb-110 { padding-bottom: 110px !important; }
.xs-pb-120 { padding-bottom: 120px !important; }
.xs-pb-130 { padding-bottom: 130px !important; }
.xs-pb-140 { padding-bottom: 140px !important; }
.xs-pb-150 { padding-bottom: 150px !important; } 

/*************************
   Mobile Padding left
*************************/
.xs-pl-0 { padding-left: 0!important }
.xs-pl-10 { padding-left: 10px !important; }
.xs-pl-15 { padding-left: 15px !important; }
.xs-pl-20 { padding-left: 20px !important; }
.xs-pl-30 { padding-left: 30px !important; }
.xs-pl-40 { padding-left: 40px !important; }
.xs-pl-50 { padding-left: 50px !important; }
.xs-pl-60 { padding-left: 60px !important; }
.xs-pl-70 { padding-left: 70px !important; }
.xs-pl-80 { padding-left: 80px !important; }
.xs-pl-90 { padding-left: 90px !important; }
.xs-pl-100 { padding-left: 100px !important; }
.xs-pl-110 { padding-left: 110px !important; }
.xs-pl-120 { padding-left: 120px !important; }
.xs-pl-130 { padding-left: 130px !important; }
.xs-pl-140 { padding-left: 140px !important; }
.xs-pl-150 { padding-left: 150px !important; }  
    .clstraining_module_section::after{
        width: 92%;
    }
    .clstraining_module_section .owl-carousel .owl-nav .owl-prev{
        left: -17px;
    }
    .clstraining_module_section .owl-carousel .owl-nav .owl-next{
        right: -17px;
    }
    .clsevent_whole{
        display: block;
    }
    .clsannounce_blk{
        display: block;
        background-size: 100% auto;
        background-position: left bottom;
        border-radius: 5px 5px 0 0;
    }
    .clsevents_content_blk{
        display: block;
        width: 100%;
        border-radius: 0 0 5px 5px;
    }
    .clsfooter_menus {
        margin-top: 50px;
    }
    .clsabout_us_section{
        background: none;
    }
    .clsabout_top_banner h2{
        padding-top: 0px;
    }
    .clsabout_us_content_blk {
        margin-top: 25px;
    }
    .clsabout_us_content, .clsresource_section .clsabout_us_content_blk .clsresource_content {
        padding-top: 30px;
    }
    .clscompetencies_content {
        width: 100%;
    }
    .clscompetencies_mailbox {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .clsevent_mail_blk ul li .clsevent_mail_box h4 a, .clscompetencies_mailbox h4 a{
        font-size: 17px;
    }
    .clslogged_home_content{
        margin-bottom: 40px;
        padding: 40px 35px;
    }
    .clsforgot_form {
        padding: 35px 0 15px;
    }
    .clsforgot_form .form-group .btn{
        margin-bottom: 10px;
    }
    .clsoutline_section .clsoutline_content{
        margin-top: 35px;
    }
    .clspresentation_blk{
        padding: 20px;
    }
    .clssync_slider .slick-prev{
        left: -16px;
    }
    .clssync_slider .slick-next{
        right: -20px;
    }
    .clsmodule_content {
        margin-top: 30px;
    }
    .clsannouncement_section .clscompetencies_mailbox{
        margin-top: 30px;
    }
    .clsannouncement_single_section .clsannouncement_content{
        margin-bottom: 0px;
    }
    .clssponsors_section ul li{
        min-width: 100%;
    }
    .clssponsors_section ul li a{
        padding: 0;
    }
    .clstraining_top_section .clstraining_box{
        padding: 50px 27px 27px;
    }
    .clstraining_top_section .clstraining_box .clsbutton_div{
        position: static;
        padding-top: 30px;
    }
    .clsexpert_single_content_blk{
        margin-top: 40px;
    }
    .cls404_section{
        min-height: 100%;
    }
    .cls404_section .cls404_blk{
        padding: 80px 0;
    }
    .clssocial_buttons{
        padding-top: 0px;
    }
    .clssocial_buttons li{
        display: block;
        text-align: center;
    }
    .clssocial_buttons li a{
        text-align: center;
        display: inline-block;
    }
    .clsor_txt{
        height: 100%;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .clsor_txt::before {
        background: #ddd;
        height: 1px;
        width: 100%;
        left: 0;
    }
    .clsor_txt::after {
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
        width: 33px;
        height: 25px;
    }
    .clsabout_top_banner{
        height: 100%;
        display: table;
        width: 100%;
    }
    .clsabout_top_banner h2, .clsebbp_section .clsabout_us_content_blk h2, .clslogged_home_content h2, .clsoutline_section .clsoutline_content h2, .clsmodule_content h2, .clscompetencies_section h2{
        position: relative;
        max-height: 100%;
        margin-top: 0px;
    }
    .clssidebar .nav.navbar-nav{    width: auto;    margin: 0px;    padding: 0px;  }  
    .clssidebar .nav.navbar-nav > li.dropdown:hover, .clssidebar .nav.navbar-nav > li.dropdown a:focus{    background: transparent;  }
    .clssidebar .nav-pills.nav-stacked > li ul.dropdown-menu > li{
    padding: 0px;
}
    .clssidebar .nav.navbar-nav > li.dropdown a{
        padding: 18px 37px 18px 25px !important;
    }
    .clssidebar .nav.navbar-nav > li.dropdown > a b.caret{
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
    }
    .clssurvey_sep_div.clssurvey_btns {
        float: right;
        margin-top: 8px;
    }
    .clsoverview_img{
        position: static;
        top: 0;
    }
    
    .clsresource_page .clsabout_us_content_blk .clsabout_top_banner h2{
        margin-top: 0px;
    }
    .clsabout_us_section{
        padding-top:15px;
    }
    .competeipod_view {
        margin-bottom: 25px;
    }
}
@media( max-width : 599px ) {
    .clssurvey_sep_div.clssurvey_btns {
        float: none;
        margin-top: 15px;
    }
}
@media( max-width : 585px ) {

    .clswizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;

    }
    .clswizard .nav-tabs{
        display: table;
        width: 100%;
    }
    .clswizard .nav-tabs > li{
        float: none;
        display: table-cell;
        width: 50%;
        text-align: center;
    }
    .clswizard .nav-tabs > li a {

    }
    .clswizard .nav-tabs > li a span:last-child{
        padding: 0;
        display: block;
    }
    .clswizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
@media (max-width: 480px) {
    .clsheadermail_links ul li .clsmail_link, .clsheadermail_links ul li .clsfb_link{
        padding: 10.5px 8px;
    }
    .clsheadermail_links ul li .clsfb_link {
        padding: 10px 11px;
    }
    .clsheadermail_links ul li .clspurble_btn{
        padding: 10px 8px;
    }
    .clsabout_top_banner h2, .clsebbp_section .clsabout_us_content_blk h2, .clslogged_home_content h2, .clsoutline_section .clsoutline_content h2, .clsmodule_content h2, .clscompetencies_section h2{
        font-size: 28px;
    }
    .pre_score_label #first_text{font-size: 12px;}
    .pre_score_label #second_text{font-size: 22px;}
    .pre_knowledge_score {font-size: 60px}

}
@media (max-width: 479px) {
    .clspartners_section .owl-carousel.owl-drag .owl-item{
        border: 0 none;
    }
}
@media (max-width: 414px) {
    .clstraining_module_section .clsthumbnail_box{
        text-align: center;
    }
    .clsbutton_div{
        position: static;
        text-align: center;
        padding-top: 25px;
    }
    .clsbutton_div a{
        display: block;
    }
    .clsbutton_div a:last-child{
        position: static;
        padding: 6px 0 0;
    }
    .clsforgot_text a{
        display: block;
    }
    .clsforgot_text a:first-child{
        display: block;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .clstraining_top_section .clspurble_btn{
        font-size: 11px;
    }
    .clsdownload_btn span {
        margin-right: 5px;
    }
    .clsmodule_create_acc_new_form .tab-pane#step2 .list-inline .btn{
        width: 100px;
        min-width: 100%;
    }
    .clssurvey_avg_time .clssurvey_time_txt{
        margin: 0 0 0 15px;
    }
    .clssurvey_avg_time .clssurvey_time_txt h3{
        font-size: 24px;
    }
    /*.clstraining_module_section:after{
        min-height: 600px;x`
    }*/
    .clstraining_module_section .clsthumbnail_box, .clstraining_top_section .clstraining_box{
        padding: 30px 15px 30px;
    }
    /*.clsoverview_img{
        height: 145px;
    }*/
    
}
@media(max-width: 1399px){
    .clsquestion_section{
        max-height: 620px;
    }
}