/*
	Theme Name:  80legs
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pricing-table:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pricing-table: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: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #66D3E2;
	text-decoration: underline;
}

a:hover,
.customer-grid h3 a {
	text-decoration: none;
}

.customer-grid h3 a:hover {
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	background: #F2F2F2;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
	font-size: 14px;
	margin: 0 0 30px;	
	padding: 20px;
}

blockquote h3 {
	margin-bottom: 8px;
}

blockquote p,
.entry-content blockquote p {
	margin-bottom: 15px;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line,
img.wp-more-tag {
	overflow: hidden;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 2px solid #D8FAFF;
	margin: 0 0 40px;
	padding: 20px 0 0;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2.section-title {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 1.4;
}

h3 {
	color: #0071BC;
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	font-weight: 600;
}

h5 {
	color: #0071BC;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8;
}

h6 {
	font-size: 14px;
	font-style: italic;
}

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

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

img {
	height: auto;
	max-width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #B1B1B1;
	color: #000;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #66D3E2;
	outline: none;
}

::-moz-placeholder {
	color: #B1B1B1;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #B1B1B1;
}

::-webkit-input-placeholder {
	color: #B1B1B1;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.genesis-nav-menu .menu-item.signup > a,
.button,
.button.button-invert:hover {
	background-color: #66D3E2;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.genesis-nav-menu .menu-item.signup > a:hover,
.button:hover,
.button.button-invert {
	background-color: #1C5981;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large,
.gform_footer input[type="submit"] {
	background: rgba(5, 53, 84, .3);
	border: 3px solid #66D3E2;
	border-radius: 3px;
	color: #66D3E2;
	font-size: 16px;
	line-height: 1.2;
	padding: 20px;
	margin: 0 15px;
	text-transform: uppercase;
}

.button.button-large:hover,
.gform_footer input[type="submit"]:hover {
	background: #1C5981;
	background: rgba(5, 53, 84, 1);
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-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: both;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

img.block {
	display: block;
}

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

/* 
 * Column Classes 
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}
 
.one-third,
.two-sixths {
	width: 31.578947368421%;
}
 
.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}
 
.one-fourth {
	width: 23.026315789474%;
}
 
.three-fourths {
	width: 74.342105263158%;
}
 
.one-fifth {
	width: 17.894736842105%;
}
 
.two-fifths {
	width: 38.421052631579%;
}
 
.three-fifths {
	width: 58.947368421053%;
}
 
.four-fifths {
	width: 79.473684210526%;
}
 
.one-sixth {
	width: 14.473684210526%;
}
 
.five-sixths {
	width: 82.894736842105%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
	padding: 40px 0;
}

.site-inner.full {
	padding: 0;
}

.site-inner .wrap,
.contact-form .wrap,
.customer-testimonial .wrap {
	max-width: 870px;
}

.site-inner.wide .wrap {
	max-width: 1040px;
}

/* Background Overlay
--------------------------------------------- */

