@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:700italic);
/* --------------- Basic element styles ---------------- */
html, input, textarea, select {
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (this size (usually for PC's) is also required here for CKEditor)  */
}
html.rem-base {
	/*font-size:71.25%;*/ /* Set the base rem so that 1.3rem = 14.8px (larger for mobiles/tablets). This setting does not affect CKEditor */
}
body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea, select, button {
	font-size:16px;					/* Base font size in whole document for older browsers */
	font-size:1.6rem;				/* Base font size in REM for newer browsers */
	line-height:1.6;				/* Base line height */
}


/* --------------- Font styles ---------------- */
h1 {
	font-size:52px;
	font-size:5.2rem;
	padding:100px 0;
	padding:10rem 0;
	color:#fff;
	text-align:center;
	margin:0;
	line-height:1.2;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.front h1 {
  text-align:center;
	padding:80px 0 8px 0;
	padding:8rem 0 0.8rem 0;
  color:#B7D100;
	text-shadow:none;
}
h2 {
	font-size:28px;
	font-size:2.8rem;
	padding:0 0 10px 0;
	padding:0 0 1rem 0;
	color:#006430;
	text-align:left;
	margin:2rem 0 0 0;
	margin:20px 0 0 0;
	line-height:1.2;
}
.front h2 {
  text-align:center;
}
h3 {
	font-size:24px;
	font-size:2.4rem;
	padding:0 0 5px 0;
	padding:0 0 0.5rem 0;
	color:#B7D100;
	text-align:left;
	margin:0;
	line-height:1.2;
}
.col2 h3 {
	padding:0 0 10px 0;
	padding:0 0 1rem 0;
}
h4 {
	font-size:20px;
	font-size:2rem;
  padding:0 0 18px 0;
  padding:0 0 1.8rem 0;
	color:#666;
	text-align:left;
	margin:0;
  font-weight:normal;
}
.front h4 {
  text-align:center;
}
h5 {
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#7E95BF;
	text-align:left;
	margin:0;
}
h6 {
	font-size:12px;
	font-size:1.2rem;
	padding:0 0 15px 0;
	padding:0 0 1.5rem 0;
	color:#666;
	text-align:left;
	margin:0;
}
p, 
div, 
input,
textarea,
select,
li,
dt,
dd {
	color:#525252;
	text-align:left;
	margin:0;
}
p {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
a,
input.form-submit,
#search-form input,
#search-block-form input,
#menubox,
#searchbox,
#menu-icon,
#search-icon,
#search-icon-nav,
.logo-wrap,
.logo-wrap img,
.site-name,
.site-slogan,
.navigation,
#carousel-controls li { /* creates fading effect for hovers */
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.contextual-links-trigger {
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a {
	color:#B7D100;
}
a:hover,
a:active {
	color:#006430;
	text-decoration:underline;
}
.colmask ul,
#tinymce ul,
.cke_editable ul,
.colmask ol,
#tinymce ol,
.cke_editable ol {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
	margin:0;
}
.colmask ul li,
#tinymce ul li,
.cke_editable ul li {
	text-align:left;
	margin-left:16px;
	margin-left:1.6rem;
	padding:0 0 0 6px;
	padding:0 0 0 0.6rem;
}
.colmask ol li,
#tinymce ol li,
.cke_editable ol li {
	text-align:left;
	margin-left:22px;
	margin-left:2.2rem;
	padding:0;
}
dt {
	text-align:left;
	margin:0;
	padding:0;
}
dd {
	text-align:left;
	padding:0 0 16px 22px;
	padding:0 0 1.6rem 2.2rem;
	margin:0;
}


/* --------------- Footer Font styles ---------------- */
#footer-two-wrap h4,
#footer-three-wrap h4,
#footer-four-wrap h4,
#footer-bottom-wrap h4 {
	font-size:18px;
	font-size:1.8rem;
	color:#B7D100;
	text-align:left;
	padding:20px 0 0 0;
	padding:2rem 0 0 0;
}
#footer-two-wrap p,
#footer-three-wrap p,
#footer-four-wrap p,
#footer-bottom-wrap p {
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	text-align:left;
	padding:5px 0 !important;
	padding:0.5rem 0 !important;
}
#footer-bottom-wrap p {
	padding:0 !important;
}
#footer-two-wrap a,
#footer-three-wrap a,
#footer-four-wrap a,
#footer-bottom-wrap a {
	color:#fff;
	text-decoration: none;
}
#footer-two-wrap a:hover,
#footer-two-wrap a:active,
#footer-three-wrap a:hover,
#footer-three-wrap a:active,
#footer-four-wrap a:hover,
#footer-four-wrap a:active,
#footer-bottom-wrap a:hover,
#footer-bottom-wrap a:active {
	color:#B7D100;
	text-decoration:underline;
}
.footer-four-second h4 {
  display:none;
}


/* --------------- Table Styles ---------------- */
table {
	border:0;
	border-spacing:0;
	margin:10px 0;
	margin:1rem 0;
	width:100%;
}
table tr th {
	background:#757575;
	background:rgba(0, 0, 0, 0.51);
	border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
	color:#FFF;
	font-weight:bold;
}
table tbody tr th {
	vertical-align:top;
}
tr td,
tr th {
	padding:4px 9px;
	padding:0.4rem 0.9rem;
	border:1px solid #fff;
	text-align:left; 
}
tr.odd {
	background:#e4e4e4;
	background:rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
	background:#efefef;
	background:rgba(0, 0, 0, 0.063);
}
table ul.links {
	margin:0;
	padding:0;
}
table ul.links li {
	padding:0 16px 0 0;
	padding:0 1.6rem 0 0;
}


