/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



@font-face {
    src: url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
}


@font-face {
    font-family: 'proximanova';
    src: url('fonts/ProximaNova/proximanova-light-webfont.eot');
    src: url('fonts/ProximaNova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 200;
    font-style: normal;
	font-display: swap;

}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/ProximaNova/proximanova-thin-webfont.eot');
    src: url('fonts/ProximaNova/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/proximanova-thin-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova/proximanova-thin-webfont.svg#proxima_novathin') format('svg');
    font-weight: 400;
    font-style: normal;
	font-display: swap;

}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/ProximaNova/proximanova-regular-webfont.eot');
    src: url('fonts/ProximaNova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/ProximaNova/proximanova-semibold-webfont.eot');
    src: url('fonts/ProximaNova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 800;
    font-style: normal;
	font-display: swap;

}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/ProximaNova/proximanova-bold-webfont.eot');
    src: url('fonts/ProximaNova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/ProximaNova/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;

}



body{
    color: #333333 !important;
}
body,p,a,div,small, em{ 
    font-family: 'proximanova' !important;
    font-weight: 500 !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'proximanova' !important;
    font-weight: bold !important; 
    text-transform:uppercase;
}
strong,b{
    font-family: 'proximanova' !important;
    font-weight: bold !important; 
}

p, .bdo_col li{
	font-size: 18px !important;
    line-height: 28px !important;
	font-weight: 500 !important; /* New */ 
}

#header-outer #top nav > ul > li > a{ 
    font-family: 'proximanova';
    font-weight: bold; 
    color: #333 !important;
}
/* #header-secondary-outer{
    padding: 6px 0 !important;
} */
#header-secondary-outer ul li a{
    font-weight: 500;
}

ul.sf-menu > li.bdo_menu_lev_1 > ul{ 
    padding:0;
}
ul.sf-menu > li.bdo_menu_lev_1 > ul > li > a{ 
    padding: 15px 20px;
    line-height: 22px;
    font-family: 'proximanova';
    font-weight: bold;
}
ul.sf-menu > li.bdo_menu_lev_1>a{
    height: 70px !important;
    line-height: 5em !important;
}
ul.sf-menu > li.bdo_menu_lev_1{
    border-right: 1px solid #e0e0e0 !important;
}
ul.sf-menu > li.bdo_menu_lev_1:first-child{
    border-left: 1px solid #e0e0e0 !important;
}
ul.sf-menu > li.bdo_menu_lev_1 > ul > li > a:hover{
    -webkit-box-shadow: inset 3px 0px 0px 0px rgba(237,26,59,1);
    -moz-box-shadow: inset 3px 0px 0px 0px rgba(237,26,59,1);
    box-shadow: inset 3px 0px 0px 0px rgba(237,26,59,1);
}
ul.sf-menu > li.bdo_menu_lev_1:hover{
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
    box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
    background: #F2F2F2;
}
ul.sf-menu > li.bdo_menu_lev_1 > a{
    /*line-height:86px !important;*/
}

/* Off-Canvas Menu */
.off-canvas-menu-container ul li a:hover{
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
    box-shadow: inset 0px -3px 0px 0px rgba(237,26,59,1);
}

/* Navigation MAIN Page & Logo */
/* .small-nav #logo{
    padding-top: 6px !important;
} */

img.default-logo{
    -ms-interpolation-mode: bicubic !important;
}

@media only screen and (min-width: 1000px){
    a#logo{
        margin-top:18px !important;
    }
}

.li_pad_2em{
    padding-top: 2em;
    padding-bottom: 2em;
}
.li_pad_1em{
    padding-top: 1em;
    padding-bottom: 1em;
}

a.tabs_links_arrow{
    color: rgba(51,51,51,1) !important;
    text-decoration: none;
	font-size: 14px !important
}
a.tabs_links_arrow:hover, a.tabs_links_arrow:hover:after {
    color: #838383 !important;
    text-decoration: none;
}
a.tabs_links_arrow:after {
    content: "\25B6" !important;
    padding-left: 10px;
    color: rgba(51,51,51,1) !important;
    text-decoration: none;
    border:none !important;
    font-family: "Segoe UI Symbol";
}



/* body a:hover {
    color: #838383 !important;
    text-decoration: none;
} */
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }
}

/*------------ Vertical Tabs --------------*/
#verticaltab {
    width: 100%;
    height: 100%;
}