.bg-overlay {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.bg-overlay:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: .6;
	background: rgb(50,48,111); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(50,48,111,1) 0%, rgba(45,171,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(50,48,111,1) 0%,rgba(45,171,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(50,48,111,1) 0%,rgba(45,171,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32306f', endColorstr='#2dabd0',GradientType=1 ); /* IE6-9 */
}

.bg-overlay.dark:before {
	opacity: .9;
}

.bg-overlay > div {
	position: relative;
	z-index: 5;
}


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

.site-header {
	background-color: #F2F2F2;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
}

.title-area {
	float: left;
	padding: 15px 0;
	width: 154px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo-color@2x.png) no-repeat;
	background-size: contain;
	background-image: url(images/logo-color.svg), none;
	display: block;
	height: 69px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 154px;
}


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

.nav-header {
	float: right;
	padding-top: 35px;
	width: auto;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	border-radius: 3px;
	color: #66D3E2;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
}

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

.has-page-header .genesis-nav-menu .menu-item:hover > a,
.has-page-header .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu .menu-item-has-children > a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ffffff;
}

.genesis-nav-menu .menu-item-has-children:hover > a {
	background: rgba(5, 53, 84, .5);
	color: #fff;
}

.genesis-nav-menu .menu-item-has-children:hover > a:after {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.genesis-nav-menu .sub-menu {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
	padding: 10px 0;
	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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .menu-item {
	float: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #7D8995;
	font-size: 14px;
	position: relative;
	width: 100%;
}

.genesis-nav-menu .sub-menu .menu-item:hover > a,
.genesis-nav-menu .sub-menu .current-menu-item> a {
	background: #66D3E2;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Mobile Menu
--------------------------------------------- */

.mobile-menu-toggle,
.mobile-menu-toggle .close,
.sidr-open .mobile-menu-toggle .open {
	display: none;
}

.sidr-open .mobile-menu-toggle .close {
	display: inline;
}
 
.sidr {
	background: #053554;
	display:block;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:330px;
	overflow-x:hidden;
	overflow-y:auto;
}

.sidr.right {
	left:auto;
	padding-left: 2px;
	right:-330px;
}

.sidr.left {
	left:-330px;
	padding-right: 2px;
	right:auto;
}

.sidr a {
	background: #1C5981;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 2px;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
} 

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: #66D3E2;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-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;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:hover,
.sidr li.sidr-class-menu-item-has-children.submenu-active > .submenu-toggle {
	background: #90F2FF;
}

.sidr li.submenu-active a {
	background: #66D3E2;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.sidr ul li ul {
  display: none;
}
 
.sidr ul li.submenu-active > ul,
.sidr ul li.sidr-class-current-menu-item > ul {
	display: block;
}
 
.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
 
.sidr ul li ul li a {
	border-left: 6px solid #005C99;
	padding-left: 14px;
}

.sidr-open.admin-bar #wpadminbar {
	position: fixed;
}

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

.page-header {
	width: 100%;
	height: 525px;
	height: 43.75vw;
	max-height: 525px;
}

.page-header.bg-overlay > .page-header-overlay {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
}

.page-header-overlay h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
}

.page-header-overlay h4 {
	color: #fff;
	margin: 0;
}

.page-header-overlay p {
	margin: 20px 0 0;
}

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

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

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ul li,
.footer-widgets ul li {
	list-style-type: none;
	position: relative;
	padding-left: 16px;
}

.entry-content ul li:before,
.footer-widgets ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 10px;

    /* use !important to prevent issues with browser extensions that change fonts */
    content: "\e90f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    }

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	padding-left: 0;
}

.entry-content ul.list-unstyled li:before {
	display: none;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

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

/* Entry Navigation
--------------------------------------------- */

.pagination {
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	padding: 8px 12px;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

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

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home .page-header {
	height: 50vw;
	max-height: 600px;
}

.home .site-inner .wrap {
	max-width: 1040px;
}

/* Products
---------------------------------------------------------------------------------------------------- */

.products-listing .product {
	border-bottom: 2px solid #D8FAFF;
	position: relative;
	padding: 40px 0 40px 30%;
}

.products-listing .product:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.products-listing .product-icon {
	position: absolute;
	top: 40px;
	left: 0;
	width: 30%;
	text-align: center;
}

.products-listing .product-icon i {
	color: #053554;
	display: block;
	font-size: 120px;
	line-height: 120px;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}

.products-listing .product-icon i:before {
	vertical-align: baseline;
}

.products-listing h2.section-title {
	text-align: left;
}

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

/* Product
---------------------------------------------------------------------------------------------------- */

.product-section .wrap {
	padding: 40px 20px;
}

.product-section .wrap p:last-child,
.product-section .wrap ul:last-child {
	margin-bottom: 0;
}

.product-section.bg-overlay,
.product-section.bg-overlay h2,
.product-section.bg-overlay h3,
.product-section.bg-overlay h4,
.product-section.bg-overlay h5,
.product-section.bg-overlay h6 {
	color: #fff;
}

.product-section h2.section-title {
	font-size: 40px;
	margin-bottom: 35px;
}

.product-section h4 {
	margin-bottom: 30px;
}

.product-section.type-content li {
	font-size: 18px;
	font-weight: 600;
}

.product-section.type-logos .wrap {
	border-top: 2px solid #D8FAFF;
	max-width: 1040px;
}

.product-section .item-icon i {
	color: #053554;
	display: block;
	text-align: center;
}

.product-section .item-icon i:before {
	vertical-align: baseline;
}

.product-section.type-icons h3 a {
	text-decoration: none;
}

.product-section.columns-1 .item {
	position: relative;
	padding-left: 190px;
	min-height: 200px;
}

.product-section.columns-1 .item-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.product-section.columns-1 .item-icon i {
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	width: 120px;
}

.product-section.columns-1 .item-content {
	padding: 0 0 40px;
}

.product-section.columns-2 .item-listing {
	overflow: hidden;
	max-width: 808px;
	margin: 0 auto;
}

.product-section.columns-2 .item {
	float: left;
	padding-left: 85px;
	min-height: 65px;
	position: relative;
	margin-left: 5.198019802%; /* 42/808 */
	width: 47.400990099%; /* 383/808 */
}

.product-section.columns-2 .item:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.product-section.columns-2 .item-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.product-section.columns-2 .item-icon i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
}

.product-section.columns-2 .item-content {
	padding: 0 0 30px;
}

.product-section.columns-3 .item-listing {
	overflow: hidden;
	max-width: 830px;
	margin: 0 auto;
}

.product-section.columns-3 .item {
	float: left;
	margin-left: 7.530120482%; /* 62.5/830 */
	text-align: center;
	width: 28.313253012%; /* 235/830 */
}

.product-section.columns-3 .item:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.product-section.columns-3 .item-icon i,
.product-section.columns-4 .item-icon i {
	margin: 16px auto 28px;
}

.product-section.columns-3 h3,
.product-section.columns-4 h3 {
	margin-bottom: 8px;
}

.product-section.columns-4 .item {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 21.5%;
}

.product-section.columns-3 .item-icon i,
.product-section.columns-4 .item-icon i {
	width: 84px;
	height: 84px;
	font-size: 84px;
	line-height: 84px;
}

.product-section.columns-4 .item:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}


/* Customers
---------------------------------------------------------------------------------------------------- */

.customer-logos {
	overflow: hidden;
	width: 100%;
}

.customer-logos .logo {
	float: left;
	margin-left: 2%;
	margin-bottom: 35px;
	width: 23.5%;
	text-align: center;
	line-height: 60px;
}

.customer-logos .logo:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.customer-logos .logo img {
	vertical-align: middle;
}

.customer-listing {
	border-top: 2px solid #D8FAFF;
	padding-top: 40px;
	margin: 0 -20px;
}

.service-filters {
	color: #7D8995;
	font-size: 14px;
	padding-bottom: 40px;
	text-align: center;
}

.service-filters label {
	display: inline-block;
}

.service-filters input {
	margin-left: 30px;
}

.customer-grid .item {
	background: #F2F2F2;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
	float: left;
	font-size: 14px;
	line-height: 1.4;
	width: 30.769230769%;
	margin: 0 .961538462% 40px;
	padding: 20px;
}

.customer-grid .item .entry-image-link {
	display: block;
	margin: -20px -20px 20px;
}

.customer-grid .item h3 {
	margin-bottom: 7px;
}

.customer-grid .item p {
	margin-bottom: 20px;
}

.customer-grid .item .connected-service {
	font-style: italic;
}

.customer-grid .item p:last-child {
	margin-bottom: 0;
}

/* Customer
---------------------------------------------------------------------------------------------------- */

body.customer h1.entry-title {
	margin-bottom: 5px;
}

.entry-header .connected-service {
	font-style: italic;
	text-align: center;
}

.customer-testimonial {
	background: #F2F2F2;
	padding: 30px 0;
	text-align: center;
}

.customer-testimonial .icon-quote {
	color: #8DBFE1;
	display: block;
	font-size: 76px;
	margin: 0 auto 30px;
}

.customer-testimonial .quote p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
}

