/*
	Theme Name: EARN Genesis Child Theme
	Theme URI: http://www.infinitemediacorp.com/
	Description: This is a custom child theme created for the Genesis Framework.
	Author: Tim Jensen
	Author URI: https://www.timjensen.us/

	Version: 1.0.3

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, featured-images, full-width-template, rtl-language-support, translation-ready
	Text Domain: earn-genesis-child

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Front Page
	- Hero
	- Quick Links
	- Featured Posts
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* normalize.css v3.0.1 | 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, 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: 0 0;
}

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: #333;
}

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;
}

/* ## 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;
}

/* ## Float Clearing
--------------------------------------------- */
.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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.button.color-gold {
	margin-left: auto;
	color: #000;
	background-color: #f6af14;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
}

.button.topics-prev,
.button.topics-next,
.button.employers-prev,
.button.employers-next,
.button.post-archive-link {
	background-color: #05538D;
	font-size: 18px;
	font-size: 1.8rem;
}

.button.topics-prev,
.button.topics-next,
.button.employers-prev,
.button.employers-next {
	margin-top: 40px;
	float: left;
}

.button.topics-prev,
.button.employers-prev {
	margin-right: 90px;
}

.button.topics-prev:hover,
.button.topics-prev:focus,
.button.topics-next:hover,
.button.topics-next:focus,
.button.employers-prev:hover,
.button.employers-prev:focus,
.button.employers-next:hover,
.button.employers-next:focus,
.button.post-archive-link:hover,
.button.post-archive-link:focus {
	background-color: #201b5a;
}

a {
	color: #05538D;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #201b5a;
	text-decoration: none;
}

a.color-gold {
	color: #f6af14;
}

a.color-gold:hover,
a.color-gold:focus {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #36316a;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Roboto Slab", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	padding: 10px 25px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #05538D;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-top: 40px;
	margin-bottom: 60px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 2px solid #333;
	border-top: 3px solid #333;
}

.news tbody,
.news table,
.news td,
.announcements tbody,
.announcements table,
.announcements td {
	border: none;
	margin: 0;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #333;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
	border-top: 1px solid #333;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

dt {
	font-weight: 400;
}

/* ## 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, 0.6);
}

.more-link {
	position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
	max-width: 1248px;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
	background-color: #fff;
}

.landing-page .site-inner {
	max-width: 800px;
}

.flex {
	display: flex;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */
.content {
	float: right;
	width: 880px;
}

.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: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}

.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;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	padding: 16px 0;
}

.after-entry,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px 36px;
}

.search .archive-description {
	margin-top: 40px;
	margin-bottom: 40px;
}

