/*

	Theme Name: mwSapphire

	Theme URI: http://my.studiopress.com/themes/enterprise/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework - customized by Mindwhirl.

	Author: StudioPress - Mindwhirl

	Author URI: http://www.studiopress.com/ - http://www.mindwhirl.com

	

	Version: 2.1.1.c

	

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	

	Template: genesis

	Template Version: 2.1



	License: GPL-2.0+

	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/* Table of Contents



	- Imports

	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Gallery

		- Forms

		- Tables

	- 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

		- Genesis Responsive Slider

		- Gravity Forms

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

		- Responsive Menu

	- Content Area

		- Home Page

		- Entries

		- Entry Meta

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Theme Colors

		- Enterprise Pro Red

	- Media Queries

		- Retina Display

		- Max-width: 1139px

		- Max-width: 1023px

		- Max-width: 767px

		

	- MW Adds are sprinkled throughout and labeled as MW Adds



*/





/*

Imports

---------------------------------------------------------------------------------------------------- */



@font-face {

	font-family: 'Icon';

	src:url('fonts/Icon.eot');

	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),

		url('fonts/Icon.woff') format('woff'),

		url('fonts/Icon.ttf') format('truetype'),

		url('fonts/Icon.svg#Icon') format('svg');

	font-weight: normal;

	font-style: normal;

}







/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Normalize

	normalize.css v2.1.3 | MIT License | git.io/normalize

--------------------------------------------- */



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* 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,

.wrap:before,

.full-width-container: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,

.full-width-container:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



body {

	background-color: #fff;

	color: #777;

	font-family: "proxima-nova", sans-serif;

	font-size: 18px;

	font-weight: 300;

	font-style: normal;

	line-height: 1.625;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #333;

	color: #fff;

}



::selection {

	background-color: #333;

	color: #fff;

}



a {

	color: #e8a925;

	text-decoration: none;

}



a:hover {

	color: #333;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none;

}



blockquote::before {

	color: #e8e8e8;

}



blockquote {

	margin: 30px 40px;

    padding: 10px 40px;

    font-size: 17.5px;

    border-left: 5px solid #eee;

	color: #999;



}



/*blockquote::before {

	content: "\201C";

	display: block;

	font-size: 260px;

	height: 0;

	left: -35px;

	position: relative;

	top: -120px;

}*/



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #333;

	font-family: "proxima-nova", sans-serif;

	font-weight: 500;

	line-height: 1.2;

	margin: 0 0 26px;

}



#mw-title-bar #mw-title-bar-wrap h1{

	margin: 0;

	color: #333;

	font-size:24px;

	padding: 15px 0;

	font-weight:normal;

}



h1 {
	font-size: 36px;
    font-weight: 700;
	color: #e8a925;
}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto;

}



/* Gallery

--------------------------------------------- */



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	padding: 0 4px;

	text-align: center;

	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 .gallery-item img {

	border: none;

	height: auto;

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ececec;

	border-radius: 3px;

	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);

	color: #aaa;

	font-size: 16px;

	font-weight: 400;

	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: #666;

	opacity: 1;

	font-weight: 400;

}



::-webkit-input-placeholder {

	color: #666;

	font-weight: 400;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.home-top .more-link {

	background-color: #e8a925;

	border: none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	font-size: 16px;

	font-weight: 400;

	padding: 16px 24px;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.home-top .more-link:hover {

	background-color: #333;

	color: #fff;

}



.entry-content .button:hover,

.footer-widgets .button {

	color: #fff;

}



.button {

	display: inline-block;

}



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-bottom: 40px;

	width: 100%;

}



tbody {

	border-bottom: 1px solid #ddd;

}



td,

th {

	text-align: left;

}



td {

	border-top: 1px solid #ddd;

	padding: 6px 0;

}



th {

	font-weight: 700;

	text-transform: uppercase;

}





/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {

	/*margin: 0 auto;

	max-width: 1140px; -- this was the original default wrap*/

}



/* Site Containers - MW Fix -------------------------------------------------------------------------*/



#full-width-content-area{



}



.full-width-container {

	width: 100%;

}



#full-width-block {

	background-repeat: no-repeat;

	background-size: cover;

	background-position: 50% 0;

}



#full-width-block #50yearsstrong {

	height: auto;

	min-height: 0px;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: 50% 0;

}



#fw-content-centering-wrap{

	padding:5% 0 5% 0;

}



#fw-horizvert-padding{

	padding:12% 10% 12% 10%;

	color: #ffffff;

	text-align:center;

	overflow:hidden;

}



#fw-content-wrap{

	padding:20px;	

}



#fw-content-left{

	width:50%;

	color: #ffffff;

}



#fw-content-left h2{

	color:#ffffff;

}



#fw-content-right{

	text-align: right;

	color: #ffffff;

	float: right;

	width: 50%;

	clear: right;

}



#fw-content-right h2{

	color:#ffffff;

}



#mw-title-bar-wrap {

	padding:10px 0;

}



.content-sidebar .site-inner .wrap, #fw-content-centering-wrap,

.site-header .wrap, .nav-primary .wrap, #mw-page-slider-area #mw-page-slider-wrap,

#mw-title-bar #mw-title-bar-wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.homeBlock1 {

	 background-color: #ffffff;

}