.vtl_title{
    border-top:3px solid #ED1A3B;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #ED1A3B;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
}
.vt_left{
    width: 30%;
    float: left;
    background: white
}
.vt_right{
    width: 68%;
    height: auto;
    float: left;
    background: white;
    margin-left: 2%;
    padding-bottom: 20px;
}


.vt_left ul, .vt_left ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vt_left ul li a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 20px;
    max-height: auto;
    border-top: 1px solid #E3E3E3;
}
.vt_left ul li a h4{
    margin: 0;
    font-size: 16px;
    line-height: 1.3em !important;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.vt_left ul li a:active, .vt_left ul li a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.vt_left ul li small{
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
    display: block;
}
h3.vtl_footer{
    margin: 0;
    font-size: 14px !important;
    line-height: 1.2em;
    text-align: center;
    color: #ED1A3B;
    border-top: 1px solid #E3E3E3;
    padding: 10px 0 5px 0;
    text-transform: none;
}
/* h3.vtl_footer a{ */
/*     text-decoration: none;
    color: inherit;
} */
/* vtl_footer a:after {
  content: "\25B6";
  padding-left: 4px
} */
#verticaltab .ui-tabs-active {
  background: #F1F1F1;
}
#verticaltab li:hover{
    background: #F1F1F1;
}



.ptr_content{
    padding: 0 20px
}
.ptr_content h3{
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ptr_content p{
    padding-bottom:10px;
}
.vt_right a{
    font-weight: bold;
    text-decoration: none;
    color: #333 !important;
    text-decoration: none;
}
.vt_right a:hover{
    text-decoration: none;
    color: #838383 !important;
    text-decoration: none;
}



/* Footer */
/*#footer-outer{
    background: #323232 !important;
    font-family: 'proximanova';
    font-weight: bold;
}
*/
#footer-outer a{
    /*font-size: 13px;*/
}
.footer_2_links a{
    color: #E4E4E4 !important;  
    font-family: 'proximanova';
    font-weight: bold;
}
a.footer_3_links{
    text-transform: capitalize;
    font-family: 'proximanova';
    font-weight: 600;
    font-size: 13px;
    color: #E4E4E4 !important;
}
.bdo_footer3_text{
    font-size: 13px;
}


.footer_pipe{
    margin: 0 4px;
}


.bdo-btn{
    background: #ED1A3B;
    outline: 0;
    border-radius: 0;
    border: 0;
    color: #FFF;
    text-decoration: none;
    font-weight: bold !important;
}
.bdo-btn:hover{
    background: #AB0F28;
    color: #fff !important;
    text-decoration: none;
}
.bdo-btn-block{
    width: 100%;
    display: block;
    padding: 15px;
   text-transform: uppercase;
    cursor: pointer;
}

.bdo-button-full {
    width: 100%;
    text-align: center;
    font-size: 28px !important;
}
a.bdo-button-full:hover{
    color: #fff !important;
}

.text-xs{ font-size: 12px; }
.text-sm{ font-size: 14px; }
.text-md{ font-size: 16px; }
.text-lg{ font-size: 18px; }
.text-xl{ font-size: 20px; }
.text-2x{ font-size: 22px; }
.text-3x{ font-size: 24px; }
.text-4x{ font-size: 26px; }
.text-5x{ font-size: 28px; }
.text-6x{ font-size: 30px; }

/*.font-light{ font-family: 'BlissPro', sans-serif; font-weight: 400; }
.font-regular{ font-family: 'BlissPro', sans-serif; font-weight: normal; }
.font-bold{ font-family: 'BlissPro', sans-serif; font-weight: bold; }
.font-heavy{ font-family: 'BlissPro', sans-serif; font-weight: bolder; }
*/

    


/* Cookie Notice */
#cookie-notice {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0 60px !important;
    background: rgba(0,0,0,0.8) !important;
    font-family: 'proximanova';
    font-weight: 400;
}
#cn-notice-text{
    display:block;
}
#cookie-notice .cn-button{
    margin-left: 0;
    margin-top: 10px;
    font-family: 'proximanova';
    font-weight: 500;
    text-transform: uppercase;
    background: #ED1A3B;
    color: #fff;
    border-radius: 0;
    outline: 0;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
}
a#cn-accept-cookie:hover{
    color: #FFF !important;
}