.archive .content {
	padding-top: 70px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	text-align: right;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.genesis-nav-menu .search {
	width: 50px;
	margin-left: 10px;
}

.genesis-nav-menu .search-form {
	float: right;
	padding: 10px;
	width: 100%;
}

.genesis-nav-menu .search-form input {
	background-image: url("images/searchicon.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 10px;
	text-indent: -9999px;
	border: none;
	width: 30px;
	cursor: pointer;
}

.genesis-nav-menu .search-form input:focus {
	width: 360px;
	position: absolute;
	right: 0;
	text-indent: 20px;
	border: 2px solid #201b5a;
	padding-left: 35px;
	cursor: text;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3.0rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3.0rem;
}

.page h1.entry-title,
.employers h1.entry-title,
#featured-resources .entry-title,
.heading-blue-bg,
.archive-title {
	display: inline-block;
	background-color: #201b5a;
	color: #fff;
	padding: 16px 36px;
	margin-bottom: 0;
	margin-left: -36px;
}

.heading-blue-bg {
	margin-bottom: 28px;
	margin-left: 0;
}

.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a {
	color: #201b5a;
	text-decoration: underline;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #05538D;
	text-decoration: none;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
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,
.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Gravity Forms
--------------------------------------------- */
.content .gform_wrapper .gform_body ul > li,
.content .gform_wrapper .gform_body input {
	list-style-type: none;
	color: #000;
	font-weight: 300;
}

.content .gform_wrapper .gform_body ul > li::before {
	content: none;
}

.content .gform_wrapper .gform_body .gfield {
	margin: 20px auto;
}

.content .gform_wrapper .gform_body .gfield .ginput_container {
	margin-top: 10px;
}

.gfield_contains_required > label::before {
	content: "* ";
	color: #05538D;
	font-weight: 700;
	margin-left: -12px;
}

.sidebar .call-out-box .gfield_label,
.sidebar .call-out-box .gfield_contains_required label::before,
.site-footer .gfield_label,
.site-footer .gfield_contains_required label::before {
	color: #f6af14;
	margin-left: 0;
}

.site-footer .gfield_label {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.gfield_contains_required span.gfield_required {
	display: none;
}

.content .gform_wrapper .gform_body .gfield .ginput_container ul {
	margin-left: 0;
}

.content .gform_wrapper .gform_body .gfield .ginput_container input[type=radio] {
	margin-right: 10px;
	background-color: black;
}

.content .gform_wrapper .gform_body .gfield input,
.content .gform_wrapper .gform_body .gfield select {
	padding: 8px 12px;
	margin-right: 5px;
}

.content .gform_wrapper .gform_body .gfield textarea {
	height: 140px;
}

.sidebar .call-out-box .gform_wrapper input,
.site-footer .gform_wrapper input {
	padding: 4px;
}

.sidebar .call-out-box .gform_confirmation_message,
.site-footer .gform_confirmation_message {
	color: #f6af14;
	text-align: center;
}

ul#input_1_12 {
	display: flex;
	flex-wrap: wrap;
}

#input_1_12 li {
	width: 49%;
}

#input_1_12 li:nth-child(1) {
	order: 1;
}

#input_1_12 li:nth-child(2) {
	order: 3;
}

#input_1_12 li:nth-child(3) {
	order: 5;
}

#input_1_12 li:nth-child(4) {
	order: 2;
	margin-left: 2%;
}

#input_1_12 li:nth-child(5) {
	order: 4;
	margin-left: 2%;
}

#input_1_12 li:nth-child(6) {
	order: 6;
	margin-left: 2%;
}

input#input_1_12_other {
	max-width: 85%;
	padding: 3px;
}

.gf-radio-two-columns ul {
	width: 100%;
}

.content .gform_wrapper .gf-two-column ul.gform_fields:first-child {
	width: 30%;
	margin-left: 0;
	float: left;
}

.content .gform_wrapper .gf-two-column ul.gform_fields:last-child {
	width: 60%;
	margin-left: 10%;
	float: left;
}

.gform_footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.gform_footer .gform_button {
	color: #020201;
	background-color: #f6af14;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	padding: 14px 22px;
}

.gform_wrapper input[type="checkbox"]:focus + label,
.gform_wrapper input[type="radio"]:focus + label {
	outline: 2px solid #05538D;
	outline-offset: 2px;
}

.ginput_container_checkbox input:checked + label {
	font-weight: 500;
	text-decoration: underline;
}

.gform_wrapper input[type="checkbox"]:disabled + label {
	color: #999;
}

.gchoice_4_11_1 input,
.gchoice_4_11_7 input,
.gchoice_4_11_15 input,
.gchoice_4_11_22 input {
	display: none;
}

.gchoice_4_11_1,
.gchoice_4_11_7,
.gchoice_4_11_15,
.gchoice_4_11_22 {
	text-decoration: underline;
	margin: 4px 0;
}

.sidebar .call-out-box .gform_footer .gform_button,
.site-footer .gform_footer .gform_button {
	padding: 8px 12px;
}

.site-footer .one-half-width {
	width: 49%;
	float: left;
	margin: 0 0 5px 2%;
}

.site-footer .one-half-width.first {
	margin-left: 0;
}