.homeBlock2 {

	 background-color: #b4b4b4;

	 background-image: url('/wp-content/uploads/2017/01/home-content-bg.jpg');

}



.homeBlock3 {

	 background-color: #b4b4b4;

	 background-image: url('/wp-content/uploads/2017/01/homeContentBG.jpg');

}



.homeBlock4 {

	background-color: #b4b4b4;

	background-image: url('/wp-content/uploads/2017/01/home-content97JobPlacement.jpg');

}



.homeBlock5 {

	 background-color: #000;

}



/* END Site Containers - MW Fix -------------------------------------------------------------------------*/



.enterprise-pro-landing .wrap {

	max-width: 800px;

}



.site-inner {

	background-color: #ffffff;

	clear: both;

	padding-top: 40px; padding: 0;

}



/* Column Widths and Positions

--------------------------------------------- */



/* Wrapping div for .content and .sidebar-primary */



/* Style for full width page*/

.full-width-content .content-sidebar-wrap {



}



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	width: 920px;

}



.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: 830px;

}



.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: 570px;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 310px;

}



.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 {

	float: left;

}



.alignleft .avatar,

.author-box .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.comment .avatar {

	margin: 0 16px 24px 0;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

}



.archive-description,

.author-box {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

	padding: 40px;

}



.author-box-title {

	color: #333;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

	margin-bottom: 4px;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* Search Form

--------------------------------------------- */



.search-form {

	overflow: hidden;

}



.site-header .search-form {

	float: right;

	margin-top: 8px;

}



.entry-content .search-form,

.site-header .search-form {

	width: 100%;

}



.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-title {

	font-size: 20px;

}



.entry-title {

	font-size: 30px;

	margin: 0;

}



.entry-title a,

.sidebar .widget-title a {

	color: #333;

}



.entry-title a:hover {

	color: #e8a925;

}



.widget-title,

.footer-widgets .featured-content .widget-title {

/*	border-bottom: 5px solid #ffd600;*/

	font-size: 18px;

	margin: 0 0 20px;

	padding: 0 0 20px;

	color: #e8a925;

    font-family: "proxima-nova", sans-serif;

    font-weight: 600;

    line-height: 1.2;

	font-size: 1.6em;

}



.home-bottom .widget-title,

.sidebar .widget-title {

	margin: -40px -40px 0px;

	padding: 30px 40px;

	color: #e8a925;

    font-family: "proxima-nova", sans-serif;

    font-weight: 600;

    line-height: 1.2;

	font-size: 1.6em;

}



/* WordPress

--------------------------------------------- */



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



a.alignnone {

	display: inline-block;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



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 12px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 12px 24px;

}



.wp-caption-text {

	font-weight: 700;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}



.gallery-caption {

	margin: 0 0 10px;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



.widget {

	word-wrap: break-word;

	margin-bottom: 40px;

}



.widget li {

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget ul > li:last-child,

.widget p:last-child {

	margin-bottom: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Featured Content

--------------------------------------------- */



.after-entry .widget.featured-content,

.featured-content,

.home-bottom .widget.featured-content,

.sidebar .widget.featured-content {

	border-bottom-width: 0;

	padding: 0;

}



.after-entry .featured-content .widget-title,

.featured-content .widget-title {

	margin: 0;

	padding: 30px 40px;

}



.featured-content .entry {

	background: none;

	border: none;

	border-bottom: 1px solid #ececec;

	box-shadow: none;

	margin: 0;

	padding: 0;

}



.featured-content .entry-header {

	border-bottom: 1px solid #ececec;

	margin: 0;

	padding: 30px 40px;

}



.featured-content .entry-title {

	font-size: 20px;

	margin: 0;

}



.featured-content .entry-content {

	padding: 40px;

}



.featured-content .alignnone {

	background: #f8f8f8;

	border-bottom: 1px solid #ececec;

	margin-bottom: 0;

}

	

.featured-content img {

	margin-bottom: -7px;

}



.featured-content .more-link {

	display: block;

	font-weight: 700;

	margin-top: 20px;

}



.featured-content .more-from-category,

.featured-content ul {

	border-bottom: 1px solid #ececec;

	margin: 0;

	padding: 40px;

}



.footer-widgets  .featured-content .alignnone {

	margin-bottom: 24px;

}



.footer-widgets .featured-content .entry {

	background: none;

	border: none;

	margin-bottom: 30px;

}



.footer-widgets .featured-content .entry-header,

.footer-widgets .featured-content .more-from-category,

.footer-widgets .featured-content ul {

	border: none;

	padding: 0 0 10px;

}



.footer-widgets .featured-content .entry-content {

	padding: 0;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget input {

	margin-bottom: 16px;

}



.enews-widget input[type="submit"] {

	margin: 0;

	width: 100%;

}



.enews form + p {

	margin-top: 24px;

}



/* Genesis Responsive Slider

--------------------------------------------- */



.home-top .genesis_responsive_slider {

	margin: 0;

}



.site-container #genesis-responsive-slider {

	border-width: 0;

	padding: 0;

}



.site-container #genesis-responsive-slider .flex-control-nav {

	margin-top: -40px;

}



.site-container #genesis-responsive-slider .more-link {

	float: none;

	text-align: center;

}



.site-container #genesis-responsive-slider li {

	border-width: 0;

	margin: 0;

	padding: 0;

	text-indent: 0;

}



/* Gravity Forms

--------------------------------------------- */



div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="text"],

