/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */

html, body { width: auto; overflow-x: hidden; }
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html, button, input, select, textarea { font-family: 'Varela Round', sans-serif; }
/* * Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; font-family: 'Varela Round', sans-serif; }
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */

h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */

img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */

figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */

form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */

table { border-collapse: collapse; border-spacing: 0; }
/* ==========================================================================
Global Styles
========================================================================== */
html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
a { color: #506f4c; transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; }
a:hover, a:focus { text-decoration: none; color: #1b4e4c; }
.img-responsive { margin: 0 auto; }
.section-padding { padding: 80px 0; }
.content-dark { background: #f7f4ee; }
.content-light { background: #fff; }
.content-box-light { background: #fff; padding: 50px; -webkit-box-shadow: 0px 3px 0px 0px rgba(233, 230, 225, 0.25); -moz-box-shadow: 0px 3px 0px 0px rgba(233, 230, 225, 0.25); box-shadow: 0px 3px 0px 0px rgba(233, 230, 225, 0.25); }
.content-box-dark { background: #f7f4ee; padding: 50px; -webkit-box-shadow: 0px 3px 0px 0px rgba(156, 151, 141, 0.25); -moz-box-shadow: 0px 3px 0px 0px rgba(156, 151, 141, 0.25); box-shadow: 0px 3px 0px 0px rgba(156, 151, 141, 0.25); }
.imgspan { margin-bottom: 70px; margin-top: 70px; }
.section-dark { background-color: #f7f4ee; }
.section-light { background-color: #fff; }
.subtitle { margin: 0 0 50px 0; }
.span12 { margin-top: 70px; }
/* ==========================================================================
Headings
========================================================================== */
h1 { letter-spacing: 1px; color: #75726d; font-size: 30px; font-style: italic; }
h2 { margin: 0 0 20px 0; font-size: 14px; color: #75726d; text-transform: uppercase; letter-spacing: 1px; }
h4 { color: #75726d; font-size: 15px; text-transform: uppercase; font-style: italic; margin: 40px 0 0; }
h1.light { color: #fff; }
h1.bottom-border { background: url('../assets/media/global/h1-bg.png') no-repeat center bottom; padding-bottom: 40px; margin-bottom: 70px; text-align: center; }
h1.nomargin { margin-top: 0; }
.header-intro h1, .content-header h1 { color: #fff; }
.content-header h1 { margin: 160px 0; }
.careers h2 { margin: 50px 0 20px 0; font-size: 14px; color: #75726d; text-transform: uppercase; letter-spacing: 1px; }
.careers h2:first-child { margin: 0px 0 20px 0; }
.join-us h1 { color: #fff; margin-bottom: 0; font-weight: 600; }
.span12 h1 { margin-bottom: 40px; }
/* ==========================================================================
Paragraphs
========================================================================== */
p { color: #938f8a; }
p.uppercase { text-transform: uppercase; }
p.lowercase { text-transform: lowercase; }
p.capitalize { text-transform: capitalize; }
p.highlight { color: #8ec288; letter-spacing: 1px; }
p.no-margin { margin: 0; }
footer p { color: #fff; }
.hero p { font-size: 16px; color: #fff; letter-spacing: 0.07em; line-height: 1.4em; margin-bottom: 60px }
.callback p { font-size: 20px; color: #fff; }
.footer-blurb p { text-align: right; }
p.title { color: #75726d; font-style: italic; font-size: 12px; }
p.title:after { content: " "; border: solid 2px #3dc9b3; display: block; width: 35px; margin: 20px auto; }
p.uppercase { text-transform: uppercase; letter-spacing: 1px; }
p.vision-title { color: #75726d; margin: 40px 0 30px; }
p.vision-title:after { content: " "; border: solid 2px #8ec288; display: block; width: 35px; margin: 10px auto; }
/* ==========================================================================
Buttons
========================================================================== */
a.callback-btn { text-transform: uppercase; letter-spacing: 2px; color: #fff; text-decoration: none; padding: 20px 60px; border: solid 1px #fff; margin-top: 30px; display: inline-block; }
a.callback-btn:hover, a.callback-btn:focus { color: #506f4c; border-color: #506f4c; }
a.joinus-btn { text-transform: uppercase; letter-spacing: 2px; color: #fff; text-decoration: none; padding: 20px 40px; border: solid 1px #fff; display: inline-block; margin-top: 40px; }
a.joinus-btn:hover, a.joinus-btn:focus { color: #506f4c; border-color: #506f4c; }
a.cottages-jump-link { background: rgba(142, 194, 136, 0.8); display: block; padding: 50px 0; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
a.cottages-jump-link:hover, a.cottages-jump-link:focus { }
.jump-links a span { display: block; margin-top: 5px; }
a.cottages-jump-link:after { content: " "; border: solid 2px #FFF; display: block; width: 35px; margin: 15px auto 0; }
a.email-btn { background-color: #8ec288; color: #fff; padding: 20px 40px; display: inline-block; margin: 70px 0 10px; text-transform: uppercase; letter-spacing: 1px; -webkit-box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); -moz-box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); }
a.email-btn:hover, a.email-btn:focus { color: #506f4c; }
.upload-btn { display: inline-block; margin-bottom: 0; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid #8ec288; padding: 15px 50px; font-size: 14px; line-height: 1.42857143; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #8ec288; background-color: #fff; font-size: 14px; text-transform: uppercase; }
.upload-btn i { margin-right: 5px; }
.submit-btn { display: inline-block; margin: 20px 0 0 0; text-align: center; border: none; padding: 15px 50px; font-size: 14px; color: #fff; background-color: #8ec288; font-size: 14px; text-transform: uppercase; -webkit-box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); -moz-box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); box-shadow: 0px 3px 0px 0px rgba(84, 163, 158, 1); transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; }
.submit-btn:hover, .submit-btn:focus { background-color: #54a39e; color: #fff; }
/* ==========================================================================
Navigation
========================================================================== */
.navigation { background-color: #8ec288; }
nav ul { margin: 0; }
nav ul li { list-style: none; display: inline-block; }
nav ul li a { display: block; padding: 20px 50px 20px 0; text-transform: uppercase; color: #fff; font-size: 14px; }
nav ul li a:hover { text-decoration: none; color: #506f4c; }
nav ul li.current-menu-item a { color: #506f4c; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.pullcontainer a#pull { display: none; }
.pullcontainer a:hover { text-decoration: none; color: #506f4c; }
/* ==========================================================================
Header / Hero
========================================================================== */
header.header-top { padding: 35px 0; background: #edebe5 url('../assets/media/global/header-bg.png') repeat; }
.hero { background: url(../assets/media/home/hero-bg.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 100px 0; }
.hero-logo { margin-bottom: 15px; }
.play-btn { color: #fff; }
.play-btn:hover { color: #8ec288; }
.logo {padding: 40px 0;}
/* ==========================================================================
Home
========================================================================== */
.intro { background-color: #f7f4ee; }
.callback { background: url(../assets/media/global/section-bg.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.home-hero {position: relative; padding-bottom: 40px;}
.home-hero:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);	
}
.home-hero p {margin-bottom: 0;}
/* ==========================================================================
Footer
========================================================================== */
.footer-contact { background: url(../assets/media/global/section-bg.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.legals { background-color: #444240; padding: 20px 0; }
ul.footer-nav { text-align: right }
.footer-nav li { display: inline-block; }
.footer-nav li:after { content: "|"; display: inline-block; color: #fff; }
.footer-nav li.f-last:after { content: ""; }
.footer-nav li a { padding: 0 10px; }
.ps-btn { width: 152px; height: 10px; background: url(../assets/media/global/pitchstarter.png) no-repeat center center; display: block; text-indent: -99999px; margin-top: 20px; }
ul.footer-nav { list-style: none; margin: 30px 0 0; padding: 0; }
/* ==========================================================================
Section Backgrounds
========================================================================== */
.header-intro { background: url(../assets/media/global/section-bg.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.join-us { background: url(../assets/media/values/join-us-bg.jpg) no-repeat center center; background-repeat: repeat; padding: 100px 0; }
.content-header { background: url(../assets/media/global/header-bg.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.being-green-header {min-height: 560px; position: relative;}
.being-green-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
h1.being-green-h1 { font-size: 24px}
/* ==========================================================================
Flexslider
========================================================================== */
.custom-flex-control-nav li { background: #8ec288; border-bottom: dashed #b4dfdc 1px; color: #fff; cursor: pointer; display: block !important; width: 100%; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-transform: uppercase; letter-spacing: 1px; transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; }
.custom-flex-control-nav li:hover, .custom-flex-control-nav li:focus { color: #506f4c; }
.custom-flex-control-nav { margin: 0; padding: 0; }
.custom-flex-control-nav li:last-child { border: none; }
.custom-flex-control-nav .flex-active { color: #506f4c; }
/* ==========================================================================
Blog
========================================================================== */
.widget { background-color: #8ec288; padding: 30px; box-shadow: 0 3px 0 0px #519c93; moz-box-shadow: 0 3px 0 0px #519c93; webkit-box-shadow: 0 3px 0 0px #519c93; margin-bottom: 40px; }
.widget h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 30px 0; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { padding: 20px 0; border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
.widget ul li:last-child { border: none; }
.widget ul li a { color: #fff; }
.widget ul li a:hover, .widget ul li a:focus { color: #506f4c; }
.entry-header h1 { font-size: 18px; text-transform: uppercase; margin: 40px 0 5px; }
.post-header { margin-bottom: 0 !important; }
span.cat-link { margin: 5px 0 30px; display: block; }
a.more-link { color: #fff; background-color: #8ec288; text-transform: uppercase; letter-spacing: 1px; padding: 20px 40px; display: inline-block; box-shadow: 0 3px 0 0px #519c93; moz-box-shadow: 0 3px 0 0px #519c93; webkit-box-shadow: 0 3px 0 0px #519c93; margin: 40px 0 20px; }
ul.meta { list-style: none; margin: 0; padding: 0; }
ul.meta li { display: inline-block; padding: 10px; }
li.prev-post i { padding-right: 10px; }
li.next-post i { padding-left: 10px; }
ul.meta li:first-child { float: left }
ul.meta li:nth-child(2) { float: right }
/* ==========================================================================
Contact
========================================================================== */
.google-maps { position: relative; height: 400px; overflow: hidden; }
.google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; }
.nopadding { padding: 0; }
.contact-details i { display: block; text-align: center; margin-bottom: 15px; }
.fileUpload { position: relative; overflow: hidden; }
.fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
.contact-input { display: block; width: 100%; /*height: 34px;*/ padding: 25px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #8ec288; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; font-style: italic; margin: 0 0 20px 0; }
.contact-details p { margin-bottom: 40px; }
p.contact-method { color: #8ec288; margin-bottom: 0; }
a.more-link:hover, a.more-link:focus { color: #506f4c; }
.upload-wrap { margin: 50px 0 0 0; }
span.contact-icon { color: #8ec288; }
#uploadFile { border: none; color: #eee; }
/* ==========================================================================
Custom Styles
========================================================================== */

/* 2K West Additions July 2014 */
.resume_role {
	position: relative;
	overflow: hidden;
	display: block;
}

.resume_role:after {
    content: '';
    position: absolute;
    width: 0; height: 0; border-style: solid;
    border-width: 6px 6px 0 6px; border-color: #69beb8 transparent transparent transparent;
    right: 20px;
    z-index: 9999;
    top: 23px;
}

.resume_role select, .how_hear select, .how_did_you_hear select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #a9a9a9;
	padding: 0 12px;
	height: 52px;
	margin-bottom: 8px;
	text-overflow: hidden;
	text-indent: 0.01px;
}

.upload-btn {
	font-size: 13px;
	padding: 15px 20px;
	cursor: default;
}

.file_name {
    font-style: italic;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 8px;
    color: #bebebe;
    font-size: 12px;
}

#uploadFile {
	margin-left: 10px;
	font-size: 12px;
}

.wpcf7-form small {
	display: block;
	font-style: italic;
	color: #ababab;
}

.wpcf7-not-valid-tip {
	font-size: 11px;
	font-style: italic;
	margin-top: -16px;
	margin-bottom: 10px;
	color: #A9443B;
}

.wpcf7-not-valid {
	border-color: #A9443B;
}

.wpcf7-response-output {
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
	font-size: 12px;
}

::-webkit-input-placeholder {
   color: #a9a9a9;
}

:-moz-placeholder {
   color: #a9a9a9;
}

::-moz-placeholder {
   color: #a9a9a9;;
}

:-ms-input-placeholder {
   color: #a9a9a9;
}

.home_callout_text p {
	margin: 5px 0 20px;
}

a.work_with_us_btn {
	border-color: #8ec288;
	color: #8ec288;
	margin-top: 60px;
}

a.work_with_us_btn:hover {
	border-color: #506f4c;
	color: #506f4c;
}

h1 small {
	color: white;
}

.photo_row {
	margin-bottom: 30px;
}

/* Enrol Form */

.enrol-form {
	position: relative;
	overflow: hidden;
}

.enrol-form .form-group {
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}

.enrol-form .form-group label {
	margin: 3px 0 8px 6px;
	display: block;
	text-align: left;
	font-weight: 400;
	color: #8ec288;
}

.checkbox-323 {
	float: left;
}

.enrol-form .form-group input, .enrol-form .form-group select {
	margin-bottom: 0;
}

.enrol-form .form-group.how-hear-group, .enrol-form .form-group.other-hear {
	width: 94%;
	float: left;
	margin-left: 2%;
	margin-right: 4%;
	clear: both;
}

@media all and ( max-width: 1200px ) {
	.enrol-form .form-group.how-hear-group, .enrol-form .form-group.other-hear {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	.enrol-form .form-group {
		width: 100%;
		margin-left: 0%;
	}
}

.enrol-form .form-group.submit-group {
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

h1.our-cottage-header{
	font-size: 23px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.enrol-message h1 {
	margin-bottom: 20px;
}

.enrol-message p {
	margin-bottom: 40px;
}

#how_did_you_hear {
	height: 52px;
}

#days p.subhead {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #8ec288;
}
#days span.days_required {
    position: relative;
    top: -6px;
    left: -6px;
}
/* END 2K West Additions July 2014 */