/* --------------- Highlighted ---------------- */
#highlighted {
}


/* --------------- Breadcrumbs ---------------- */
.breadcrumb {
	font-size:13px;
	font-size:1.3rem;
	padding:10px 0;
	padding:1rem 0;
	margin:0;
}
.breadcrumb div {
	display:inline;
}



/* --------------- System Tabs  --------------- */
ul.tabs {
	margin:10px 0;
	margin:1rem 0;
}
.tabs ul.primary {
	border-bottom:2px solid #ccc; /* border colour below tabs - same as below */
	padding:0 15px; /* padding left of tab block */
	padding:0 1.5rem; /* padding left of tab block */
	height:26px;
	height:2.6rem;
}
.tabs ul.primary li {
	margin:0 10px 0 0; /* gap between tabs */
	margin:0 1rem 0 0; /* gap between tabs */
	display:block;
	float:left; 
	vertical-align: bottom;
}
.tabs ul.primary li a,
.tabs ul.primary li a:hover {
	background:#eb2e49; /* background of tab - same as navigation */
	border-color:bisque hotpink hotpink bisque; /* border colour around tabs - same as left & right on navigation */
	border-bottom:none;
	color:#ffffff;/* font colour of text on tabs */
	padding:0 15px 3px; /* padding left and right on each tab */
	padding:0 1.5rem 0.3rem; /* padding left and right on each tab */
	font-weight:bold; /* tab font weight */
	height:22px;
	height:2.2rem;
	line-height:24px;
	line-height:2.4rem;
	display:block;
	float:left;
	margin:0;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.tabs ul.primary li a:hover {
	background:#960F2F; /* background of tab - same as navigation hover */
	border-color:#fff; /* border colour around tabs on hover - same as left & right on navigation */
	border:none;
	color:#ffffff;
}
.tabs ul.primary li.active a,
.tabs ul.primary li.active a:hover {
	background:#b7d100; /* background of tab - same as navigation hover */
	border-color:#ffffff; /* border colour around tabs on hover - same as left & right on navigation */
	border:none;
	height:24px;
	height:2.4rem;
	color:#ffffff;
}
.tabs ul.secondary {
	border-bottom:none;
	padding:6px 0;
	padding:0.6rem 0;
	height:10px;
}
.tabs ul.secondary li {
	display:block;
	float:left;
}
.tabs ul.secondary li:last-child {
	border-right:none;
}
.tabs ul.secondary li:first-child {
	padding-left:0;
}
.tabs ul.secondary li a {
	padding:3px 6px;
	padding:0.3rem 0.6rem;
}
.tabs ul.secondary li a.active {
	background:#efefef;
	border-bottom:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
ul.action-links {
	list-style:none;
	margin:5px;
	margin:0.5rem;
	padding:6px 12px;
	padding:0.6rem 1.2rem;
}
ul.action-links li {
	display:inline-block;
	margin-left:10px;
	margin-left:1rem;
}
ul.action-links li a {
	padding-left:15px;
	padding-left:1.5rem;
	background:url(../images/add.png) no-repeat left center;
	margin:0 10px 0 0;
	margin:0 1rem 0 0;
}


/* ---------------- Messages  ----------------- */

#messages {
	padding-bottom:15px;
	padding-bottom:1.5rem;
	margin:0 auto;
}
.featured #messages {
	background:#efefef;
	background:rgba(30, 50, 10, 0.08);
}
div.messages {
	margin:10px 0 0 0;
	margin:1rem 0 0 0;
}


/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
	width:540px;
	width:54rem;
}
.password-parent,
div.form-item div.password-suggestions {
	position:relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
}
.password-strength-text {
	margin-top:3px;
	margin-top:0.3rem;
}
div.password-confirm {
	margin-top:35px;
	margin-top:3.5rem;
	width:330px;
	width:33rem;
}


