/*
	Theme Name: The Law Offices of Lubin & Enoch, P.C.
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Altrumedia LLC
	Version: 1
	
	Template: genesis
	Template Version: 2.4.2
	
	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
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar	
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* 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:600}table{border-collapse:collapse;border-spacing:0}td,th{padding: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,
.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.6rem;
}

body {
	background-color: #fff;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus,
button,
.more-link,
input,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
.button,
.gallery img,
.site-header,
.site-title span,
.front-page-3 .widget img,
.title-area,
.widget.simple-social-icons ul li,
.front-page-3 img,
.front-page-3 .widget-title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #ac2e14;
	text-decoration:none;
}

a:focus,
a:hover {
	color: #ac2e14;
	text-decoration:underline;
}
p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}
 ul.two-column {
   -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
	}

li {
	list-style-type: none;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
  margin: 0 0 30px 0;
  padding: 30px;
  position: relative;
  overflow:hidden;
  background-color:#eee;
}

/*blockquote:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
content: "\f0e6";
  background-color: #11536C;
  color: #fff;
  font-family: "fontawesome";
  font-size: 2rem;
  left: -7px;
  line-height: 1;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: -6px;
  vertical-align: middle;
  font-style:normal;
  -webkit-box-shadow: 3px 1px 0 #ccc;
  -moz-box-shadow: 3px 1px 0 #ccc;
  box-shadow: 3px 1px 0 #ccc;
}*/

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}
.anchor:before {
display: block;
content: "";
height: 93px; /* Give height of your fixed element */
margin-top: -93px; /* Give negative margin of your fixed element */
visibility: hidden;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform:uppercase;
	color:#555;
	letter-spacing:-.5px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	letter-spacing:-1px;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing:-1px;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing:-.5px;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing:-.5px;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing:-.5px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.border {
padding:2px;
border:1px solid #eee;
}
img.entry-image {
	max-width: 500px;
/*	border-radius: 50%;*/
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* 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 #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: 400;
	padding: 10px !important;
	width: 100% !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-top: 0 !important;
	text-indent:0 !important;
}

select {
	padding: 7px 15px !important;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #ac6314;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
filter: alpha(opacity=0);
opacity: 0;
}

button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #ac2e14;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-weight: 700;
	letter-spacing: 0;
	padding: 15px 25px;
	text-transform: uppercase;
	white-space: normal;
	width: auto ;
	font-family:'Open Sans', sans-serif;
	text-decoration:none;
	text-shadow:none;
}

.google-map .button {
	border: 1px solid #ac2e14;
	margin-bottom: 5px;
}
a.button.small,
button.small,
.button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 15px;
	margin-right:5px;
}
.button.small:last-of-type {
	margin-right:0;
}
input[type="submit"],
.content input[type="submit"] {
/*	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;*/
	width: auto !important;
	line-height:1;
	margin-right:0 !important;
	padding:15px 25px !important ;
}

a.more-link {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
}
a.more-link:hover {
	color:#fff;
	text-decoration:none;
	background-color:#ac2e14;
}

button:hover,
.button.active,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #ac2e14;
	border: none;
	color: #fff;
	text-decoration: none;
}
.google-map .button:hover {
	border: 1px solid #ac2e14;
}
.google-map .button.active,
.google-map .button:focus
 {
	background-color: #fff;
	border: 1px solid #ac2e14;
	color: #ac2e14;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #ac2e14;
	color: #fff;
	text-decoration: none;
}

.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: #666;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
	border:1px solid #444;
	width:50% !important;
}

body .field-wrap, .sidebar .field-wrap {
  margin-bottom: 5px;
}

.required-text {
font-style: italic;
font-family:'Crimson Text', serif;
	margin-bottom:15px;
font-size: 14px;
font-size: 1.4rem;
text-align:center;
position:relative;
}

.disclaimer-link {
border-bottom: 1px dotted transparent;
color: #cc8631;
cursor:pointer;
}
.disclaimer-link:hover, .disclaimer-link:focus {
border-bottom: 1px dotted #cc8631;
}
#disclaimer-text:before {
background-color: #333;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
color: #fff;
content: "X";
font-family: sans-serif;
font-style: normal;
font-weight: 600;
height: 25px;
line-height: 25px;
position: absolute;
right: -9px;
top: -7px;
vertical-align: middle;
width: 25px;
cursor:pointer;
}
#disclaimer-text {
background-color: #fff;
border: 1px solid #333;
display: block;
padding: 25px;
position: absolute;
display:none;
color:#333;
margin-top:10px;
}

/* Gravity Forms
--------------------------------------------- */

.case-evaluation .gform_wrapper .gfield_html.gfield_no_follows_desc {
}

.gfield_html p {
margin-bottom: 30px !important;
}
.gfield_html p.disclaimer {
margin: 1.2em 0 !important;
line-height:1.3;
}

.sidebar .gfield_html, .home .gfield_html {
font-size: 14px;
font-size: 1.4rem;

} 
.gform_widget .gform_wrapper, .gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
}
.contact-page .gform_wrapper {
  background-color: #d6ad48;
  padding: 40px;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 1% !important;
  margin-bottom: 0 !important;
  width: 49.5% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  margin-bottom: 0 !important;
  width: 49.5% !important;
}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  width: 32.6667% !important;
  margin-bottom: 0 !important;
  margin-right: 1% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_third {
  margin-right: 0 !important;
}
body .gform_wrapper label.gfield_label {
  font-weight: 600;
}
.ginput_recaptcha div {
margin: 0 auto;
}
.gform_wrapper .gform_footer {
  padding: 0 0 0.625em !important;
}
.sidebar .gfield_contains_required .ginput_container, .front-page .gfield_contains_required .ginput_container, .contact-page .gfield_contains_required .ginput_container {
  position: relative;
}
.sidebar .gfield_contains_required .ginput_container:after, .front-page .gfield_contains_required .ginput_container:after, .contact-page .gfield_contains_required .ginput_container:after {
  color: #701907;
  content: "*";
  font-weight: 700;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.case-evaluation .gform_wrapper ul li.gfield {
  margin-top: 15px !important;
}
body.case-evaluation .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .gfield_required {
  color: #701907 !important;
}
.gform_wrapper .gform_footer {
text-align: center;
}

/* Column Classes
--------------------------------------------- */

.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;
}


/* 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: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #333;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 154px auto 0;
	padding: 5% 20px;
	max-width: 1240px;
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
/*	border-bottom: 1px solid #eee;
	padding-bottom: 10%;
	text-align: center;*/
	margin-bottom: 3%;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
