/*Stylesheet for TallTrees - Learning Community*/
/*Out Of The Box - duartbreedt@gmail.com*/

/*FONTS*/
@font-face {
	font-family: 'calib';
	src: url("/fonts/calibri.ttf");
}
@font-face {
	font-family: 'playfair';
	src: url("/fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
	font-family: 'letter';
	src: url("/fonts/LetterGothicStd.otf");
}
@font-face {
	font-family: 'typing';
	src: url("/fonts/ABC Junior Typing.ttf");
}
@font-face {
	font-family: 'fred';
	src: url("/fonts/FrederickatheGreat-Regular.ttf");
}

/* GLOBAL STYLES */
html {
	height: 100%;
	overflow-x: hidden;
	width: 100vw;
	color: #41715b;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2 !important;
	position: relative;
}
body > div{
	height: 100%;
}
.btn:focus,.btn:active,button:focus,button:active {
   outline: none !important;
}
iframe {
	display: block;
	margin: 0 auto 40px auto;
}
ul li {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'calib';
}
.img-fit {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}
ul li:before {
    content: "\e103";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-top: 4px;
	margin-left: -25px;
	margin-right: 5px;
	color: #004040;
}
ul{
	list-style: disc;
	color: #000;
	text-align: left;
	font-size: 18px;
}
ol {
	color: #004040;
	font-size: 18px;
}
img {
    pointer-events: none;
}
::selection {
	background: #41715b;
	color: #FFF;
}
body #logo {
	margin-top: 0px;
	width: 80%;
}
.row > div {
	position: relative;
}
.green-text {
	color: #41715b;
}
body .btn-green {
	width: 100%;
	background-color: #41715b;
	border: 1px solid rgba(0,0,0,0);
	color: #FFF;
}
body .btn-green:hover {
	border: 1px solid #41715b;
	background-color: #FFF;
	color: #41715b;
}
.emphasis {
	text-transform: uppercase;
	font-weight: bold;
	color: #6C924F;
}
.img-md-float-right {
	float: right;
	width: 30%;
	padding: 10px;
}
.img-md-float-left {
	float: left;
	width: 30%;
	padding: 10px;
}
.img-array img {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
.img-array {
	margin: 40px 0 50px 0;
}
.break-strip {
	height: 5px;
	background-color: #668d7b;
	width: 100%;
	margin-top: 50px;
}
.active{
	color: #f2f2f2 !important;
	background-color: #41715b !important;
}
.active .active-glyph{
	color: #f2f2f2;
}
.active:hover {
	background-color: #668d7b !important;
}
#loader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: #EEE;
	z-index: 10;
	text-align: center;
}
body #loader img {
	top: 25vh;
	position: relative;
	width: 200px;
}
body .dropdown-menu>li>a:hover {
	background-color: #EEE;
}


/* SCROLL DOWN GLYPH */
#scroll-down {
	font-size: 40px;
	color: #f2f2f2;
}


/* NAVIGATION STYLES */
.gray {
	color: #AAA;
}
body .promo:hover {
	color: #555;
	cursor: pointer;
	text-decoration: none;
}
body .promo {
	z-index: 1;
	position: fixed;
	border: none;
	display: block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #EEE;
	color: #AAA;
	font-weight:  bold;
	width: 260px;
	text-transform:  uppercase;
	font-family: 'letter';
	text-align:  center;
	height: 48px;
	font-size: 1.5rem;
	padding: 12px 24px;
}
body .menu {
	overflow: hidden;
	display: block;
	height: 51px;
	position: fixed;
	z-index: 1;
	right: 0px;
	top: 0;
	text-align: right;
	width: 125px;
}
body .menu-open {
	height: 100vh;
	width: 320px;
}
.menu .break-strip {
	margin: 0;
}
.menu button {
	background-color: #EEE;
	text-transform: uppercase;
	font-family: 'letter';
	text-shadow: none;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 12px 24px;
	color: #AAA;
	position: relative;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	z-index: 2;
}
.custom-menu-items {
	text-align: left;
	opacity: 0;
	right: -210px;
	background-color: #EEE;
	top: 0;
	padding-top: 51px;
	margin-top: -48px;
	height: 100%;
	position: relative;
	z-index: 1;
}
.custom-menu-items-top {
	position: relative;
	box-shadow: 0px -2px 5px -4px #333;
}
.custom-menu-items-bottom {
	margin-top: 50px;
}
.shadow {
	box-shadow: 0px 0px 5px -2px #333;
}
body .custom-menu-items .custom-menu-items-bottom p {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: 'letter';
	text-shadow: none;
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
	color: #AAA;
}
.custom-menu-item a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 10px 0px 10px 50px;
	position: relative;
	display: block;	
}
.custom-menu-item a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	color: #EEE;
	background-color: #AAA;
}
.custom-menu-item a:hover .gray {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #EEE;
}
.custom-menu-item { 	
	width: 100%;
	position: relative;
}
.logout-btn {
	position: absolute;
    top: -51px;
    left: 0;
    height: 48px;
    width: auto;
}
.logout-btn a {
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    background-color: #41715b;
	color: #EEE;
	border-bottom-right-radius: 4px;
}

