article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
[hidden] {
	display: none;
}
html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 100%;
	-webkit-text-stroke: rgba(255,255,255,0.001) 0.001px;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-Light.woff2') format('woff2'),  url('../fonts/Aller-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-Bold.woff2') format('woff2'),  url('../fonts/Aller-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-Regular.woff2') format('woff2'),  url('../fonts/Aller-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Aller', sans-serif;
	line-height: 18px;
	color: #414E5B;
	width: 100%;
	height: 100%;
}

::-moz-selection {
background: #333333;
color:#fff;
}
::selection {
	background: #333333;
	color: #fff;
}
a {
	color: #333;
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	background: none;
}
b, strong {
	font-weight: bold;
}
p {
	margin: 0 0 10px;
}
ol, ul {
	margin: 1em 0;
	padding: 0;
}
li {
	list-style: none outside none;
}
img {
	border: 0 none;
}
svg:not(:root) {
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
/*------------------- S T Y L E ---------------------*/
.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 96%;
	width: 960px;
}
.navbar-site .container {
	position: relative;
	padding: 0
}
.navbar-site {
	background: rgba(255,255,255,0.6);
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	min-height: 90px;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.navbar-fixed-top {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: rgba(255,255,255,0.9);
	min-height: 50px;
}
.navbar-site .custom-nav ul {
	-webkit-transform: translateY(63px);
	transform: translateY(63px);
}
.navbar-fixed-top .custom-nav ul {
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}
.navbar-site> .container .navbar-brand {
	padding: 10px 20px 10px 50px;
	height: auto;
}
.navbar-fixed-top > .container .navbar-brand {
	margin: 0;
	padding: 10px 50px 10px 65px;
}
.logo {
	height: 70px;
}
.logo, .navbar-site, .navbar-site .custom-nav ul, .home {
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navbar-site .navbar-nav > li {
	position: relative;
}
.navbar-site .navbar-nav > li::after {
	background: #624e42 none repeat scroll 0 0;
	content: "";
	height: 12px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
}
.navbar-site .navbar-nav > li:last-child::after {
	display: none;
}
.navbar-site .navbar-nav > li > a {
	color: #008d36;
	letter-spacing: 0.25px;
	padding: 0 12px;
	text-transform: uppercase;
}
.navbar-site .navbar-nav > li > a:hover, .navbar-site .navbar-nav > li > a:focus {
	color: #624e42;
}
.navbar-fixed-top .logo {
	height: 45px;
}
.home {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top
}
.title {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	color: #098d45;
	font-size: 21px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin: 45px 0 50px;
	padding: 5px 50px;
}
.navbar-fixed-top + .title {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-size: 16px;
    left: 0;
    margin: 0;
    padding: 4px 0;
    position: fixed;
    right: auto;
    text-align: center;
    top: 65px;
    width: 100%;
    z-index: 999;
}
.banner-content {
    margin: 0 0 50px;
}
.banner-content:last-child{
	margin-bottom: 120px;
}
.banner-content p::before, .banner-content p::after {
	content: "";
	height: 14px;
	position: absolute;
	width: 14px;
}
.banner-content p::before {
	background: rgba(0, 0, 0, 0) url("../images/quote-left.png") no-repeat scroll 0 0;
	left: -18px;
	top: -1px;
}
.banner-content p::after {
	background: rgba(0, 0, 0, 0) url("../images/quote-right.png") no-repeat scroll 0 0;
	bottom: -1px;
}
.banner-content p, .banner-content span {
	font-style: italic;
	letter-spacing: 0.25px;
	color: #634e42;
	font-weight: 300;
}
.banner-content p {
	position: relative;
	margin: 0;
}
.banner-content span {
	display: block;
	text-align: right;
	margin: 15px;
}
.inner {
	padding: 0 50px;
}
.mail {
	background: rgba(0, 0, 0, 0) url("../images/gradient-bg.png") repeat-x scroll left top;
	padding: 30px 0;
}
.mosaic-box {
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin-top: -54px;
	padding: 24px;
}
.mosaic-box P {
	color: #868686;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 0;
}
.mosaic-box p span {
	color: #1d1d1b;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: right;
}
.mosaic-box p a {
	border-top: 1px solid;
	color: #cc1237;
	display: block;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 6px;
	word-break: break-all;
}
.noors-mail a {
	background: #008d36 url("../images/email-icon.jpg") no-repeat scroll right center;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	padding: 15px;
}
.noors-mail a span {
	border-bottom: 1px solid;
}
.noors-mail p {
	color: #008d36;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
}
.den-meet {
	background: #e9e3d9;
	padding: 60px 0 50px;
}
.den-heading h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.den-heading h3, .den-heading p {
	color: #634e42;
	letter-spacing: 0.25px;
	font-weight: 300;
}
.den-heading p {
	font-size: 18px;
	font-style: italic;
}
.team-member {
	margin: 25px 0;
	border-bottom: 1px solid #624e42;
}
.team-member h1 {
	background: #624e42 none repeat scroll 0 0;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin: 0 0 30px;
	padding-top: 10px;
	text-transform: uppercase;
}
.team-member h1 img {
	border: 5px solid #624e42;
	margin-right: 10px;
	-webkit-transform: translate(-18px, -5px) scale(1.25);
	transform: translate(-18px, -5px) scale(1.25);
	width: 80px;
}
.team-member h4, .about-content h3 {
	color: #634e42;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.45px;
	margin: 0 0 1px;
	text-transform: uppercase;
}
.team-member p, .about-content p, .about-content ul li {
	color: #634e42;
	font-weight: 300;
	letter-spacing: 0.35px;
	margin-bottom: 15px;
	text-align: justify;
}
.about {
	padding: 70px 0 50px;
}
.about-heading {
	background: #cce8d7;
	padding: 20px;
}
.about-heading h3, .about-heading h2 {
	color: #634e42;
	margin: 0;
	letter-spacing: 0.25px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: normal;
}
.about-heading h3 {
	font-size: 18px;
}
.about-heading h2 {
	font-size: 24px;
	font-weight: bold;
}
.title-single {
	text-align: center;
	;
	display: block;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.35px;
	color: #008d36;
	font-weight: 300;
	margin: 30px 0;
}
.about-inner::after {
	background: rgba(0, 0, 0, 0) url("../images/light.png") no-repeat scroll right center;
	content: "";
	height: 430px;
	width: 300px;
	position: absolute;
	right: -50px;
	top: 18%;
	z-index: -1;
}
.about-inner {
	background: #e5f3eb;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.about-content h3 {
	border-bottom: 1px solid;
	font-size: 16px;
	margin: 0 0 5px;
	padding-bottom: 5px;
}
.toggle-link, .toggle-link:hover, .toggle-link:focus {
	height: 14px;
	width: 14px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 100%;
	float: right;
}
.about-content p {
	margin-bottom: 20px;
}
.about-content h4 {
	color: #624e42;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin: 4px 0;
}
.about-content ul {
	margin: 0 0 20px;
}
.about-content ul li::before {
	background: #624e42 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 10px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 4px;
}
.about-content ul li {
	margin: 0;
}
.session {
	background: #008d36;
	position: relative;
	padding-bottom: 30px;
}
.session-inner {
	position: relative;
	background: #fff;
}
.session-msg::after {
	background: rgba(0, 0, 0, 0) url("../images/msg-icon.jpg") no-repeat scroll left bottom;
	bottom: 25%;
	content: "";
	height: 13px;
	left: -22px;
	position: absolute;
	width: 22px;
}
.session-msg {
	position: absolute;
	width: 200px;
	height: auto;
	left: 55%;
	-webkit-transform: translateX(-55%);
	transform: translateX(-55%);
	top: 15%;
	background: #fff;
	border: 1px solid #008d36;
	padding: 15px;
	font-size: 16px;
	color: #008d36;
	font-weight: 300;
	letter-spacing: 0.25px;
	font-style: italic;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.session-heading {
	color: #fff;
	letter-spacing: 0.25px;
}
.session-heading h3 {
	font-size: 21px;
	margin: 0;
}
.session-heading p {
	font-size: 16px;
	font-style: italic;
	margin: 5px 0 15px;
}
.session-content h3 {
	margin: 30px 0;
}
.session-content h3 a {
	display: block;
	background: #bbddc6;
	padding: 15px 0;
	color: #008D36;
	font-size: 21px;
}
.information {
	background: #e9e3d9 none repeat scroll 0 0;
	padding: 50px 0 5px;
}
.information-heading {
	color: #624e42;
	letter-spacing: 0.35px;
	font-weight: 300;
}
.information-heading h3 {
	margin: 0;
	font-size: 21px;
	text-transform: uppercase;
}
.information-heading p {
	font-style: italic;
	font-size: 16px;
	margin: 5px 0 15px;
}
.information-content ul {
	margin: 20px 0 30px;
}
.information-content ul li a {
	border-bottom: 1px solid;
	color: #634e42;
	display: block;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 20px 0;
}
.information-content ul li a:hover {
	color: #008d36;
}
.pdf-content ul li a {
	color: #634e42;
	letter-spacing: 0.5px;
}
footer {
	padding: 10px 0 50px;
}
footer ul {
	background: #008d36;
	margin: 25px 0;
	padding: 8px 0;
}
footer ul li:last-child::after {
	display: none;
}
footer ul li::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 12px;
	position: absolute;
	right: -2px;
	top: 4px;
	width: 1px;
}
footer ul li {
	position: relative;
}
footer ul li a {
	letter-spacing: 0.25px;
	color: #fff;
	padding: 0 6px;
	text-transform: uppercase;
}
footer ul li a:hover {
	color: #624e42;
}
footer p {
	color: #624e42;
	border-top: 1px solid #624e42;
	padding-top: 5px;
	font-weight: 300;
}
.title-top {
    color: #008d36;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0;
    top: 15px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
.inner {
	padding: 0 30px;
}
}

@media all and (max-width: 767px) {
.inner {
	padding: 0 20px;
}
.navbar-site {
	min-height: 50px;
}
.title-top {
    font-size: 13px;
    font-weight: 400;
    position: static;
	width:100%;
	text-align:center;
}

.navbar-site > .container .navbar-brand {
	padding: 10px 20px 10px 18px;
}
.navbar-fixed-top > .container .navbar-brand {
	padding: 10px 50px 10px 40px;
}
.logo {
	height: 50px;
}
.navbar-site .navbar-toggle {
	border: none;
	margin-top: 20px;
}
.navbar-site .navbar-toggle:focus, .navbar-site .navbar-toggle:hover {
	background: none;
}
.navbar-site .navbar-toggle .icon-bar {
	background: #624E42;
}
.navbar-site .navbar-nav > li::after {
	display: none;
}
.mosaic-box p a {
	font-size: 17px;
	letter-spacing: 0;
}

.navbar-site .custom-nav ul {
	margin: 15px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.banner-content {
	margin: 20px 0;
}
.banner-content p {
	font-size: 13px;
}
.mosaic-box {
	margin-bottom: 15px;
	padding: 15px;
}
.noors-mail a, .noors-mail p, .den-heading p, .about-heading h2, .title-single {
	font-size: 16px;
}
.session-inner {
	padding-top: 110px;
}
.session-msg {
	font-size: 14px;
	padding: 8px;
	top: 8%;
}
.session-content h3 a {
	font-size: 14px;
}
.session-content h3 {
	margin: 10px 0;
}
.about-inner {
	padding: 10px;
}
.title {
	font-size: 16px;
	padding: 5px 10px;
	margin: 45px 0 10px;
}
.about-inner::after {
	display: none;
}
.team-member h1 {
	font-size: 20px;
}
.team-member h1 img {
	width: 55px;
}
.den-meet, .about {
	padding: 20px 0;
}
footer {
	padding: 10px 0 20px;
}
footer ul li a {
	padding: 0 4px;
}
.container {
	max-width: 100%;
}
}