/* -------------- Form Elements   ------------- */
fieldset {
	background:#fff;
	border:1px solid #ccc;
	margin-top:10px;
	margin-top:1rem;
	margin-bottom:32px;
	margin-bottom:3.2rem;
	padding:0 0 10px;
	padding:0 0 1rem;
	position:relative;
	top:12px; /* Offsets the negative margin of legends */
	top:1.2rem; /* Offsets the negative margin of legends */
}
fieldset .fieldset-wrapper {
	margin:0;
	padding:15px 2% 20px 2%;
	padding:1.5rem 2% 2rem 2%;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top:0;
}
.filter-help a {
	font-size:13px;
	font-size:1.3rem;
	padding:2px 20px 0;
	padding:0.2rem 2rem 0;
}
.filter-wrapper {
	top:0;
	padding:16px 0 3px;
	padding:1.6rem 0 0.3rem;
	-khtml-border-radius-topright:0;
	-khtml-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.filter-wrapper .form-item label {
	margin-right:10px;
	margin-right:1rem;
}
.filter-wrapper .form-item {
	padding:0 0 8px 8px;
	padding:0 0 0.8rem 0.8rem;
}
.filter-guidelines {
	padding:0 24px 0 8px;
	padding:0 2.4rem 0 0.8rem;
}
fieldset.collapsed {
	background:transparent;
	-khtml-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
fieldset legend {
	background:#e4e4e4;
	border:1px solid #ccc;
	border-bottom:none;
	color:#525252;
	display:block;
	line-height:2;
	padding:0;
	position:absolute;
	text-indent:15px;
	text-indent:1.5rem;
	top:-12px;
	top:-1.2rem;
	left:-1px;
	width:100%;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
fieldset.collapsed legend {
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
fieldset legend a {
	color:#525252;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color:#000000;
}
fieldset .fieldset-wrapper {
	padding:2rem 2% 0 2%;
}
fieldset .fieldset-description,
.description {
	margin-top:3px;
	margin-top:0.3rem;
	margin-bottom:10px;
	margin-bottom:1rem;
	color:#525252;
	font-style:italic;
	font-size:10px;
	font-size:1rem;
}
fieldset .fieldset-legend span.summary {
	margin:0;
}
input {
	margin:2px 0;
	margin:0.2rem 0;
	padding:4px 1%;
	padding:0.4rem 1%;
}
input,
textarea {
}
textarea {
}
textarea.form-textarea,
select.form-select {
	padding:4px 0.5%;
	padding:0.4rem 0.5%;
}
input.form-text,
textarea.form-textarea,
select.form-select,
.resizable-textarea .grippie {
	border:1px solid #ccc;
	padding:8px 2%;
	padding:0.8rem 2%;
	width:100%;
	line-height:normal;
}
input.form-text,
textarea.form-textarea,
select.form-select {
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.resizable-textarea .grippie {
	border-top:none;
}
input.form-submit,
a.button { /* Form Buttoms */
	background:#EB2E49; /* background of button - same as navigation */
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	text-align:center;
	margin-bottom:12px;
	margin-bottom:1.2rem;
	margin-right:15px; /* LTR */
	margin-right:1.5rem; /* LTR */
	padding:10px 28px;
	padding:1rem 2.8rem;
	font-size:16px;
	font-size:1.6rem;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	text-transform:uppercase;
}
a.button {
	display:inline-block;
	text-decoration:none;
}
input.form-submit:hover,
input.form-submit:focus,
a.button:hover,
a.button:focus { /* Form Buttoms - hover */
	background:#960F2F; /* background of button - same as navigation hover */
	color:#fff;
}
.password-suggestions ul li {
	margin-left:18px;
	margin-left:1.8rem;
}
.form-item {
	margin-bottom:16px;
	margin-bottom:1.6rem;
	margin-top:0;
}
.form-item label {
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left:4px;
	margin-left:0.4rem;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left:2px;
	margin-left:0.2rem;
}
.form-actions {
	padding-top:10px;
	padding-top:1rem;
}


/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background:#efefef;
	border-color:#999;
	color:#525252;
}
.form-disabled .grippie {
	background-color:#efefef;
	border-color:#999;
}
.form-disabled label {
	color:#525252;
}


/* Animated throbber */
html.js input.form-autocomplete {
	background-position:100% 4px; /* LTR */
}
html.js input.throbbing {
	background-position:100% -16px; /* LTR */
}


/* Comment form */
.comment-form label {
	float:left; /* LTR */
	font-size:15px;
	font-size:1.5rem;
	width:120px;
	width:12rem;
}
.comment-form input,
.comment-form .form-select {
	margin:0;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.comment-form .form-type-textarea label {
	float:none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
	margin-bottom:10px;
	margin-bottom:1rem;
	overflow:hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
	margin-left:120px; /* LTR */
	margin-left:12rem; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
	float:none;
	margin-top:0;
}
.comment-form input.form-file {
	width:auto;
}
.no-sidebars .comment-form .form-text {
	width:800px;
	width:80rem;
}
.one-sidebar .comment-form .form-text {
	width:500px;
	width:50rem;
}
.two-sidebars .comment-form .form-text {
	width:320px;
	width:32rem;
}
.comment-form .form-item .description {
	margin-left:120px; /* LTR */
	margin-left:12rem; /* LTR */
}
#content h2.comment-form {
	margin-bottom:8px;
	margin-bottom:0.8rem;
}
.comment-form .form-textarea {
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
	margin-top:0;
	margin-bottom:0;
}
.filter-wrapper label {
	width:auto;
	float:none;
}
.filter-wrapper .form-select {
	min-width:120px;
	min-width:12rem;
}
.comment-form fieldset.filter-wrapper .tips {
}
#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom:6px;
	margin-bottom:0.6rem;
}
#edit-actions input {
	margin-right:9px;
	margin-right:0.9rem;
}


/* -------------- Other Overrides ------------- */
div.password-suggestions {
	border:none;
}
.ui-widget-overlay {
	background:#333;
	opacity:0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding:0 16px;
	padding:0 1.6rem;
	margin:0 0 15px 0 !important;
	margin:0 0 1.5rem 0 !important;
}
#forum .name {
	font-size:17px;
	font-size:1.7rem;
}
#forum .description {
	font-size:16px;
	font-size:1.6rem;
}


