html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}
/*
-----------------------------------------------
HANNAN SCHOOL MOROCCO SCREEN CSS DOCUMENT
Copyright (c) 2021
Author:   Martin Dady - MoroccanWebsites.com
----------------------------------------------- */

/* GENERAL RULES
----------------------------------------------- */

html,
body {
	height: 100%;
	font-size: 100%;
	line-height: 1.5rem;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #FFF;
	color: #333;
	font-family: 'Nunito', Helvetica, Arial, sans;
	font-weight: 400;
}

body#home .pkg {
	color: #000;
}

img {
	display: block;
	max-width: 100%;
  	height: auto;
  	width: auto;
}

p,
ol li,
li,
label {
	font-size: 16px;
	font-size: 1rem;
}

p {
	margin: 0 0 1.5rem 0;
	}

abbr,
dfn {
	cursor: help;
	border-bottom: 1px dotted #999;
}

strong,
.font-weight-bold,
label {
	font-weight: 600;
}

#privacy .page-content ul,
#news .page-content ul {
	margin-bottom: 1.5rem;
	margin-left: 1rem;
	list-style-type: square;
}

/* LINKS
----------------------------------------------- */

a:link,
a:visited {
	color: #006dd0;
	font-weight: 600;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

a:hover {
	color: /*#C45500*/#00498B;
	text-decoration: none;
}

/*a.underlined:link,
a.underlined:visited,*/
#content a:link,
#content a:visited {
	border-bottom: 1px solid transparent;/*#D2DCEE*/;
}

/*a.underlined:hover,
a.entry-title:hover,*/
#content a:hover,
.e-content a:hover,
.entry-summary a:hover {
	border-bottom: 1px solid #006dd0;
}

#content a.no-underline:link,
#content a.no-underline:visited {
	border: none !important;
}

a.back:link,
a.back:visited {
	color: #666;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	transition: all 0.3s ease-in-out;	
}

a.back:hover {
	border-bottom: 1px solid #666 !important;
}

h1 a:link,
h1 a:visited {
	color: #666;
	transition: all 0.3s ease-in-out;	
}

h1 a:hover {
	border-bottom: 1px solid #666 !important;
}

strong.underlined {
	border-bottom: 1px dashed #777;
}

a[aria-expanded=true] i {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav a {
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	text-transform: uppercase;
}

#sidebar a:link,
#sidebar a:visited,
.navbar-nav a:link,
.navbar-nav a:visited {
	color: #555;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-nav a:hover,
.navbar-nav strong {
	color: #E2B808;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbarNavAltMarkup a:hover,
#navbarNavAltMarkup strong,
#sidebar a:hover,
#sidebar strong {
	color: #e2b808;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.just-giving:link,
a.just-giving:visited {
	color: #AD29B6;
	font-weight: 600;
}

@media screen and (min-width: 378px) {
	#sidebar a:link,
	#sidebar a:visited,
	#sidebar a:hover,
	#sidebar strong {
		font-size: 14px !important;
		font-size: 0.875rem !important;
	}
}

footer a:link,
footer a:visited {
	color: #BBB;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

footer a:hover,
footer strong {
	color: #AAA;
	font-weight: 400;
}

@media screen and (min-width: 480px) {
	footer a:link,
	footer a:visited {
		font-size: 14px;
		font-size: 0.875rem;
	}

	footer a:hover,
	footer strong {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.vertical-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	min-width: 250px;
	width: 250px;
	height: 100vh;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	overflow: scroll;
	transition: all 0.4s;
	line-height: 1.6 !important;
}

#sidebar.active {
	margin-left: -250px;
}

#content.active {
	width: 100%;
	margin: 0;
}

.navbar-brand img {
	width: 120px !important;
}

@media screen and (min-width: 769px) {
	.navbar {
		display: none;
	}
}

@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	#content {
		width: 100%;
		margin: 0;
	}
	#content.active {
		margin-left: 250px;
		width: calc(100% - 250px);
	}
}

#sidebar i {
	font-size: 24px;
	font-size: 1.55rem;
}

.utility li a:link,
.utility li a:visited {
	font-size: 10px;
}

.utility li a:hover {
	font-size: 10px;
}

.contact-link,
a.contact-link:link,
a.contact-link:visited {
	color: #FFF !important;
}

/* LAYOUT
----------------------------------------------- */

.navbar-nav li {
	margin-bottom: 1rem !important;
}

.banner {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: right top;
	/*-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.4);*/
}