/* Gravity Forms Error Messages */
.content .gform_wrapper div.validation_error {
	color: #790000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}

.content .gform_wrapper .validation_message {
	color: #790000;
	font-weight: 500;
	letter-spacing: normal;
	margin-top: 10px;
	padding-left: 5px;
}

.content .gform_wrapper li.gfield.gfield_error {
	background-color: rgba(255, 223, 224, 0.25);
	margin-bottom: 6px !important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
}

.content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 12px;
	margin-bottom: 12px !important;
}

.content .gform_wrapper li.gfield_error {
	padding-left: 16px;
	padding-right: 8px;
}

.entry-content .gform_wrapper ul {
	margin-left: 0;
}

/* Single column forms */
.entry-content #gform_2,
.entry-content #gform_3,
.entry-content #gform_5 {
	max-width: 600px;
}

/* Anti-spam honeypot */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

/* Date-picker */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666;
	/* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url("../images/datepicker/arrow.png");
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA;
	/* set the active date background color */
	border: 1px solid #c19163;
	/* set the active date border color */
	color: #666;
	/* set the active date font color */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px 0px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}

/* ## Visual Composer
--------------------------------------------- */
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: 1px solid #201b5a;
}

footer :focus {
	outline-color: #f6af14;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	font-family: "Roboto Slab", serif;
}

.site-header > .wrap {
	padding: 25px 0 10px;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #201b5a;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 22px 20px;
	cursor: pointer;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	text-decoration: underline;
	color: #05538D;
}

.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-item > a:focus {
	text-decoration: none;
	color: #05538D;
}

.genesis-nav-menu .current-menu-item > a::after {
	text-decoration: none;
	border-bottom: 5px solid #201b5a;
	content: "";
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 90%;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	text-transform: none;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.page-top-bar {
	background-color: #201b5a;
	color: #fff;
	text-align: right;
	padding: 2px 0;
}

.page-top-bar a {
	color: #fff;
	text-decoration: none;
	padding: 5px 6px;
}

.page-top-bar a:hover,
.page-top-bar a:focus {
	outline: 1px solid #fff;
}

.page-top-bar .accessibility-tools {
	margin-right: 60px;
}

.page-top-bar .fa {
	font-size: 26px;
	font-size: 2.6rem;
}

.page-top-bar #efedlink {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
	float: right;
	padding-top: 25px;
}

/* ## Footer Navigation
--------------------------------------------- */
#menu-footer-menu {
	text-align: left;
}

.site-footer .genesis-nav-menu {
	margin-bottom: 10px;
}

.site-footer .genesis-nav-menu a {
	color: #f6af14;
	padding: 10px 10px 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
/* ## Hero Section
--------------------------------------------- */
.hero-text.wrap {
	padding: 6% 0;
}

#home-page-hero {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#home-page-hero h2 {
	font-size: 30px;
	font-size: 3rem;
}

.hero-text-line {
	background-color: rgba(6, 3, 46, 0.7);
	padding: 15px 30px;
	font-size: 40px;
	font-size: 4rem;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

.hero-text #line-1,
.hero-text #line-3 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
}

.hero-text #line-2,
.hero-text #line-4 {
	color: #f6af14;
}

#home-call-to-action {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px 0;
	margin-top: 100px;
}

#home-call-to-action .cta-text {
	font-size: 24px;
	font-size: 2.4rem;
}

#home-call-to-action .cta-text p {
	font-weight: 100;
	margin-bottom: 12px;
}

#home-call-to-action .cta-button {
	text-align: center;
	min-width: 160px;
	margin-left: auto;
}

#home-call-to-action .flex {
	align-items: center;
}

#home-call-to-action .cta-text h2,
#home-call-to-action .cta-text p {
	line-height: 1.5;
}

.resources-bar.home {
	background-color: rgba(19, 16, 53, 0.85);
}

.resources.flex {
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}

.flex-column {
	flex-direction: column;
	align-items: center;
	flex-basis: 180px;
	flex-grow: 1;
}

.center {
	width: 100%;
	text-align: center;
}

.resources.flex .flex span {
	text-align: center;
}

.resources.flex li {
	padding: 10px 0;
}

