/*
	Theme Name: WMC Law Custom 
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Woodley  
	Author URI:  http://www.responsiv.net/
	
	Version: 1.2
 
	Tags: black, orange, white, one-column, two-columns, 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.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- 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
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
		- Footer Widget
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
		- Accordion List
	- Sidebar
	- Overrides
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
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 {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 300;
	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: #1192d4;
	color: #fff;
}

::selection {
	background-color: #1192d4;
	color: #fff;
}

a {
	color: #1192d4;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a img {
    text-decoration: none;
    outline: none;
    border: 0px none transparent;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #1192d4;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}


ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #000;
}

blockquote {
	margin: 20px;
	font-size: 22px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	color: #1192d4;
}

h2 {
	font-size: 30px;
}

h3 {
	
	font-size: 24px;
}

h4 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.nav-primary > .wrap {
	text-align:center;
}

.beautiful-landing .site-inner {
	max-width: 800px;
}

.site-inner {
	clear: both;
	padding-top: 80px;
	padding-top: 30px;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding-top: 10px;
	width: 720px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

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

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-size: 16px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 60px;
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
	
}

.site-header .search-form {
	float: right;
}

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

.entry-title a,
.widget .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}

/* Featured Content
--------------------------------------------- */



/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

.enews form + p {
	margin-top: 24px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
	width: 100% !important;
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	color: #444; 
	
}

.before-header .wrap {
	padding: 15px 0;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #444;
}

.before-header .wrap a {
	color: white;
	color: #444;
}

.before-header .wrap a:hover {
	color: #df1c2c;
	color: #92172c;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

header {
	background: white;
}


.site-header .wrap {
	padding: 0;
} 

.beautiful .site-header-banner {
	height: 200px;
	background: #eee;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 320px;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */
 
.header-image .site-header .wrap {
	padding: 0px 0 0 0;
}

.header-image .site-title a {
	float: left;
	min-height: 120px;
	width: 100%;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #666;
	color: white;
	display: block;
	font-size: 16px;
	letter-spacing: 4px;
	padding: 15px 25px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		
	color: #efe5cd;
}

.genesis-nav-menu .current-menu-item a {
	color: #efe5cd;
	
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #666;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background: #1291d6;
	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: #1291d6;
	color: white;
	border: 1px solid #eee;
	border-top: none;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 16px 20px;
	padding: 8px 20px;
	position: relative;
	width: 280px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #111;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f5f5f5;
	background: #1291d6;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 20px 10px;
	color: white;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.beautiful-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	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-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;

}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #e5554e;
	background-color: #006447;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Accordion List
--------------------------------------------- */

ul.pub li {
	color: green;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

#simple-social-icons-4 {
	margin-right:11px;
}
/* Split Sidebars
--------------------------------------------- */

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}

/* Bottom Sidebar
--------------------------------------------- */

.bottom-sidebar {
	clear: both;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #151515;
	background-color: #1291d6;
	clear: both;
	padding: 60px 0 20px;
	color: white; 
	margin-top: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	word-wrap: break-word;
	font-size: 14px;
    color: white;
	text-transform: uppercase;
    letter-spacing: 3px;
	border-bottom: none;
	color: white !important; 
}


.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets-1 h4, .footer-widgets-2 h4, .footer-widgets-3 h4 {
	font-size: 18px;
	line-height: 25px;
	text-transform:none;
	font-weight:700;
	text-align:left !important;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	background: #1f1f1f;
	color: #888;
	letter-spacing: 2px;
}

.creds {
	font-size: 14px !important;
}
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #e5554e;
	color: #3CE;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

	
}

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

	.beautiful-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	
}

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

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.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: 16px 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 {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		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 .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

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

	.content-news .content {
		padding-left:0%;
		padding-right:0%;
	}


}

/*
Overrides 
---------------------------------------------------------------------------------------------------- */
 .entry-meta {
	display: none !important; 
} 

.page-home h1.entry-title {
	display: none;
}


ul.header-links {
	margin: 5px 0;
}
ul.header-links li {
	display: inline-block;
	line-height: 60px;		
	padding: 0 0 0 10px;
	margin: 0;
	color: #1291d6;
	vertical-align: middle;
}

hr {
    border: none;
    clear: both;
    margin: 12px 0 18px;
    box-shadow: 0 1px 0 #fff;
    height: 8px;
    background: url(/wp-content/uploads/divider.png) no-repeat center top;
}

#wpgmza_map {
	padding: 10px;
	background: white;
	border: 1px solid #ddd !important; 
}

.site-inner {
    padding-top: 20px;
}


.google-map {	
	max-width: 540px;	
	max-height: 529px;	
		
	padding: 14px 14px 15px 14px;	
	
}