/* Elements Styles */
.bdo-text-light h1, .bdo-text-light h2, .bdo-text-light h3, .bdo-text-light h4, .bdo-text-light h5, .bdo-text-light h6, .bdo-text-light p { color: white !important; }
.bdo-text-dark h1, .bdo-text-dark h2, .bdo-text-dark h3, .bdo-text-dark h4, .bdo-text-dark h5, .bdo-text-dark h6, .bdo-text-dark p { color: #333 !important; }
.bdo-text-red h1, .bdo-text-red h2, .bdo-text-red h3, .bdo-text-red h4, .bdo-text-red h5, .bdo-text-red h6, .bdo-text-red p { color: #ED1A3B !important; }

.bdo-text-light h2, .bdo-text-dark h2, .bdo-text-red h2 { line-height: 40px !important; }

.bdo_paragraph p{
    font-size: 18px;
    line-height: 28px;
	font-weight: 500 !important; /* New */ 
}

.bdo_paragraph a{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
}
.bdo_paragraph a:before {
    content: "\25B6" !important;
    padding-right: 5px;
}


a.bdo_btn:hover{
    color: #FFF !important;
}
a.bdo_btn span{
    font-size: 16px;
}

/* New */ 
header#top nav ul li a, .off-canvas-menu-container ul li a{
	font-weight: bold !important;
}
a.nectar-button{
	font-weight: 500 !important;
	font-family: 'proximanova' !important;
}
.toggles.accordion h3 a{
	font-weight:bold;
}
.toggles.accordion p{
	font-weight: 500 !important;
}





/* Range Slider */

h2.correct_ans{
	display: none;
	transition: 2s;
}
p.response{
	display: none;
	transition: 2s;
	font-size: 16px !important;
}
h2.correct_ans{
	font-size: 20px !important;
	text-align: center
}
.slidecontainer {
	width: 100%;
	display: block;
	position: relative;  
	margin-bottom: 10px;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.whiteslider {
	background: rgba(256,256,256,0.5) !important;
}
.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ED1A3B !important;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ED1A3B !important;
	cursor: pointer;
}

.range-display{
	width: 100%;
	display: block;
	float: left;
	position: relative;
	font-size: 18px;
}

.range-start {
	position: absolute;
	left: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}
.range-selected{
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 20px
}
.range-end {
	position: absolute;
	display: inline-block;
	right: 0;
	font-weight: bold;
	font-size: 18px;
}



.rangeslider{
	background: rgba(256,256,256,0.5); 
}
.rangeslider.black{
	background: rgba(0,0,0,0.5); 
}
.rangeslider__handle{
	border-color: #ED1A3B !important; 
}
.rangeslider__handle, .rangeslider__fill{
	background: #ED1A3B !important;
}


@media only screen and (max-width: 768px) and (min-width: 1px){

	.range-start, .range-selected, .range-end {
/* 		position: relative; */
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
		
		width: min-intrinsic;
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
		display: table-caption;
		display: -ms-grid;
		-ms-grid-columns: min-content;	
		
		text-align: center;
		
	}
	.range-start{
	}
	.range-selected{
		margin: 0 auto;
    	display: block;
	}
	.range-end{
		position: absolute !important;
		top: 0 !important;
		margin-right: 10px;
	}
	
	
	

	
}

	
/* Range Slider  Ends*/





/* Password Check*/
div.passwordstrength-wrapper{
    display: block;
    width: 100%;
	font-size: 16px !important;
}
div.passwordstrength-wrapper .pwd-input-field{
	font-weight: 500;
	font-size: 16px !important;
	border-bottom: 2px solid #ED1A3B !important;
}
.passwordstrength-wrapper.light .pwd-input-field{
	background: rgba(255,255,255,0.5) !important;
	color: #FFF !important;
    font-size: 18px !important;
    font-weight: 500;
}
.passwordstrength-wrapper.dark .pwd-input-field{
	background: rgba(0,0,0,0.5) !important;
	color: #FFF !important;
    font-size: 18px !important;
    font-weight: 500;
}
div.passwordstrength-wrapper .error_message{
	display: block;
	margin-top: 10px;
}

div.passwordstrength-wrapper.light .error_message{
	color: #FFF !important;
}
div.passwordstrength-wrapper.dark .error_message{
	color: #000 !important;
}
/* Password Check Ends*/








/* Fancy Box All */
.nectar-fancy-box[data-style="parallax_hover"] .inner{
    padding: 18% 0px !important;
}
.nectar-fancy-box[data-style="parallax_hover"] .meta-wrap{
    min-height: 180px !important;
    height: auto !important;
    max-height: auto !important;
}

/* Fancy Box First Row Links */
.firstrow_link_boxes .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap{
    min-height: 200px !important;
}

.firstrow_link_boxes_datenschutz .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap{
    min-height: 280px !important;
}


/* Fancy Box Read More */
.readmore_col .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap{
    min-height: 235px !important;
}



/* Tooltip */
#fp-nav ul li .fp-tooltip .tooltip-inner{
    max-width: 250px !important;
}