.resources.flex a {
	text-decoration: none;
}

.resources.flex li:hover a,
.resources.flex li:focus a,
.resources.flex a:hover,
.resources.flex a:focus {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.resources.flex a:focus {
	outline: none;
}

.resources.flex a:focus span {
	outline: 1px solid #fff;
}

.resources.flex i {
	color: #f6af14;
	font-size: 46px;
	font-size: 4.6rem;
	display: block;
}

.fa-stack br {
	display: none;
}

.resources.flex span {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}

/* ## Front Page Quick Links
--------------------------------------------- */
.home-quick-links {
	background-color: #fff;
}

.quick-links.flex {
	padding: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.quick-links .flex-column {
	flex-basis: 240px;
}

.quick-links-flex-item {
	flex-basis: 240px;
	text-align: center;
	margin: 20px auto;
}

.quick-links .fa-stack {
	width: 100%;
}

.quick-links i {
	color: #f6af14;
}

.quick-links .fa.light {
	color: #fff;
}

.quick-links a {
	color: #333;
	text-decoration: none;
}

.quick-links a:hover .text {
	border-bottom: 2px solid #333;
}

.quick-links .text {
	font-family: "Roboto Slab", serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	color: #333;
}

.quick-links a:focus {
	outline: none;
}

.quick-links a:focus .text {
	outline: 1px solid #201b5a;
}

/* ## Featured Posts
--------------------------------------------- */
#featured-posts {
	background-color: #eee;
	padding: 65px 0 40px;
}

#hot-topics {
	margin-bottom: 30px;
}

.flexbox-container {
	display: flex;
	flex-flow: row wrap;
}

.flexbox-half-wrap {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 400px;
}

.featured-post-flex-item {
	flex-grow: 1;
	margin: 12px;
	min-height: 150px;
	min-width: 140px;
}

.featured-post-flex-item a {
	color: inherit;
	text-decoration: none;
}

.featured-post-flex-item img {
	padding: 20px;
}

.featured-post-flex-item .text {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 20px;
}

.half-row {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 200px;
}

#hot-topic-1 {
	color: #201b5a;
	background-color: #fff;
}

#hot-topic-1 img {
	padding-bottom: 0;
	width: 100%;
}

#hot-topic-2 {
	color: #fff;
	background-color: #201b5a;
}

#hot-topic-3 {
	color: #fff;
	background-color: #333;
}

#hot-topic-4 {
	color: #fff;
	background-color: #333;
	flex-basis: 100%;
}

#hot-topic-4 img {
	float: left;
	margin-right: 30px;
	width: 50%;
}

#hot-topic-5 {
	color: #fff;
	background-color: #172e6b;
	flex-basis: 200px;
}

#hot-topic-6 {
	color: #201b5a;
	background-color: #fff;
	flex-basis: 200px;
}

.employer-spotlight-wrap {
	padding: 20px;
}

.employer-spotlight-wrap p {
	margin: 0;
}

.employer-spotlight-cta-wrap {
	padding: 10px 20px;
}

#employer-spotlight {
	width: 50%;
}

#employer-spotlight h2 {
	color: #f6af14;
	font-size: 36;
	font-size: 3.6rem;
	font-weight: 300;
	text-transform: uppercase;
}

#employer-spotlight img {
	height: auto;
	display: block;
	margin: 30px auto;
}

#employer-spotlight a {
	text-decoration: none;
	color: #fff;
}

#employer-spotlight .featured-posts-half {
	background-color: #333;
	text-align: center;
	color: #fff;
	margin: 40px 12px 0;
}

#spotlight-bar {
	background-color: #000;
	padding: 10px;
}

#spotlight-bar a {
	color: #f6af14;
}

#spotlight-bar a:hover {
	text-decoration: underline;
}

.employer-spotlight-cta-wrap p {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

#whats-new {
	width: 50%;
}

#whats-new .featured-posts-half {
	margin: 30px 0;
}

#whats-new .featured-post-flex-item {
	flex-basis: 200px;
	min-height: 200px;
}