/* --------------- Search Form ---------------- */
#block-search-form {
	width:100%;
}
#block-search-form .content {
	margin-top:0;
}
#search-form input,
#search-block-form input {
	float:left; /* LTR */
	margin:0;
	width:75%; 
	*width:70%;
	padding:0 2%;
	height:40px;
	height:4rem;
	line-height:40px;
	line-height:4rem;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	border-right:none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
}
#search-block-form input {
	height:30px;
	height:3rem;
	line-height:30px;
	line-height:3rem;
}
#search-block-form input {
	font-size:13px;
  font-size:1.3rem;
}
#search-form .form-submit,
#search-block-form .form-submit { /*Search Button */
	background:url(../images/search-icon-white.png) no-repeat center center #B7D100; /* background of button - same as navigation with Search icon on top */
	border:none !important;
	color:#fff;
	height:40px;
	height:4rem;
	width:25%;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:-9999px;
	text-transform:capitalize; /* This forces IE7 to accept the negative text-indent */
	overflow:hidden;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#search-block-form .form-submit { /*Search Button */
	height:30px;
	height:3rem;
}
#search-form .form-submit:hover,
#search-form .form-submit:focus,
#search-block-form .form-submit:hover,
#search-block-form .form-submit:focus { /*Search Button - hover */
	background:url(../images/search-icon-white.png) no-repeat center center #006430;
	color:#fff;
}
#search-form label,
#search-block-form label {
	display:block;
}
#search-form {
}
#search-form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#search-form .search-advanced { /*Background of Search Advanced */
	clear:both;
	background:#fff;
	width:100%;
	margin:40px 0 10px 0;
	margin:4rem 0 1rem 0;
	padding:0;
}
#search-form .collapsed {
	background:none;
}
#search-form .search-advanced legend {
	position:relative;
}
#search-form .search-advanced .criterion,
#search-form .search-advanced .action {
	width:100%;
	margin:0;
}
#search-form .search-advanced label {
	color:#525252;
	float:left;
	position:relative;
}
#search-form .search-advanced input {
	width:96%;
	border:1px solid #ccc;
	float:none;
}
#search-form .search-advanced input.form-checkbox {
	width:18px;
	width:1.8rem;
	height:18px; 
	height:1.8rem; 
	margin-right:5px;
	margin-right:0.5rem;
	margin-bottom:3px;
	margin-bottom:0.3rem;
	float:left;
	position:relative;
	clear:both;
}
#search-form .search-advanced .form-type-checkboxes:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#search-form .search-advanced input.form-submit {
	width:100%; 
}
#search-form .search-advanced .action {
	float:none;
}
#search-form fieldset legend {
	background:none;
	border: none;
	color:#fff;
}
#search-form fieldset .fieldset-legend {
	background:none;
	padding:0;
}
#search-form fieldset .fieldset-wrapper {
	padding-top:15px;
	padding-bottom:15px;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
#search-form fieldset .fieldset-legend a {
	background:#B7D100;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	display:block;
	height:30px;
	height:3rem;
	line-height:30px;
	line-height:3rem;
	border:none;
}
#search-form fieldset .fieldset-legend a:hover {
	background:#006430;
	color:#fff;
}


/* --------------- Search Results ---------------- */
ol.search-results {
	padding-left: 0;
}
.search-results li {
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
	padding-bottom:0.6rem;
	margin-bottom:8px;
	margin-bottom:0.8rem;
}
.search-results li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:16px;
	margin-bottom:1.6rem;
}
.search-results .search-snippet-info {
	padding-left:0;
}


/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {
	margin:35px 0 17px 0; /* Same as usual h1#page-title margin. */
	margin:3.5rem 0 1.7rem 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
	float:left;
	margin:0;
}
div.add-or-remove-shortcuts {
	padding-top:14px;
	padding-top:1.4rem;
}
.overlay div.add-or-remove-shortcuts {
	padding-top:12px;
	padding-top:1.2rem;
}


/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
	margin-right:15px;
	margin-right:1.5rem;
}
.page-admin #content .simpletest-image img {
	margin:0;
}
.page-admin-structure-block-demo .block-region {
	background: #ffff66;
	border: 1px dotted #9f9e00;
	color:#000;
	margin:5px;
	margin:0.5rem;
	padding:5px;
	padding:0.5rem;
	text-align:center;
	text-shadow:none;
}
.page-admin-structure-block-demo #featured .block-region {
	font-size:9px;
	font-size:0.9rem;
}
.page-admin-structure-block-demo #header .block-region {
	width:500px;
	width:50rem;
}
.page-admin #admin-dblog img {
	margin:0 5px;
	margin:0 0.5rem;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
	padding:0;
}
#system-theme-settings fieldset .fieldset-legend {
	margin-top:0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
	width:49%;
	margin:0;
}
div.admin-panel {
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 0;
	margin:1rem 0;
	padding:0 5px 5px;
	padding:0 0.5rem 0.5rem;
}
div.admin-panel h3 {
	margin:16px 7px;
	margin:1.6rem 0.7rem;
}
div.admin-panel dt {
	border-top:1px solid #ccc;
	padding:7px 0 0;
	padding:0.7rem 0 0;
}
div.admin-panel dd {
	margin:0 0 10px;
	margin:0 0 1rem;
}
div.admin-panel .description {
	margin:0 0 14px 7px;
	margin:0 0 1.4rem 0.7rem;
}


