/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	overflow-x: hidden;
	width: 100%;
	min-width: 260px;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background-color: #ededed; /* Fallback for when there is no custom background color defined. */
	width: 100%;
	min-width: 260px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

li a span {
	cursor: pointer;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: "museo-sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.4;
}

.lt-ie10 body,
.lt-ie10 button,
.lt-ie10 input,
.lt-ie10 select,
.lt-ie10 textarea {
	font-family: "Trebuchet MS", sans-serif;
}

@media only screen and (min-width: 640px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 900px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

p {
	margin: 20px 0;
}

.strong,
b,
strong {
	font-weight: 700;
}
.w500 {
	font-weight: 500;
}
.w300 {
	font-weight: 300;
}

dfn,
em,
i {
	font-style: italic;
}

cite {
	font-size: 75%;
}

blockquote {
	margin: 0 auto;
	font-size: 250%;
	font-weight: 100;
	color: #1fb9c7;
	line-height: 1.25;
	max-width: 600px;
}

blockquote p {
	max-width: none;
}

address {
	margin: 20px 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.small,
small {
	font-size: 75%;
}

.medium-small {
	font-size: 85%;
}

.sub-title {
	font-size: 125%;
}

.medium {
	font-size: 150%;
	line-height: 1.3;
}

.medium-large {
	font-size: 185%;
	line-height: 1.3;
}

.large,
big {
	font-size: 225%;
	line-height: 1.25;
}

.heading {
	font-size: 100%;
}
.widget-title,
.sub-heading {
	color: #8b8b8b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70%;
	font-variant: small-caps;
}
.widget-title a,
.sub-heading a {
	color: inherit;
}

.grey {
	color: #8b8b8b;
}

.lightblue {
	color: #1fb9c7;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ededed;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	-ms-interpolation-mode: bicubic;
	image-rendering: -moz-crisp-edges;

}
.entry-thumbnail {
	display: block;
}
.entry-thumbnail img {
	display: block;
	width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

.blink {
	text-decoration: blink;
}

.horizontal-rule {
	width: 100px;
	height: 2px;
	max-width: 100px;
	max-height: 2px;
	line-height: 2px;
	display: block;
	margin: 1.2em auto;
	border: 0;
	background-color: #1fb9c7;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	padding: 5px 20px;
	color: #fff;
	background: #1fb9c7;
	display: inline-block;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	line-height: 20px;
	text-decoration: none;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color: #fff;
}

.button.blue,
.button.blue:visited,
.button.blue:active,
.button.blue:focus,
.button.blue:hover,
button.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
	background: #019ac0;
}
.button.dark-blue,
button.dark-blue,
input[type="button"].dark-blue,
input[type="reset"].dark-blue,
input[type="submit"].dark-blue {
	background: #007aa7;
	color: #fff;
}

.button.black,
button.black,
input[type="button"].black,
input[type="reset"].black,
input[type="submit"].black {
	background: #222;
	color: #fff;
}

.button.white,
.button.white:visited,
.button.white:active,
.button.white:focus,
.button.white:hover,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
	background: #fff;
	color: #222;
}

.button.grey,
.button.grey:visited,
.button.grey:active,
.button.grey:focus,
.button.grey:hover,
button.grey,
input[type="button"].grey,
input[type="reset"].grey,
input[type="submit"].grey {
	background: #8b8b8b;
	border: 1px solid #8b8b8b;
}

.button.big {
	padding: 10px 40px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 16px; /* prevent iOS zoom */
	padding: 5px 15px;
	line-height: 20px;
	color: #666;
	border: 1px solid #bababa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #8b8b8b;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

main input[type="text"],
main input[type="email"],
main input[type="url"],
main input[type="password"],
main input[type="search"],
main textarea {
	font-size: 16px; /* prevent iOS zoom */
	line-height: 20px;
	padding: 10px 15px;
	border: 1px solid #ededed;
	background: #fff;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	z-index: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

main input[type="text"]:focus,
main input[type="email"]:focus,
main input[type="url"]:focus,
main input[type="password"]:focus,
main input[type="search"]:focus,
main textarea:focus,
main select:focus {
	border-color: #bababa;
}


textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

label {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
}

label sup {
	color: red;
}

.inline-label {
	position: relative;
}
.inline-label label {
	position: absolute;
	left: 15px;
	line-height: 32px;
	color: #8b8b8b;
	margin: 1px 0;
	font-size: 16px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
	margin-right: 6px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: 0;
}

/* close approximation in IE */
::-ms-check {
	margin-left: 0;
	margin-right: 0;
	width: 15px; height: 15px;
	padding: 4px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
	color: #add26d;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked):before,
[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 25px; height: 25px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked):after,
[type="checkbox"]:checked:after {
	font-family: 'icomoon';
	content: '\e62d';
	position: absolute;
	top: 0; left: 0;
	vertical-align: middle;
	font-size: 13px;
	width: 25px;
	line-height: 26px;
	text-align: center;
	color: #8b8b8b;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked):after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked):before,
[type="checkbox"]:disabled:checked:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked:after {
	color: #999;
}
[type="checkbox"]:disabled {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus:before,
[type="checkbox"]:not(:checked):focus:before {
	border: 1px solid #8b8b8b;
}

[type="checkbox"]:focus,
[type="checkbox"]:active {
	outline: none;
}

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
	margin-right: 15px;
	height: 25px;
	vertical-align: middle;
}

/* radio aspect */
[type="radio"]:not(:checked):before,
[type="radio"]:checked:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 25px; height: 25px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 100px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="radio"]:not(:checked):after,
[type="radio"]:checked:after {
	content: '';
	position: absolute;
	top: 7px; left: 7px;
	vertical-align: middle;
	width: 11px; height: 11px;
	text-align: center;
	background-color: #add26d;
	border-radius: 100px;
	box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked):after {
	opacity: 0;
	transform: scale(0);
}
[type="radio"]:checked:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked):before,
[type="radio"]:disabled:checked:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="radio"]:disabled:checked:after {
	color: #999;
}
[type="radio"]:disabled {
	color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus:before,
[type="radio"]:not(:checked):focus:before {
	border: 1px solid #8b8b8b;
}

[type="radio"]:focus,
[type="radio"]:active {
	outline: none;
}

/* select fields */
.fancy-select {
	position: relative;
	display: inline-block;
}
.fancy-select select::-ms-expand {
	display: none;
}
.fancy-select select {
	font-size: inherit;
	line-height: 22px;
	height: 42px;
	padding: 8px 55px 9px 15px;
	border: 1px solid #ededed;
	background: none;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: window;
	appearance: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fancy-select:after {
	right: 1px;
	bottom: 1px;
	width: 40px;
	padding-right: 2px;
	border-left: 1px solid #ededed;
	position: absolute;
	display: inline-block;
	font-family: 'icomoon';
	content: '\e617';
	font-size: 125%;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	z-index: 1;
	background: #fff;
	cursor: pointer;
}
.fancy-select select:focus {
	border-color: #bababa;
}

.lt-ie10 .fancy-select select {
	padding-right: 15px;
}
.lt-ie10 .fancy-select:after {
	display: none;
}

.field-error input[type="text"],
.field-error input[type="email"],
.field-error input[type="password"] {
	background-color: #fdf2f1;
	border-color: #dc9292;
}

.message {
}

.login-error,
.message.error {
	background: #f9cacf;
	border: 1px solid #dc9292;
	padding: 5px 15px;
}
.message.success {
	color: #8b8b8b;
}
.message.success:before {
	display: inline-block;
	font-family: 'icomoon';
	vertical-align: middle;
	content: '\e62d';
	text-align: center;
	font-size: 16px;
	color: #add26d;
	border: 1px solid #add26d;
	border-radius: 100px;
	width: 36px; height: 36px;
	line-height: 34px;
	margin-right: 15px;
}

/*--------------------------------------------------------------
4.5.0 Layout
--------------------------------------------------------------*/

.reveal {
	background: #ededed;
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	-ms-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
	-webkit-backface-visibility: hidden;
}

.show-menu .reveal {
	-webkit-transform: translate3d( -260px, 0, 0 );
	transform: translate3d( -260px, 0, 0 );
}

.slide-out-left {
	transition: transform .2s ease-in;
	transform: translate3d( 260px, 0, 0 );

	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	-ms-transition: transform .2s ease-in;

	-webkit-transform: translate3d( 260px, 0, 0 );

	-webkit-backface-visibility: hidden;
}

.show-menu .slide-out-left {
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
}

.no-csstransforms3d .show-menu .reveal,
.lt-ie10 .show-menu .reveal {
	left: -260px;
}

@media only screen and (min-width: 800px) {
	.show-menu .reveal {
		/*-webkit-transform: translate( 200px );*/
		/*transform: translate( 200px );*/
	}
}

.site-wrap { position: relative; }

/* ridiculous fix for iOS safari when focussing elements */
.fixfixed {
	position: absolute!important;
}
.banner.fixfixed {
	display: none;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #555;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.grey a {
	color: #757575;
}

.grey a:visited {
	color: #757575;
}

.grey a:hover,
.grey a:focus,
.grey a:active {
	color: #757575;
}

.entry-content a,
.entry-author a {
	color: #1fb9c7;
}

.entry-content a:visited,
.entry-author a:visited {
	color: #1fb9c7;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-author a:hover,
.entry-author a:focus,
.entry-author a:active {
	color: #1fb9c7;
	text-decoration: underline;
}

.white a,
.site-footer a {
	color: #fff;
}

.white a:visited,
.site-footer a:visited {
	color: #fff;
}

.white a:hover,
.white a:focus,
.white a:active,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #fff;
}

a[class*="toggle-"] {
	/*pointer-events: none;*/
	cursor: pointer;
	-ms-interpolation-mode: bicubic;
}
a[class*="toggle-"]:focus,
a[class*="toggle-"]:active {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;

	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.didot {
	font-family: "kepler-std-display","aw-conqueror-didot",serif;
	font-style: normal;
	font-weight: 600;
}