#whats-new .featured-post-flex-item a {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}

#whats-new-1 {
	color: #201b5a;
	background-color: #fff;
}

#whats-new-2 {
	color: #fff;
	background-color: #172e6b;
}

#whats-new-3 {
	color: #fff;
	background-color: #201b5a;
}

#whats-new-4 {
	color: #fff;
	background-color: #333;
}

#whats-new i {
	color: #f6af14;
	display: block;
	margin: 20px;
}

#hot-topics h2,
#whats-new h2,
#before-footer-widget .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 100;
	text-transform: uppercase;
	color: #333;
	margin-left: 12px;
}

#hot-topics h2::after,
#whats-new h2::after {
	text-decoration: none;
	border-bottom: 5px solid #201b5a;
	content: "";
	display: block;
	padding-bottom: 10px;
	width: 110px;
}

.featured-post-flex-item a:focus {
	outline: none;
}

.featured-post-flex-item a:hover .text,
.featured-post-flex-item a:focus .text {
	text-decoration: underline;
}

.featured-post-flex-item a:focus .text {
	outline: 1px solid;
}

#employer-spotlight a:hover,
#employer-spotlight a:focus {
	text-decoration: underline;
	color: inherit;
	outline: none;
}

#spotlight-heading:focus h2 {
	outline: 1px solid #f6af14;
}

a#spotlight-heading:hover,
a#spotlight-heading:focus {
	text-decoration: underline;
	color: #f6af14;
}

#employer-spotlight a:hover .text,
#spotlight-bar a:hover {
	text-decoration: underline;
	color: inherit;
}

#employer-spotlight a:focus .text,
#spotlight-bar a:focus {
	text-decoration: underline;
	outline: 1px solid;
	padding: 2px 5px;
}

#hot-topic-1,
#hot-topic-6,
#whats-new-1 {
	border: 2px solid #f6af14;
}

/* ## Front Page Events
--------------------------------------------- */
.event-flex-item {
	background-color: #eee;
	padding: 25px 30px;
	margin: 25px 12px 0;
	flex-basis: 280px;
	flex-grow: 1;
	min-width: 240px;
	max-width: calc(50% - 25px);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.button.event-registration {
	background-color: #05538D;
	padding: 10px 15px;
	line-height: 1;
}

#upcoming-events h5.event-category {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 28px;
}

#upcoming-events h6.event-title {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
}

#upcoming-events .event-date {
	font-weight: 500;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px 0 70px;
}

.post-9.entry {
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content h2 {
	margin: 40px 0 20px;
}

.archive .entry,
.search .entry {
	padding: 20px 0;
	margin-bottom: 0;
}

.vc_col-sm-6 ul,
.one-third ul {
	margin-left: 18px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.entry-content li.pagenav ul > li {
	list-style-type: square;
	color: #333333;
}

.entry-content li > ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

.entry-content .display-inline {
	display: inline;
}

.vc_inline-link,
.post-edit-link {
	margin-bottom: 40px;
	display: inline-block;
}

#page-header-no-background-image {
	padding-top: 70px;
}

#page-header-background-image {
	height: 225px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}

#page-header-background-image .wrap {
	flex-basis: 100%;
}

#page-intro {
	background-color: #eee;
}

#page-intro p {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.news-events-feed-type {
	margin-bottom: 80px;
}

.news-events-page-cpt-heading {
	text-transform: uppercase;
}

.news-events-feed {
	margin: 40px 0;
}

.news-events-feed .post-meta {
	font-weight: 500;
	margin-bottom: 0;
}

.news-events-feed h3.entry-title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}

.news-events-archive-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#askearn-spotlight-container {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
}

a#askearn-spotlight {
	text-decoration: none;
}

a#askearn-spotlight:focus {
	outline: none;
}

a#askearn-spotlight:focus div {
	outline: 1px solid #201b5a;
}

a#askearn-spotlight:hover span,
a#askearn-spotlight:focus span {
	text-decoration: underline;
}