.customer-testimonial .byline {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.customer-advantage {
	background: #0071BC;
	background: rgba(0, 113, 188, .45);
	color: #4D728A;
	padding: 50px 0;
	text-align: center;
}

.customer-advantage .wrap {
	max-width: 700px;
}

.customer-advantage .logo {
	display: block;
}

.customer-advantage h2 {
	color: #0071BC;
	font-size: 30px;
	font-weight: 700;
}

.customer-advantage .logo {
	background: url(images/logo-color@2x.png) no-repeat;
	background-size: contain;
	background-image: url(images/logo-color.svg), none;
	display: block;
	height: 69px;
	overflow: hidden;
	margin: 0 auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	width: 154px;
}

.customer-advantage p:last-of-type {
	margin-bottom: 0;
}

.customer-cta {
	background-image: url(images/cta-bg.jpg);
	padding: 75px 0 50px;
	text-align: center;
}

.customer-cta h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

/* Pricing Table
---------------------------------------------------------------------------------------------------- */

.pricing-table {
	padding: 10px 0 30px;
}

.pricing-table .option {
	background: #F2F2F2;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
	color: #7C8A97;
	font-size: 14px;
	float: left;
	margin-top: 35px;
	margin-left: 2%;
	padding: 30px 10px;
	text-align: center;
	width: 18.4%;
}

.pricing-table .option:first-child {
	margin-left: 0;
}

.pricing-table .option.popular {
	background: #0071BC;
	color: #fff;
	margin-top: 0;
}

.pricing-table h4 {
	color: #fff;
	text-transform: uppercase;
}

.pricing-table .popular h2 {
	color: #fff;
}

.pricing-table .price {
	background: #0071BC;
	border: 10px solid #D7D7D7;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 28px;
	line-height: 1;
	margin: 0 auto 20px;
	width: 140px;
	height: 140px;
	position: relative;
}

.pricing-table .popular .price {
	background: #66D3E2;
}

.pricing-table .price > span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.pricing-table .month {
	display: block;
	font-size: 16px;
}

.pricing-table h2 {
	color: #0071BC;
	padding-bottom: 17px;
	margin: 0;
	text-transform: uppercase;
}

.pricing-table h2:after {
	content: '';
	display: block;
	width: 44px;
	height: 2px;
	background: #B1B1B1;
	margin: 0 auto;
}

.entry-content .pricing-table .list-unstyled {
	margin: 0;
}

.entry-content .pricing-table .list-unstyled li {
	padding-bottom: 20px;
}

/* Contact Form
---------------------------------------------------------------------------------------------------- */

.contact-form {
	background: #053554 url(images/contact-footer.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0;
}

.contact-form h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}