/*	margin-left: auto;
	margin-right: auto;
	max-width: 660px;*/
	
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title, .search.search-results .entry-title {
	font-size: 40px;
	font-size: 4rem;
	word-wrap: break-word;
	text-transform:uppercase;
	
}
.page.page-template-page_blog.news-and-events .entry-header .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	
}
.entry-title, .page.page-template-page_blog .entry-title, .search.search-results .entry-title {
  font-size: 4rem;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.page.page-template-page_blog .entry-title, .search.search-results .entry-title {
}

.page .entry-title,
.single .entry-title {
	font-size: 40px;
	font-size: 4rem;
	text-transform:uppercase;
	color:#701907;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
/*	max-width: 660px;*/
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	text-decoration:none;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
}

.widget-title {
/*	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;*/
	text-transform: uppercase;
}
.sidebar .widget-title {
text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing:-1px;
}
.sidebar .gform_widget .widget-title {
color: #fff;
}
.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

/* 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: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 40px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 40px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 40px 0 50px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  line-height:1;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.sidebar .widget.widget_media_image {
background-color: transparent;
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
}

.featured-content.widget .entry {	
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


.featured-content p.entry-meta {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- 

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,*/
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #1DA1F2;
	border: 1px solid #1DA1F2;
}
/*
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,*/
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #1DA1F2 !important;
}
/*
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

.content .googlePlus .share:before 	{
	font-family: 'FontAwesome' !important;
 content: '\f0d5' !important;

 }*/
 
 .share-medium .googlePlus .share:before {
  font-size: 23px;
  left: 5px;
  top: 2px;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


:focus {
/*	color: transparent;*/
	outline: 0;
}


/* Before Site Header
---------------------------------------------------------------------------------------------------- */

.header-widget-area {
  color: #666;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
font-size: 14px;
font-size: 1.4rem;
	  margin-left: auto;
padding: 15px 0; 
}
.before-header .wrap {
	margin: 0 auto;
	max-width: 1240px;
}
.header-widget-area .phone-1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.header-widget-area strong {
  color: #d6ad48;
}

.header-widget-area span {
	margin: 0 10px;
	font-weight:600;
}
.header-widget-area a, .header-widget-area a:hover, .header-widget-area a:focus, .header-widget-area a:visited {
  color: #333;
  text-decoraton: none;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */

.icon-background1 {
    color: #3b5998;
}

/*.site-header {
	background-color: #fff;
	padding: 28px 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 999;
}
.site-header .wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}
.site-header.shrink {
	border-bottom: 1px solid #eee;
	padding: 18px 0;
}

 Flexed */
 .header-container {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.site-header {
/*	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;	
	z-index: 999;
	padding: 28px 0;
background-image:url(images/pattern-dark.png);
	background-repeat: repeat;
	background-size: 10px 10px;
	background-position:top left;*/
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header.shrink, .site-header.shrink {
/*	padding: 18px 0;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #eee;	*/	

}

.admin-bar .site-header {
	top: 32px;
}


/* Site Title and Description
--------------------------------------------- */

/*.title-area {
	float: left;
}
 Flexed */
.title-area {
	float: left;
	width: 385px;
	padding: 30px 0;
}

.site-title {
	font-size: 0;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 9px 40px;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 0;
}

.header-address {
text-transform: uppercase;
padding-top: 24px;
font-size: 14px;
font-size: 1.4rem;
line-height:1;
color:#11536C;
font-weight:600;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	text-align:center;
}

.genesis-nav-menu a {
	border-bottom: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 10px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:600;
}
.genesis-nav-menu li:hover > a,
.genesis-nav-menu .sfHover a.sf-with-ul,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a {
	color: #fff;
}
/*.genesis-nav-menu .first a {
	padding-left: 0;
}
.genesis-nav-menu .last a {
	padding-right: 0;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}*/
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin:0;
	vertical-align: middle;
	position:relative;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 99;
	width: 220px;
	text-align: center;
	display:none;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	background-color: #053446;
	font-size:13px;
	font-size:1.3rem;
	text-align:center;
	color: #fff !important;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,.1);
	border-top: 0;
	width: 220px;
}
.genesis-nav-menu .sub-menu li.menu-item-has-children a {
position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -110px;
	opacity: 1;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-parent > a {
	color: #fff;
	background-color: #11536C;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 219px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 219px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children a:after, .genesis-nav-menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
content: "\f522";
display:inline-block;
color:rgba(255,255,255,.25);
position:absolute;
right:7px;
line-height:13px;
font-family:'dashicons';
vertical-align:middle;
}
.genesis-nav-menu .sub-menu li.menu-item-has-children .sub-menu li a:after, .genesis-nav-menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a:after {
display: none;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
	
.genesis-nav-menu .sub-menu:after {
	border-bottom-color: #053446;
	border-width: 7px;
	margin-left: -7px;
}
	
.genesis-nav-menu .sub-menu:before {
	border-bottom-color: #053446;
	border-width: 8px;
	margin-left: -8px;
}
	
.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}
/* 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;
	left: 50%;
	margin-left: -110px;

}
.menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu,
.menu .menu-item ul.sub-menu .menu-item a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu > .menu-item.sfHover > ul.sub-menu {
	left: 219px;
	margin-left: 0px;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

/*.nav-primary {
	float: right;
}
 Flexed */
.nav-primary {
/* 		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 align-self: flex-end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);		
 -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; 
	 margin-left:auto;
	 
*/
background-color: #701907;
}
.shrink .nav-primary {
	border-bottom: none;		
}
.nav-primary .wrap {
		margin: 0 auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-primary .genesis-nav-menu li.last a {
	padding-right: 0;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 15px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0 7px;
/*	margin-left: 10px;
	margin-right: 10px;
	font-weight:400;*/
}

.nav-secondary .genesis-nav-menu li:hover > a,
.nav-secondary .genesis-nav-menu .sfHover a.sf-with-ul,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .submenu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .current-menu-parent > a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu li.menu-phone, .nav-secondary .genesis-nav-menu li.menu-request {
display:none;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
	width: 60%;
}
.contact-page.content-sidebar .content,
.contact-page.sidebar-content .content {
	width: 100%;
}
.case-evaluation .gform_wrapper {
	padding: 5%;
	background-color:#d6ad48;
}
.case-evaluation .gform_wrapper form {
  max-width: 60%;
}
.content-sidebar .content {
	float: left;
}
.sidebar-content .content {
	float: right
}
.page .content,
.single .content {
	overflow: hidden;
}
.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7%;
	padding-bottom: 7%;
}

.page.page-template-page_blog.news-and-events .entry {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.page.page-template-page_blog.news-and-events .entry:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
/*	max-width: 660px;*/
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul,
.extras-widget ol,
.extras-widget ul
 {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul li:before, .extras-widget ul li:before {
content: "\25aa";
 color: #333;
  font-weight:700; 
  display: inline-block;
   width: 1em;
  margin-left: -1em;
  line-height:1;
  font-size:20px;
  font-size: 2rem;
}
.extras-widget ul li:before {
 color: #ccc;
}
.entry-content .responsive-tabs ul li:before {
display:none;
content: "";
}
.entry-content ul > li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
	margin-left: 20px;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #333;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.search .entry-header,
.page .entry-header,
.single .entry-header {
/*	margin: 0 auto 3%;
	max-width: 660px;*/
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 30px auto 60px;
/*	max-width: 660px;*/
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 40px;
	margin-top:30px;
	background-color:#fcfcfc;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #333;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #cc8631;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
  background-color: #701907;
  border: 1px solid #701907;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
  border-radus: 5px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ac2e14;
	border: 1px solid #ac2e14;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.sidebar .widget.widget-1 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-size:0;
}

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 35%;
}
.contact-page.content-sidebar .sidebar,
.contact-page.sidebar-content .sidebar {
	width: 100%;
}

.content-sidebar .sidebar {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	margin-bottom: 30px;
  padding: 40px;
  background-color:#eee;
}
.widget.gform_widget {
  background-color:#d6ad48;
}
.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #172951;
	text-align: right;
	width: 40%;
	position:relative;
}

.footer-widgets-2 {
	text-align: left;
	width: 60%;
	padding: 0;
	line-height:0;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #cc8631;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #333;
}
/* Image on internal pages
---------------------------------------------------------------------------------------------------- */

.internal-page-image {
height: 450px;
	background-size: cover;
	background-position:50% 50%;
}
.internal-page-image .overlay {
	  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	padding-bottom:3%;
}

.internal-page-image .slogan {
  font-family: "Crimson Text",serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
text-shadow: 0 4px 3px rgba(0, 0, 0, 0.7), 0 8px 13px rgba(0, 0, 0, 0.3), 0 18px 23px rgba(0, 0, 0, 0.1);
}

/* Testimonials on internal pages
---------------------------------------------------------------------------------------------------- */

.page-testimonial {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	 background-color: #f5f5f5;
	 	padding: 4% 0;
		margin: 0;
		position:relative;
		overflow:hidden;
}
.page-testimonial .wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 40px;
	padding-right: 40px;
}

.page-testimonial:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
content: "\f0e6";
  background-color: #11536C;
  color: #fff;
  font-family: "fontawesome";
  font-size: 5rem;
  left: -18px;
  line-height: 1;
  padding: 28px;
  position: absolute;
  text-align: center;
  top: -17px;
  vertical-align: middle;
  -webkit-box-shadow: 4px 2px 0 #ccc;
  -moz-box-shadow: 4px 2px 0 #ccc;
  box-shadow: 4px 2px 0 #ccc;
}
.page-testimonial div {
	font-size: 36px;
	font-size: 3.6rem;
	line-height:1.2;
	font-family:'Crimson Text', serif;
	font-style:italic;
	letter-spacing:-1px;
	color:#333;
	text-align:center;
	z-index:9;
}
.page-testimonial p.testimonial-name {
	font-size: 20px;
	font-size: 2rem;
	line-height:1.6;
}
.page-testimonial p:last-child {
  margin-bottom: 0;
}
/* Tabs
---------------------------------------------------------------------------------------------------- */

.entry-content .responsive-tabs .responsive-tabs__list__item {
  color: #11536C;
  font-size: 14px;
  line-height: 1;
  border-color: #fff;
  margin-right:1px;
}
.entry-content .responsive-tabs .responsive-tabs__list__item:hover {
color: #11536C;

}
.entry-content .responsive-tabs .responsive-tabs__list__item--active, .entry-content .responsive-tabs .responsive-tabs__list__item--active:hover {
  color: #333;
  border-color: #ddd;
}

.entry-content .responsive-tabs .responsive-tabs__panel {
  border-color: #ddd;
  padding:20px;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading {
  color: #333;
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
   font-size: 1.6rem;
 text-transform: uppercase;
 background-color:#eee;
 letter-spacing:0;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:hover {
  color: #333;
}

/* Google map
---------------------------------------------------------------------------------------------------- */
.google-map {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
background-color:#eee;
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 0;
}
.google-map .widget:first-child:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #eee;
}
.google-map .widget {
text-align:right;
width:50%;
float:left;
}
.google-map iframe {
width:100%;
}
.google-map .map-address {
}
.google-map .denver, .google-map .des-moines, .google-map .el-paso {
display: none;
}
.google-map .map-phone {
font-size: 30px;
letter-spacing:-1px;
}
.google-map .widget:first-child {
text-align:right;
padding: 90px 7%;
position:relative;
	background-image:url(//clients.megahunter.com/lubinandenoch/wp-content/uploads/sites/43/2017/06/phoenix-contact-page.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:50%;
	font-size:16px;
	font-size:1.6rem;

}
 .google-map .widget:first-child .textwidget {
   background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #ac2e14;
    padding: 25px;
  text-align: center;
	}
	 .google-map .widget:first-child .textwidget p:first-child {
  margin-top: -45px;
}	
.google-map p:last-child {
margin-bottom: 0;
}

.google-map .icon-background {
    color: #9e3336;
}
.google-map .fa-2x {
  font-size: 1.4em !important;
}
.google-map a, .google-map a:visited, .google-map a:focus, .google-map a:hover {
color: #444;
}
.google-map .widget-title {
font-size: 30px;
font-size: 3rem;
}

/* Contact Page Adresses
---------------------------------------------------------------------------------------------------- */
.contact-page-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.contact-page-address-container {
  border: 1px solid #eee;
  padding: 2px;
  float:left;
  width:47%;
  margin-bottom:30px;
}
.contact-page-inner-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom:2px;
}
.contact-page-image {
  float: left;
  font-size: 0;
  width: 45%;
}
.contact-page-image img {
  margin: 0 !important;
 }
 .contact-page-address {
  float: left;
  padding-left: 25px;
  width: 55%;
}
.contact-page-map {
  font-size: 0;
 }

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	/*padding: 28px 0;*/
	padding: 4% 0;
	text-align: center;
	text-transform:uppercase;
font-size:14px;
font-size:1.4rem;
background-color: #701907;
}
.site-footer .wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer a,
.site-footer p {
	color: #fff;
	text-decoration:none;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.site-footer p:last-child {
}
p.disclaimer {
	text-align:center;
	font-size: 12px;
	font-size: 1.2rem;
}
.red {
	color: #701907;

}
.badges  {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size:0;
}
.badges img  {
max-width:105px;
/*margin:0 20px;
	max-height:125px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;*/
}

/* # Forms widget
---------------------------------------------------------------------------------------------------- */
.sidebar .widget.sidebar-form {
background-color: transparent;
border: none;
margin-bottom: 30px;
padding: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect/*, .js .backstretch*/ {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(40px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Read More 
---------------------------------------------------------------------------------------------------- */
.readmore {
position: relative;
}
/*
.readmore[aria-expanded="false"]:after {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
position: absolute;
bottom:0;
width:100%;
height:100%;
content: "";
}
.readmore[aria-expanded="true"]:after {
display: none;
} */ 

/* Our People Page
---------------------------------------------------------------------------------------------------- */
.our-people .entry-content .people-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-people .entry-content figure {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin: 0 5px 30px;
	text-align:center;
}

.our-people .entry-content figure:first-child {
	margin-left: 0;
}
.our-people .entry-content figure:last-child {
	margin-right: 0;
}
/* Client Extranet */

.client-extranet-item {
  margin-bottom: 30px;
  width: 40%;
}
.client-extranet-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/*----------------------------------------------------------------------------*\
  Sticky Mobile Menu
/*----------------------------------------------------------------------------*/

.slicknav_menu {
overflow-x: hidden;
overflow-y: auto;
  padding: 0 !important;
}
a.slicknav_btn, a.slicknav_btn:hover {
border: none;
text-decoration:none;
}
.slicknav-logo-text {
  font-size: 14px !important;
  margin:0 !important;
background-color:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
padding: 5px 15px !important;
}
.slicknav-logo-text a,.slicknav-logo-text a:hover  {
border: none;
text-decoration:none;
text-transform:uppercase;
  font-size: 14px !important;
  font-weight:700;

}
.slicknav-flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding:10px 5%;
	background-color:#701907;
	min-height:45px;
}
.slicknav_btn {
  margin: 0 !important;
  padding:0 !important;
}
.slicknav_nav li a {
  padding: 8px 5% !important;
  text-transform: uppercase !important;
  margin:0 !important;
  border:none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  margin: 0 !important;
  padding: 0 !important;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.title-area, .shrink .title-area {
  width: 280px;
}
}
@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}


@media only screen and (max-width: 980px) {

.case-evaluation .gform_wrapper form {
  max-width: 100%;
}
.contact-page-image, .contact-page-address {
width: 100%;
text-align: center;
}
.contact-page-address {
padding: 0;
}
.contact-page-image {
padding-bottom: 25px;
}
.contact-page-inner-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 25px;
}
.contact-page-address-container {
  width: 100%;
}
.genesis-nav-menu .sub-menu li.menu-item-has-children a:after, .genesis-nav-menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
display:none;
}

 .header-container {
  position: relative;
}
.header-widget-area {
}
.widget-area.header-widget-area {
  text-align: center;
}
.title-area, .shrink .title-area {
  float: none;
  margin: 0 auto;
  padding: 28px 0;
  width: 85%;
}
.site-header, .home .site-header {
  padding-bottom:0;
}
	.footer-widgets-1 {
		text-align: center;
	}
	.footer-widgets-1:after {
  left: 50%;
  top: 100%;
	border-top: 10px solid #172951;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	margin-top:0;
}
.footer-widgets-2 {
  padding: 0;
}
.footer-widgets-2 iframe {
 min-height: 325px;
  
}
.content-sidebar.contact-page .content, .contact-page .sidebar-content .content, .content-sidebar.contact-page .sidebar, .sidebar-content.contact-page .sidebar  {
  width: 100%;
}
.phone {
display: none !important;
}
.shrink .site-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.shrink .site-title span {
	font-size: 20px;
	font-size: 2rem;
}

.home .site-header.shrink, .site-header.shrink {
	padding: 0 0 28px 0;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: 0;
}

.nav-header .sub-menu {
  padding-top: 0;
}
.genesis-nav-menu .sub-menu:after, .genesis-nav-menu .sub-menu:before {
display: none;
}

.site-header .wrap {
display: block;
}

	.site-inner {
		margin-top: 0;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}
	
	.header-image .nav-header:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-header,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}
		.genesis-nav-menu .sub-menu::after, .genesis-nav-menu .sub-menu::before {
display: none;
}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: 0;
}
	.js .nav-header .sub-menu a {
		background: #444;
		border: none;
		text-align:left
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #333;
		/*content: "\f0e9";
		font: normal 20px/1 'ionicons';*/
		content: "\f0c9";
		font: normal 20px/1 'fontawesome';
		display: inline-block;
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		color: #fff;
		z-index: 100;
	}
	.sub-menu .sub-menu-toggle {
color:#fff;
	}
	.sub-menu .sub-menu-toggle:hover,
	.sub-menu .sub-menu-toggle:focus {
		color: #fff;
	}
	.sub-menu-toggle:before {
		/*content: "\f3d0";
		font: normal 16px/1 'ionicons';*/
		display: inline-block;
		content: "\f107";
		font: normal 16px/1 'fontawesome';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f106";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.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;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 7px 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-header {
		color: #333;
	}
	.js .sub-menu-toggle:hover {
		color: #fff;
	}
	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #333;
	}
	.js .sub-menu-toggle:focus {
		color: #fff;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 0;
		padding-right: 0;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}


	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

	.site-footer {
		padding: 20px;
	}