#askearn-spotlight-heading,
#askearn-spotlight-title span {
	background-color: rgba(6, 3, 46, 0.7);
	padding: 0.8rem 1.2rem;
}

#askearn-spotlight-title {
	padding-right: 1.2rem;
}

#askearn-spotlight-heading {
	display: inline-block;
	text-transform: uppercase;
	color: #f6af14;
}

#askearn-spotlight-title span {
	color: #fff;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 2.5;
}

#featured-resources .resources {
	background-color: #f0f0f0;
	padding: 40px 15px;
}

.resources .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.featured-resource {
	color: #fff;
	padding: 20px;
	margin: 12px;
	flex-basis: 260px;
	flex-grow: 0;
}

.featured-resource img {
	width: 100%;
}

.featured-resource a {
	color: #f6af14;
}

#featured-resource-1 {
	background-color: #363064;
}

#featured-resource-2 {
	background-color: #333333;
}

#featured-resource-3 {
	background-color: #172e6b;
}

#featured-resource-4 {
	background-color: #014f88;
}

.entry-content .staff,
.entry-content .partners {
	clear: both;
	margin-bottom: 40px;
}

.entry-content .partners img {
	width: 200px;
}

.single-employers .entry-footer {
	width: 75%;
	float: right;
	padding: 0 15px;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #05538D;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding-top: 70px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

/* # Before Footer
---------------------------------------------------------------------------------------------------- */
#before-footer-widget .widget-title::after {
	text-decoration: none;
	border-bottom: 5px solid #201b5a;
	content: "";
	display: block;
	padding-bottom: 10px;
	width: 110px;
}

#before-footer-widget {
	padding: 50px 0 60px;
	background-color: #fff;
}

.resources-bar {
	background-color: #666;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #333;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 40px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.site-footer p {
	color: #fff;
	margin: 20px 0 0;
	clear: both;
}

.site-footer .site-logo {
	display: block;
	margin: 40px 0 50px;
	max-width: 300px;
}

.site-footer .widget-title {
	color: #fff;
	text-align: center;
}

#footer-widget-right {
	max-width: 480px;
	margin: 10px auto 0;
}

.site-footer .imc-lnk{
	color: #f6af14;
	text-decoration: none;
}

.site-footer .imc-lnk:hover{
	text-decoration: underline;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
	.wrap {
		max-width: 1140px;
	}
	.header-image .title-area {
		max-width: 200px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}
	.content,
	.site-header .widget-area {
		width: 800px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}
	.footer-widgets-1 {
		margin-right: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrap {
		max-width: 960px;
	}
	.title-area {
		float: none;
	}
	.nav-primary {
		padding-top: 0;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	.wrap {
		max-width: 800px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.site-header ul.genesis-nav-menu {
		width: 80%;
		max-width: 360px;
		margin: 0 auto;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu .search {
		width: 95%;
		margin-left: 0;
		float: left;
	}
	.genesis-nav-menu .search-form {
		padding: 10px 0;
	}
	.genesis-nav-menu .search-form input,
	.genesis-nav-menu .search-form input:focus {
		background-position: 5px center;
		text-indent: 30px;
		border: 1px solid #333;
		width: inherit;
		position: inherit;
		padding-left: inherit;
	}
	.nav-primary {
		float: left;
		padding-top: 25px;
	}
	.js nav.nav-primary,
	.js .site-header nav {
		display: none;
		position: relative;
		width: 100%;
	}
	.js .site-header nav .wrap {
		padding: 0;
	}
	.js nav.pagination {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}
	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}
	.site-header .menu-toggle {
		border: 0;
	}
	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.sub-menu-toggle.activated:before {
		content: "\f142";
	}
	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}
	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #05538D;
	}
	.news-events-archive-links {
		flex-direction: column;
	}
	.button.post-archive-link {
		max-width: 350px;
		margin-top: 40px;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 860px) {
	body > div {
		font-size: 1.8rem;
	}
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}
	.sidebar {
		margin-bottom: 5%;
	}
	.pagination {
		margin: 5% auto;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.gform_wrapper .gf-two-column ul.gform_fields:first-child,
	.gform_wrapper .gf-two-column ul.gform_fields:last-child {
		width: 100%;
		margin: 0;
	}
	.single-employers .entry-footer {
		width: 100%;
		float: left;
		padding: 0;
	}
	#menu-footer-menu,
	.site-footer p {
		text-align: center;
	}
	.site-footer .site-logo {
		margin: 30px auto;
	}
	#footer-widget-right {
		margin: 30px auto 60px;
	}
}

@media only screen and (max-width: 768px) {
	#page-header-background-image {
		background-image: none !important;
		height: auto;
		margin-top: 20px;
	}
	.content .gform_wrapper .gf-two-column ul.gform_fields:first-child {
		width: 100%;
		margin-left: 0;
		float: left;
	}
	.content .gform_wrapper .gf-two-column ul.gform_fields:last-child {
		width: 100%;
		margin-left: 0;
		float: left;
	}
}