/* General Sections */
section {
	padding: 20px 20px;
	margin: 0;
	border:none;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
section h1{
	text-align: center;
	font-family: 'letter';
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 8rem;
	color: #f2f2f2;
}
section h2{
	font-family: 'letter';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 5rem;
	color: #f2f2f2;
}
section h3{
	text-align: center;
	font-family: 'typing';
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 50px;
	color: #41715b;
	padding-top: 20px;
}
section .read-more-btn {
	transition: all ease 0.2s;
	background-color: #41715b;
	margin-top: 30px;
	border: 2px solid rgba(0,0,0,0);
}
section .read-more-btn:hover{
	transition: all ease 0.2s;
	background-color: rgba(0,0,0,0); 
	border: 2px solid #F2F2F2;
}
section .read-more-btn p{
	text-align: center;
	font-family: 'calib';
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 2px 2px 2px;
	color: #f2f2f2;
	margin: 0;
}
section div > p {
	text-shadow: 5px 5px 10px #333;
	text-align: center;
	font-family: 'playfair';
	font-size: 2rem;
	color: #f2f2f2;

	font-family: 'calib';
	font-size: 2.3rem;
}
#section-01 div > p {
	font-family: 'calib';
	font-size: 2.3rem;
}

/* GREEN BUTTON STYLES */
body #links {
	width: 100%;
	display: block;
	text-align: center;
}
#links div{
	padding: 0 5px;
}

#links a{
	transition: all ease 0.2s;	
	padding: 8px 12px;
	margin-bottom: 5px;
	background-color: #41715b;
	width: 100%;
	border: 2px solid rgba(0,0,0,0);
	text-align: center;
}

#links a p{
	padding: 0;
	color: #f2f2f2;
	font-family: 'letter';
	text-align: center;
}

#links a p:nth-child(1){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

#links a p:nth-child(2){
	font-family: 'calib';
	margin: 0;
	font-size: 14px;
}

#links a:hover p{
	transition: all ease 0.2s;
	color: #F2F2F2;
}

#links a:hover{
	transition: all ease 0.2s;
	background-color: rgba(0,0,0,0);
	border: 2px solid #F2F2F2;
	
}
.mono-links#links a:hover p{
	transition: all ease 0.2s;
	color: #41715b;
}

.mono-links#links a:hover{
	transition: all ease 0.2s;
	background-color: rgba(0,0,0,0);
	border: 2px solid #41715b;
	
}


/* QUOTE STYLES */
.quote {
	font-family: 'playfair';
	font-size: 20px;
	margin: 100px 20px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.6em;
}


/*Settings for Copyright Notice*/
#copyright {
	font-family: verdana;
	bottom: 20px;
}
#copyright p{
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
#copyright a{
	color: #FFF;
}

/* CONTENT SECTION */
.content-section {
	height: auto;
}
.content-section p {
	font-size: 2rem;
	color: #333;
	text-align: left;
	padding-bottom: 20px;
	text-shadow: none;
	font-family: 'calib';
}


/* CONTACT US */
body #contact-section {
	height: auto;
}
body #contact-section a {
	margin-left: 20px;
	display: inline-block;
}
body #contact-section a:hover img {
	margin-top: -3px;
	margin-left: -3px;
	margin-bottom: 3px;
	margin-right: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
body #contact-section a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	border-radius: 15px;
	width: 50px;
}
body #contact-section p {
	margin: 0;
	text-shadow: none;
	display: inline-block;
	margin-right: 50px;
	text-align: center !important;
	color: #111;
	text-align: left;
	font-size: 20px;
	font-family: 'calib';
}
body #contact-section p:nth-child(4) {
	margin-right: 0px;
}
body #contact-section h3{
	font-weight: bold;
	margin-top: 0;
	margin-right: 50px;
	display: inline-block;
	color: #111;
	text-align: left;
	font-size: 24px;
}

@media all and (max-width: 768px){
	body #contact-section a img {
		width: 35px;
		border-radius: 5px;
	}
	body #contact-section p {
		display: block;
		margin-right: 10px;
		font-size: 14px
	}
	body #contact-section h3 {
		font-size: 18px;
		margin-right: 0;
	}
	#links a {
		padding: 4px 6px;
	}
	#links a p:nth-child(1) {
		font-size: 12px;
	}
	#links a p:nth-child(2) {
		font-size: 8px;
	}
	body section h3 {
		margin-top: 10px;
		font-size: 3rem;
	}
	body section h1 {
		font-size: 4rem;
	}
	body section p, body #section-01 > div p {
		font-size: 1.5rem;
	}
	body section h2 {
		font-size: 3.5rem;
	}
}