/* FLIP BOX */
.flip-box-front, .flip-box-back{
    cursor: pointer;
}
.flip-box-front .inner{
    font-weight:bold;
    font-size:250px;
}
.nectar-flip-box .flip-box-front .inner{
    padding: 0;
}
.nectar-flip-box .flip-box-back[data-bg-overlay="true"]:after, .nectar-flip-box .flip-box-front[data-bg-overlay="true"]:after{
    opacity: 0.8 !important;
}


/* MP3 Player */
span.T_mp3j{
color: white;
}

span.indi_mp3j{
color:#eee;
}

@media only screen and (max-width: 768px) and (min-width: 1px){
	.flip-box-back .inner p,
	.flip-box-back .inner ul li,
	{
		font-size: 14px;
		line-height: 20px
	}
	.vuca_col.csr_flipbox .nectar-flip-box .flip-box-back, 
	.vuca_col.csr_flipbox .nectar-flip-box .flip-box-front{
		min-height: 530px !important
	}
	.vuca_col.kapitel_4_grundlagen_datenschutz .flip-box-front .inner{
		padding: 0 !important;
	}
	.vuca_col.vuca_pandemien_kapitel_4 .nectar-flip-box .flip-box-back, .vuca_col.vuca_pandemien_kapitel_4 .nectar-flip-box .flip-box-front{
		min-height: 570px !important;
	}
}



@media only screen and (max-width: 999px) and (min-width: 1px){
    #header-secondary-outer, #header-outer #header-secondary-outer, #header-outer #mobile-menu .secondary-header-text {
        display: none !important;
    	padding: 15px 0 !important;
	}
	#header-outer {
    	padding: 15px 0 !important;
	}
    .vt_left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .vt_right{
        width: 100%;
        margin-left: 0;
    }
	
	
	/* 	Carousel Slider */
	.flickity-viewport{
		min-height: 300px !important;
		max-height: inherit !important;
	}
	.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next, .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{
		margin-top: -25px !important
	}
	
	.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{
		left: -18px !important
	}
	.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{
		right: -17px !important
	}
	
	.slider_caption {
		padding: 10px 15px !important;
		position: relative !important;
		margin-top: -15px !important;
		font-size: 16px !important;
		line-height: 22px
	}
	
	
	
}

@media only screen and (max-width: 480px) and (min-width: 1px){
/*  #nectar_fullscreen_rows{
        padding-top: 100px !important;
        padding-right: 30px !important;
    } */
    .bdo_col{
        padding-top: 70px !important;
        padding-right: 40px !important;
/*      padding-left: 20px !important; */
    }

	/* 	Carousel Slider */
	.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next, .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
		margin-top: -85px !important;
	}


}








#fp-nav {
    right: 0 !important;
    height: 100% !important;
    display: table;
    vertical-align: middle;
    padding-right: 8px !important;
}

#fp-nav.tooltip ul li a, .tooltip .fp-slidesNav ul li a {
    padding: 9px 17px !important;
}
#fp-nav ul{
    display: table-cell;
    vertical-align: middle;
}




/* VUCA FlipBox*/
.vuca_col .nectar-flip-box .flip-box-back, .vuca_col .nectar-flip-box .flip-box-front{
    height: 410px !important;
}
.vuca_col .nectar-flip-box .flip-box-back .inner{
    padding:0 15px !important;
}
.vuca_col .nectar-flip-box .flip-box-back .inner p{
    color: #333 !important;
}
.vuca_col .nectar-flip-box .flip-box-back{
	background: #ddd !important;
	
}


/* VUCA Front Box Small Text */
.vuca_front_small_text .flip-box-front .inner{
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 15px;
}

/* VUCA Back Box Small Text */
.vuca_back_small_text .inner p{
	font-size: 14px !important;
	line-height: 17px !important;
}

/* Quote - ICON with IMAGE */
body [class^="icon-"].icon-default-style{
    font-size: 24px;
/*     color: #FFF!important; */
}
.iwt-text{
    font-size: 18px;
    line-height: 28px;
/*     color: #FFF!important; */
}
.iwithtext .iwt-text {
/*     color: white !important; */
}
.bdo-quote-author{
/*     color: #bbb; */
    font-size: 16px;
}
.bdo-quote-author strong{
    padding-right: 5px;
}


