@font-face {
  font-family: 'AmsiPro-Bold';
  src: url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/EM-Amsi-Pro/AmsiPro-Bold/AmsiPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


#slideshow {
	height: 600px;
	background-color: #F5F5F5;
}

/* =====================
	General
===================== */
.full-width {
	width: 100%;
	padding: 50px 25px;
}
.full-width.homepage-top {
	padding-bottom: 80px;
}
.grey {
	background-color: #F5F5F5;
}
.red {
	background-color: #F11F25;
}
/*.cell {
	padding: 2rem;
}*/
.button, .button:focus {
	border: 0px;
	color: white;
	background: #F11F25;
	border-radius: 8px;
	padding: 15px 50px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    margin-right: 4%;
}
.button:hover {
	background: #ff0007;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
a {
	color: #000;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
a:hover {
	color: #000;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
a:focus{
    color: #000 !important;
}
h1, h2, h3, h4 {
	font-family: 'AmsiPro-Bold';
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: 0.45px;
	// or
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
	// or
	text-shadow: #fff 0px 1px 1px;	*/
	
}
h2 {
	font-size: 1.4rem;
	margin-bottom: 1.2rem
}
h2.big {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
h3.big {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
	/*font-weight: bold;*/
}
p {
	color: #262626;
}
p a {
	color: #F11F25;
}
p a:hover {
	color: #ff0007;
	text-decoration: underline;
}
.introduction {
	font-size: 1.4rem;
}
.breadcrumb {
	/*position: absolute;
	z-index: 9997;
	font-size: 0.95rem;*/
	font-size: 0.8em;
}
.title {
	position: absolute;
	z-index: 9997;
	margin-top: 180px;
}
.title h1 {
	font-weight: bold;
	margin-bottom: 0px;
}
.title p.subtitle {
	font-size: 18px;
}
.cell.white {
	background-color: #fff;
}
.cell.large-4.sidebar {
	padding-left: 25px;
}
.course-red-border {
	background-color: transparent;
	border: 2px solid #F11F25;
	color: #F11F25;
	line-height: 1.1em;
	height: 48px;
}
.course-red-border:hover {
	background-color: #F11F25;
	color: #fff;
}
.aed-green-border {
	background-color: transparent;
	border: 2px solid #1BB15E;
	color: #1BB15E;
	line-height: 1.1em;
	height: 48px;
}
.aed-green-border:hover {
	background-color: #1BB15E;
	color: #fff;
}
.aed-green {
	background-color: #1BB15E;
}
.aed-green:hover {
	background-color: #1BB15E;
}
/* =====================
	Header
===================== */
#header { 
	/*position: fixed;*/
	top: 0;
	z-index: 9998; 
	max-width: 100%; 
	width: 100%; 
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	/*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);*/
}
#header .logo {
	float: left;
	width: 300px;
}
@media screen and (max-width: 481px) {
	#header .logo {
	float: left;
	width: 250px;
	}
	.cell .mburger {
		margin-top: 20px !important;
	}
}
#header .navigation-section {
	float: right;
	position: relative;
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF;
}
.alert-box.radius {
    border-radius: 3px;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;    
    font-weight: normal;
    margin-bottom: 1.11111rem;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #FFFFFF;
}
/* =====================
	Main Navigation Menu
===================== */
.title-bar {
	background-color: transparent;
	float: right;
}
.title-bar a.button {
	margin: 0 20px;
}
.vertical.menu.accordion-menu {
	margin-top: 83px;
	position: absolute;
	background-color: #F11F25;
	right: -35px;
	width: 200px;
	border-radius: 8px;
	padding: 20px 10px;
	z-index: 9999;
}
.vertical.menu.accordion-menu li a {
	color: #fff;
	font-size: 0.9rem;
	font-family: 'AmsiPro-Bold';
	padding: 12px 20px;
}