/* ---------- Overlay layout styles ----------- */
.overlay #main,
.overlay #content {
	width:auto;
	float:none;
}
.overlay #page {
	padding:0 32px;
	padding:0 3.2rem;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
	display:none;
}
.overlay-processed .field-type-image {
	display:block;
	float:none;
}
.overlay #messages {
	width:auto;
}


/* ---------- Poll ----------- */
.node .poll {
	margin:32px 0;
	margin:3.2rem 0;
}
.node .poll #edit-choice {
	margin:0 0 24px;
	margin:0 0 2.4rem;
}
.poll .vote-form {
	text-align:left;
}
.poll .vote-form .choices {
	margin:0;
}
.poll .percent {
	font-style:italic;
	margin-bottom:48px;
	margin-bottom:4.8rem;
	margin-top:-51px;
	margin-top:-5.1rem;
	float:right;
	text-align:right;
}
.poll .text {
	clear:right;
	margin-right:36px;
	margin-right:3.6rem;
}
.poll .total {
	font-style:italic;
	text-align:right;
	clear:both;
}
.node .poll {
	margin:28px 0 0;
	margin:2.8rem 0 0;
}
.node .poll .text {
	margin-right:108px;
	margin-right:10.8rem;
}
.node .poll #edit-choice {
	margin:0 0 19px;
	margin:0 0 1.9rem;
}
.poll .bar .foreground {
	background-color:#666;
}
#footer-wrapper .poll .bar {
	background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
	background-color: #e4e4e4;
}


/* Social Media */
.linkedin,
.facebook,
.twitter, 
.google {
 	width: 56px;
	height: 56px;
	background-image: url('../images/linkedin-round.png');
  background-repeat:no-repeat;
	background-color:#B7D100;
	text-transform: capitalize;
	text-indent:-9999px;
	position:relative;
	display:inline;
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
.footer-four .footer-four-third p { 
	*padding:0 !important;
	*line-height:0;
}
.facebook {
	background-image:url('../images/facebook-round.png');
}
.twitter {
	background-image: url('../images/twitter-round.png');
}
.google {
	background-image: url('../images/google-round.png');
}
.linkedin:hover,
.facebook:hover,
.twitter:hover,
.google:hover {
	background-color:#80AD00;
}

/* Advanced Workplace Solutions */

/* Home page Slideshow */
.front #slideshow-wrap {
  background-color:#B7D100;
}
.view-home-page-slideshow .homepage-slide-content {
}
.view-home-page-slideshow  .homepage-slide-title {
  font-size:35px;
  font-size:3.5rem;
  line-height:40px;
  font-weight:bold;
  padding:20px 4% 20px 4%;
  padding:2rem 4% 2rem 4%;
  color:#fff;
  text-align:center;
  width:92%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  background:#B7D100;
}
.view-home-page-slideshow .homepage-slide-text {
  font-size:16px;
  font-size:1.6rem;
  font-weight:bold;
  color:#006430;
  text-align:center;
  width:92%;
  padding:0 4% 20px 4%;
  padding:0 4% 2rem 4%;
  background:#B7D100;
}
.view-home-page-slideshow .homepage-slide-button {
  width:92%;
  text-align: center;
  padding:0 4% 20px 4%;
  padding:0 4% 2rem 4%;
  background:#B7D100;
}
.view-home-page-slideshow .homepage-slide-button a,
.views-field-field-link-text .field-content a {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-size:1.4rem;
	background-color:#EB2E49;
	padding:10px;
	padding:1rem;
	color:#fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
  border:solid 1px #EB2E49;
  text-decoration:none;
}
.views-field-field-link-text .field-content a {
	font-size:16px;
	font-size:1.6rem;
}
.views-field-field-link-text,
.views-field-field-link-text .field-content,
.views-field-field-link-text .field-content a {
  text-align:center;
}
.view-home-page-slideshow .homepage-slide-button a:hover,
.view-home-page-slideshow .homepage-slide-button a:active,
.views-field-field-link-text a:hover,
.views-field-field-link-text a:active {
  background:#960F2F;
}
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a,
.view-courses-page .homepage-slide-button2 a {
	background:#B7D100;
	color:#fff;
  border:solid 1px #fff;
  margin-left:10px;
}
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:hover,
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:active,
.view-courses-page .homepage-slide-button2 a:hover,
.view-courses-page .homepage-slide-button2 a:active {
  background:#80AD00;
}

/* Home page highlight */
.view-home-page-highlights {
  padding-top:60px;
  padding-top:6rem;
}
.view-home-page-highlights .view-content {
  padding:0 4%;
}