/* BDO Testimonial */
.nectar_single_testimonial .inner p{
    font-size: 18px !important;
    line-height: 28px !important;
}
.nectar_single_testimonial .image-icon{
    width: 90px !important;
    height: 90px !important;
}
.nectar_single_testimonial .inner .wrap{
    width: 60% !important;
}
.nectar_single_testimonial .inner .wrap span:first-child{
    font-size: 18px;
    line-height: 28px;
}
.nectar_single_testimonial .inner .wrap span span.title{
    font-size: 16px;
}



/* Audio Player */
.uc_solid_audio_player{
    background-color: rgba(0,0,0,0.50) !important;
}
.uc_solid_audio_player .uc_container_image {
    height: 130px !important;
    font-family: BlissPro-Regular;
}
.uc_solid_audio_player .uc_container_image p{
    display: none !important;
}
#ajax-content-wrap .mejs-container.mejs-audio {
    height: 35px !important;
}
.uc_solid_audio_player .uc_container_image .uc_audio_caption {
    bottom: 40px !important;
} 
.uc_solid_audio_player .uc_container_image h2{
    margin-bottom:0;
    text-transform: normal;
	font-weight: bold !important;
}
body .mejs-container.mejs-audio .mejs-controls{
    height: 28px !important;
}
#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total{
    background-color: rgba(0,0,0,0.9) !important;
}
@media only screen and (max-width: 480px) and (min-width: 1px){
    .uc_solid_audio_player .uc_container_image {
        height: 190px !important;
    }
}



/* 404 Page */
#error-404 h2{
    line-height:1.2em !important;
}
@media only screen and (max-width: 480px) and (min-width: 1px){
    #error-404 {
        padding-top: 0 !important;
    }
    #error-404 h1{
        font-size:160px !important;
    }
}


@media only screen and (max-width: 690px){
    body .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
        top: -80% !important;
    }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip.open{
        min-height: 400px !important;
        max-height: auto !important;
        height: auto !important;
/*      padding: 0 30px; */
    }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .inner{
        width: 100%;
        padding: 0 30px;
    }
}



/*---------Nav Bullets---------*/
#fp-nav:not(.tooltip_alt).light-controls ul li a span{
    box-shadow: inset 0 0 0 8px #f74863 !important;
}
body #fp-nav ul li a.active span {
    box-shadow: inset 0 0 0 2px #ED1A3B !important;
    -webkit-box-shadow: inset 0 0 0 2px #ED1A3B !important;
}
#fp-nav:not(.light-controls) ul li a span {
    box-shadow: inset 0 0 0 8px #f74863 !important;
    -webkit-box-shadow: inset 0 0 0 8px #f74863 !important;
}
#fp-nav:not(.tooltip_alt).light-controls ul li a.active span, .fp-slidesNav.light-controls ul li a.active span {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ED1A3B !important
}




/* Survey */
.survey-container img{
	display: none !important;
}



/* Module 4 */
.bdo4-krisenmanagement [class^="icon-"]:before{
	color: #FFF !important;
}



/* Email Exercise */

.email-container{
	width: 100%;
	min-height: 200px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
}
.email-content{
	line-height: 24px;
}
.email-content h5{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	text-transform: none;
}
.email-content span{
	cursor: pointer;
	transition: 0.4s;
}
span.ReadyToCheck, span.ToCheck:hover{
	background-color: #df8639;
	color: #FFF;
	transition: 0.4s;
}
span.IsCorrect{
	background-color: #dc3545;
	color: #FFF;
}
.email-container .btn-check-email-result{
	display: none;
	background: #ED1A3B;
    border: 0;
    padding: 7px 10px;
    color: #FFF;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}
.EmailMessageToShow{
	display: none;
    font-size: 18px;
}
.email-body{
	margin: 20px 0
}
.email-body .SpamLink{
	color: #02a5e2;
	font-weight: bold;
}
.email-footer{
	margin-bottom: 20px
}
.email-footer p.footer-text{
	font-size: 12px;
	line-height: 15px;
	color: #b3b3b3;
}
.SenderEmail{
	color: #02a5e2;
}



/* Carousel Slider */
.slider_caption {
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(237,26,59,0.8);
    color: #FFF;
    margin-bottom: 15px !important;
    font-size: 18px;
}
.slider_caption a{
	color: inherit
}





/* Image Toggle Switch*/
.image_toggle_switch{
	width: 100%;
	display: block;
}

.image_toggle_switch img{
	max-width: 100%;
}
.toggle_src_img_ref{
	display: none !important;
}

.image_toggle_switch .toggle_switch {
	position: relative;
	display: block;
	width: 70px;
	height: 34px;
	margin: 20px auto;
}

.image_toggle_switch .toggle_switchtoggle_switch input {display:none;}

.image_toggle_switch .img_toggle_slider_round {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #a0a0a0;
	-webkit-transition: .4s;
	transition: .4s;
}

.image_toggle_switch .img_toggle_slider_round:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.image_toggle_switch input:checked + .img_toggle_slider_round {
  	background-color: #ED1A3B;
}


.image_toggle_switch input:checked + .img_toggle_slider_round:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}
.img_toggle_btn{
	opacity: 0;
}

