/*
	Theme Name: Health First Theme
	Description: A custom theme for Health First.
	Author: Print & Pixel
	Author URI: http://printandpixel.rocks
	Version: 1.0
	Template: genesis
*/

/*
- Normalize
- Clear Floats
	- Box Sizing
- Work In Progress
- Defaults
	- Typography 
	- Headings
	- Objects
	- Tables
- Forms
	- Search Form
	- Footer Widget Form
- Accessibilty
	- Screen Reader Text
	- Skip Links
- WordPress
	- Defaults
	- Gallery
	- Avatar
- Structure and Layout
	- Site Containers
	- Site Header
	- Content
	- Columns
	- Widgets
- Titles
	- Site Header
	- Widgets
	- Author Box
	- Archive Description
- Navigation
	- Primary Navigation
	- Secondary Navigation
	- Menu Toggle
- Content Areas
	- Entries
	- Entry Meta
	- Comments
	- Pagination
- Sections
- Sidebars
	- Primary Sidebar
	- Secondary Sidebar
- Widgets
	- Header Widget Area
- Common Classes
	- Archive/Author Box
	- Breadcrumbs
- Common Plugins
	- Jetpack
	- Genesis eNews Extended
- Footer
	- Widgets
- Media Queries
	- Retina (2x)
	- 768
	- 1024
	- 1600
*/

/*=================================
=            Normalize            =
=================================*/

/* normalize.css v3.0.2 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*====================================
=            Clear Floats            =
====================================*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*----------  Box Sizing  ----------*/

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*=================================
=         Work In Progress        =
==================================*/

/* Nav Heights */

/*
nav-secondary: 53px;
site-header: 76px;
total: 129px;
*/

/*----------  Colors  ----------*/

/*
Dark Blue: #22386B;
Light Blue: #315293;
Dark Red: #8E1929;
Light Red: #AF222C;
Dark Mustard: #C4A14D;
Light Mustard: #E1C380;
Dark Grey: #58595B;
Light Grey: #A9ABAF;
Very Light Grey: #EFEFEF;
*/

/*================================
=            Defaults            =
================================*/

#genesis-content {
	width: 100%;
	left: 0;
}

/*----------  Typography  ----------*/

html {
	font-size: 16px;
}

:root {
  font-size: calc(.35vw + 14.6px);
}

@media (min-width: 96.429em) {
  :root {
    font-size: 1.25rem;
    /* limit to 20px (at a 16px default scale) */
  }
}

body {
	background-color: #fff;
	color: #58595B;
	font-family: 'Fira Sans', sans-serif;	
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/*body.nav-visible {
	overflow: hidden;
}*/

a {
	color: #8E1929;
}

a:hover, 
a:focus {

}

p {
	margin: 0 0 1.3em 0; /* NOTE 0 0 1.3em 0 */
	padding: 0;
}

/*----------  Headings  ----------*/

h1 {
	font-size: 2.5em;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	color: #22386B;
	line-height: 1.4;
}

h2 {
	font-size: 2em;
	font-family: 'Quando', serif;
	color: #8E1929;
	line-height: 1.4;
}

h3 {
	font-size: 1.5em;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	color: #22386B;
	line-height: 1.4;
}

h4 {font-size: 1.25em;}

h5 {
	font-size: .75em;
	letter-spacing: 0.065em;
}

/*----------  Other Typography Bits  ----------*/

ol,
ul {
	margin: 0;
	padding: 0;
}

ul > li {
	list-style-type: none;
}

ol > li {
	list-style-type: decimal;
}

ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ul.clearlist {
	margin: 0 0 1.3em 0;
}

.entry-content ul.clearlist > li {list-style-type: none;}

ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #A9ABAF;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 3px solid #58595B; 
	color: #000;
	margin: 1.3em 0;
	padding-left: 10px;
}

small,
cite {
	font-size: 0.75em;
}

.caps {text-transform: uppercase;}