.view-home-page-highlights .views-row {
	border:solid 1px #ccc;
	padding:2%;
  margin-bottom:30px;
  margin-bottom:3rem;
}
.view-home-page-highlights .views-row-3 {
	margin-right:0;
  margin-bottom:0;
}
.view-home-page-highlights .views-field-field-highlight-title .field-content {
	margin-bottom:15px;
	margin-bottom:1.5rem;
}
.view-home-page-highlights .views-field-field-highlight-title .field-content .image-field-content {
	height:130px;
  display:table;
  width:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.view-home-page-highlights .views-field-field-highlight-title .field-content .text-field-content {
  display: table-cell;
  vertical-align: middle;
	font-size:26px;
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	padding:0 5%;
	line-height:32px;
	line-height:3.2rem;
}
.views-field-field-highlight-text p {
	text-align:center;
  font-size:15px;
  font-size:1.5rem;
}
.views-field-field-link-text {
    margin:15px 0;
    margin:1.5rem 0;
}

/* Tutors Field Collection */
.field-collection-item-field-tutors {
  padding-top:30px;
  padding-top:3rem;
  margin-bottom:20px;
  margin-bottom:2rem;
  border-top:1px solid #ccc;
}
.field-collection-item-field-tutors .field-name-field-image {
  width:50%;
}
.field-collection-item-field-tutors .field-name-field-tutors-name,
.field-collection-item-field-tutors .field-name-field-biography {
}

.field-collection-item-field-tutors  .field-name-field-tutors-name .field-item {
	font-size:28px;
	font-size:2.8rem;
	padding:0 0 10px 0;
	padding:0 0 1rem 0;
	color:#006430;
	text-align:left;
	margin:0;
}

/* Course Dates */
.col2 .content {
  border: solid 1px #ccc;
  padding: 20px;
  padding: 2rem;
  background:#fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
  margin-bottom:30px;
  margin-bottom:3rem;
}
.view-course-dates .views-field-field-course-date div {
  font-size:16px;
  font-size:1.6rem;
  padding-bottom:10px;
  padding-bottom:1rem;
}
.view-course-dates .views-field-field-link-text,
.view-course-dates .views-field-field-link-text .field-content {
  text-align:left;
  
}
	
.front .field-name-body {
	width:75%;
	margin:0 auto;
}

.view-courses-page .views-row {
  border: solid 1px #ccc;
  padding:20px 30px;
  padding:2rem 3rem;
}
.view-courses-page .views-row .views-field-field-link-text div {
  text-align:left;
}
.view-courses-page .views-row .views-field-field-link-text div a {
  margin-left:0;
}
.view-courses-page .views-row .views-field-body {
}


/* --------------- Responsive Adjustments ---------------- */
/* Note, the CSS outside these Media Queries is used for all devices incl. mobiles */

/* @media only screen and (min-width: 320px) { */
	/* Mobile & Small screen, non-retina */

/* }

@media
only screen and (-webkit-min-device-pixel-ratio: 2)and (min-width: 320px),
only screen and (min--moz-device-pixel-ratio: 2)	 and (min-width: 320px),
only screen and (-o-min-device-pixel-ratio: 2/1)	and (min-width: 320px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and (min-resolution: 192dpi) and (min-width: 320px),
only screen and (min-resolution: 2dppx) and (min-width: 320px) { */
	/* Mobile & Small screen, retina, stuff to override above media query */

	/* Retina Icons on Menu and Search */
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		background:url(../images/search-icon-white@2x.png) no-repeat center center #B7D100; /* background of button - same as navigation with Search icon on top */
		background-size: 20px 20px;
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
		background:url(../images/search-icon-white@2x.png) no-repeat center center #006430;
		background-size: 20px 20px;
	}

/* }

@media only screen and (min-width: 700px) { */
	/* Tablet & Medium screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-two-wrap h4,
	#footer-three-wrap h4,
	#footer-four-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-two-wrap p,
	#footer-three-wrap p,
	#footer-four-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-bottom-wrap .footer-bottom-right p {
		text-align:right;
	}
	#footer-bottom-wrap p {
	}
	#footer-two-wrap a,
	#footer-three-wrap a,
	#footer-four-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-two-wrap a:hover,
	#footer-two-wrap a:active,
	#footer-three-wrap a:hover,
	#footer-three-wrap a:active,
	#footer-four-wrap a:hover,
	#footer-four-wrap a:active,
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}
	
	
	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	.breadcrumb {
	}
	.breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 8px 1.5%;
		padding: 0.8rem 1.5%;
		width:100%;
	}
	.resizable-textarea .grippie {
		padding: 0 1.5%;
		padding: 0 1.5%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
	}
	#block-search-form .content {
	}
	#search-form input,
	#search-block-form input {
		width: 75%;
		*width:72%; 
		padding: 0 1.5%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		background:url(../images/search-icon-white.png) no-repeat center center #B7D100; /* background of button - same as navigation with Search icon on top */
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
		background:url(../images/search-icon-white.png) no-repeat center center #006430;
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:50%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* Social Media */
	.linkedin,
	.facebook,
	.twitter, 
	.google {
	}
	.facebook {
	}
	.twitter {
	}
	.google {
	}
	.linkedin:hover,
	.facebook:hover,
	.twitter:hover,
	.google:hover {
	}
  
  