.cover {
	background-size: cover;
}

.banner-bottom {
	width: 100%;
	height: 328px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cover-bottom {
	background-size: cover;
}

#about .banner,
#privacy .banner {
	background-image: url(../img/hannan-school-morocco-team.jpg);
	background-position: top left;
}

#about .banner-bottom,
#privacy .banner-bottom {
	background-image: url(../img/hannan-school-morocco-class.jpg);
	background-position: center bottom;
}

#help .banner {
	background-image: url(../img/hannan-school-morocco-help.jpg);
	background-position: center bottom;
}

#help .banner-bottom {
	background-image: url(../img/hannan-school-morocco-volunteers-02.jpg);
	background-position: top right;
}

#fundraiser .banner {
	background-image: url(../img/hannan-school-morocco-fundraiser.jpg);
	background-position: right top;
}

#fundraiser .banner-bottom {
	background-image: url(../img/hannan-school-morocco-fundraiser-bottom.jpg);
	background-position: top center;
}

#amazigh .banner {
	background-image: url(../img/hannan-school-morocco-learning.jpg);
	background-position: left bottom;
}

#amazigh .banner-bottom {
	background-image: url(../img/hannan-school-morocco-signpost.jpg);
	background-position: top right;
}

#donate .banner {
	background-image: url(../img/hannan-school-morocco-girls-playing.jpg);
	background-position: center top;
}

#donate .banner-bottom {
	background-image: url(../img/hannan-school-morocco-sandplay.jpg);
	background-position: top right;
}

#faq .banner {
	background-image: url(../img/hannan-school-morocco-hopscotch.jpg);
}

#faq .banner-bottom {
	background-image: url(../img/hannan-school-morocco-oum-er-rbia-river.jpg);
	background-position: bottom right;
}

#blog .banner {
	background-image: url(../img/hannan-school-morocco-sandplay.jpg);
}

#media .banner {
	background-image: url(../img/hannan-school-morocco-chalkboard.jpg);
}

#media .banner-bottom {
	background-image: url(../img/hannan-school-morocco-teaching.jpg);
	background-position: center; left;
}

#contact .banner {
	background-image: url(../img/hannan-school-morocco-children.jpg);
}

#contact .banner-bottom {
	background-image: url(../img/hannan-school-morocco-group.jpg);
	background-position: top center;
}

#links .banner {
	background-image: url(../img/hannan-school-morocco-play.jpg);
	background-position: bottom left;
}

#links .banner-bottom {
	background-image: url(../img/hannan-school-morocco-chalkboard.jpg);
	background-position: top center;
}

#news .banner {
	background-image: url(../img/hannan-school-morocco-trekking.jpg);
	background-position: center top;
}

.videos div {
	position: relative;
	padding: 56.25% 0 0 0;
}

section {
	margin: 0;
	padding: 0;
}

.page-content {
	width: calc(100% - 250px);
	margin-left: 250px;
	transition: all 0.4s;
}

footer {
	background: #2c3338;
	color: #949799;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sidebar {
	background: #FFF;
	color: #000;
}

.dropdown-divider {
	border-top: 1px solid rgba(181,158,138,.4);
}

.embed-container {
	position: relative;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.foot-section {
	background: #3b444b;
	color: #CCC;
}

.copyright-section {
	background: #2c3338;
	color: #949799;
}

.logo {
	width: 170px;
}

.help-section {
	text-align: center;
}

/* TYPOGRAPHY
----------------------------------------------- */

h1,
h2,
h4,
h5,
h6 {
	color: #555;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

h1 {
	margin-bottom: 0.75rem;
	font-size: 24px;
	font-size: 1.5rem;
}

#content h1 {
	margin-bottom: 1.5rem !important;
}

h2 {
	margin-bottom: 0.75rem;
	font-size: 20px;
	font-size: 1.25rem;
}

h1 em,
h3 span.text-transform-title {
	text-transform: none;
}

h3 {
	margin-bottom: 0.75rem;
	font-family: 'Nunito', sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 600;
}

#news h3 {
	margin-bottom: 1.5rem;
}

#post h3 {
	text-transform: none;
}

h3 a:link,
h3 a:visited {
	margin-bottom: 1rem;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: uppercase;
}

h3.blog-title a:link,
h3.blog-title a:visited {
	/*color: #666;*/
	font-size: 19px;
	font-size: 1.1875rem;
	text-transform: none;
	transition: all 0.3s;
}