/*----------  Objects  ----------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.site-inner img {
	display: block;
	margin: 0 auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.wp-caption {
	margin: 0;
}

/*----------  Tables  ----------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #A9ABAF;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #A9ABAF;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*=============================
=            Forms            =
=============================*/

input,
select,
textarea {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #A9ABAF;
	color: #58595B;
	padding: 6px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #A9ABAF;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:not( [type="checkbox" ] ),
input:not( [type="image"] ),
input:not( [type="radio"] ) {
	-webkit-appearance: none; /* Remove iOS styles */
}

::-moz-placeholder {
	color: #58595B;
	opacity: 1;
	color: #58595B;
	font-family: 'Fira Sans', sans-serif;	
	font-weight: 400;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #58595B;
	opacity: 1;
	color: #58595B;
	font-family: 'Fira Sans', sans-serif;	
	font-weight: 400;
	font-size: 16px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 1px solid currentColor;
	padding: 6px 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	width: auto;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 600;
}

.button {
	display: inline-block;
	border: 1px solid #22386B;
	color: #22386B;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background-color: #22386B;
	color: #fff;
}

.button--secondary {
	border: 1px solid #C4A14D;
	color: #C4A14D;
}

.button--secondary:hover {background-color: #C4A14D;}

/*----------  Search Form  ----------*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*=====================================
=            Accessibility            =
=====================================*/

/*----------  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: #58595B;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.7);
}

.more-link {
    position: relative;
}

/*----------  Skip Links  ----------*/

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	border-bottom: 0;
}

.genesis-skip-link a:hover {
	background: #f5f5f5;
}

/* Display outline on focus */
:focus {
	color: #58595B;
	box-shadow: 0;
	outline: rgba(0,0,0,.2) solid 2px;
}


/*=================================
=            WordPress            =
=================================*/

/*----------  Defaults  ----------*/

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

#wpadminbar {
	position: fixed !important;
}

/*----------  Gallery  ----------*/

/*.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #A9ABAF;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #A9ABAF;
}*/

/*----------  Avatar  ----------*/

.avatar {
	float: right;
}

.alignleft .avatar {
	margin-left: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}


/*=================================
=            Structure            =
=================================*/

/*----------  Site Containers  ----------*/

.site-container {
	max-width: 100%;
}

.site-inner {
	margin: 0 auto;
	max-width: none;
	clear: both;
	padding: 0;
}

.site-inner > .wrap {padding: 0;}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
}

section .wrap  {
	margin-top: 40px;
	margin-bottom: 40px;
}

section .wrap:last-child {margin-bottom: 0;}

/*----------  Site Header  ----------*/

.site-header {
	background: #fff;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 53px;
	width: 100%;
	z-index: 101;
	padding-bottom: 10px;
}

.site-header > .wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}

/*.admin-bar .site-header {
	top: 46px;
}*/

.header-widget-area {
	display: none;
	float: right;
}

/* Site logo */

.site-header > .wrap:first-child {margin-right: 2.5%;}
.site-header > .wrap:nth-child(2) {margin-left: 2.5%;}

.title-area p.site-title {margin: 0;}

.title-area .site-title > a {
	float: left;
	height: 66px;
	width: 254px;
	background: url(assets/img/logo@2x.png) no-repeat left center;
	background-size: 254px 66px;
	text-indent: -9999px;
	overflow: hidden;
}

/*----------  Content  ----------*/

.hero--caption {
	position: relative;
	bottom: 0;
	background-color: rgba(255,255,255,0.65);
}

.hero--container {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero--caption p {margin: 1.3em;}

.navblocks-parent {max-width: 410px;}

.navblocks-container {
	margin-top: 30px;
	padding-bottom: 75%;
	position: relative;
}

.navblocks-child {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
}

.navblocks--link {
	width: 100%;
	height: 100%;
}

.navblocks--link span {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: calc(100% - 20px);
	padding: 25px 10px 5px;
}

.navblocks-container:nth-child(1) span,
.navblocks-container:nth-child(6) span,
.navblocks-container:nth-child(8) span {background-color: #22386B;}

.navblocks-container:nth-child(2) span,
.navblocks-container:nth-child(4) span,
.navblocks-container:nth-child(9) span {background-color: #AF222C;}

.navblocks-container:nth-child(3) span,
.navblocks-container:nth-child(5) span,
.navblocks-container:nth-child(7) span {background-color: #C4A14D;}

.navblocks-child a,
.navblocks-child a:hover,
.navblocks-child a:focus {color: #fff;}

#custom-content .wrap > div {
	margin-top: 75px;
	margin-bottom: 75px;
}

#custom-content .wrap > div:first-child {margin-top: 0;}

#custom-content .wrap > div:last-child {margin-bottom: 0;}

@media screen and (min-width: 48em) {
	.hero--caption {
		position: absolute;
		max-width: 50%;
		left: 5%;
	}
	.navblocks {max-width: none;}
	.navblocks-container {
		padding-bottom: 23.3334%;
	}
	.navblocks-container:first-child, 
	.navblocks-container:nth-child(2), 
	.navblocks-container:nth-child(3) {margin-top: 0;}
}

/* Providers Archive */

article.providers {
	margin-bottom: 15px;
}

.post-type-archive-providers article.providers .wrap {padding: 0;}

/*article.providers:last-child {margin-bottom: 0;}*/

.providers--name {text-align: center;}

.providers--name h5 {margin: 0;}

.providers--empty-container img {
	width: 100%;
}

.providers--empty-container {
	position: relative;
}

.providers--empty-container a {color: #fff;}

.providers--empty-link {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.type-providers:nth-of-type(4n+1) {
    clear: both;
}

/* Providers Single */

.single-providers main h4 {margin-bottom: 0;}

.providers--info-container p:last-child {margin-bottom: 0;}

/* Locations Archive */

.post-type-archive-locations .entry-content {margin-bottom: 40px;}

.locations--name h4 {
	margin: 0 0 10px 0;
}

.locations--address-container p {margin: 0;}

.locations--btn {margin-top: 20px;}

/* Locations Single */

.locations--featured-image {margin: 0 0 40px 0;}

.single-locations h2 {margin-bottom: 10px;}

.locations--info-container p, 
.locations--info-container h4 {
	margin: 0;
}

/*----------  Widgets  ----------*/

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*---------- Slider ----------*/

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 20%;
	top: 20vw;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 50;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {left: 1%;}

[dir='rtl'] .slick-prev {
	right: 1%;
	left: auto;
}

.slick-prev:before {content: '\f053';}

[dir='rtl'] .slick-prev:before {
	content: '\f054';
}

.slick-next {right: 1%;}

[dir='rtl'] .slick-next {
	right: auto;
	left: 1%;
}

.slick-next:before {content: '\f054';}

[dir='rtl'] .slick-next:before {content: '\f053';}


/*----------  Blog  ----------*/

.blog article {margin: 0 0 65px 0;}

.blog article:last-child {margin: 0;}

.blog .entry-header :first-child {margin-bottom: 8px;}

.blog .entry-header :nth-child(2) {margin-top: 0;}

.entry-title a {text-decoration: none;}

p.entry-meta {
	font-weight: 700;
	font-size: .75em;
	letter-spacing: 0.065em;
}

.news--featured-image {margin: 0 0 40px 0;}

.news--read-more a {
	font-weight: 700;
	text-decoration: none;
	color: #E1C380;
}


/*==============================
=            Titles            =
==============================*/

/*----------  Site Header  ----------*/

.site-description {
	display: none;
	font-size: 1em;
}

/*----------  Widgets  ----------*/

.widget-title,
.footer-widgets .widget-title,
.sidebar .entry-title,
.archive-description {
	margin-top: 0;
}

.footer-widgets .widget-title {
	margin-top: 0;
	color: #fff;
}

/*----------  Author Box  ----------*/

.author-box-title {
	margin-top: 0;
}

/*----------  Archive Description  ----------*/

.archive-title {
	margin: 0 0 40px 0;
}


/*==================================
=            Navigation            =
==================================*/

.genesis-nav-menu {
	clear: both;
	line-height: 1;
}

.menu-primary {
	margin-top: 129px;
}

.menu-primary .menu-item {
	display: block;
	position: relative;
	text-align: right;
}

.menu-primary a {
	display: block;
	padding: 20px 5%;
	text-align: left;
}

.menu-primary .menu-item.menu-item-has-children > a {
	padding-right: 50px;
}

/* Sub Menu */

.menu-primary .sub-menu {
	display: none;
}

.menu-primary .sub-menu a {
	font-size: .8em;
	padding-left: 10%;
	word-wrap: break-word;
}

.menu-primary .sub-menu .sub-menu a {
	padding-left: 60px;
}

/*----------  Primary Navigation  ----------*/

.nav--wrapper {
	position: relative;
	width: 100%;
	height: 129px;
}

.nav--container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.nav-primary,
.menu-primary {
	width: 100%;
}

.nav-primary {
	background: #fff;
	display: none;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	z-index: 99;
	/*margin-top: 58px;*/ /* NOTE */
}

/*.admin-bar .nav-primary {
	padding-top: 111px;
}*/

.nav-primary > .wrap {padding: 0;}

/*----------  Secondary Navigation  ----------*/

.menu-secondary {
	float: right;
}

.menu-secondary .menu-item {
	display: inline-block;
	margin: 0 5% 0 0;
}

.nav-secondary {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	display: block!important; /* NOTE can't figure out how to override this in the JS */
	padding: 10px 0;
	top: 0;
	z-index: 100;
}

.menu-secondary {
	display: flex;
	align-items: center;
}

.menu-secondary a {padding: 0;}

.nav-secondary a {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #58595B;
	font-size: 1em;
}

/*----------  Navigation Typography  ----------*/

.nav-primary ul > li {
	background-color: #EFEFEF;
	border-top: 1px solid #C1C1C1;
	border-radius: 0px;
}

.nav-primary ul > li:hover {
	background-color: #EFEFEF;
	color: #22386B;
}

.nav-primary ul > li:last-child {border-bottom: 1px solid #C1C1C1;}

.nav-primary ul > li.nav--portal {
	border-left: 0;
	border-right: 0;
	padding: 0;
	text-transform: none;
	width: auto;
}

.nav-primary ul > li a {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 1.35em;
	color: #22386B;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

.nav-primary ul.sub-menu > li {background-color: #fff;}

.nav-primary ul.sub-menu > li:last-child {border-bottom: none;}

.nav-primary ul.sub-menu > li a {
	font-size: 1.25em;
	color: #8E1929;
	text-transform: none;
}

/*----------  Menu Toggle  ----------*/

.menu-toggle {
	margin-top: 8px;
	background: transparent;
	border: 0;
	color: #A9ABAF;
	float: right;
	font-weight: 700;
	margin: 0 0 0 5%;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

.menu-toggle::before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	display: block;
	font-size: 1.5em;
	line-height: 1;
	color: #A9ABAF;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:active,
.sub-menu-toggle:hover {
	background: transparent;
	color: #A9ABAF;
	border: 0;
}

.sub-menu-toggle {
	background: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 5% 20px 0;
	width: 100%;
	text-align: right;
}

.sub-menu-toggle:before {
	color: #22386B;
	content: '\f0d7';
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.35em;
	line-height: 1;
}

.sub-menu-toggle.activated {
	transform: rotate(180deg);
	text-align: left;
	padding: 20px 0 20px 5%;
}

/*=====================================
=            Content Areas            =
=====================================*/

/*----------  Entries  ----------*/

.content .entry .entry-title,
.content .entry .archive-title
.archive-description {
	margin-top: 0;
}

.archive-description {padding: 0 5%;}

.entry {
	text-rendering: optimizeLegibility;
}

.entry-content code {
	background-color: #A9ABAF;
}

.hero-image--container {
	margin: 0 0 1.3em 0;
}

.content-sidebar-wrap main {
	padding-left: 0;
	padding-right: 0;
}

/*----------  Comments  ----------*/

.comment-header {
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-author {
	margin: 0;
}

.comment .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.says,
.comment-meta,
.comment-edit-link {
	font-size: .8em;
	font-style: italic;
	margin: 0;
}

.comment-reply {
	clear: both;
}

li.pingback,
li.comment > article {
	margin-bottom: 40px;
}

ul.children {
	margin-left: 10px;
}

.comment-reply-title > small,
.logged-in-as {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

/*----------  Pagination  ----------*/

.pagination {
	overflow: hidden;
	padding: 40px 0;
}

.pagination ul {
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li.active a {
	border: 0;
	font-weight: bold;
}

.pagination a {
	font-style: italic;
	margin: 0 10px;
}

.pagination .pagination-next,
.pagination .pagination-previous {
	display: block;
	width: 100%;
}

/*================================
=            Sections            =
================================*/


/*================================
=            Sidebars            =
================================*/

.navbars {
	min-height: 90px;
	max-width: 350px;
	margin: 0 auto 30px auto;
}

.navbars:nth-child(3n+1) {background-color: #19244F;}
.navbars:nth-child(3n+2) {background-color: #8E1929;}
.navbars:nth-child(3n) {background-color: #C4A14D;}

.navbars a {
	color: #fff;
	text-decoration: none;
}

.navbars--link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 90px;
	position: relative;
}

.navbars--child {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
}

.navbars:nth-child(3n+1) .navbars--child {background-color: #22386B;}
.navbars:nth-child(3n+2) .navbars--child {background-color: #AF222C;}
.navbars:nth-child(3n) .navbars--child {background-color: #E1C380;}

/*===============================
=            Widgets            =
===============================*/

/*----------  Header Widget Area  ----------*/

.header-widget-area {
	display: none;
	max-width: 600px;
	width: 100%;
}

/*----------  Sidebar Widgets  ----------*/

.sidebar .widget {
	margin-bottom: 40px;
}

/*======================================
=            Common Classes            =
======================================*/

/*----------  Archive/Author Box  ----------*/

.author-box {
	border-bottom: 1px solid #A9ABAF;
	border-top: 1px solid #A9ABAF;
    padding: 40px 0 40px;
}

.author-box {
	font-size: .8em;
	margin: 20px 0 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.author-box .avatar {
	margin: 0 0 24px 24px;
	max-width: 70px;
}

/*----------  Breadcrumbs  ----------*/

.breadcrumb {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 20px;
}


/*======================================
=            Common Plugins            =
======================================*/

/*----------  Jetpack  ----------*/

#wpstats {
	display: none;
}

/*----------  Genesis eNews Widget  ----------*/

.enews input {
	margin-bottom: 20px;
}



/*==============================
=            Footer            =
==============================*/

.footer-widgets, 
.footer-widgets a {color: #fff;}

/*---------  Newsletter  --------*/

.footer--newsletter {
	margin-top: 40px;
	background-color: #D8D8D8;
	padding: 20px 0 15px;
}

.footer--newsletter h2 {
	color: #22386B;
	margin-top: 0;
}

.ctct-form-wrapper form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ctct-form-wrapper form > span, 
.ctct-form-wrapper form > p,
.ctct-form-wrapper form > div  {
	padding: 0;
}

.ctct-disclosure,
.ctct-button {display: none;}

/*---------  Bottom Bar  --------*/

.footer--bottom-bar {
	width: 100%;
	padding: 40px 0;
	background-color: #8E1929;
	color: #FFFFFF;
	font-size: .75em;
    font-style: italic;
}

/*----------  Widgets  ----------*/

.footer-widgets {
	clear: both;
	overflow: hidden;
	padding: 40px 5% 0;
	background-color: #AF222C;
}

.footer--container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

#menu-footer-menu-left-column > li, 
#menu-footer-menu-right-column > li {
	padding-bottom: 4px;
}

#menu-footer-menu-left-column > li:last-child, 
#menu-footer-menu-right-column > li:last-child {
	padding-bottom: 0;
}

#menu-footer-menu-left-column a, 
#menu-footer-menu-right-column a {
	text-decoration: none;
	font-size: 1.25em;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	line-height: .75;
	text-transform: lowercase;
}

.fontawesome-text {display: none;}


/*=====================================
=            Media Queries            =
=====================================*/

/*----------  Retina (2x)  ----------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}

/*----------  768  Tablet  ----------*/

@media screen and (min-width: 48em) {

	/* Admin */

	/*.admin-bar .site-header {
		top: 92px;
	}*/

	/* Typography */

	blockquote {
		padding-left: 40px;
	}

	/* Structure */
	.site-inner,
	.site-footer {
		padding: 0;
	}

	.footer-widgets {
		padding-left: 40px;
		padding-right: 40px;
	}

	section .wrap  {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	/* Header */

	/* Navigation */
	/*.nav-primary {
		margin-top: 144px;
	}*/ /* NOTE */

	.nav-primary .sub-menu a {
		padding-left: 15%;
	}

	.sub-menu-toggle {
		padding: 20px 10% 20px;
	}

	.sub-menu-toggle.activated {
		padding: 20px 0 20px 10%;
	}

	/* Content */

	.archive-description {padding: 0;}

	.content-sidebar-wrap main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-sidebar-wrap main .wrap {padding: 0;}

	.providers--name {
		text-align: left;
	}

	/* Media */
	.author-box .avatar {
		max-width: 100%;
	}

	/* Comments */
	.comment .avatar {
		margin-right: 24px;
	}

	ul.children {
		margin-left: 40px;
	}

	/* Pagination */
	.pagination .pagination-next,
	.pagination .pagination-previous {
		display: inline-block;
		width: auto;
	}

	.pagination .pagination-next {
		float: right;
	}

	.pagination .pagination-previous {
		float: left;
	}

	/* Slider */

	.slick-prev,
	.slick-next {
		top: 50%;
	}

	/* Newsletter */

	.ctct-form-wrapper form > p,
	.ctct-form-wrapper form > span {
		margin: 0 auto!important;
	}

	.ctct-form-wrapper form > p {
		width: 450px;
		margin-bottom: 1em!important;
	}

}


/*----------  1024  Desktop  ----------*/

@media screen and (min-width: 64em) {

	/* Structure */

	.site-inner {
		margin-top: 40px;
	}

	.site-header {
		position: static;
		min-width: 264px;
		top: 0;
		height: auto;
		padding-bottom: 0;
	}

	.site-header > .wrap {
		margin: 0 0 0 5%;
		padding: 0;
		display: block;
	}

	section .wrap  {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.header--container {
		margin: 0 auto;
		max-width: 1200px;
		display: block;
	}

	/* Typography */

	/*html {
		font-size: 1.75vw;
	}*/

	/* Navigation */

	.nav--wrapper {height: auto;}

	.nav--container {
		max-width: 66.66666667%;
		margin: 0 auto;
		padding: 10px 0;
	}

	.genesis-nav-menu {
		clear: both;
		line-height: 1;
		text-align: left;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		position: relative;
		text-align: left;
	}

	.nav-primary ul > li:hover {
		background-color: transparent;
	}

	.nav-primary ul > li.nav--portal {
		background-color: #22386B;
		border-radius: 10px;
		border: 0;
		padding: 10px;
	}

	.nav-primary ul > li.nav--portal a {
		color: #fff;
		padding: 0;
	}

	.genesis-nav-menu a {
		border-bottom: 0;
		display: block;
	}

	.menu-primary a {
		padding: 0 10%;
	}

	/* Sub Menu */

	.menu-primary .sub-menu {
		display: none;
		left: 0;
		margin-left: 0;
		position: absolute;
		width: 220px;
		z-index: 99;
		padding-top: 26px;
	}

	.menu-primary .sub-menu a {
		background: #fff;
		border: 1px solid #A9ABAF;
		border-top: 0;
		padding: 20px;
		word-wrap: break-word;
	}

	.menu-primary .sub-menu > .menu-item:first-child {
		border-top: 1px solid #A9ABAF;
	}

	.menu-primary .sub-menu .sub-menu {
		margin: -1px 0 0 198px;
		top: 0;
	}

	.menu-primary .sub-menu .sub-menu a {
		padding: 20px;
	}

	.menu-primary .sub-menu a,
	.menu-primary .sub-menu .menu-item {
		display: block;
	}

	.menu-primary .menu-item-has-children:hover > .sub-menu {
		display: block;
		left: auto;
	}

	/* Genesis Navigation */

	.header-widget-area {
		display: block;
		max-width: none;
		width: calc(100% - 166px);
	}

	.nav-primary,
	.menu-primary {
		width: 100%;
		border-bottom: none;
	}

	/*.admin-bar .site-header {
		top: 32px;
	}*/

	.nav-primary {
		display: block;
		height: auto;
		overflow: visible;
		padding: 0;
		position: static;
		padding-bottom: 16px;
	}

	.nav-primary > .wrap, 
	.nav-secondary > .wrap {
		max-width: 1240px;
		padding: 0 0 0 10px;
	}

	.menu-primary {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 0;
	}

	/* Secondary Navigation */

	.nav-secondary {
		position: relative;
		margin: 0;
	}

	/* Mobile Navigation */

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
	}

	.menu-primary .menu-item.menu-item-has-children > a {
		padding-right: 20px;
	}

	/* Navigation Typography */

	.nav-primary ul > li {
		background-color: #fff;
		border-top: none;
	}

	.nav-primary ul > li:last-child {border-bottom: none;}

	.nav-primary ul > li a {
		font-size: 22px;
	}

	.nav-primary ul.sub-menu > li a {font-size: 1em;}

	/* Layout Wrappers */
/*
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}

	.content {
		float: right;
		width: 760px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		float: left;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 580px;
	}

	.full-width-content .content {
		width: 100%;
	}
*/
	/* Primary Sidebar */

	/*.sidebar-primary {
		float: right;
		width: 320px;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}*/

	/* Secondary Sidebar */

	/*.sidebar-secondary {
		float: left;
		width: 180px;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}*/

	/* Widget Areas */

	.sidebar {
		display: block;
	}

	/* Newsletter */

	.ctct-form-wrapper form {
		flex-direction: row;
		align-items: flex-end;
	}

	.footer--newsletter h2 {
		margin-bottom: 5px;
	}

	.ctct-form-wrapper form > span, 
	.ctct-form-wrapper form > p,
	.ctct-form-wrapper form > div  {
		padding: 0 1.5%;
	}

	.ctct-form-wrapper form > p,
	.ctct-form-wrapper form > span {
		margin: auto;
	}

	.ctct-form-wrapper form > p {
		width: auto;
		margin-bottom: auto;
	}

	.ctct-form-wrapper form > :first-child {padding-left: 0;}

	.ctct-form-wrapper form > :last-child {padding-right: 0;}

	.ctct-form-wrapper form .ctct-form-description {max-width: 33.33333333%;}

}

/*----------  1320  ----------*/

@media only screen and ( min-width: 82.5em ) {

	/*html {
		font-size: 1.25em;
	}*/

	.site-container {
		margin: 0 auto;
		max-width: 2100px;
	}
	.wrap {
		max-width: 1200px;
		padding: 0;
	}
}