/* Home page Slideshow */
.front #slideshow-wrap {
  background:url(../images/green.png) repeat;
  background-color:#B7D100;
}
.view-home-page-slideshow .homepage-slide-content {
  position:absolute;
  top:0;
  background:url(../images/green-desktop.png) no-repeat left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;  
  height:100%;
  *width:100%;
}
.view-home-page-slideshow  .homepage-slide-title {
  font-size:40px;
  font-size:4rem;
  line-height:44px;
  font-weight:bold;
  padding:30px 0 60px 4%;
  padding:3rem 0 6rem 4%;
  color:#fff;
  text-align:center;
  width:35%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  background:none;
  background-image:url(../images/white-star3.png);
  background-repeat:no-repeat;
  background-position:center bottom;
}
.view-home-page-slideshow .homepage-slide-text {
  font-size:16px;
  font-size:1.6rem;
  font-weight:bold;
  color:#006430;
  text-align:center;
  width:35%;
  padding:0 0 40px 4%;
  padding:0 0 4rem 4%;
  background:none;
}
.view-home-page-slideshow .homepage-slide-button {
  width:92%;
  text-align: right;
  padding:0 0 20px 4%;
  padding:0 0 2rem 4%;
  position:absolute;
  bottom:20px;
  bottom:2rem;
  background:none;
}
.view-home-page-slideshow .homepage-slide-button a,
.views-field-field-link-text .field-content a {
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-size:1.8rem;
	background-color:#EB2E49;
	padding:10px 20px;
	padding:1rem 2rem;
	color:#fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
  border:solid 1px #EB2E49;
  text-decoration:none;
}
.views-field-field-link-text .field-content a {
	font-size:16px;
	font-size:1.6rem;
}
.views-field-field-link-text,
.views-field-field-link-text .field-content,
.views-field-field-link-text .field-content a {
  text-align:center;
}
.view-home-page-slideshow .homepage-slide-button a:hover,
.view-home-page-slideshow .homepage-slide-button a:active,
.views-field-field-link-text a:hover,
.views-field-field-link-text a:active {
  background:#960F2F;
}
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a,
.view-courses-page .homepage-slide-button2 a {
	background:#B7D100;
	color:#fff;
  border:solid 1px #fff;
  margin-left:30px;
}
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:hover,
.view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:active,
.view-courses-page .homepage-slide-button2 a:hover,
.view-courses-page .homepage-slide-button2 a:active {
  background:#80AD00;
}
  
  /* Home page highlight */
  .view-home-page-highlights {
  }
  .view-home-page-highlights .view-content {
    padding:0;
    display: table;
    border-collapse:separate;
    border-spacing:10px;
    border-spacing:1rem;
    display:block;
    border-collapse:collapse;
    border-spacing:0;
  }
  
  .view-home-page-highlights .views-row {
    margin-bottom:0;
    display: table-cell;
    width:33.33%;
    vertical-align:top;
    position:relative;
    float:left;
    margin-right:2%;
    width:27%;
    display:block;
  }
  .view-home-page-highlights .views-row-3 {
  }
  .view-home-page-highlights .views-field-field-highlight-title .field-content {
  }
  .view-home-page-highlights .views-field-field-highlight-title .field-content .image-field-content {
    height:200px;
  }
  .view-home-page-highlights .views-field-field-highlight-title .field-content .text-field-content {
    font-size:30px;
    font-size:3rem;
    line-height:36px;
    line-height:3.6rem;
  }
  .view-home-page-highlights .views-field-field-highlight-text  {
    padding-bottom:40px;
    padding-bottom:4rem;
  }
  .views-field-field-highlight-text p {
    font-size:15px;
    font-size:1.5rem;
  }
  .view-home-page-highlights .views-field-field-link-text {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin-bottom:30px;
    margin-bottom:3rem;
  }
	
  /* Tutors Field Collection */
  .field-collection-item-field-tutors {
  }
  .field-collection-item-field-tutors .field-name-field-image {
    float:left;
    position:relative;
    width:30%;
  }
  .field-collection-item-field-tutors .field-name-field-tutors-name,
  .field-collection-item-field-tutors .field-name-field-biography {
    float:right;
    position:relative;
    width:65%;
  }
  
  .field-collection-item-field-tutors  .field-name-field-tutors-name .field-item {
  }

	
/* }


@media
only screen and (-webkit-min-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (	 -o-min-device-pixel-ratio: 2/1)	and (min-width: 700px),
only screen and (		min-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (				min-resolution: 192dpi) and (min-width: 700px),
only screen and (				min-resolution: 2dppx)  and (min-width: 700px) { */
	/* Tablet & Medium screen, retina, stuff to override above media query */

	/* Retina Icons on Menu and Search */
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		background:url(../images/search-icon-white@2x.png) no-repeat center center #B7D100; /* background of button - same as navigation with Search icon on top */
		background-size: 20px 20px;
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
		background:url(../images/search-icon-white@2x.png) no-repeat center center #006430;
		background-size: 20px 20px;
	}