.footer-widgets-1 h4, .footer-widgets-2 h4, .footer-widgets-3 h4 {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
  	color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widgets-1 a, .footer-widgets-2 a, .footer-widgets-3 a {
	color: white !important;
}

.footer-widgets-1 a:hover, .footer-widgets-2 a:hover, .footer-widgets-3 a:hover {
	color: #cccc99 !important;
}


ul.footer-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;  
}

ul.footer-list li {
	font-size: 14px;
    color: white;
	text-transform: uppercase;
    letter-spacing: 1px;
	border-bottom: none;
	color: white !important; 
}

.pad10 { padding-top: 10px; }
.pad20 { padding-top: 20px; }
.pad30 { padding-top: 30px; }
.pad40 { padding-top: 40px; }
.pad50 { padding-top: 50px; }
.pad60 { padding-top: 60px; }
.pad70 { padding-top: 70px; }
.pad80 { padding-top: 80px; }

ul.contact-list li {
	list-style-type:none;
}

.pic-left {
	float:left;
	padding:0 10px 0 0;
}
.pic-right {
	float: right;
	padding:0 0 0 10px;
}

.icon-med {
	font-size: 20px !important;
	padding:0 35px 0 0!important;
	text-align:center;
	margin:0 auto;
	color: #777;

}

.icon-small {
	font-size: 12px !important;
}


.quote-extra-large {
	margin:10px 0 10px 0;
	text-align:left;
	max-width:820px;
	font-size: 21px;
	font-weight: 400;
	line-height: 33px;
	padding: 0
	color: #0f4f3d;
}

.quote-large {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 15px 25px;
	color: #0f4f3d;
	color:#528574;
	background: #f3f3f3;
	border-radius: 6px;
}

.quote-large em{
	font-size: 17px;
	font-weight: 300;
}

.footer-widgets {
	font-family: 'Lato', sans-serif;
}

.footer-widgets h4 {
	font-family: 'Lato', sans-serif;
	color: #111;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase !important;
	font-weight: 700;
}

.footer-widgets ul {
	font-family: 'Lato', sans-serif;
	color: white;
}

.footer-widgets a {
	color: #a3d9f7;
}
.footer-widgets a:hover {
	color: #000;
	background: #3e9fd4; 
}
.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	word-wrap: break-word;
	font-size: 14px;
    color: white;
	text-transform: uppercase;
    letter-spacing: 1px;
	border-bottom: none;
	color: white !important; 
}


.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets-1 h4, .footer-widgets-2 h4, .footer-widgets-3 h4 {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
  	color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}