div.gform_wrapper textarea,

div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	padding: 16px;

}



div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

}



/* Jetpack

--------------------------------------------- */



#wpstats {

	display: none;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	background-color: #FFFFFF;

	min-height: 70px;

}



.site-header .wrap {

	padding: 0;

}



/* Title Area

--------------------------------------------- */



.title-area {

	float: left;

	padding: 0;

	width: 320px;

}



.header-full-width .title-area {

	width: 100%;

}



.site-title {

	font-family: "proxima-nova", sans-serif;

	font-size: 36px;

	font-weight: 500;

	line-height: 1.2;

}



.site-title a,

.site-title a:hover {

	color: #e8a925;

}



.header-image .site-title > a {

	background-position: left center !important;

	float: left;

	min-height: 150px;

	width: 100%;

}



.site-description {

	color: #aaa;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

	font-weight: 300;

	letter-spacing: 1px;

	line-height: 1.5;

	text-transform: uppercase;

}



.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: 720px;
	
	margin-top: 45px;

}



.site-header .widget-area .widget {

	margin-bottom: 0;

}



.site-header .genesis-nav-menu li {

	border: none;

	margin: 0;

	padding: 0;

}



/*

Quick Links Navigation

---------------------------------------------------------------------------------------------------- */

.quick-links .menu-item {

	display: inline-block;

	text-align: left;

}



/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	font-family: "proxima-nova", sans-serif;

	font-size: 14px;

	line-height: 1.5;

	width: 100%;

	font-weight: 600;

	font-style: normal;

}



.genesis-nav-menu a {

	color: #333;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	display: block;

	padding: 20px 24px;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu a:hover,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #000;

}



.genesis-nav-menu .sub-menu {

	border-top: 1px solid #ececec;

	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: #f8f8f8;

	border: 1px solid #ececec;

	border-top: none;

	color: #333;

	font-size: 12px;

	padding: 16px 24px;

	position: relative;

	width: 200px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -52px 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;

	list-style-type: none;

	padding: 0;

}



.genesis-nav-menu > .date,

.genesis-nav-menu > .right > a {

	display: inline-block;

	padding: 20px 24px;

}



.genesis-nav-menu > .search {

	padding: 8px 0 0;

}



.genesis-nav-menu > .search input {

	font-size: 12px;

	padding: 12px 20px;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .widget_nav_menu {

	color: #333;

}



.site-header .genesis-nav-menu li li {

	margin-left: 0;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	background-color: #e8a925;

}



.nav-primary,

.nav-primary a {

	color: #fff;

}



.nav-primary .sub-menu {

	border-color: #fff;

}



.nav-primary .sub-menu a {

	background-color: #e8a925;

	border-color: #fff;

	color: #fff;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	text-transform: none;

	letter-spacing: 0;

	margin-bottom: 20px;

}



.nav-secondary .genesis-nav-menu a {

	padding: 6px 20px;

}



.site-footer .nav-secondary .genesis-nav-menu a {

	color: #aaa;

}



.nav-secondary .genesis-nav-menu a:hover {

	color: #e8a925;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {

	cursor: pointer;

	display: none;

}



.responsive-menu-icon::before {

	content: "\f333";

	display: block;

	font: normal 20px/1 'dashicons';

	margin: 0 auto;

	padding: 10px;

	text-align: center;

}



.site-header .responsive-menu-icon::before {

	padding: 0;

}





/*

Content Area

---------------------------------------------------------------------------------------------------- */



/*

MW Content Area Fixes

---------------------------------------------------------------------------------------------------- */



.full-width-content .content-sidebar-wrap{

	margin: 0;

}



.content-sidebar-wrap{

	margin: 40px 0 0 0;

}







/* Home Page

--------------------------------------------- */



.home-top {

	border-top: 1px solid #ececec;

}



.home-top .widget:first-child h4 {

	padding-top: 20px;

}



.home-top .entry {

	background: none;

}



.home-top .featured-content a.alignleft,

.home-top .featured-content a.alignnone,

.home-top .featured-content a.alignright {

	margin-bottom: 0;

}



.home-top a.alignleft, 

.home-top a.alignright {

	width: 66%;

}



.home-top .featured-content,

.home-top .featured-content .entry {

	border: none;

	margin-bottom: 0;

	padding-bottom: 0;

}



.home-top .featured-content .entry-header {

	border: none;

	padding: 10% 40px 0;

}



.home-top .featured-content .entry-title {

	font-size: 30px;

}



.home-top .featured-content .entry-content {

	padding: 0 40px;

}



.home-top .more-link {

	display: table;

	text-align: center;

}



.home-bottom .widget {

	background-color: #fff;

	border-radius: 3px;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	float: left;

	margin-left: 2.564102564102564%;

	padding: 40px;

	width: 31.623931623931625%;

}



.home-bottom .widget:nth-child(3n+1) {

	clear: both;

	margin-left: 0;

}









/* Entries

--------------------------------------------- */



.entry {

	background-color: #fff;

}



.entry-header {

	border-bottom: 1px solid #ececec;

	margin: -40px -40px 40px;

	padding: 40px;

}



.entry-content ol,

.entry-content p,

.entry-content ul {

	margin-bottom: 26px;

}



.entry-content ol,

.entry-content ul {

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #333;

	color: #ddd;

}



/* Entry Meta

--------------------------------------------- */



p.entry-meta {

	color: #aaa;

	font-size: 14px;

	margin-bottom: 0;

}



.entry-meta a {

	font-weight: 700;

}



.entry-header .entry-meta {

	margin: 10px 0 0;

}



.entry-footer {

}



.entry-footer .entry-meta {

	border-top: 1px solid #ececec;

	border-bottom: 1px solid #ececec;

	margin: 0 -40px;

	padding: 10px 0 10px 0;

}



.entry-tags {

	float: right;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



/* After Entry

--------------------------------------------- */



.after-entry {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

}



.after-entry .widget {

	margin: 0;

	padding: 40px;

}



.after-entry .widget-title {

	border-top: 1px solid #ececec;

	margin: -40px -40px 30px;

	padding: 30px 40px;

}



.after-entry .widget:first-child .widget-title {

	border-top: 0;

}



.after-entry .featured-content .entry:last-of-type,

.after-entry .featured-content .more-from-category {

	border-bottom: none;

}



.after-entry .featured-content .more-from-category {

	padding: 20px 40px;

}



.after-entry li {

	list-style-type: none;

}



/* Pagination

--------------------------------------------- */



.pagination {

	margin: 40px 0;

}



.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	color: #333;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

	background-color: #e8a925;

	color: #fff;

}



.entry-pagination.pagination {

	margin: 0 0 10px;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

}



.comment-respond {

	padding: 40px 40px 16px;

}



.comment-respond h3 {

	border-bottom: 1px solid #ececec;

	margin: -40px -40px 40px;

	padding: 30px 40px;

}



.entry-comments {

	border-bottom-width: 0;

}



.entry-comments h3,

.entry-pings h3 {

	border-bottom: 1px solid #ececec;

	margin: 0;

	padding: 30px 40px;

}



.comment-list li.depth-1 {

	border-bottom: 1px solid #ececec;

	padding-bottom: 40px;

}



.comment-content {

	clear: both;

}



.comment-list li {

	padding: 40px 40px 0;

}



.comment-list li li {

	padding-right: 0;

}



.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;

}



