html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
em, img, q, small, strong, sub, sup, 
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #222;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	background-color: #155837;
}

a {
	color: #0F72DA;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:visited {
	color: #225985;
}

blockquote {
	font-style: italic;
	margin: 25px 40px;
	border-left: 5px solid #ccc;
	padding-left: 18px;
	letter-spacing: 1px;
}

blockquote::before {
	display: block;
	height: 0px;
	content: '"';
	margin-left: -0.95em;
	font: italic 400%/1 Georgia, "Times New Roman", serif;
	color: #155837;
}

blockquote footer {
	font-weight: bold;
}

figure {
	padding: 0;
	margin: 0 0 1em 0;
}

figcaption {
	text-align: center;
	font-style: italic;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

strong {
	font-variant: 700;
}

th {
	text-align: left;
}

td {
	padding-bottom: 1em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0;   
	border-top: 1px solid #155837;
	margin: 1em 20px;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: normal;
	margin-bottom: 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h3, h4, h5, h6 {
	margin-top: 1.5em;
	color: #155837;
}

h1 {
	color: #fff;
	font-size: 20px;
	background-color: #837F13;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 10px;
}

h2 {
	color: #fff;
	font-size: 20px;
	background-color: #155837;
	margin-top: 1.5em;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 10px;
}

h3 {
	font-size: 20px;
}

h3 span.btt{
	float: right;
}

p {
	margin-bottom: 1em;
}

p.breadcrumbs {
	font-size: 14px;
	font-weight: 700;
}

ol, ul {
	margin-bottom: 1em;
	margin-left: 20px;
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
}

#wrapper {
	background-color: #fff;
	width: 992px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header {
	background-color: #155837;
	padding: 20px 0 20px 20px;
}

.nav {
	list-style: none;
	background-color: #eaeaea;
	height: 36px;
	margin-bottom: 0;
	margin-left: 0;
	box-sizing: border-box;
}

.nav > li {
	position: relative;
	float: left;
	height: 20px;
	padding: 8px 0 8px 8px;
}

.nav > li:hover .submenu {
	visibility: visible;
	opacity: 1;
}

.nav .submenu {
	visibility: hidden;
	position: absolute;
	width: 210px;
	left: 0;
	top: 100%;
	list-style: none;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 0;
	z-index: 10;
	transition: all 0.25s ease-in-out 0s;
}

.nav .submenu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #6f6f6f;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.nav .submenu a:hover {
	background-color: #eaeaea;
}

.nav > li > a {
	display: block;
	color: #6f6f6f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 26px;
	border-right: 1px solid #d1d1d1;
	background-size: 20px 20px !important;
}

.nav a.home {
	background: url('./images/home-icon.png') no-repeat left top;
}

.nav a.news {
	background: url('./images/event-icon.png') no-repeat left top;
}

.nav a.framework {
	background: url('./images/framework-icon.png') no-repeat left top;
}

.nav a.schools {
	background: url('./images/schools-icon.png') no-repeat left top;
}

.nav a.about {
	background: url('./images/about-icon.png') no-repeat left top;
}

.nav a.contact {
	background: url('./images/contact-icon.png') no-repeat left top;
	border-right: none;
}

#footer {
	color: #6f6f6f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
}

#footer ul {
	list-style: none;
	margin-left: 0;
}

#footer ul:last-child {
	margin-bottom: 0;
}

#footer ul ul {
	padding-left: 20px;
}

#footer a {
	color: #6f6f6f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	text-decoration: none;
}

#footer a:hover {
	color: #0F72DA;
}

.inner {
	padding: 20px;
}

.inner img {
	width: 100%;
}

.inner .align-left {
	float: left;
	width: auto;
	margin: 0 16px 16px 0;
}

.inner .align-right {
	float: right;
	width: auto;
	margin: 0 0 16px 16px;
}

.inner .align-right-1-3 {
	display: block;
	float: right;
	width: 33.3333%;
	margin: 0 -10px 16px 16px;
}

.inner .px-wide-200 {
	width: 200px;
	margin: 6px 0px 6px 0px;
	max-width: 200px;
}

ul.icon-list { list-style: none; margin: 0; padding: 0;}
ul.icon-list li > { padding-bottom: 6px;  }
ul.icon-list li > * { display: table-cell; vertical-align: middle; padding-bottom: 6px; }
ul.icon-list li > span { padding: 0 6px 6px 12px; }

.clearfix {
	clear: both;
}

/* Slideshow start */
#slideshow {
	position: relative;
	width: 992px;
	height: 310px;
	overflow: hidden;
	z-index: 2;
}

.slide {
	position: relative;
	width: 992px;
	height: 310px;
}

