/* # Typographical Elements
---------------------------------------------------------------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body,
body > div {
    font-size: 16px;
}

body {
	background-color: #fff;
	color: #6B6B6B;
	font-family: 'muli', sans-serif;
	font-weight: normal;
	line-height: 1.375;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
}

a {
	color: #6B6B6B;
	text-decoration: underline;
	font-weight: bold;
	font-weight: 700;
}

a:hover,
a:active,
a:focus {
	color: #666;
	text-decoration: none;
}

/* Display outline on focus */
:focus {
	outline: #000 solid 2px;
}

p {
	margin: 20px 0px;
	padding: 0;
}


ol,
ul {
	margin: 0 0 14px 0;
	padding: 0;
}

ol ol,
ol ol ol,
ol ol ol ol,
ul ul,
ul ul ul,
ul ul ul ul {
	margin-bottom: 0;
}

ul li {
	list-style-type: none;
}

ul li:last-child {
	padding-bottom: 0;
}

.content ul,
.content ol {
	margin-left: 15px;
}

.content ul li,
.content ol li {
	padding-bottom: 3px;
	margin-left: 20px;
}

.content ul li {
	list-style-type: disc;
}

.content ul li li {
	list-style-type: circle;
}

.content ul li li li {
	list-style-type: square;
}

.content ol li {
	padding-bottom: 8px;
}

.content ol li:last-child {
	padding-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: bold;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	border-left: solid 4px #ccc;
	padding-left: 15px;
}

.lt-blue {
	color: #0091eb;
}


/* ## Headings
--------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

.h1, h1,
.h2, h2 {
	font-size: 35px;
	color: #4037DC;
	font-weight: bold;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.entry-header h1 {
	border-bottom: solid 1px #00D086;
	padding-left: 18px;
	margin-left: -18px;
	/*max-width: 575px;*/
	max-width: 645px;
	margin-bottom: 40px;
}

.entry-content .h2,
.entry-content h2 {
	margin-bottom: -16px;
}

.h3, h3 {
	font-size: 16px;
}

.h4, h4 {
	font-size: 16px;
}

.h5, h5 {
	font-size: 16px;
}

.h6, h6 {
	font-size: 16px;
}

.featured-text {
	font-size: 24px;
}

/* 1px below iPad portait view */
@media only screen and (max-width: 767px) {

	body,
	body > div {
		font-size: 12px;
	}
	
	.h1, h1,
	.h2, h2	{
		font-size: 20px;
	}

	.entry-header h1 {
		font-size: 20px;
	}

	.h3, h3 {
		font-size: 12px;
	}

	.h4, h4 {
		font-size: 12px;
	}

	.h5, h5 {
		font-size: 12px;
	}

	.h6, h6 {
		font-size: 12px;
	}
	
}


/* # Skip Links and Screen Reader Text
---------------------------------------------------------------------------------------------------- */

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/******* PREFERRED CLASS TO HIDE TEXT FROM SCREEN READERS ********/
.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.more-link {
    position: relative;
}


/* ## Skip links
--------------------------------------------- */
.skip-link {
	margin: 0;
}

.skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