.image_toggle_switch .img_toggle_slider_round {
  	border-radius: 20px;
}

.image_toggle_switch .img_toggle_slider_round:before {
	border-radius: 20px;
}


.image_toggle_text_src{
	padding: 20px;
	display: block;
}
.image_toggle_text_src p{
	font-size: 16px !important;
	line-height: 24px !important;
}

.image_toggle_text_ref{
	display: none !important
}
/* Image Toggle Switch Ends */



/* Module 5 */
.row_mod5_vuca_box .flip-box-front .inner{
    font-size: 2em !important;
    line-height: 34px;
}




.RoundSliderResponse{
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}
.roundSlider .rs-handle {
    background-color: #ed1a3b;
}



/* Text Ordering */
#textorder_ul { list-style-type: none; margin: 0; padding: 0; width: 60%; cursor: all-scroll }

#textorder_ul li 
{
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    font-size: 1.4em; 
    /* border: 1px solid #c5c5c5; */
    background-color: #333333;
    font-weight: normal;
    color: #fff;
    width: 210px; 
    list-style: none;
    padding: 15px;
    margin-top: 5px;
}

#textorder_ul i
{
    padding-right:10px;
}


#textorder_ok_btn {
    cursor: pointer;
    text-align: center;
    background-color: #ed1a3b;
    color: white;
    padding: 15px 40px;
    border: none;
	margin-top: 10px;
}

#textorder_feedback_text {
    color: #1d2129;
    font-size: 16px;
    text-align: left;
}







/* BDO Newsfeed */

/*.bdo-newsfeed-container .container:after,
.container-wrap.bdo-newsfeed-container:after{
    content: none !important;
}*/

.bdo-newsfeed .article-content-wrap{
    padding: 20px !important;
    height: 100%;
}

.bdo-newsfeed .newsfeed-col{
    background: #FFF;
    position: relative;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    box-shadow: 0px 1px 3px rgba(0,0,0,.08);

}


.bdo-newsfeed .title,
.bdo-newsfeed-ie .title{
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 10px 0 10px 0;
}

.bdo-newsfeed span.meta.date,
.bdo-newsfeed span.meta.format-type,
.bdo-newsfeed-ie span.meta.date,
.bdo-newsfeed-ie span.meta.format-type{
    display: inline-block;
}
.bdo-newsfeed span.meta.date,
.bdo-newsfeed-ie span.meta.date,{
    font-size: 14px !important;
}
.bdo-newsfeed span.meta.format-type,
.bdo-newsfeed-ie span.meta.format-type{
    float: right;
    margin-top: -2px;
    font-size: 12px;
    background: #ED1A3B;
    color: #FFF;
    padding: 0 5px;
    border-radius: 2px;
}

.bdo-newsfeed p{
	font-size: 16px !important;
	line-height: 22px !important
}