.entry-comments .comment-author,

.entry-comments .comment-author a {

	color: #333;

	font-family: 'Lora', sans-serif;

	font-weight: 700;

	margin-bottom: 0;

}



.comment-meta,

.comment-meta a {

	color: #aaa;

	font-size: 14px;

}



.entry-comments .comment-author a:hover,

.comment-meta a:hover {

	color: #e8a925;

}



.ping-list li {

	padding: 40px 40px 16px;

}



.entry-pings .reply {

	display: none;

}



.comment-reply-link {

	font-family: 'Lora', sans-serif;

	font-weight: 700;

}



.form-allowed-tags {

	background-color: #f5f5f5;

	padding: 24px;

}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar .widget {

	background-color: #fff;

	padding: 0 40px 40px 40px;

}



.sidebar #custom_html-9 {

	background-color: #fff;

	padding: 0 40px 0 40px;

}



.sidebar #custom_html-6 {

	background-color: #fff;

	padding: 10px 40px 0 40px;

}



/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #474747;

	border-top: 1px solid #ececec;

	clear: both;

	padding-top: 40px;

	color: #fff;

}



.footer-widgets .wrap {

	margin: 0 auto 0 auto;

    width: 1170px;

}



.footer-widgets input {

}



.footer-widgets h2, .footer-widgets h3 {

	color: #fff;

}