h3.blog-title a:hover {
	/*border-bottom: 1px solid #444 !important;*/
	text-decoration: none;
}

dt {
	color: #C45500;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

dt a:link,
dt a:visited {
	padding-bottom: .1rem;
	border-bottom: 1px solid rgba(30, 47, 56, .25);
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
}

dt a:hover,
#faq dt {
	color: #C45500;
}

.other-tours h3 a {
	padding-bottom: 0;
	border: none;
}

h3 strong {
	color: #CA6624;
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (max-width: 1364px) {
	dt,
	h3,
	h3 a:link,
	h3 a:visited,
	dt a:link,
	dt a:visited {
		line-height: 1.5;
	}
}

h4 {
	margin-bottom: 0.5rem;
	font-family: 'Nunito', Helvetica, Arial, sans;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.8;
}

h4 span.small-caps {
	color: #C45500;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#post h4.lc {
	text-transform: none;
}

h5 {
	color: #910D01;
	margin-bottom: 0.75rem;
	font-size: 20px;
	font-size: 1.25rem;
}

.carousel h5 {
	color: #FFF;
	font-family: 'Nunito', Helvetica, Arial, sans;
	font-weight: 400;
	text-transform: none;
}

h6 {
	color: #C45500;
	font-weight: 600;
}

.heading-line {
	background: #E2B808;
	width: 80px;
	height: 3px;
}

footer p,
footer li {
	font-size: 14px;
	font-size: 0.875rem;
}

.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;

	font-weight: normal;
}

.small-caps {
	font-size: 0.75rem;
}

#faq ul.coloured li {
	margin-bottom: 1rem;
}

#links #content li {
	margin-bottom: 0.5rem;
}

#sidebar p {
	color: #555;
	font-family: 'Nunito', Arial, 'sans-serif';
	font-size: 15px;
	font-size: 0.9375rem;
}

blockquote {
	color: #C45500;
	padding: 35px 0 19px;
	font-family: 'Nunito', Arial, 'sans-serif';
	font-size: 1.5rem;
	font-style: italic;
}

.blockquote-line {
	background: #999;
	width: 30%;
	height: 1px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .3;
}

/* ODDS
----------------------------------------------- 

*/

.logo-justgiving,
.logo-caf {
	width: 50%;
}

.logo-charity {
	width: 150px;
}

.bg-f4f4f4 {
	background-color: #F4F4F4;
}

.bg-f8f8f8 {
	background-color: #F8F8F8;
}

.c666 {
	color: #666;
}


hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border: 0;
	border-top: 2px solid #E2B808;
}

li em,
p em {
	font-family: 'Nunito', Arial, sans !important;
}

p i {
	font-size: 13px;
	font-size: 0.8125rem;
}

.fa-file-pdf {
	color: #F40F02;
}

.links i {
	color: #E2B808;
}

.large {
	font-size: 17px;
	font-size: 1.1875rem;
}

.larger {
	font-size: 15px;
	font-size: 1.0625rem;
}

.centered {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	#nav-main {
		display: block;
	}
}

.custom-toggler.navbar-toggler {
 	color: #000;
}

.navbar-toggler {
	font-size: 1.5rem;
}

ul.card-text,
.pkg ul {
	list-style-type: disc;
	margin-left: 13px;
}

.pkg li {
	font-size: 15px;
	font-size: 0.9375rem;
}

.press img {
	display: inline;
	max-height: 50px;
}