.gform_wrapper .no-labels label {
	display: none;
}

.gform_wrapper li {
	list-style-type: none;
	margin-bottom: 20px;
}

.gform_footer {
	text-align: center;
}

/* About Social Links
---------------------------------------------------------------------------------------------------- */

.about-social-links {
	background-image: url(images/about-footer.jpg);
	padding: 70px 0;
	font-size: 48px;
	text-align: center;
}

.about-social-links .label {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 300;
}

.about-social-links a {
	margin: 0 40px;
}

.about-social-links a:first-of-type {
	margin-left: 0;
}

.about-social-links a:last-of-type {
	margin-right: 0;
}

.about-social-links a:hover {
	color: #fff;
}

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

.site-footer {
	background-color: #053554;
	color: #999;
	padding: 40px 0 0;
}

.footer-logo {
	background: url(images/logo-white@2x.png) no-repeat;
	background-size: contain;
	background-image: url(images/logo-white.svg), none;
	display: block;
	text-indent: -9999em;
	width: 134px;
	height: 61px;
	float: left;
}

.footer-widgets {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	float: right;
	width: 100%;
	max-width: 700px;
	padding-bottom: 40px;
}

.footer-widgets .widget-area {
	width: 145px;
	margin-left: 40px;
	float: left;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.site-footer h4,
.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .copyright {
	border-top: 2px solid #3D5265;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

.site-footer .social-links {
	float: right;
}

.site-footer .social-links .label {
	font-weight: 700;
	margin-right: 5px;
}

.site-footer .social-links a {
	margin-left: 5px;
}

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

@media only screen and (min-width: 767px) {

	.mobile-show {
		display: none;
	}
}

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

	.page-header-overlay h2,
	.product-section h2.section-title,
	.customer-cta h2,
	.contact-form h2,
	.about-social-links .label {
		font-size: 30px;
	}
	
	.product-section.columns-4 {
		max-width: 640px;
		margin: 0 auto;
	}
	
	.product-section.columns-4 .item {
		width: 48.4375%;
		margin-left: 3.125%;
	}
	
	.product-section.columns-4 .item:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
	
	.pricing-table .price {
		width: 110px;
		height: 110px;
		font-size: 20px;
	}
	
	.pricing-table h4 {
		font-size: 12px;
	}
	
	.pricing-table .option {
		font-size: 11px;
		padding: 14px 10px;
		margin-top: 30px;
	}
	
	.pricing-table .button {
		font-size: 12px;
		padding: 0 10px;
	}
}

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

	.footer-logo,
	.footer-widgets {
		float: none;
		margin: 0 auto;
	}
	
	.footer-logo {
		margin-bottom: 30px;
	}
	
	.product-section.columns-2 .wrap {
		max-width: 615px;
	}
	
	.product-section.columns-2 .item {
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (min-width: 821px) {

	.has-page-header .site-header {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 20;
		box-shadow: none;
	}
	
	.admin-bar.has-page-header .site-header {
		top: 32px;
	}
	
	.has-page-header .site-title a {
		background: url(images/logo-white@2x.png) no-repeat;
		background-size: contain;
		background-image: url(images/logo-white.svg), none;
	}

}

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

	.nav-header {
		display: none;
	}
	
	.mobile-menu-toggle.button {
		display: inline-block;
		float: right;
		padding: 2px 10px;
		font-size: 12px;
		font-weight: 600;
		margin-top: 15px;
	}
	
	.mobile-menu-toggle i {
		font-size: 14px;
	}
	
	.mobile-menu-toggle .icon-menu {
		margin-left: 4px;
	}
	
	.title-area {
		padding: 7px 0;
		width: 111px;
	}
	
	.site-title a {
		width: 111px;
		height: 50px;
	}
	
}

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

	.content,
	.sidebar-primary,
	.product-section.columns-4 .item,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-hide,
	.footer-widgets {
		display: none;
	}
	
	.page-header {
		height: 450px;
		min-height: 450px;
	}
	
	.page-header.bg-overlay > .page-header-overlay {
		bottom: 25px;
	}
	
	.site-footer {
		text-align: center;
	}
	
	.site-footer .copyright {
		font-size: 11px;
	}
	
	.site-footer .social-links {
		display: block;
		float: none;
		font-size: 14px;
	}

	.customer-logos .logo {
		width: 49%;
	}
	
	.customer-logos .logo:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
	
	.product-section.columns-1 .item,
	.product-section.columns-3 .item {
		padding-left: 85px;
		min-height: 65px;
		position: relative;
		margin-left: 0;
		text-align: left;
		width: 100%;
	}

	.product-section.columns-1 .item-icon,
	.product-section.columns-3 .item-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
	}
	
	.product-section.columns-1 .item-icon i,
	.product-section.columns-3 .item-icon i {
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 48px;
	}
	
	.product-section.columns-1 .item-content,
	.product-section.columns-3 .item-content {
		padding: 0 0 40px;
	}
	
	.pricing-table .option,
	.pricing-table .option:first-child {
		float: none;
		margin: 0 auto 20px;
		padding: 20px;
		overflow: hidden;
		position: relative;
		width: 100%;
		max-width: 350px;
	}
	
	.pricing-table .price {
		float: left;
	}
	
	.pricing-table .price-details {
		float: right;
		width: 50%;
	}
	
	.pricing-table .button {
		float: left;
		min-width: 110px;
	}
	
	.pricing-table h4 {
		font-size: 16px;
	}
	
	.products-listing .product {
		padding-left: 0;
	}
	
	.products-listing .product-icon {
		position: relative;
		top: auto;
		left: auto;
		width: 150px;
		margin: 0 auto;
	}
	
	.customer-grid .item {
		width: 48.039215686%;
	}
}

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

	.service-filters label {
		display: block;
	}
	
	.service-filters input {
		margin-left: 0;
	}
}

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

	.about-social-links .wrap {
		padding: 0;
	}
	.about-social-links a {
		margin: 0 20px;
	}
}

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

	.customer-grid .item {
		width: 96%;
		margin: 0 2% 20px;
	}
	
	.customer-cta .button {
		margin-bottom: 10px;
	}
}