.google-map .widget:first-child {
background-size: cover;
}
.site-header--clone {
display: none;
}
.nav-primary, .menu-toggle { display:none;}
}
@media only screen and (max-width: 940px) {
.google-map .widget:first-child {
  background-size: cover;
}
}
@media only screen and (max-width: 1100px) and (min-width: 850px) {

ul.two-column {
  -webkit-column-count: 1;
   -moz-column-count: 1;
  column-count: 1;
}
}
@media only screen and (max-width: 768px) {
.page-testimonial:before {
  font-size: 3rem;
  padding: 20px;
}
.internal-page-image {
height: 200px;
}
.title-area, .shrink .title-area {
  padding: 20px 0 0;
  width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 0 !important;
  width: 100% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.google-map {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.google-map .widget {
width:100%;
text-align:center;
}
.google-map .widget:first-child {
  background-size: cover;
  text-align:center;
}
.google-map .widget:first-child::after {
  display: none;
}
.page-testimonial div {
  font-size: 3rem;
}
.page-id-10.content-sidebar .content, .page-id-10.content-sidebar .sidebar  {
  width: 100%;
}
a.alignleft, a.alignright,a.aligncenter, img.alignright, img.alignleft, img.aligncenter,  .wp-caption.alignright, .wp-caption.alignleft, .wp-caption.aligncenter {
  margin: 0 auto 30px;
}

.alignright, .aligncenter, .alignleft {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
	.footer-widgets-1 {
		padding: 70px 4%;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}
@media only screen and (max-width: 600px) {

ul.two-column {
  -webkit-column-count: 1;
   -moz-column-count: 1;
  column-count: 1;
}
}