/* Menu Version 2.0 */
.header-menu {
	float: right;
	position: relative;
}
.top-menu {
	position: absolute;
	right: 0;
	top: -15px;
}
.top-menu ul {
	display: inline-flex;
	list-style-type: none;
	margin: 0;
}
.top-menu ul li {
	margin: 10px;
	font-size: 0.9em;
}
.main-menu {
	position: relative;
	top: 50px;
}
.main-menu ul {
	display: inline-flex;
	list-style-type: none;
	margin: 0;
}
.main-menu ul li {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: 600;
}
.main-menu ul li a {
	padding: 15px;
}
.donate-button {
	margin: 25px 50px !important;
	position: relative;
}
.donate-button a.button {
	margin: 0;
	padding: 15px 50px;
}
/* =====================
	Homepage Content
===================== */
/* Homepage Top */
@media screen and (min-width: 700px) {
	.boxed {
		background: #FFFFFF;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);	
		margin-top: -95px;
		width: 48% !important;
		position: relative;
		z-index: 9997;
	}
	.boxed:nth-child(1) {
		margin-right: 45px;
	}
	.homepage-top {
		margin-top: -40px;
	}
	.homepage-top .cell {
		padding: 40px;
	}
}
@media screen and (max-width: 1189px) {
	.boxed:nth-child(1) {
		margin-right: 4%;
	}
}
/*@media screen and (max-width: 1139px) {
	.boxed:nth-child(1) {
		margin-right: 4%;
	}
}*/
.homepage-top .boxed {
	position: relative;
	overflow: hidden;
}
span.icon {
	float: left;
	margin-right: 12px;
}
span.icon .icofont-hat {
	font-size: 2.2em;
	color: #F11F25;
}
span.icon .icofont-book {
	color: #F11F25;
}
/* News */
.test {
	position: relative;
	background-color: #F5F5F5;
}
.test .cont {
	padding: 10px 20px;
}
.test .cont h3 {
	font-size: 1rem;
	
}
.test img {
	-webkit-transition: opacity 0.25s ease-out, color 0.25s ease-out;
	transition: opacity 0.25s ease-out, color 0.25s ease-out;
}
a h3 {
	-webkit-transition: color 0.25s ease-out, color 0.25s ease-out;
	transition: color 0.25s ease-out, color 0.25s ease-out;
}
a:hover .test img {
	opacity: 0.8;
}
a:hover h3 {
	color: #383838;
}
h5.date {
	font-size: 0.9em;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.test.team .cont h3 {
	font-size: 1.3rem;
	margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
	.test p {
		display: none;
	}
	.test.team p {
		display: block;
	}
}
/* =====================
	Landing Page Global
===================== */
.header-landing-page {
	/*margin-top: 142px;*/
	min-height: 450px;
}
.header-landing-page .header-cont {
	margin-top: 50px;
}

/* =====================
	Publications
===================== */
.full-width.filtered-cont {
	padding-top: 25px;
}
.pub .cont {
	padding: 10px 0px; /* padding: 10px 20px */
}
.pub h3 {
	margin-top: 8px;
	margin-bottom: 3px;
}
.pub img {
	-webkit-transition: opacity 0.25s ease-out, color 0.25s ease-out;
	transition: opacity 0.25s ease-out, color 0.25s ease-out;
}
a:hover .pub img {
	opacity: 0.8;
}
.lang-content {
    margin-top: -15px; 
    font-size: 15px;
}
.language-icon {
    width: 25px; 
    margin-right: 15px;
}
.lang-content a {
    text-decoration: underline;
	color: #F11F25;    
}
.lang-content a:focus {
	color: #F11F25 !important;    
}
span.language-divider {
	margin: 0 5px;
}
@media screen and (max-width: 481px) {
	#myBtnContainer {
	padding: 0 28px;
	}
	#myBtnContainer span.left {
		width: 100%;
		float: left;
		clear: both;
		padding-bottom: 15px;
	}
	#myBtnContainer span.right {
		width: 100%;
		float: left;
	}
	#myBtnContainer span.right button.first {
		margin-left: 0;
	}
}
#myBtnContainer .btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #fff;
	cursor: pointer;
	margin-left: -3px;
}
#myBtnContainer .btn:hover {
	background-color: #ddd;
}
#myBtnContainer .btn.active {
	background-color: #ff0007;
	color: #fff;
}
#myBtnContainer .btn.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 5px;
}
#myBtnContainer .btn.last {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* =====================
	Course Landing
