/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a {
	color:#0071BC
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#2E3438;
	padding-top:110px
}

.container, .content {
	position:relative;
	display:block;
	margin:0 auto;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

.container {
	width:100%
}

.container.subpage-theme-white {
	margin:20px 0 50px;
	background: -webkit-linear-gradient(left, #fff 50%, #2E3438 50%);
	background: -moz-linear-gradient(left, #fff 50%, #2E3438 50%);
	background: -ms-linear-gradient(left, #fff 50%, #2E3438 50%);
	background: linear-gradient(left, #fff 50%, #2E3438 50%)	
}

.container.subpage-theme-grey {
	background: -webkit-linear-gradient(left, #2E3438 50%, #373D41 50%);
	background: -moz-linear-gradient(left, #2E3438 50%, #373D41 50%);
	background: -ms-linear-gradient(left, #2E3438 50%, #373D41 50%);
	background: linear-gradient(left, #2E3438 50%, #373D41 50%)
}

.container.subpage-theme-grey .content {
	background-color:#373D41;
	padding:30px 10px 20px
}

.container.subpage-theme-dgrey {
	margin:20px 0 50px;
	background: -webkit-linear-gradient(left, #282D30 50%, #2E3438 50%);
	background: -moz-linear-gradient(left, #282D30 50%, #2E3438 50%);
	background: -ms-linear-gradient(left, #282D30 50%, #2E3438 50%);
	background: linear-gradient(left, #282D30 50%, #2E3438 50%)	
}

.container.subpage-theme-dgrey .content {
	background-color:#282D30;
	padding-left:20px;
	padding-right:30px
}

.container.subpage-theme-dgrey .content.list-format {
	padding-left:10px;
	padding-right:20px
}

.container.subpage-theme-dgrey .content:after {
	content: "";
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:10px;
	height:100%;
	background-color:#2E3438
}

.content {
	width:960px;
	padding-left:10px;
	padding-right:10px
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#373D41;
	font-weight: 100;
}

h1, h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-weight:400	
}

h1 strong,
h2 strong {
	font-weight:700
}

h1.light,
h2.light {
	font-weight:300
}

h1 {
	font-size:40px;
	line-height:40px;
	margin-bottom:20px
}

h2 {
	font-size:32px
}

h3 {
	font-size:28px;
	font-weight:100;
	line-height:25px;
	margin-bottom:5px
}

h4 {
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-bottom:10px
}

h4.light {
	font-weight:100	
}

h5 {
	font-size:20px;
	font-weight:100;
	margin-bottom:5px
}

h6 {
	font-size:16px;
	font-weight:100;
	margin-bottom:5px
}

h6 strong {
	font-weight:bold
}

p {
	line-height:20px;
	margin-bottom:20px
}

p span.quote {
	font-size:20px;
	font-weight:100;
	line-height:24px;
	font-style:italic	
}

p span.quote strong {
	font-size:14px	
}

p a {
	color:#29ABE2;
	text-decoration:underline !important
}

/* Font Color */

.font-white {
	color:#fff
}

.font-grey {
	color:#535759
}

.font-lgrey {
	color:#A0A0A0
}

/* Font Size */

.font-size-sml {
	font-size:12px
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	position:fixed;
	top:0;
	background-color:#31A344;
	z-index:100
}

#header.subpage-theme {
	position:absolute	
}

#header.subpage-theme,
#header-navigation-content.subpage-theme,
.subpage-theme {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(49,163,68,1) 50%, rgba(49,163,68,1) 100%);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(49,163,68,1) 50%, rgba(49,163,68,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(49,163,68,1) 50%, rgba(49,163,68,1) 100%);
	background: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(49,163,68,1) 50%, rgba(49,163,68,1) 100%)
}

#header .content {
	height:80px;
	background-color:#31A344;
	padding-left:0
}

#header-navigation-content .content {
	background-color:#31A344;
	height:auto;
	padding:20px 10px 10px	
}

#header a#logo {
	float:left;
	margin-left:10px
}

#header.subpage-theme a#logo {
	display:block;
	margin:0;
	width:80px;
	height:80px;
	background-color:#268734	
}

#header.subpage-theme a.alt-logo {
	float:left;
	margin-left:20px	
}

/* Header Navigation */

#header-navigation-content {
	position:fixed;
	top:80px;
	background-color:#31A344;
	overflow:hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 00ms ease;
	-moz-transition: -moz-transform 00ms ease;
	-o-transition: -o-transform 00ms ease;
	-ms-transition: -ms-transform 00ms ease;
	transition: transform 00ms ease;
	z-index:100
}

#header-navigation-content.subpage-theme {
	position:absolute	
}

#header.subpage-theme #header-navigation-content {
	background-color:transparent	
}

#header-navigation-content.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

ul#header-navigation,
ul#header-navigation li,
ul#header-navigation li a {
	display:block
}

ul#header-navigation {
	float:right;
	margin-right:20px	
}

ul#header-navigation li {
	float:left;
	margin-left:40px
}

ul#header-navigation li a {
	height:80px;
	line-height:82px;
	color:#fff;
	font-size:16px;
	font-weight:bold
}

ul#header-navigation li a:hover {
	text-decoration:underline
}

ul#header-navigation li a#menu-expand {
	padding-right:20px;
	background:url(../images/icon-expand.png) no-repeat center right	
}

ul#header-navigation li a#menu-expand.active {
	background:url(../images/icon-close.png) no-repeat center right	
}

/* Header Navigation Content */

#header-navigation-content a {
	display:block
}

#header-navigation-content .content > ul > li > a {
	color:#fff
}

#header-navigation-content .content > ul > li > a.active h6 {
	text-decoration:none;
	font-weight:700
}

/* Content
----------------------------------------------------------------------------------------------------*/

.content #content-section,
.content #content-sidebar {
	display:block;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.content #content-section {
	position:relative;
	background-color:#fff;
	width:700px;
	height:auto;
	min-height:280px;
	padding:25px 20px 25px 10px
}

.content #content-section.min-height {
	min-height:600px
}

.content #content-sidebar {
	position:absolute;
	top:0;
	right:10px;
	width:240px;
	z-index:90	
}

/* Content Sidebar */

.content #content-sidebar h3 {
	display:block;
	padding:30px 20px 20px;
	margin:0;
	background-color:#2A903B;
	color:#BFDFC5;
	line-height:30px
}

.content #content-sidebar .sidebar-links {
	position:relative;
	display:block;
	width:100%;
	background-color:#F2F2F2;
	padding:30px 20px 25px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* Global Classes - Misc */

.divider {
	height:1px;
	background-color:#292D30;
	border-bottom:1px solid #373D41;
	margin-bottom:20px
}

.border {
	width:100%;
	border-top:1px solid #808080	
}

.border.lgrey {
	border-top:1px solid #ccc;
	margin-top:20px	
}

.img-border-thick {
	border:3px solid #E6E6E6
}

.img-border-thin {
	border:1px solid #B3B3B3
}

/* Global Classes - Links */

a.read-more-link {
	display:inline-block;
	height:36px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	padding: 0 35px 0 20px;
	background:#2A903B url(../images/icon-arrow-right-white.png) no-repeat 125px 14px
}

a#back-to-top {
	position:absolute;
	display:none;
	background:#464C4F url(../images/icon-back-to-top.png) no-repeat top left;
	width:50px;
	height:50px;
	top:500px;
	right:-60px
}

a#back-to-top:hover {
	background:#31A344 url(../images/icon-back-to-top-hover.png) no-repeat top left
}

a.back-btn {
	display:block;
	background:url(../images/icon-back-btn.png) no-repeat bottom left;
	height:30px;
	line-height:30px;
	padding-left:40px;
	color:#373D41;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

a.boxed-link {
	position:relative;
	display:inline-block;
	background-color:#2A903B;
	height:30px;
	line-height:32px;
	color:#fff;
	padding:0 10px;
	clear:both;
	font-size: 12px;
	font-weight: 700;
}

a.boxed-link div {
	display:block;
	position:absolute;
	background:#268734 url(../images/icon-arrow-right-white.png) no-repeat center center;
	width:30px;
	height:30px;
	top:0;
	right:-30px
}

a.boxed-link.grey {
	background-color:#464A4D;
	color:#ccc	
}

a.boxed-link.grey div {
	background:#3D4144 url(../images/icon-arrow-right-lgrey.png) no-repeat center center;
}

a.boxed-link.grey.download {
	padding-right:40px;
	background:#464A4D url(../images/icon-download-grey.png) no-repeat center right
}

a.download-link {
	display:block;
	background:url(../images/icon-download.png) no-repeat center left;
	height:30px;
	line-height:36px !important;
	padding-left:35px;
	color:#373D41;
	text-decoration:underline
}

/* Global Classes - Divided Three Lists */

ul.divide-three,
ul.divide-three li,
ul.divide-three li a {
	display:block
}

ul.divide-three {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.divide-three > li {
	width:33.333333%;
	padding:0 18px;
	float:left;
	border-right:1px solid #3BAD4B;
	border-left:1px solid #2E993D;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.divide-three > li:first-child {
	padding-left:10px;
	border-left:none	
}

ul.divide-three > li:last-child {
	border-right:none	
}

/* Header Navigation Link Lists */

ul.link-list {
	margin-bottom:15px	
}

ul.link-list li.heading {
	color:#fff;
	font-weight:bold
}

ul.link-list li {
	padding:3px 0	
}

ul.link-list li a {
	line-height:15px;
	color:#9AD89E;
	font-weight:100;
	padding-left:10px;
	background:url(../images/icon-list-arrow-green.png) no-repeat 0 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

ul.link-list li a.active,
ul.link-list li a:hover {
	color:#fff;
	background:url(../images/icon-list-arrow-white.png) no-repeat 0 0;
	text-decoration: none;
}

ul.link-list li a.active {
	font-weight: 700
}

/* General Arrow List (Sidebar Navigation) */

ul.arrow-list,
ul.arrow-list li,
ul.arrow-list li a {
	position:relative;
	display:block
}

ul.arrow-list {
	margin-bottom:50px	
}

ul.arrow-list li.heading {
	font-weight:bold;
	padding:3px 0
}

ul.arrow-list li a {
	padding:3px 0 3px 12px;
	color:#373D41;
	background:url(../images/icon-arrow-right-grey.png) no-repeat 0 4px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

ul.arrow-list li a.active,
ul.arrow-list li a:hover {
	color:#31A344;
	background:url(../images/icon-arrow-right-dgreen.png) no-repeat 0 4px
}

/* General Justified List */

ul.justified-list {
	position:relative;
	display:block;
	width:100%;
	text-align:justify
}

ul.justified-list > li {
	position:relative;
	display:inline-block;
	margin-bottom:20px;
	text-align:left;
	vertical-align:top;
	height:260px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	perspective: 1000;
}

ul.justified-list li.one-fourth {
	width:220px
}

ul.justified-list.gallery li.one-fourth {
	width:210px;
	height:auto;
	min-height:210px
}

ul.justified-list.gallery li.one-fourth.main {
	padding:20px 20px 0;
	background-color:#fff;
	height:440px	
}

ul.justified-list li.two-fourth {
	width:460px
}

ul.justified-list li.three-fourth {
	width:700px
}

ul.justified-list li.full {
	width:100%
}

ul.justified-list li.last {
	clear:both;
	padding:0;
	margin:0;
	height:auto;
	width:100%	
}

/* General Justified List - Content Layer Styles */

ul.justified-list li .layer {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

ul.justified-list li .layer-one {
	cursor:pointer
}

ul.justified-list li .layer {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0)
}

ul.justified-list li .layer.flip {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

ul.justified-list li h1,
ul.justified-list li h4 {
	color:#fff	
}

ul.justified-list li h5 {
	color:#CCCCCC
}

ul.justified-list li h1 {
	line-height:38px;
	margin:15px 0 10px
}

ul.justified-list li p {
	font-weight:100;
	line-height: 16px;
	font-size: 12px;
}

/* Justified list Layers */

ul.justified-list li .layer .layer-content,
ul.justified-list li .layer .layer-link {
	position:absolute;
	left:0
}

ul.justified-list li .layer .layer-content {
	top:0
}

ul.justified-list li .layer .layer-link {
	bottom:0	
}

ul.justified-list li .layer .layer-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:220px;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.justified-list.gallery li .layer .layer-content {
	height:210px;
	padding:10px 10px 0
}

ul.justified-list li .layer .layer-content h4 {
	margin-bottom:0
}

ul.justified-list li .layer .layer-content img {
	float:left;
	margin-right:5%
}

ul.justified-list li .layer .layer-link {
	display:block;
	width:100%;
	height:40px;
	padding:0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.justified-list li .layer .layer-link a {
	display:block;
	height:40px;
	line-height:40px;
	padding:0 15px 0 20px;
	text-align:right;
	float:right
}

ul.justified-list li .layer-one .layer-link a {
	background:url(../images/icon-arrow-right-white.png) no-repeat center right;
	color:#FFFFFF
}

ul.justified-list li .layer-two {
	background-color:#FFF
}

ul.justified-list li .layer-two h4,
ul.justified-list li .layer-two p,
ul.justified-list li .layer-two .layer-link a {
	color:#31A344	
}

ul.justified-list li .layer-two .layer-link a {
	background:url(../images/icon-arrow-right-green.png) no-repeat center right
}

ul.justified-list li .layer-two .layer-link .border {
	border-top:1px solid #31A344
}

ul.justified-list li .layer-link a.close-btn,
ul.justified-list li a.close-btn {
	position:relative;
	display:block;
	border:none;
	background:url(../images/icon-close-sml.png) no-repeat center center;
	width:20px;
	height:20px;
	padding:0;
	z-index:10
}

ul.justified-list li .layer-link a.close-btn {
	float:left
}

ul.justified-list.float-format li a.close-btn {
	float:right;
	margin:0 0 10px 10px	
}

/* Justified List Gallery Link - Changed to Float List */

ul.justified-list.gallery li {
	margin-bottom:25px
}

ul.justified-list.gallery.float-format li {
	margin:0 10px 20px;
	float:left
}

ul.justified-list.gallery.float-format li.last {
	display:none	
}

ul.justified-list.gallery li > a {
	display:block
}

ul.justified-list.gallery li h2.gallery-link {
	position:absolute;
	display:block;
	left:0;
	bottom:0;
	min-height:50px;
	width:100%;
	line-height:30px;
	text-align:center;
	color:#FFFFFF	
}

ul.justified-list.gallery li.main img {
	margin-bottom:20px
}

ul.justified-list.gallery li.main h2 {
	color:#282D30;
	line-height:30px;
	margin-bottom:10px
}

ul.justified-list.gallery li.main h5 {
	color:#808080;
	font-weight:100
}

ul.justified-list.gallery li h2.gallery-link strong {
	display:block;
	margin:0 10px;
	padding:10px 0;
	border-top:1px solid #808080
}

ul.justified-list.gallery li .layer-link {
	height:33px
}

ul.justified-list.gallery li .layer-link span {
	display:block;
	height:33px;
	color:#fff;
	border-top:1px solid #808080;
	font-size:14px;
	line-height:33px;
	padding:0;
	background:none;
	text-align:left;
	float:none	
}

ul.justified-list.gallery li.main .layer-link {
	position:absolute;
	bottom:0;
	width:170px;
	padding:15px 0 20px;
	border-top:1px solid #808080
}

ul.justified-list.gallery li .layer-two {
	background-color:#31A344	
}

ul.justified-list.gallery li .layer-two p {
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin-bottom:15px;
	max-height:110px
}

ul.justified-list.gallery li .layer-two .layer-link span {
	border-top:1px solid #fff
}

/* Justified List Bordered Image Format */

ul.justified-list.bordered-img {
	width:660px
}

ul.justified-list.bordered-img li {
	width:210px;
	height:auto
}

ul.justified-list.bordered-img li img {
	padding:1px;
	background-color:#b3b3b3;
	border:3px solid #E6E6E6;
	margin-bottom:5px
}

ul.justified-list.bordered-img li p {
	margin:0;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	font-weight:100;
	color:#a0a0a0;
	line-height:15px
}

/* Simple Float List */

ul.float-list li {
	display:block;
	width:302px;
	float:left;
	margin-right:20px;
	text-align:center;
	margin-bottom:25px
}

ul.float-list.sml li {
	width:202px	
}

ul.float-list li img {
	border:1px solid #B3B3B3;
	margin-bottom:5px
}

ul.float-list li p {
	font-size:12px;
	color:#A0A0A0;
	line-height:15px;
	margin:0
}

/* Bullet List and Check List */

ul.bullet-list,
ul.check-list {
	margin-bottom:30px	
}

ul.bullet-list li,
ul.check-list li {
	padding-left:14px;
	margin-bottom:5px
}

ul.bullet-list li {
	background:url(../images/icon-list-bullet.png) no-repeat 0 2px
}

ul.bullet-list.style-b li {
	background:url(../images/icon-list-bullet.png) no-repeat 0 4px;
	line-height:20px;
	margin-bottom:15px
}

ul.check-list li {
	background:url(../images/icon-list-check.png) no-repeat 0 2px
}

ul.bullet-list li.heading,
ul.check-list li.heading {
	font-weight:bold;
	padding:0;
	background:none	
}

/* Block List */

ul.block-list.less-pad {
	margin-bottom:60px
}

ul.block-list li {
	display:block;
	width:100%;
	border-bottom:1px solid #B3B3B3;
	clear:both
}

ul.block-list.less-pad li {
	padding:15px 0
}

ul.block-list.more-pad li {
	padding:20px 0 0
}

ul.block-list li.no-border {
	border:none	
}

ul.block-list img {
	float:left
}

ul.block-list.more-pad li img {
	margin-bottom:30px	
}

ul.block-list p {
	padding-right:10px	
}

/* Boxed Green List */

ul.boxed-green-list {
	margin-bottom:20px	
}

ul.boxed-green-list,
ul.boxed-green-list li,
ul.boxed-green-list li a {
	display:block	
}

ul.boxed-green-list li {
	height:15px;
	padding-left:20px;
	margin-bottom:6px;
	background:url(../images/icon-list-arrow-greenbox.png) no-repeat top left
}

ul.boxed-green-list li,
ul.boxed-green-list li a {
	line-height:18px;
	color:#31A344
}

ul.boxed-green-list li a:hover {
	text-decoration:underline	
}

ul.boxed-green-list li.heading {
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#373D41;
	padding:0;
	background:none;	
}

/* Numbered List */

ol.numbered-list > li {
	list-style:decimal;
	list-style-position:outside;
	margin:0 0 10px 15px
}

ol.numbered-list.list-inception > li {
	font-weight:bold
}

ol.numbered-list.list-inception ul li {
	font-weight:normal	
}

/* Date Select List */

ul#date-select-list {
	width:100%	
}

ul#date-select-list li {
	float:left;
	margin:0 10px 10px 0	
}

ul#date-select-list li a {
	display:block;
	background-color:#f2f2f2;
	font-size:20px;
	font-weight:100;
	height:30px;
	line-height:32px;
	padding:0 12px;
	color:#2E3438
	
}

ul#date-select-list li a.active,
ul#date-select-list li a:hover {
	background-color:#31A344;
	color:#fff
}

/* General Table */

table.general-table {
	margin-bottom:20px	
}

table.general-table td {
	padding:3px 15px 3px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

table.general-table thead td {
	font-weight:bold
}

/* Project Table */

table.project-table {
	position:absolute;
	width:670px;
	margin-bottom:30px;
	opacity:0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

table.project-table.active,
table.project-table.training-course {
	position:relative;
	opacity:1	
}

table.project-table td {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	padding:10px 10px 8px;
	border-bottom:1px solid #E6E6E6;
	vertical-align:top
}

table.project-table.training-course tbody td {
	padding:18px 10px
}

table.project-table td,
table.project-table td a {
	line-height:20px;
	color:#373D41	
}

table.project-table tr:hover a {
	color:#31A344;
	text-decoration:underline
}

table.project-table thead td {
	font-weight:bold
}

table.project-table.training-course thead td {
	padding:5px 0
}

table.project-table > tbody > tr:nth-child(odd) {
	background-color:#FAFAFA
}

table.project-table tr td:first-child {
	width:430px	
}

table.project-table td:nth-child(3n) {
	text-align:right;
	padding-left:0
}

table.project-table td a.image-link {
	display:inline-block;
	width:16px;
	height:14px;
	background:url(../images/icon-image-link.png) no-repeat top right	
}

table.project-table tr:hover a.image-link {
	background:url(../images/icon-image-link-hover.png) no-repeat top right
}

/* Details Table */

table.details-table {
	margin-bottom:15px	
}

table.details-table td {
	padding:5px 0;
	vertical-align:top;
	line-height:20px;
	border-bottom:1px solid #E6E6E6;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

table.details-table tr:nth-child(odd) {
	background-color:#fafafa	
}

table.details-table tr:first-child td {
	border-top:1px solid #E6E6E6
}

table.details-table td:nth-child(1) {
	font-weight:bold;
	text-align:right;
	width:190px;
	padding:5px 20px 5px 15px
}

/* Basic Table */

table.basic-table {
	width:auto;
	margin-bottom:15px
}

table.basic-table tr td:first-child {
	width:auto;
	padding-right:5px
}

table.basic-table tbody tr td:first-child {
	width:80px
}

table.basic-table thead td,
table.basic-table tbody td {
	padding:0 !important
}

table.basic-table td {
	width:auto;
	padding:0;
	border:none
}

/* Contact Box */

.contact-box {
	background-color:#373D41;
	padding:0 0 30px
}

.contact-box h1,
.contact-box h6,
.contact-box p {
	color:#848484
}

.contact-box p {
	line-height:15px;
	margin-bottom:15px;
	font-size: 14px;
}

.contact-box h1 {
	display:block;
	height:65px;
	line-height:65px;
	padding:0 20px;
	border-bottom:1px solid #2E3438	
}

.contact-box ul {
	padding: 0 20px	
}

.contact-box ul li {
	padding:0;
	border:none
}

.contact-box ul > li:first-child {
	padding-left:0	
}

/* Contact Table */

.contact-box table.contact-table td:nth-child(1) {
	text-align:left;
	width:15px
}

.contact-box table.contact-table td {
	color:#848484;
	font-size: 14px;
}

.contact-box table.contact-table td a {
	display:inline;
	color:#29ABE2
}

/* Project Gallery and Enquiry Box */

#projects-gallery-box,
#enquiry-box {
	position:relative;
	display:block;
	background-color:#E6E6E6;
	height:260px;
	padding:20px 10px 10px;
	margin-bottom:20px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

#projects-gallery-box {
	width:210px;
	float:left
}

#enquiry-box {
	width:430px;
	float:right	
}

#enquiry-box.full {
	width:100%;
	float:none	
}

#projects-gallery-box .inner,
#enquiry-box .inner {
	display:block;
	padding:0 10px;
	width:100%;
	height:195px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#projects-gallery-box .inner h4,
#enquiry-box .inner h4 {
	line-height:25px;
	margin:0
}

#projects-gallery-box .inner-link,
#enquiry-box .inner-link,
#projects-gallery-box .inner-link a,
#enquiry-box .inner-link a {
	display:block;
	height:35px;
	line-height:36px
}