.bdo-newsfeed .inner-wrap.has-post-thumbnail{
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.bdo-newsfeed .post-meta{
    background: #eeeeee;
    /*position: relative !important;*/
}

.newsfeed-link{
    display: block;
    margin: 20px 0 5px 0; 
}
.newsfeed-link a{
    text-transform: uppercase;
    font-weight: bold !important;
    color: #444444;
    text-decoration: none; 
    transition: 0.5s;
}
.newsfeed-link a:hover{
    margin-left: 5px;
}
.newsfeed-link a:after{
    content: "\25B6" !important;
    padding-left: 5px;
}





.newsfeed-post-meta{
    background: #EEE;
    box-sizing: border-box;
    padding: 5px 18px 2px 18px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,.04);
    /*box-shadow: 0px 1px 3px rgba(0,0,0,.08);*/
}
.newsfeed-tags{
    padding: 10px 0;
}
.newsfeed-tags span{
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.newsfeed-tag-chapter{
    background: #505050;
    color: #FFF;
}
.newsfeed-tag-simple{
    background: #828282;
    color: #FFF;
}

.bdo-newsfeed .newsfeed-post-image{
   object-fit: cover;
   width: 100% !important;
   height: 250px !important;
}

.bdo-newsfeed {
    padding: 30px 0;
    font-size: 16px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    grid-auto-rows: minmax(500px, auto)
}

.row.bdo-newsfeed:before,
.row.bdo-newsfeed:after{
    content: none !important;
}



.newsfeed-post-meta{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bdo-newsfeed .newsfeed-col,
.inner-wrap.has-post-thumbnail{
    border-radius: 4px !important;
}


/* BDO Newsfeed IE Compatibility */
.bdo-newsfeed-ie{
    width: 100%;
    display: table;
}
.bdo-newsfeed-ie-row{
    display: table-row;
}
.bdo-newsfeed-ie .newsfeed-col{
    /*width: 48% !important;*/
    display: inline-block;
    /*float: left;*/
    margin-right: 12px;
    margin-bottom: 15px;
    min-height: 400px;
    vertical-align: top;
}

.bdo-newsfeed-ie .article-content-wrap{
    padding: 20px !important;
    min-height: 280px;
}

/*.bdo-newsfeed-ie .newsfeed-col{
    min-height: 500px;
}*/

.bdo-newsfeed-ie .newsfeed-ie-image{
    width: 100%;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;  
}
.bdo-newsfeed-ie .inner-wrap.has-post-thumbnail{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}




/* BDO Newsfeed IE Compatibility Ends */







@media only screen and (min-width: 1600px){
    .bdo-newsfeed{
        grid-template-columns: repeat(3, 1fr);
    }
    .bdo-newsfeed-ie .newsfeed-col{ /* IE */ 
        width: 32% !important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1599px){
    .bdo-newsfeed{
        grid-template-columns: repeat(2, 1fr);
    }
    .bdo-newsfeed-ie .newsfeed-col{ /* IE */ 
        width: 48% !important;
    }
}

@media only screen and (max-width: 999px) and (min-width: 768px){
    .bdo-newsfeed{
        grid-template-columns: repeat(1, 1fr);
    }
    .newsfeed-post-image{
       height: 300px !important;
    }
    .bdo-newsfeed-ie .newsfeed-col{ /* IE */ 
        width: 100% !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 1px){
    .bdo-newsfeed{
        grid-template-columns: repeat(1, 1fr);
    }
    .newsfeed-post-image{
       height: 200px !important;
    }
    .bdo-newsfeed-ie .newsfeed-col{ /* IE */ 
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.bdo-emptyspace{
    height: 100px;
    display: block;
    float: left;
}




/* Newsfeed Single Post Design */

.bdo-newsfeed-single{
    padding: 40px;
    background: white;
    border-radius: 4px;
}

.bdo-newsfeed-single .post-featured-img > img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 4px;
}
.bdo-newsfeed-single .post-header{
    position: relative;
}
.bdo-newsfeed-single .post-header .title{
    font-size: 32px !important;
    line-height: 38px !important;
    margin: 20px 0 20px 0;
}
.bdo-newsfeed-single .post-header span.meta{
    display: inline-block;
}
.bdo-newsfeed-single .post-header span.meta.format-type{
    font-size: 12px;
    background: #ED1A3B;
    color: #FFF;
    padding: 0 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.bdo-newsfeed-single .article-content-wrap p{
    font-size: 16px !important;
	line-height: 22px !important
}

.bdo-newsfeed-breadcrumbs{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.bdo-newsfeed-breadcrumbs a.previous{
    font-weight: bold !important;
    text-transform: capitalize;
}
.bdo-newsfeed-breadcrumbs .current{
    font-weight: 500;
    opacity: 0.9
}

.bdo-newsfeed-single-tags{
    margin-top: 10px;
    border-radius: 4px;
    padding: 7px 40px 3px 40px !important;
    background: #FFF;
    margin-bottom: 30px;
}




/* Checkpool */
.cp_active_btn {
	background-color: #333333;
	position: relative;
}
.cp_active_btn:hover {
	background-color: #505050;
}



.cp_inactive_btn {
	background-color: #505050;
	position: relative;
}



.cp_inactive_btn:hover {
	background-color: #333333;
}



.cp_normal_btn {
	padding: 15px 25px;
	font-size: 18px;
	text-align: center;
	/*cursor: not-allowed;*/
	outline: none;
	color: #fff;
	/* background-color: #4CAF50; */
	border: none;
	/* border-radius: 15px; */
	box-shadow: 0 9px #e7e7e7;
	margin: 10px;
	width: 250px;
	height: 102px;
}



.cp_normal_btn:active {
	/* background-color: #3e8e41; */
	box-shadow: 0 5px #333333;
	transform: translateY(4px);
}



.fa.fa-check{
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 5px 0 0;
	color: #ed1a3b;
}



#ok_btn {
	cursor: pointer;
	text-align: center;
	background-color: #ed1a3b;
	color: white;
	float: right;
	right: 3%;
	/* top: 58%; */
	width: 90px;
	height: 70px;
	border: none;
}



#cp_feedback_text {
	color: #1d2129;
	font-size: 16px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
       



#wordCloud{
    height: 450px;
    background-color: transparent;
	font-family: 'Oswald', sans-serif;
}



.wha-dir-right .wha-word-list{
	display: none !important;
}


/* CSR Module */
.csr_percentage_bars .nectar-progress-bar span strong {
    right: 7px !important;
    top: 3px !important;
    color: #FFF !important;
}

.csr_percentage_bars .nectar-progress-bar span {
    height: 28px !important;
}


/* Video Play Btn */
.nectar_video_lightbox path, .span_12.dark .nectar_video_lightbox.play_button_with_text path{
	fill: #ED1A3B !important
}
.nectar_video_lightbox.play_button:before, .nectar-video-box .play_button_mouse_follow:before, .auto_meta_overlaid_spaced article .content-inner > .play:before{
	border-color: #ED1A3B !important
}





.footer-social{
	display: flex;
	flex-wrap: wrap;
	margin-top:-20px
}
.footer-social a{
	width: 50px;
    height: 45px;
    display: inline-flex;
    background: #525252;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
}
.footer-social a:hover{
	background: #424242;
}


/* Search Page v2 */
.di-search-results{
  display: flex;
  width: 100%;
  background: #DEE1EA;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.di-search-results a{
  background: #525252;
  text-decoration: none;
  margin: 15px;
  padding: 20px;
  background: white;
  box-sizing: border-box;
	width: calc(33.3% - 30px);
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color: inherit !important
}
.di-search-results a:hover{
  background: #e5e5e5;
	color: inherit !important
}
.di-search-results .di-search-img-div{
	width: 100%;
	height: 140px;
}
.di-search-results .di-search-img-div img{
  border-radius: 4px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.di-search-results .di-search-post-type{
	text-align: center; 
	color: grey; 
	margin-bottom: 5px;
	margin-top: 8px;
	font-size: 13px
}
.di-search-results p{
  font-size: 16px;
	line-height: 22px !important;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0;
	font-weight: bold !important
}

@media only screen and (max-width: 999px) and (min-width: 481px){
.di-search-results a{
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 480px) and (min-width: 1px){
.di-search-results a{
    width: calc(100% - 30px) !important;
  }
}



.home_modules_col_main img{
	width: 100% !important
}


#footer-outer p{
	font-size: 13px !important;
	line-height: 17px !important
}
#footer-outer p a{
	font-weight: bold !important
}



/* Total Soft Poll */
.di_poll_answer_div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.di_poll_answer_div div.Total_Soft_Poll_1_Ans_Check_Div{
	text-decoration: none;
    margin: 15px 10px;
    padding: 20px !important;
    box-sizing: border-box;
    width: calc(50% - 20px) !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	min-height: 60px !important;
}
.di_poll_answer_div label{
	display: flex !important;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) and (min-width: 1px){
	.di_poll_answer_div{
		flex-direction: column;
	}
	.di_poll_answer_div div.Total_Soft_Poll_1_Ans_Check_Div{
		width: 100% !important;
		margin: 0 0 15px 0 !important
	}
}



/* Hotspot full width fix and text overlay, module 8 chapter 2 */
#hotspot_image_heading_fix_module_8 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-150%,-5%);
}
.hotspot_title_fix_responsiveness_module8{
	padding-left: 15% !important;
}

/* Module 8 Chapters Boxes Height Fix */
.module8-chapters-boxes .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap {
    min-height: 300px!important;
}