@media only screen and (max-width: 600px) {
	#home-call-to-action .flex {
		flex-wrap: wrap;
	}
	#home-call-to-action .cta-button {
		text-align: left;
		margin-top: 10px;
		margin-left: 0;
	}
	#employer-spotlight,
	#whats-new {
		width: 100%;
	}
	html {
		font-size: 55%;
	}
	.ginput_container_radio #input_1_12 li {
		width: 100%;
		margin-left: 0;
		order: 0;
	}
	.event-flex-item {
		max-width: none;
	}
	.entry-content .partners img.alignright {
		float: none;
		display: block;
		margin: 20px 0;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/* # Jeremy Fain Customizations
---------------------------------------------------------------------------------------------------- */
.page.page-id-2421 .site-inner .fa{
    color: #F2AE18 !important;
}

.vc_column-inner .wpb_wrapper .ini-head{
    margin-top: 0;
}

.vc_column-inner .wpb_wrapper .info-icons{
    margin-bottom: 11px;
}

.vc_column-inner .wpb_wrapper .info-txt{
    padding: 20px 0 7px;
}

.vc_column-inner .wpb_wrapper .info-txt a:hover,
.vc_column-inner .wpb_wrapper .info-txt a:active,
.vc_column-inner .wpb_wrapper .pdf-txt a{
    text-decoration: underline;
}

.page.page-id-2421 .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{
    background-color: #fff;
}

.page.page-id-2421 .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.page.page-id-2421 .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover,
.page.page-id-2421 .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
    background-color: #f3f3f3;
}

.page.page-id-2421 .vc_tta-container .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body{
    padding: 30px;
}

.home-txt-block p:last-child{
	line-height: 16px;
}

.hero-text #line-2 a{
	color: #f6af14;
	text-decoration: none;
}

#home-page-hero-mobile{
	display: none;
}

@media only screen and (max-width: 770px){
    .vc_column-inner .wpb_wrapper .info-icons{
        margin-bottom: 23px;
    }
    
    .page.page-id-2421 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title{
        line-height: 25px;
    }
	
	#home-page-hero-mobile{
		display: block;
	}
	
	#home-page-hero{
		background-image: none !important;
	}
}

@media only screen and (max-width: 420px){
    .vc_column-inner .wpb_wrapper .info-icons{
        margin-bottom: 5px;
    }

	.vc_column-inner .wpb_wrapper .info-icons.info-phone1{
		margin-top: 20px;
	}

	.vc_column-inner .wpb_wrapper .info-icons.info-phone2{
		margin-top: 32px;
	}

	.vc_column-inner .wpb_wrapper .info-icons.info-phone3{
		margin-top: 58px;
	}

	.vc_column-inner .wpb_wrapper .info-icons.info-phone4,
	.vc_column-inner .wpb_wrapper .info-icons.info-phone5{
		margin-top: 87px;
	}

	.vc_column-inner .wpb_wrapper .info-icons.info-phone6{
		margin-top: 65px;
	}
}