.footer-widgets li {

	border-bottom: 0;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



/* -- for a footer with a logo, about blurb, and contact info stacked in the first widget -- */

.footer-widgets-1 {

	width: 40%;

	padding: 10px;

}



.footer-widgets-2 {

	width: 20%;

	padding: 10px;

}



.footer-widgets-3 {

	width: 20%;

	padding: 10px;

}



.footer-widgets-4 {

	width: 20%;

	padding: 10px;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3,

.footer-widgets-4 {

	float: left;

}







/* MW ADDS - Footer Area -- look around line 1765'ish for other footer css

------------------------------------------------------------------------------------------------------------- */



.footer-widgets .social {

    margin: 15px 0 0 -16px;

	padding: 0 0 76px 0;

}



.footer-widgets .social a.fb {

    background-position: -4px -384px;

}



.footer-widgets .social a.tw {

    background-position: -4px -433px;

}



.footer-widgets .social a.yo {

    background-position: -4px -528px;

}



.footer-widgets .social a {

    background: url("images/ui/icons.png") no-repeat;

    overflow: hidden;

    text-indent: -9999px;

    display: block;

    float: left;

    width: 25%;

    height: 48px;

    margin: 0;

}



.footer-widgets .widget-area p, .footer-widgets .widget-area ol, .footer-widgets .widget-area ul{

	margin: 24px 0 0 0;

	font-family: "proxima-nova", sans-serif;

    font-size: 14px;

}





p .ftrw1s1 {

	margin: 0 0 0 0;

}



p .ftrw1s2 {

	margin: 0 0 0 0;

}



.footer-widgets .widget-area .ATCfooterCTA li a.ap {

    background-position: 0px -672px;

}



.footer-widgets .widget-area .ATCfooterCTA li a.ca {

    background-position: 0px -624px;

}



.footer-widgets .widget-area .ATCfooterCTA li a.gi {

    background-position: 0px -720px;

}



.footer-widgets .widget-area .ATCfooterCTA li a {

    padding: 0 48px;

    font-size: 1em;

}



.footer-widgets .widget-area .ATCfooterCTA li a {

    display: block;

    height: 48px;

    line-height: 48px;

    padding: 0 48px;

    text-transform: uppercase;

    font-size: 0.8em;

    background: #333 url("images/ui/icons.png") no-repeat;

    border-radius: 4px;

}







/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: #323232;

	border-top: 1px solid #ececec;

	color: #aaa;

	font-size: 12px;

	letter-spacing: 1px;

	padding: 40px 0;

	text-align: center;

	text-transform: uppercase;

}



.site-footer a {

	color: #aaa;

}



.site-footer a:hover {

	color: #e8a925;

}



.site-footer p {

	margin-bottom: 0;

}





/*

Theme Colors

---------------------------------------------------------------------------------------------------- */



/* Enterprise Pro Red

--------------------------------------------- */



.enterprise-pro-red .comment-meta a:hover,

.enterprise-pro-red .entry-comments .comment-author a:hover,

.enterprise-pro-red .entry-title a:hover,

.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-red .genesis-nav-menu a:hover,

.enterprise-pro-red .site-footer a:hover,

.enterprise-pro-red .site-title a,

.enterprise-pro-red .site-title a:hover,

.enterprise-pro-red a {

	color: #0026bd;/*ff473a*/

}



/* Enterprise Pro Red -- MW Tweak

--------------------------------------------- */





.footer-widgets a {

	color: #fff;	

}



.footer-widgets p a:hover, .footer-widgets li a:hover  {

	color: #e8a925;	

}





.enterprise-pro-red .comment-meta a,

.enterprise-pro-red .site-footer a {

	color: #aaa;

}



.enterprise-pro-red .entry-comments .comment-author a,

.enterprise-pro-red .entry-title a,

.enterprise-pro-red .genesis-nav-menu a,

.enterprise-pro-red .sidebar .widget-title a,

.enterprise-pro-red a:hover {

	color: #333;

}



.enterprise-pro-red .nav-primary a {

	/*color: #fff;*/

}



.enterprise-pro-red .archive-pagination .active a,

.enterprise-pro-red .archive-pagination li a:hover,

.enterprise-pro-red .button,

.enterprise-pro-red .home-top .more-link,

.enterprise-pro-red button,

.enterprise-pro-red input[type="button"],

.enterprise-pro-red input[type="reset"],

.enterprise-pro-red input[type="submit"] {

	background-color: #0026bd;

	color: #fff;

}



.enterprise-pro-red .button:hover,

.enterprise-pro-red .home-top .more-link:hover,

.enterprise-pro-red button:hover,

.enterprise-pro-red input:hover[type="button"],

.enterprise-pro-red input:hover[type="reset"],

.enterprise-pro-red input:hover[type="submit"] {

	background-color: #333;

	color: #fff;

}











/* MW ADDS - Quick Link Navigation Classes

--------------------------------------------------------------------------------------------------------- */



.quick-links {

	background: #474747;

}



.quick-links .widget-wrap {

	margin: 0 auto;

	color: #fff;

    margin-bottom: 0;

}



.quick-links .widget-wrap .textwidget #quicklinks-wrap{

	margin: 0 auto;

}



.quick-links .widget-wrap .one-sixth, .quick-links .widget-wrap .one-sixth .first {

    padding: 10px;

}



.quick-links .widget-wrap .one-sixth:hover, .quick-links .widget-wrap .one-sixth .first:hover{

	background: #000000;

}



#menu-quick-links {

	clear: both;

	font-family: 'Lora', sans-serif;

	font-size: 14px;

	line-height: 1.5;

	width: 100%;

}



#mw-title-bar {

    background: #ffd600;

}



.posBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkPrograms1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.posBtn:hover {

	background-position: 0 98px;

}



.empBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkEmployment1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.empBtn:hover {

	background-position: 0 98px;

}



.mapBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkMap1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.mapBtn:hover {

	background-position: 0 98px;

}



.apnBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkApplyNow1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.apnBtn:hover {

	background-position: 0 98px;

}



.dirBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkDirectory1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.dirBtn:hover {

	background-position: 0 98px;

}



.calBtn {

	display: block;

	width: 138px;

	height: 98px;

	background: url('/wp-content/uploads/2017/01/quickLinkCalendar1.jpg') top;

	text-indent: -99999px;

	-moz-transition: none;

	-webkit-transition: none;

	-o-transition: color 0 ease-in;

	transition: none;

}

.calBtn:hover {

	background-position: 0 98px;

}

   











/* MW ADDS - Header Area

------------------------------------------------------------------------------------------------------------- */

.header-widget-area input, select, textarea {

    background-color: #fff;

    border: 1px solid #ececec;

    border-radius: 0;

    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);

    color: #aaa;

    font-size: 11px;

    font-weight: 400;

    padding: 0 16px;

    width: 280px;

    height: 20px;

}



