/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #18669f;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 15px;
	color: #9aa0ab;
	font-weight: 400;
	line-height: 28px;
}

body, html {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #314a5b;
	text-decoration: none;
	line-height: 100%;
}

a:hover, a:active, a:focus {
	color: #f59034;
	text-decoration: none;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

/*
input[type="checkbox"]{
	margin-right: 10px;
	height: 15px;
	width: 15px;
}


input[type="text"], input[type="email"], textarea, select {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	border: 1px solid #959595;
	color: #727272;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 400;
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
	width: 100%;
	margin: 0 0 0 0;
	max-width: 100%;
	resize: none;
	text-align: left;
}

input[type="submit"] {
	width: auto
}

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
}

input:focus, textarea:focus {
	border-color: #18669f;
	outline: none;
}

input[type="button"]:focus {
	outline: none;
}

select::-ms-expand {
	display: none;
}*/
iframe {
	border: 0;
}

p {
	margin: 0 0 25px
}

b, strong {
	font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
	margin-bottom: 0
}

.title-font strong, .text-font strong {
	font-weight: 600
}

ul, ol, dl {
	list-style-position: outside;
	margin-bottom: 25px
}

* {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

*:hover {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

::selection {
	color: #ffffff;
	background: #f59034;
}

::-moz-selection {
	color: #ffffff;
	background: #f59034;
}

::-webkit-input-placeholder {
	color: #727272;
	text-overflow: ellipsis;
}

::-moz-placeholder {
	color: #727272;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #727272;
	text-overflow: ellipsis;
	opacity: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */

/*

.error { background-color: #f2dede; border: 1px solid #a94442 !important; color: #666666; }
em.error{
	display: none !important;
}
em.successtick{
	display: block;
	position: absolute;
    top: -16px;
    right: -10px;
}

#chkPrivacy-error{
	display: none!important;
}

.successtick:before{
	font-style: normal;
   font-family: FontAwesome;
   display: inline-block;   
   content: "058";
   color: #3c7241;
}


.success{
	background-color: #def0d8;
	border: 1px solid #556950 !important;
	color: #387939;
}
*/

/*
.error {
	color: #b33;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
}*/

/*
.input-wrap{
	border-radius: 2px;
	border: 1px solid #959595;	
}

.input-wrap i{
	padding: 0 15px;
}

.input{
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;	
	border:none;
	color: #727272;	
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	resize: none;
	text-align: left;
	width: auto;
	max-width: 100%;
}

.input:focus, .input:active{
	border:  none;
	outline: none;
}*/


.input-wrap {
	position: relative;
	border-radius: 2px;
	border: 1px solid #959595;
	margin-bottom: 25px;
}

.checkbox-wrap{
	padding:5px 15px;
	border:1px solid #fff;
}

.error { background-color: #f2dede; border: 1px solid #a94442 !important; color: #666666; }
.input-success{
	background-color: #def0d8;
	border: 1px solid #556950 !important;
	color: #387939;
}

.error i, .error .input, .error .text-input-placeholder{
	color: #a94442;
}
.input-success i, .input-success .input, .input-success .text-input-placeholder{
	color: #387939;
}
.input-wrap i {
    width: 40px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.input-wrap i.medium{
	font-size: 25px;
}

.input-wrap i.large{
	font-size: 30px;
}

.input,select {
	position: relative;
	z-index: 1;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	border: none;
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	resize: none;
	text-align: left;
	width: 100%;
	max-width: 80%;
	border: none;
	background: none;
}

.form-wrap{
	margin-bottom: 35px;
	border-radius: 2px;
	border: 1px solid #959595;
}
.form-wrap select{
	width: 100%;	
	max-width: 100%;
	text-indent: 25px;
}

.input:focus, .input:active {
	border: none;
	outline: none;
}

.no-i{
	text-indent: 25px !important;
}
.no-i .text-input-placeholder{
	text-indent: 25px !important;
}

.radio-wrap{
	padding: 15px 25px;
	margin-bottom: 35px;
}

.text-input-placeholder {
	text-indent: 45px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 55px;
	color: #727272;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	will-change: all;
}

.text-input-placeholder_state_active {
	opacity: 0;
}

.text-input-placeholder_pos_top {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	line-height: 35px;
	height: 35px;
}