/* }

@media only screen and (min-width: 1024px) { */
	/* Desktop & Large screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
		font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (for desktop computers) */
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	.slideshow h4 {
		width:70%;
		margin:0 auto;
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-two-wrap h4,
	#footer-three-wrap h4,
	#footer-four-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-two-wrap p,
	#footer-three-wrap p,
	#footer-four-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-bottom-wrap p {
		padding-bottom:10px !important;
		padding-bottom:1rem !important;
	}
	#footer-bottom-wrap p {
	}
	#footer-two-wrap a,
	#footer-three-wrap a,
	#footer-four-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-two-wrap a:hover,
	#footer-two-wrap a:active,
	#footer-three-wrap a:hover,
	#footer-three-wrap a:active,
	#footer-four-wrap a:hover,
	#footer-four-wrap a:active,
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}
  .footer-four-second h4 {
    display:block;
  }



	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	.breadcrumb {
	}
	.breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 8px 1%;
		padding: 0.8rem 1%;
		width:100%;
		*width:97.5%;

	}
	.resizable-textarea .grippie {
		padding: 0 1%;
		padding: 0 1%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
		height:0;
	}
	#block-search-form .content {
		margin-top: 0;
	}
	#search-form input,
	#search-block-form input {
		height:35px;
		height:3.5rem;
		line-height:35px;
		line-height:3.5rem;
		width: 75%;
		*width:73%;
		padding: 0 1%;
	}
	#search-block-form input {
		height:25px;
		height:2.5rem;
		line-height:25px;
		line-height:2.5rem;
	}
	#search-block-form input {
		width: 75%;
		*width:70%;
		padding: 0 2%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		background:url(../images/search-icon-white.png) no-repeat center center #B7D100; /* background of button - same as navigation with Search icon on top */
		height: 35px;
		height: 3.5rem;
	}
	#search-block-form .form-submit { /*Search Button */
		height: 25px;
		height: 2.5rem;
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
		background:url(../images/search-icon-white.png) no-repeat center center #006430;
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:33%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* Social Media */
	.linkedin,
	.facebook,
	.twitter, 
	.google {
	}
	.facebook {
	}
	.twitter {
	}
	.google {
	}
	.linkedin:hover,
	.facebook:hover,
	.twitter:hover,
	.google:hover {
	}
	
  /* Home page Slideshow */
  .front #slideshow-wrap {
  }
  .view-home-page-slideshow .homepage-slide-content {
  }
  .view-home-page-slideshow  .homepage-slide-title {
    font-size:45px;
    font-size:4.5rem;
    line-height:50px;
    padding:50px 5% 70px 7%;
    padding:5rem 5% 7rem 7%;
    width:35%;
  }
  .view-home-page-slideshow .homepage-slide-text {
    font-size:18px;
    font-size:1.8rem;
    width:35%;
    padding:0 5% 40px 7%;
    padding:0 5% 4rem 7%;
  }
  .view-home-page-slideshow .homepage-slide-button {
    width:45%;
    padding:0 0 0 2%;
    padding:0 0 0 2%;
    position:relative;
    text-align:center;
  }
  .view-home-page-slideshow .homepage-slide-button a,
  .views-field-field-link-text .field-content a {
    font-size:20px;
    font-size:2rem;
    padding:10px 28px;
    padding:1rem 2.8rem;
  }
  .views-field-field-link-text .field-content a {
    font-size:16px;
    font-size:1.6rem;
  }
  .views-field-field-link-text,
  .views-field-field-link-text .field-content,
  .views-field-field-link-text .field-content a {
  }
  .view-home-page-slideshow .homepage-slide-button a:hover,
  .view-home-page-slideshow .homepage-slide-button a:active,
  .views-field-field-link-text a:hover,
  .views-field-field-link-text a:active {
  }
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a,
  .view-courses-page .homepage-slide-button2 a {
  }
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:hover,
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:active,
  .view-courses-page .homepage-slide-button2 a:hover,
  .view-courses-page .homepage-slide-button2 a:active {
  }
  

/* }

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1024px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1024px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1024px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1024px),
only screen and (                min-resolution: 192dpi) and (min-width: 1024px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1024px) { */
	/* Desktop & Large screen, retina, stuff to override above media query */

	/* Retina Icons on Menu and Search */

/* }

@media only screen and (min-width: 1280px) {*/ 

  /* Home page Slideshow */
  .front #slideshow-wrap {
  }
  .view-home-page-slideshow .homepage-slide-content {
  }
  .view-home-page-slideshow  .homepage-slide-title {
    font-size:60px;
    font-size:6rem;
    line-height:65px;
    padding:70px 0 70px 2%;
    padding:7rem 0 7rem 2%;
    width:35%;
  }
  .view-home-page-slideshow .homepage-slide-text {
    font-size:20px;
    font-size:2rem;
    width:35%;
    padding:0 0 40px 2%;
    padding:0 0 4rem 2%;
  }
  .view-home-page-slideshow .homepage-slide-button {
    width:35%;
    padding:0 0 0 2%;
    padding:0 0 0 2%;
  }
  .view-home-page-slideshow .homepage-slide-button a,
  .views-field-field-link-text .field-content a {
    font-size:24px;
    font-size:2.4rem;
    padding:10px 28px;
    padding:1rem 2.8rem;
  }
  .views-field-field-link-text .field-content a {
    font-size:16px;
    font-size:1.6rem;
  }
  .views-field-field-link-text,
  .views-field-field-link-text .field-content,
  .views-field-field-link-text .field-content a {
  }
  .view-home-page-slideshow .homepage-slide-button a:hover,
  .view-home-page-slideshow .homepage-slide-button a:active,
  .views-field-field-link-text a:hover,
  .views-field-field-link-text a:active {
  }
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a,
  .view-courses-page .homepage-slide-button2 a {
  }
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:hover,
  .view-home-page-slideshow .homepage-slide-button .homepage-slide-button2 a:active,
  .view-courses-page .homepage-slide-button2 a:hover,
  .view-courses-page .homepage-slide-button2 a:active {
  }	

/* } */