.header-widget-area #text-18 {

	float: right;

	padding: 0 20px 0 0;

}



.header-widget-area #search-3 {

	float: right;

	width: 140px;

}



.quick-links #text-19 {

	margin-bottom: 0;

}



.quick-links {

 	display: none;

}



.qlink-links {

	width: 828px;

    margin: auto;

    text-align: center;	

}



ul.qlink-links li{

	float: left;

	width:138px;

	height:98px;

}



.quick-links .widget li {

    border-bottom: 0;

    margin-bottom: 0;

    padding-bottom: 0;

}







/* MW ADDS - Nav Area

------------------------------------------------------------------------------------------------------------- */



/*//This works in the uber menu custom css tweaks - find it there*/

.ubermenu-skin-white {

  border-top: none;

}







/* MW ADDS - Slider Area

------------------------------------------------------------------------------------------------------------- */



#mw-slider-area #mw-slider {

    width:100%;

}



#mw-slider-area #mw-slider-wrap {

    margin:0 auto;

}



/* MW ADDS - Page Slider Area

------------------------------------------------------------------------------------------------------------- */



#mw-page-slider-area #mw-page-slider {

    width:100%;

}



#mw-page-slider-area #mw-page-slider-wrap {

    margin:0 auto;

}



#mw-page-slider-area{

    margin:40px 0 0 0;

}











/* MW ADDS - Misc.

------------------------------------------------------------------------------------------------------------- */



.sidebar li a {

	font-family: 'Lora', serif;

    font-weight: 700;

    line-height: 1.25;

	color:#666666;

}



.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input {

    font-family: 'Roboto', sans-serif;

    font-weight: 0;

	font-size: 14px; 

}



.ubermenu-submenu  .ubermenu-current-menu-item a {

	color:#0026bd;



}



.special-home-buttons-ul{

	list-style: none;

	text-align:center;

}



.special-home-buttons{

	background-color: #ABABAB;

	margin: 5px 0;

	padding: 10px;

}



.special-home-buttons a{

	margin:auto;

	color: #fff;

}



.creds p a {

	color: ffd600;

}



.enterprise-pro-red .site-footer a:hover {

	color:#ffd600;

}



.NLPAimg{

	border: 6px solid #ffffff;

}



.pt-cv-ifield {

    margin-bottom: 0!important;

    text-align: center;

	padding: 20px;

    border: #eaeaea 1px solid;

}



.pt-cv-wrapper .btn-success {

    color: #fff;

    background-color: #31b2ed;

    border-color: #268ebd;

	margin: 20px 0 0 0;

}



.pt-cv-wrapper .btn-success:hover {

    color: #fff;

    background-color: #41c3ff;

    border-color: #268ebd;

	margin: 20px 0 0 0;

}



#footerSocialIcons{

	float:left;

	width:240px;

	padding:0 0 0 8px;

}



#learnnlpimg, #learnsalesimg{

	text-align: center;

}


 a.link-roll-white:hover{
	color: #fff;
}


.line-height-one{
	line-height: 1;
}

.line-height-pointfive{
	line-height: .5;
}

/* MW ADDS - Programs Styles from Old pre 2017 Site

------------------------------------------------------------------------------------------------------------- */

div.courseListing {

    float: left;

    width: 100%;

}



div.courseListingHeaderText {

    clear: right;

    float: right;

    font-size: 12px;

    margin-bottom: 0px;

    padding: 5px;

}



#pageContents.normal-size {

    font-size: 1em;

}



.classOuterContainer {

    padding-bottom: 0px;

	width: 100%;

}



div.classInnerContainerLeft {

    clear: left;

    font-size: 80%;

}



div.classPrefix, div.classCode {

    float: left;

    width: 3em;

}



div.classTitle {

    float: left;

}



div.classInnerContainerRight {

    float: right;

    font-size: 80%;

}



div.classContactHours, div.classCreditHours {

    float: left;

    width: 3em;

    text-align: right;

}



div.coursedesc {

    font-size: 11px;

    float: left;

    clear: both;

    margin: 0em;

    padding: .75em;

    padding-left: 0px;

    width: 100%;

    display: none;

    line-height: 1.25em;

}



div.creditHoursHeader {

    float: right;

    width: 4em;

    text-align: right;

    font-size: 12px;

    padding-left: 1em;

    padding-right: 0em;

}



div.contactHoursHeader {

    float: right;

    width: 3em;

    text-align: right;

    padding-left: 1em;

    padding-right: 0em;

    font-size: 12px;

}



div.reqh0 {

    clear: both;

    width: 100%;

    text-align: left;

    font-size: 85%;

    font-weight: bold;

    padding-bottom: .5em;

    padding-top: 1em;

}



div.reqhsmallest {

    font-size: 12px;

    font-weight: bold;

    padding-top: 1em;

    padding-bottom: 5px;

}



div.reqhsmallest, div.reqh1, div.reqh2, div.reqh3, div.reqh4, div.reqh5 {

    clear: both;

    width: 100%;

}



div.reqcontainer {

    margin-left: 1.5em;

}



div.sectionEndSpacer {

    height: 1.5em;

    clear: both;

}



/* Homepage Sections and their special stuff

-----------------------------------------*/



.nlpa-home-join{

	background: #181e31;

}



.home-sec-1{

	padding-top: 4rem !important;

    padding-bottom: 4rem !important;

	background: #fff url(''); 

}



.home-sec-2{

	padding-top: 4rem !important;

    padding-bottom: 4rem !important;
	
	background: #c7c7c7 url(''); 

}

.callout-boxes{
	border: 1px solid #ababab;

    padding: 0.5em;

    display: block;
	
	background-color: #f1f1f1;

}


.home-sec-3{

	padding-top: 4rem !important;

    padding-bottom: 4rem !important;

	background: #e8a925 url(''); 

}



.home-sec-4{

	padding-top: 10rem !important;

    padding-bottom: 10rem !important;
	
	background: #333 url('https://electricall.co/wp-content/uploads/2016/04/Flatirons-BG.jpg'); 

}

.home-sec-5{

	padding-top: 4rem !important;

    padding-bottom: 4rem !important;
	
	background: #272727 url(''); 

}

.home-sec-5 .col-lg-4{
	 text-align: center;
}


/* Homepage Callouts

-----------------------------------------*/



.hpco {

	background:#0026bd url('https://www.mindwhirldev.com/wp-content/uploads/2017/03/home-co-bg.png');

	margin-bottom: 2%;

}



.hpcobg1 {

	background-position: 0 0;

}



.hpcobg2 {

	background-position: -275px 0;

}



.hpcobg3 {

	background-position: -550px 0;

}



.hpcobg4 {

	background-position: -825px 0;

}



.hpcobg5 {

	background-position: 0 -200px;

}



.hpcobg6 {

	background-position: -275px -200px;

}



.hpcobg7 {

	background-position: -550px -200px;

}



.hpcobg8 {

	background-position: -825px -200px;

}



.hpcolink {

    border: 2px solid #fff;

    padding: 0.5em;

    max-width: 90%;

	margin: 4em auto;

	height: 100%;

    width: 100%;

    display: block;

	color: #ffffff;

	text-align: center;

}



.hpco a {

	color: #ffffff;

	font-weight: bold;	

}



/* ATC Buttons - special button like links

-------------------------- */

.atcbutton {

    margin: 0; 

}





.atcbutton a {

    border: 2px solid #fff;

    padding: 0.5em;

    max-width: 90%;

    margin: auto;

    height: 100%;

    width: 150px;

    display: block;

    color: #ffffff;
	
	background-color: #e8a925;

    text-align: center;

}





.atcbutton a:hover {

    color: #e8a925;
	background-color: #fff;

}



.atcbuttonwrap {

	

}



.twobuttonholder {

	

}



.atcbutton.atcbuttonleft {

	display: inline-block;

	vertical-align: top;

}



.atcbutton.atcbuttonright {

	display: inline-block;

	vertical-align: top;

}



/* BLOG FIX

-------------------------- */



.type-post {

	margin-bottom: 40px;

}



.post H1.entry-title {

	margin: 0 0 10px 0;

	font-size: 36px;

    font-weight: 700;
	color: #e8a925;

}



.post H2.entry-title {

	margin: 5px 0 10px 0;

}



.post .entry-meta {

	margin: 0 0 15px 0;
	visibility: hidden;

}





.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {

    text-align: center;

}





/* FIXES FOR HEADINGS and TEXT

-------------------------- */

.tentop20bottom {

	margin: 10px 0 20px 0;

}



.twentytop20bottom {

	margin: 20px 0 20px 0;

}



.twentytop10bottom {

	margin: 20px 0 10px 0;

}



.tentop30bottom {

	margin: 10px 0 30px 0;

}







/*

Media Queries

---------------------------------------------------------------------------------------------------- */



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

	only screen and (-moz-min-device-pixel-ratio: 1.5),

	only screen and (-o-min-device-pixel-ratio: 3/2),

	only screen and (min-device-pixel-ratio: 1.5) {



}



@media only screen and (max-width: 1139px) {



	.site-inner {

	background-color: #ffffff;

	clear: both;

	padding: 0 5%;

	}

	

	.home .site-inner {

	padding: 0;

	}

	

	.wrap {

		max-width: 100%;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content {

		width: 620px;

	}

	

	.site-header .widget-area {

		width: 600px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.sidebar-primary {

		width: 285px;

	}



	.footer-widgets-1 {

	}

	

	.footer-widgets .wrap {

	margin-right: 0;

}

	

	#fw-content-wrap{

		padding:0 5%;	

	}

	

	#mw-title-bar #mw-title-bar-wrap {

		margin: 0 5%;

		max-width: 1140px;

	}	

	

	#footerSocialIcons{

		float: none;

		width:240px;

		padding: 0 0 0 30px;

		margin: auto;

	}



}



@media only screen and (max-width: 1023px) {



	.site-inner {

	background-color: #ffffff;

	clear: both;

	padding: 0 5%;

	}

	

	.home .site-inner {

	padding: 0;

	}

	

	.wrap {

	}

	

	.home-top .wrap {

		max-width: 750px;

	}



	.content,

	.content-sidebar-sidebar .content,

	.content-sidebar-sidebar .content-sidebar-wrap,

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.footer-widgets-4,

	.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%;

	}

	

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.footer-widgets-4{

		text-align: center;

	}



	.site-header .wrap {

		padding: 20px 5%;

	}



	.genesis-nav-menu li,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.site-description,

	.site-header .search-form,

	.site-header .title-area,

	.site-header .widget-area,

	.site-title {

		text-align: center;

	}



	.site-header .search-form {

		margin: 16px auto;

	}



	.genesis-nav-menu li.right {

		display: none;

	}



	.footer-widgets-1 {

		margin-right: 0;

	}

	

	.footer-widgets .social a {

		width:20%;

	}

	

	.featured-content .alignnone {

		display: block;

		text-align: center;

	}

	

	.home-top a.alignleft, 

	.home-top a.alignright {

		width: 100%;

	}

	

	.home-top .featured-content .entry-header {

		clear: both;

		padding: 40px 40px 0;

	}

	

	.home-top .featured-content .entry-content {

		padding: 0 40px 40px;

	}

	

	#fw-content-wrap{

		padding:0 5%;	

	}

	

	#fw-content-left {

		width: 100%;

		padding: 10% 0 0 0;

		color: #ffffff;

	}

	

	#fw-content-left img {

		display: block; 

		margin-left: auto; 

		margin-right: auto;

	}

	

	#fw-content-right {

		width: 100%;

		padding: 10% 0 0 0;

		color: #ffffff;

	}

	

	/* 1023 media query - MW ADDS - Quick Link Navigation Classes 

--------------------------------------------------------------------------------------------------------- */	

	.qlink-links {

		width: 100%;

		margin: auto;

		text-align: center;	

	}

	

	ul.qlink-links li {

    float: none;

	width: 100%; 

    height: 40px; 

	}

	

	ul.qlink-links li:hover {

	background-color: #333333;

	}

	

	.posBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

		color: #ffffff;



	}

	

	a.posBtn:hover {

		color: #ffd600;

	}

	

	a.posBtn {

		color: #ffffff;

	}

	

	.empBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

		color: #ffffff;



	}

	

	a.empBtn:hover {

		color: #ffd600;

	}

	

	a.empBtn {

		color: #ffffff;



	}

	

	.mapBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

		color: #ffffff;



	}

	

	a.mapBtn:hover {

		color: #ffd600;

	}

	

	a.mapBtn {

		color: #ffffff;



	}

	

	.apnBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

		color: #ffffff;



	}

	

	a.apnBtn:hover {

		color: #ffd600;

	}

	

	a.apnBtn {

		color: #ffffff;



	}

	

	.dirBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

	}

	

	a.dirBtn:hover {

		color: #ffd600;

	}

	

	a.dirBtn {

		color: #ffffff;



	}

	

	.calBtn {

		display: inline;

		width: 100%;

		height: auto;

		background: none;

		color: #ffffff;



	}

	

	a.calBtn:hover {

		color: #ffd600;

	}

	

	a.calBtn {

		color: #ffffff;



	}

	

		#mw-title-bar #mw-title-bar-wrap {

		margin: 0 5%;

		max-width: 1140px;

	}





}



@media only screen and (max-width: 768px) {



	.site-inner {

	background-color: #ffffff;

	clear: both;

	padding: 0 5%;

	}

	

	.home .site-inner {

	padding: 0;

	}

	

	.wrap {

	}



	.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%;

	}

	

	.home-top .more-link {

		display: block;

	}

	

	.home-bottom .widget {

		margin: 0 0 40px;

		width: 100%;

	}

	

	.header-image .site-title a {

		background-size: contain !important;

	}

	

	.genesis-nav-menu.responsive-menu,

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {

		display: none;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item:hover {

		position: static;

	}

	

	.genesis-nav-menu.responsive-menu li a,

	.genesis-nav-menu.responsive-menu li a:hover {

		background: none;

		border: none;

		display: block;

		line-height: 1;

		padding: 16px 20px;

		text-transform: none;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item-has-children {

		cursor: pointer;	

	}

	

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {

		margin-right: 60px;

	}

	

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

		content: "\f347";

		float: right;

		font: normal 16px/1 'dashicons';

		height: 16px;

		padding: 15px 20px;

		right: 0;

		text-align: right;

		z-index: 9999;

	}

	

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {

		content: "\f343";

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.05);

		border: none;

		left: auto;

		opacity: 1;

		position: relative;

		-moz-transition:    opacity .4s ease-in-out;

		-ms-transition:     opacity .4s ease-in-out;

		-o-transition:      opacity .4s ease-in-out;

		-webkit-transition: opacity .4s ease-in-out;

		transition:         opacity .4s ease-in-out;

		width: 100%;

		z-index: 99;

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu li a,

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		padding: 12px 20px;

		position: relative;

		text-transform: none;

		width: 100%;

	}

	

	.nav-primary .genesis-nav-menu.responsive-menu {

		padding-bottom: 16px;

	}

	

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.07);

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {

		background-color: transparent;

		margin: 0;

		padding-left: 25px;

	}



	ul.special-home-buttons-ul {

		margin-left: 0px;

	}

	

	.footer-widgets .wrap {

		margin: 0;

	}

	

.atcbutton.atcbuttonleft {

 	display: block;

	margin-bottom:20px;

}



.atcbutton.atcbuttonright {

	display: block;

}



}