#projects-gallery-box .inner-link,
#enquiry-box .inner-link {
	border-top:1px solid #ccc
}

#projects-gallery-box .inner-link a,
#enquiry-box .inner-link a {
	border-top:1px solid #F2F2F2;
	color:#808080;
	text-align:right;
	padding-right:20px;
	background:url(../images/icon-arrow-right-grey-solid.png) no-repeat center right;
	font-weight: 700;
}

#projects-gallery-box .inner-link a:hover,
#enquiry-box .inner-link a:hover {
	color:#31A344;
}

/* Enquiry Form */

#enquiryform {
	padding-bottom:20px	
}

#enquiryform, #enquiryform fieldset {
	position:relative;
	display:block;
	width:100%	
}

#enquiryform.full, #enquiryform.full fieldset {
	min-height:650px
}

#enquiryform .container {
	position:relative;
	text-align:left;
	width:100%;
	min-width:inherit;
	padding:0 0 10px 0;
	background:none
}

#enquiryform .container.buttons {
	background:none;
	padding:25px 0	0
}

#enquiryform label {
	display:block;
	width:65px;
	height:30px;
	text-align:right;
	line-height:30px;
	margin-right:10px;
	float:left;
	font-size:14px;
	color:#464A4D
}

#enquiryform.career label {
	width:150px
}

#enquiryform input {
	height:30px;
	width:420px;
	border:1px solid #E6E6E6;
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 15px;
	float:left;
	color:#464A4D;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform .checkbox {
	display:none
}

#enquiryform .checkbox.active {
	display:block
}

#enquiryform input[type='checkbox'] {
	padding:0;
	width:auto;
	height:20px;
	margin:0 10px 0 160px	
}

#enquiryform .checkbox span {
	display:block;
	float:left;
	height:20px;
	line-height:24px	
}

#enquiryform input#resume {
	padding-left:0;
	border:none	
}

#enquiryform input#contact-number {
	width:220px	
}

#enquiryform input:focus,
#enquiryform textarea:focus,
#enquiryform select:focus {
	border-color:#29ABE2	
}

#enquiryform .container.select-moz {
	width:30px;
	min-width:220px;
	float:left;
	height:28px;
	padding:0;
	background-image:url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position:right center;
	border-bottom:1px solid #e6e6e6
}

#enquiryform .select-moz label {
	float:left
}

#enquiryform select {
	color:#464A4D;
	width:220px;
	padding:5px 10px 5px 13px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	cursor:pointer
}

@-moz-document url-prefix() {
.select-moz{
	background-color:#FFF;
	background-position:0 0;
	border:1px solid #e6e6e6;
	padding-bottom:0 !important
  }
}

/* IE Hide Select Arrow */
#enquiryform select::-ms-expand {
    display: none
}

#enquiryform textarea {
	width:560px;
	height:200px;
	padding:7px 15px;
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#464A4D;
	float:left;
	resize:none;
	border:1px solid #E6E6E6
}

#enquiryform.career textarea {
	width:475px;
	height:50px
}

#enquiryform .field-text {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	margin-left:160px;
	font-size:12px;
	color:#A0A0A0
}

#enquiryform div#spamtrap {
	visibility:hidden
}

#enquiryform .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

#enquiryform .container-error-all span {
	height:auto !important	
}

#enquiryform .error {
	float:left
}

#enquiryform .error, #enquiryform .error-all {
	font-size: 12px;
	font-weight:100;
	width:100%;
	color:#C1272D;
}
#enquiryform .error-all {
	padding:0;
	line-height:22px;
	margin:0
}

#enquiryform .error {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:5px 0 0 90px;
	z-index:2;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

#enquiryform.career .error {
	padding:5px 0 0 178px
}

#enquiryform .error span {
	display:block;
	font-size:12px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding-left:140px;
	margin:0
}

#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

#enquiryform fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

#enquiryform #scaptcha {
	width:80px	
}

#enquiryform #captcha {
	padding-left:75px
}