/* For different slide size options */
#slideshow-f {
	position: relative;
	width: 992px;
	height: 705px;
	overflow: hidden;
	z-index: 2;
} 

.slide-f {
	position: relative;
	width: 992px;
	height: 705px;
}

/* For different slide size options */
#slideshow-g {
	position: relative;
	width: 992px;
	height: 496px;
	overflow: hidden;
	z-index: 2;
} 

.slide-g {
	position: relative;
	width: 992px;
	height: 496px;
}

.slide img {
	width: 100%;
}

.slide-overlay {
	background: url('./images/slide-overlay.png') no-repeat left top;
	position: absolute;
	left: 0;
	top: 80px;
	width: 370px;
	overflow: hidden;
	padding-left: 10px;
}

.slide-title,
.slide-text {
	color: #fff;
	padding: 5px 10px;
}

.slide-title {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
}

.slide-text {
	font-size: 16px;
}

#slideshow-nav {
	background-color: #ddd;
	height: 30px;
	padding-left: 18px;
}

#slideshow-nav-inner {
	padding-top: 4px;
}

#slideshow-nav-inner a {
	border: none;
}

#slideshow-nav-inner a img {
	background-image: url('./images/slideshow-nav-button.png');
	background-position: 0 0;
	background-repeat: none;
	height: 13px;
	width: 13px;
	margin: 0 2px;
}

#slideshow-nav-inner a:hover img, #slideshow-nav-inner a.activeSlide img {
	background-position: -13px 0;
}

#slideshow-wrapper .pad {
	padding: 20px;
}
/* Slideshow end */

/* Forms start */
input[type=text], select, textarea {
	font: 16px 'Open Sans', Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	width: 450px;
	border: 1px solid #ececec;
	padding: 6px 4px;
}

.button {
	cursor: pointer;
	color: #6f6f6f;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	height: 40px;
	line-height: 24px;
	background: url('./images/nav-bg.png') repeat-x left top;
	margin: 0 0 12px 0;
	border: 1px solid #C6C4C5;
	padding: 6px 10px;	
}

.hintTextbox { color: #888; }
.hintTextboxActive { color: #333; }
#email-msg { display: none; }
#SendFromURL {
	display: none;
	visibility: hidden;
}
/* Forms end */

/* Columns start */
.col {
	display: block;
	float: left;
	margin-left: 20px;
}

.col:first-child {
	margin-left: 0;
	border-right: 1px solid #155837;
	padding-left: 20px;
}

.span_1_of_2 {
	width: 45%;
}

/* Columns end */

.banner {
	float: right;
	background-color: #837F13;
	margin-top: 20px;
	margin-left: 10px;
	padding: 12px 20px 16px;
	border: 1px solid #68620F;
}

.banner a {
	color: #fff;
	font-family: "Ubuntu Condensed",sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.banner a:hover {
	text-decoration: underline;
}

#column1, #column2, #column3 {
	box-sizing: border-box;
	float: left;
	width: 307px;
	margin-top: 20px;
}

#column1, #column2 {
	margin-right: 15px;
	border-right: 1px solid #e9e9e9;
	padding-right: 15px;
}

#twitter {
	padding-left: 20px;
	padding-bottom: 20px;
}

.fa-twitter {
	color: #837F13;
	font-size: 60px;
}

.suppliers {
	margin-left: -10px;
	margin-right: -20px;
}

.suppliers::after {
	content: "";
	display: table;
	clear: both;
}

.supplier {
	position: relative;
	float: left;
	width: calc(33.3333% - 10px);
	box-sizing: border-box;
	height: 390px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.supplier h2 {
	margin-left: 0;
	margin-right: 0;
}

.supplier img {
	margin-bottom: 1em;
}

.supplier p.read-more {
	position: absolute;
	bottom: 0;
}

.supplier p.read-more a {
	text-decoration: none;
}

.logo-img {
	width: 50%;
}

.full {
	display: block;
	max-width: 100%;
}

.profile {
	display: block;
	width: 10% !important;
}

.no-decoration {
	text-decoration: none;
}

.gallery {
	margin-right: -10px;
}

.gallery a {
	display: block;
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
}

.gallery img {
	display: block;
	width: 100%;
}

.products {
	margin-left: -10px;
	margin-right: -20px;
}

.products::after {
	display: table;
	content: "";
	clear: both;
}

.product {
	margin-bottom: 1em;
	width: calc(25% - 10px);
	float: left;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.product-image {
	margin-bottom: 10px;
}

.product-image a {
	display: block;
}

.product-image img {
	display: block;
	width: 100%;
}

.product-description {
	height: 48px;
	margin-bottom: 1em;
	font-weight: 700;
}

