/* # Typography
---------------------------------------------------------------------------------------------------- */

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../includes/fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../includes/fonts/lato-v24-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../includes/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../includes/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../includes/fonts/lato-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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

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

body {
	background-color: #006057;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}

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

a {
	color: #13a08f;
	text-decoration: underline;
	font-weight: 700;
}

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

:focus {
	outline: #000 solid 2px;
}

p {
	margin: 30px 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 {
	margin-left: 15px;
}

.content ol {
	margin-left: 0;
}

.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-left: 10px;
	padding-bottom: 8px;
	margin-left: 35px;
}

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

ul.list-two-col {
	width: 100%;
}

ul.list-two-col li {
	float: left;
	width: calc(40% - 20px);
}

ul.list-two-col li:nth-child(2n+1) {
	clear: left;
}

.content ol ul {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content ol ul li {
	list-style-type: circle;
	padding-left: 3px;
	margin-left: 23px;
}

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

b,
strong {
	font-weight: 700;
}

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

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

.smaller {
	font-size: 80%;
}

.larger {
	font-size: 120%;
}

.font-30 {
	font-size: 30px;
}


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

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

.h1, h1 {
	font-size: 50px;
	font-weight: 800;
}

.h2, h2 {
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 50px;
}

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

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

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

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


/* # 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;
}


/* Collapse nav and shrink text sizes */
@media only screen and (max-width: 968px) {

	body > div,
	body {
		font-size: 18px;
	}

	.h1, h1 {
		font-size: 40px;
	}

	.h2, h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}

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

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

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

	.h6, h6 {
		font-size: 22px;
	}
	
	.font-30 {
		font-size: 24px;
	}
	
	ul.list-two-col li {
		float: none;
		width: 100%;
	}

}