#enquiryform.career #captcha {
	padding-left:160px	
}

#enquiryform #captcha label {
	width:180px
}

#enquiryform #captcha .error {
	padding-left:15px
}

#enquiryform .short_explanation {
	display:block;
	height:40px;
	line-height:40px;
	float:none;
	clear:both;
	margin:0;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	color:#000;
}

#enquiryform .short_explanation a {
	text-decoration:underline;
	color:#29ABE2
}

#enquiryform div img {
	background-color:#fff;
	margin-left:74px
}

#enquiryform.career div img {
	margin-left:160px
}

#enquiryform .button {
	display:block;
	color:#CCCCCC;
	padding:0 40px 0 10px;
	width:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	background:#464A4D url(../images/icon-list-arrow-greybox.png) no-repeat top right;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	border:none;
	cursor:pointer;
	margin-left:75px
}

#enquiryform.career .button {
	background:#2A903B url(../images/icon-list-arrow-greenbox-lrg.png) no-repeat top right;	
	color:#fff
}

#enquiryform.career .button {
	margin-left:160px	
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

/* Enquiry Form Mini Window */

#enquiryform.mini input {
	width:100%	
}

#enquiryform.mini .button {
	position:relative;
	display:block;
	color:#ccc;
	padding:0 40px 0 10px;
	width:auto;
	height:30px;
	line-height:32px;
	font-size:12px;
	background:#464A4D url(../images/icon-list-arrow-greybox.png) no-repeat center right;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:700;
	border:none;
	margin-left:0
}