@media screen and (max-width: 1024px) {
	.press img {
		display: inline;
		max-height: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.press {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.tablet-mobile-hide {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.stack {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.stack {
		display: none;
	}
}

.carousel {
	margin: 0 auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 30px;
	height: 30px;
}

.carousel-indicators li {
	height: 5px;
	color: #FDF8F2;
}

.carousel-caption .carousel-first-line {
	font-size: 3rem;
}

.carousel-caption p {
	color: #FFF;
	font-size: 25px;
	font-size: 1.5625rem;
}

@media screen and (max-width: 1440px) {
	.carousel-caption {
		right: 0;
		left: 0;
	}
	.carousel-caption .carousel-first-line {
		font-size: 2rem;
	}
	.carousel-caption p {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.carousel-caption .carousel-first-line span {
	color: #e2b808;
}

.carousel-second-line {
	line-height: 2rem;
}

.carousel-caption,
.carousel-caption h5 {
	display: none;
}

.caption {
	font-family: 'Lato', Arial, 'sans-serif';
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}

@media screen and (min-width: 1100px) {
	.carousel-caption {
		display: inline;
		position: absolute;
		right: 0;
		bottom: 10%;
		left: 0;
		z-index: 10;
		color: #F8D79B;
		padding-bottom: 14px;
		padding-right: 22px;
		text-align:right;
	}
	.carousel-caption h5 {
		display: inline;
		color: rgba(255, 253, 231, 1);
		font-family: 'Lato', Arial, 'sans-serif';
		font-style: italic;
		letter-spacing: 0.05rem;
	}
	.bg-black-opacity-point-2 {
		background-color: rgba(0, 0, 0, 0.2);
	}
	.bg-black-opacity-point-3 {
		background-color: rgba(0, 0, 0, 0.3);
	}
	.bg-black-opacity-point-4 {
		background-color: rgba(0, 0, 0, 0.4);
	}
}

@media screen and (min-width: 1440px) {
	.intro,
	.trips,
	.questions,
	.mw-1130 {
		max-width: 1130px;
		margin-right: auto;
		margin-left: auto;
	}
	.foot-section {
		padding-right: 10%;
		padding-left: 10%;
	}
}

.card {
	margin-bottom: 1.5rem;
}

.contact-wrap {
	z-index: 4000;
	background: rgba(238, 238, 238, 1);
	color: #333;
	width: 100%;
	height: auto;
}

a.fixed-link:link,
a.fixed-link:visited {
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.highlight {
	color: #910C00;
}

.divider {
	background: rgba(59, 68, 75, .2);
	width: 100%;
	height: 1px;
}

.pkg h3 {
	background-color: #CE8B53;
	color: #FCEDD7;
	padding: 10px 0;
	text-align: center;
}

.btn {
	background: #E2b808;
	color: #FFF !important;
	font-size: 15px;
	font-size: 0.9375rem;
	text-transform: uppercase;
	padding: .5rem 1.5rem;
	line-height: 1;
	border: none;
	border-radius: .25rem;
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}

.btn:hover {
	background: #C77F05;
}

a.active {
	color: #EEE !important;
	font-weight: 400;
}

.other-tours li strong {
	font-weight: 400;
}

.other-tours li {
	line-height: 1.4;
}

.btn-box {
	padding: 10px 10px 10px 20px;
	border: 1px solid #444;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.btn-box span {
	font-size: 11px;
}

.connect .fa-donate,
.connect .fa-hand-holding-heart,
.connect .fa-hands-helping {
	color: #AAA;
	font-size: 3rem;
}

ul.coloured li::before {
	content: "\2022";
	color: #E2B808;
	display: inline-block;
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-weight: 600;
}

.btn-yellow {
	display: inline-block;
	width: 140px !important;
	background: #E2B808;
	color: #000 !important;
	padding: 10px 16px;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none !important;
}

.btn-yellow-wider {
	display: inline-block;
	width: 240px !important;
	background: #E2B808;
	color: #000 !important;
	padding: 10px 16px;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none !important;
}


.btn-white {
	display: inline-block;
	width: 140px !important;
	background: #FFF;
	color: #000 !important;
	padding: 10px 16px;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none !important;
}

.btn-yellow-rounded {
	display: inline-block;
	width: 160px !important;
	background: #E2B808;
	color: #000 !important;
	padding: 10px 16px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: all 0.3s ease-in-out;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
}

.btn-yellow-rounded:hover {
	background: #C77F05;
	color: #FFF !important;
}

.btn-yellow-rounded-02 {
	display: inline-block;
	width: 260px !important;
	background: #E2B808;
	color: #000 !important;
	padding: 10px 16px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	transition: all 0.3s ease-in-out;
	font-family: 'Montserrat', Helvetica, Arial, sans;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
}

.btn-yellow-rounded-02:hover {
	background: #C77F05;
	color: #FFF !important;
}

.red-text {
	color: #910D01;
}

/* BLOG */

.h-entry {
	margin-bottom: 1.5rem;
}

.h-entry .meta,
.small-blog-text {
	font-size: 13px !important;
	font-size: 0.8125rem !important;
}

.e-content img {
	margin-bottom: 1.5rem;
}

.hcard h3 a:link,
.hcard h3 a:visited {
	text-transform: none;
}

.entry-summary b {
	color: #000;
}

/*#help #CAFDonateButtonContainer img {
	margin: 0 auto;
}*/