===================== */
.filter-section {
	margin-top: 1px;
	padding: 20px 25px;
}
/* =====================
	Course Single
===================== */
.apply-course {
	background-color: #F5F5F5;
	border-left: 5px solid #F11F25;
	padding: 25px;
}
.apply-course a.button {
	width: 100%;
}
.sidebar .left {
	float: left;
	padding-right: 20px;
}
.sidebar span {
	font-size: 14px;
	position: relative;
	top: -7px;
}
.requirements-link {
	font-size: 15px;
	margin: 25px 0 0;
}
.requirements-link a {
	color: #ff0007;
	text-decoration: underline;
}
.another-date {
	padding: 25px 30px;
}
.another-date  .requirements-link {
	margin-top: 0;
}
.day .left, .price .left {
	padding: 5px 15px 0 0;
}
.day .left i, .price .left i {
	color: #262626;
}
/* =====================
	Help
===================== */
#help {
	padding: 25px 25px;
}
#help span {
	padding-left: 20px;
	position: relative;
	top: -5px;
}
/* =====================
	Footer
===================== */
#footer {
	border-bottom: 1px solid #d10000;
}
@media screen and (max-width: 639px) {
	#footer .grid-container .grid-x .cell:nth-child(3), #footer .grid-container .grid-x .cell:nth-child(4) {
		padding-top: 30px;
	}
}
#footer h4 {
	color: #fff;
}
#footer ul {
	list-style-type: none;
	margin: 0;
}
#footer ul li {
	padding: 2px 20px;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul.social-media {
	display: inline-flex;
}
#footer ul.social-media li {
	padding: 2px 20px 2px 0px;
}
#footer ul.social-media li a i {
	font-size: 1.5em;
}
#footer ul.social-media li a:hover {
	text-decoration: none;
}
.full-width.dark-red {
	border-top: 1px solid rgba(255, 111, 111, 0.73);
	background-color: #ed0000;
	padding: 0 25px;
}
.full-width.dark-red p {
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 0;
}
/* =====================
	Slider
===================== */
h1.slider-title {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 900;
}
p.slider-intro {
	/*font-weight: 500;*/
}
.full-width.slick-slide {
	padding-top: 40px;
	padding-bottom: 80px;
	/*margin-top: 124px;*/
}
.slick-slider .slick-dots {
	bottom: 75px;
}
.slick-slider .slick-dots li {
	margin: 0;
}
.slick-next::before {
    content: none; /* hide next button */
}
.slick-prev:before, .slick-next:before {
	display: none; /* hide next button */
}
/* =====================
	Mmenu 
===================== */
#my-menu:not( .mm-menu ) {
    display: none;
}
/* hamburger icon open/close */
.mburger {
    width: 50px !important;
    height: 50px !important;
    --mb-bar-height: 2px;
    --mb-button-size: 50px;
    float: right;
    margin-top: 30px !important;
    
}
a.mburger:hover, a.mburger:focus {
	color: #000;
}
#mm-1 {
	background-color: #282729;
}
.mm-navbar.mm-navbar_sticky {
	display: none;
	border: none;
	border-color: transparent;
}
li.mm-listitem {
	border: none;
	border-color: transparent;
	text-align: center;
}
/*li.mm-listitem a.mm-listitem__text {
	color: #0a0a0a;
	font-size: 1.3rem;
    margin-bottom: 1.2rem;
    font-family: 'AmsiPro-Bold';
}*/
li.mm-listitem a:hover {
	color: #F11F25;
}
li.mm-listitem.mm-listitem_vertical a.mm-btn.mm-listitem__btn {
	padding-right: 10px
}
li.logo-menu {
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 136px;
}
li.logo-menu a img {
	width: 300px;
}
@media screen and (max-width: 481px) {
	li.logo-menu a img {
	width: 250px;
	}
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
    background: #282729 !important;
}

@media only screen and (min-width: 1442px) {
  li.logo-menu a {
    display: none;
  }
}


/* Collapsable Div */
 
  *, ::after, ::before {
	  box-sizing: border-box;
  }
  
  .collapse {
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);; 
  }

  .collapse.show {
	max-height: 100%;
	transition: max-height .5s ease-in-out;
  }

  .block__content {
	border: 1px solid #ccc;
	padding: 1.5em;
	height: 100%;
  }
  button.btn__first {
	background: #F11F25;
	color: #fff;
    border-radius: 8px;
    padding: 15px 50px;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
	/*float: right;*/
	cursor: pointer;
	margin-top: 50px;
  }

  button.btn__first:hover {
	background: #ff0007;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
  }