#enquiryform.mini span.help-inline {
	position:absolute;
	top:2px;
	right:0;
	font-size:12px;
	font-weight:100;
	height:27px;
	line-height:27px;
	display:block;
	padding:0 15px;
	background-color:#f00;
	color:#fff	
}

/* Slideshow BXslider Content Text */

.bx-wrapper ul li .text-content {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:940px;
	height:400px;
	padding:0 60px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

/* Slideshow BXslider Css Override */

.bx-wrapper {
	margin: 0 auto
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
	border:  none;
	left: 0
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 10px
}

.bx-wrapper .bx-pager {
	padding-top: 0
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:#fff;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color:#31A344
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	text-align:center;
	padding:20px 0 30px
}

#footer.subpage-theme-grey {
	text-align:left;
	padding:0
}

#footer img {
	margin:0 10px 15px
}

#footer p {
	font-size:12px;
	color:#999;
	line-height:25px;
	margin-left:10px
}

#footer span,
#footer span a {
	color:#42484C;
	text-decoration:none !important
}

/* Footer Navigation Link Lists */

#footer.subpage-theme-grey ul.divide-three > li {
	border-right:1px solid #464A4D;
	border-left:1px solid #2E3438;
	padding:0 18px
}

#footer.subpage-theme-grey ul.divide-three > li:first-child {
	padding-left:10px;
	border-left:none	
}

#footer.subpage-theme-grey ul.divide-three > li:last-child {
	border-right:none	
}

#footer.subpage-theme-grey ul.divide-three li h6 {
	color:#A0A0A0
}

#footer.subpage-theme-grey ul.divide-three > li > a.active,
#footer.subpage-theme-grey ul.divide-three > li > a.active h6 {
	text-decoration:none;
	color:#fff;
	font-weight:700
}

#footer.subpage-theme-grey ul.divide-three > li > a:hover h6 {
	color:#fff
}

ul.link-list.footer {
	margin-bottom:15px	
}

ul.link-list.footer li.heading {
	color:#A0A0A0;
	font-weight:bold
}

ul.link-list.footer li a {
	line-height:15px;
	color:#535759;
	font-weight:100;
	padding-left:10px;
	background:url(../images/icon-list-arrow-grey.png) no-repeat 0 0
}

ul.link-list.footer li a.active,
ul.link-list.footer li a:hover {
	color:#fff;
	background:url(../images/icon-list-arrow-white.png) no-repeat 0 0;
	text-decoration: none
}

ul.link-list.footer li a.active {
	font-weight:700
}