/*table css*/
.pricetab strong { font-size:15px!important; font-family: "futura-pt", Helvetica, Arial, sans-serif !important;  color:white!important;}
.featpricetab strong { font-size:14px!important; color:white!important;}
.pricetab { width:235px; float:left; margin-right:50px;}
.pricetabhead { background-image:url(/wp-content/uploads/gray-h.png); background-repeat:no-repeat; width:235px; height:157px;}
.pricetabfooter { background-image:url(/wp-content/uploads/bottom-arrow.png); background-repeat:no-repeat; width:235px; height:88px;}
.tabcontent { background-color:#11aacc; color:white; padding:10px; text-align:left;}

.tabcontent div img {  margin-right: 10px;
  vertical-align: text-bottom;}
.feattabcontent div img {  margin-right: 10px;
  vertical-align: text-bottom;}

.tabcontent div { font-size:14px;font-family: "futura-pt", Helvetica, Arial, sans-serif !important; padding-top:10px;padding-bottom:10px; border-bottom: solid 1px #41bbd6;}
.noborder { border:none!important;padding-top:5px!important;padding-bottom:5px!important; }
.pricediv { font-size:32px!important;font-weight:bold;text-align:center!important;}



.marginclass {margin-top:20px;text-align:center!important;}
.pricebtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color:#ffffff!important;
  font-size: 12px;
  background: #11aacc;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none; 
}

.pricebtn:hover {
  background: #424242;
  text-decoration: none;
}

.pricetabhead h1 { color:white; font-size:18px; font-weight:bold; text-align:center; vertical-align:middle; padding-top:23%;}


.featpricetab { width:235px; float:left; margin-right:50px;}
.featpricetabhead { background-image:url(/wp-content/uploads/org-h.png); background-repeat:no-repeat; width:235px; height:157px;}
.featpricetabfooter { background-image:url(/wp-content/uploads/bottom-arrow-2.png); background-repeat:no-repeat; width:235px; height:88px;}
.feattabcontent { background-color:#4dd0e1; color:white; padding:10px; text-align:left;}
.featpricetabhead h1 { text-transform:u; color:white; font-size:18px; font-weight:bold; text-align:center; vertical-align:middle; padding-top:23%;}
.feattabcontent div {font-size: 15px; font-family: "futura-pt", Helvetica, Arial, sans-serif !important; padding-top:10px;padding-bottom:10px; border-bottom: solid 1px #71d9e7;}

.orangebtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 12px;
  background: #ef6c00;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none; 
}

.orangebtn:hover {
  background: #4dd0e1;
  text-decoration: none;
}



/*table css end*/

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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #111 !important;
	font-family: 'Merriweather', serif !important;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

::-moz-selection {
	background-color: #1291d6;
	color: #fff;
}

::selection {
	background-color: #1291d6;
	color: #fff;
}

a {
	color: #1291d6;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1e1e1e;
	
	font-family: "jaf-bernino-sans-condensed",sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.entry-title {
	font-family: "jaf-bernino-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	color: #1291d6;
}

h1 {
	font-family: "jaf-bernino-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	color: #1291d6;
}

h2 {
	font-size: 30px;
	color: #4daddf;
}

h3 {
	
	font-size: 24px;
	color: #4daddf;
}

h4 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
}

h4.widget-title {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
  	color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: left;
}


blockquote {
	color: #151515;
}

/* Header
--------------------------------------------- */

ul.header-links {
	margin-top: 15px;
}
ul.header-links li {
	display: inline-block;
	line-height: 60px;		
	padding: 0 0 0 15px;
	margin: 0;
	color: #1291d6;
	vertical-align: middle;
}

/* Main Navigation
--------------------------------------------- */

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	color: #fff;
}

.genesis-nav-menu {
	clear: both;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: white;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px 25px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		
	color: #efe5cd;
}

.genesis-nav-menu .current-menu-item a {
	color: #efe5cd;
	
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #efe5cd;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background: #1291d6;
	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: #1291d6;
	color: white;
	border: 1px solid #eee;
	border-top: none;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 16px 20px;
	padding: 8px 20px;
	position: relative;
	width: 280px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #111;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	letter-spacing: 1px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */


.nav-primary {
	background: #1291d6;
}

/*
Hero Headers
---------------------------------------------------------------------------------------------------- */

/* Retina display */
@media screen and (min-width: 1024px){
    .page-home .hero-image {
		width: 100%;
		background: #446586 url(/wp-content/uploads/hero.jpg) no-repeat top center;
	}
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
    .page-home .hero-image {
		width: 100%;
		background: #446586  url(/wp-content/uploads/hero.jpg) no-repeat top center;		
	}
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
    .page-home .hero-image {
		width: 100%;
		background: #446586  url(/wp-content/uploads/hero.jpg);
	}
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
    .page-home .hero-image {
		width: 100%;
		background: #446586  url(/wp-content/uploads/hero.jpg);
	}
}

/* Mobile LD */
@media screen and (max-width: 350px){
    .page-home .hero-image {
		width: 100%;
		background: #446586  url(/wp-content/uploads/hero-mobile.jpg);
	}
}

/*
Site Content
---------------------------------------------------------------------------------------------------- */
.page-home .site-inner {
	padding-top: 0;
	max-width: 100%;
	
}
.site-inner {
	padding-top: 40px;    
}

.sidebar-primary {
    padding-top: 40px;
}

.blog .site-inner, .single .site-inner, .page-solutions .site-inner, page-prices .site-inner {
	padding-top: 35px;
	max-width: 1140px !important; 
}

.content {
    padding-top: none !important;
}

.entry, .page.page-template-page_blog-php .entry {
    border-bottom: 3px dotted #ddd;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

hr {
    border: none;
    clear: both;
    margin: 30px 0 25px;
    box-shadow: 0 1px 0 #fff;
    height: 8px;
    background: url(/wp-content/uploads/divider.png) no-repeat center top;
}

.pad10 { padding-top: 10px; }
.pad20 { padding-top: 20px; }
.pad30 { padding-top: 30px; }
.pad40 { padding-top: 40px; }
.pad50 { padding-top: 50px; }
.pad60 { padding-top: 60px; }
.pad70 { padding-top: 70px; }
.pad80 { padding-top: 80px; }

.pic-left {
	float:left;
	padding:0 10px 0 0;
}
.pic-right {
	float: right;
	padding:0 0 0 10px;
}

button {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    background: #1291d6;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 16px;
    width: auto;
}

button:hover {
	background: #151515;
}

.tc {
	margin: 0 auto;
	text-align: center;
}

.wufoo-form {
	padding: 10px;
	border:1px solid #ddd;
	background: #f5f5f5;
}
#wpgmza_map {
	border:1px solid #ddd;
}

/* full width background colours */

.bg-darkblue {
    padding: 20px 0;
    display: block;
  /* fallback */
  background-color: #2F2727;
  background-image: url(images/radial_bg.png);
  background-position: center center;
  background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}


.bg-blue {
    padding: 50px 0;
    display: block;
    background: -webkit-linear-gradient(right, #2aa3bb, #617ab2);
    background: linear-gradient(to left, #2aa3bb,#617ab2);
    background: -webkit-linear-gradient(right, #6bcce8, #0f87ad);
    background: linear-gradient(to left, #6bcce8,#0f87ad);
    color: white !important;
    margin-bottom: 50px;
}

.feature_box {
    height: 158px;
    width: 238px;
    border: 1px solid #eee;
    float: left;
    margin: 8px 10px 8px 0;
    padding: 13px 13px 9px 13px;
    /* background: #1194d8; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset; */
}

.feature_box:hover {
	border: 1px solid #fff;
	background: #1194d8;
}

.feature_box img {
    padding: 0;
    margin: 0 auto;
}
.feature_box h3 {
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 12px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-align: center !important;
}

/*table css*/
.pricetab strong { font-size:15px!important; font-family: "Lato", "Helvetica Neue", Arial, sans-serif;  color:white!important;}
.featpricetab strong { font-size:14px!important; color:white!important;}
.pricetab { width:235px; float:left; margin-right:50px;}
.pricetabhead { background-image:url(/wp-content/uploads/gray-h.png); background-repeat:no-repeat; width:235px; height:157px;}
.pricetabfooter { background-image:url(/wp-content/uploads/bottom-arrow.png); background-repeat:no-repeat; width:235px; height:88px;}
.tabcontent { background-color:#11aacc; color:white; padding:10px; text-align:left;}

.tabcontent div img {  margin-right: 10px;
  vertical-align: text-bottom;}
.feattabcontent div img {  margin-right: 10px;
  vertical-align: text-bottom;}

.tabcontent div { font-size:14px; font-family: "Lato", "Helvetica Neue", Arial, sans-serif; padding-top:10px;padding-bottom:10px; border-bottom: solid 1px #41bbd6;}
.noborder { border:none!important;padding-top:5px!important;padding-bottom:5px!important; }
.pricediv { font-size:32px!important;font-weight:bold;text-align:center!important;}



.marginclass {margin-top:20px;text-align:center!important;}
.pricebtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  color:#ffffff!important;
  font-size: 14px;
  font-weight: 700;
  background: #11aacc;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none; 
}

.pricebtn:hover {
  background: #151515;
  text-decoration: none;
}

.pricetabhead h1 { font-family: "Lato", "Helvetica Neue", Arial, sans-serif; color:white; font-size:18px; text-transform: uppercase; letter-spacing: 2px; font-weight:bold; text-align:center; vertical-align:middle; padding-top:23%;}


.featpricetab { width:235px; float:left; margin-right:50px;}
.featpricetabhead { background-image:url(/wp-content/uploads/org-h.png); background-repeat:no-repeat; width:235px; height:157px;}
.featpricetabfooter { background-image:url(/wp-content/uploads/bottom-arrow-2.png); background-repeat:no-repeat; width:235px; height:88px;}
.feattabcontent { background-color:#4dd0e1; color:white; padding:10px; text-align:left;}
.featpricetabhead h1 { font-family: "Lato", "Helvetica Neue", Arial, sans-serif; text-transform:uppercase; color:white; font-size:18px; font-weight:bold; text-align:center; vertical-align:middle; padding-top:23%; letter-spacing: 2px;}
.feattabcontent div {font-size: 15px; font-family: "Lato", "Helvetica Neue", Arial, sans-serif; padding-top:10px;padding-bottom:10px; border-bottom: solid 1px #71d9e7;}

.orangebtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff!important;
  font-size: 14px;
  font-weight: 700;
  background: #ef6c00;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none; 
}

.orangebtn:hover {
  background: #4dd0e1;
  text-decoration: none;
}

ul.contact-list li{
	list-style-type: none;
}

/*table css end*/


/* hide fields */



.single h1.entry-title {
	display: block;
}

/*
Footer 
---------------------------------------------------------------------------------------------------- */
.site-footer {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	background: #1f1f1f;
	color: #888;
	letter-spacing: 2px;
}

.creds {
	font-size: 14px !important;
}
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #e5554e;
	color: #3CE;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets {
	background-color: #1291d6;
	clear: both;
	padding: 60px 0 20px;
	color: white; 
	margin-top: 60px;
}


.footer-widgets li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	word-wrap: break-word;
	font-size: 14px;
    color: white;
	text-transform: uppercase;
    letter-spacing: 1px;
	border-bottom: none;
	color: white !important; 
}

.footer-widgets-1 h4, .footer-widgets-2 h4, .footer-widgets-3 h4 {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
  	color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: left;
}

.footer-widgets-1 a, .footer-widgets-2 a, .footer-widgets-3 a {
	color: white !important;
}

.footer-widgets-1 a:hover, .footer-widgets-2 a:hover, .footer-widgets-3 a:hover {
	color: #cccc99 !important;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */


.row {
  width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .fixed-width {
  max-width: 620px !important;
  margin: 0 auto;
  }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }


