/*
	Theme Name: Bennco Engineering
	Description: Engineering on all levels.
 
	Tags: red, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | 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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;border:none;margin:40px 0;}mark{background:#ff0;color:#000000}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:-0.5em}sub{bottom:-0.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
--------------------------------------------- */

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

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


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

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.site-container {
	height: 100%;
}

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

html {
	font-size: 62.5%; /* 10px browser default */
		  -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
	background-color: #ffffff;
	color: #0d2678;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.25px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
input,
select,
textarea,
.button,
.circle-button span,
.form-button,
.scroll,
.site-header,
.partners-logo,
.card {
	transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
}

::-moz-selection {
	background-color: #c1272d;
	color: #ffffff;
}

::selection {
	background-color: #c1272d;
	color: #ffffff;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	margin-bottom: -8px;
	margin-bottom: -0.8rem;
}

a:hover {

}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

.centered {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

.text-large, .page-template-default .content p:first-of-type, .blog .content p:first-of-type {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
}

.text-small {
	font-size: 12px;
	font-size: 1.2rem;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

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

.entry-content code {
	background-color: #333333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0d2678;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h1 {
	font-size: 54px;
	font-size: 5.4rem;
	letter-spacing: -1px;
}

h2 {
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: -1px;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

h3 {
	color: #c1272d;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -0.5px;
}

h4 {
	color: #f89829;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 5px;
	margin: 0 0 10px;
	margin: 0 0 1em;
	text-transform: uppercase;
}

h5 {
	color: #0d2678;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

h6 {
	color: inherit;
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

i {
	font-size: 32px;
}

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

input,
select,
textarea {
	background-color: transparent!important;
	border-top: none!important;
	border-right: none!important;
	border-bottom: 2px solid rgba(255,255,255,0.25)!important;
	border-left: none!important;
	border-radius: 0!important;
	color: #ffffff!important;
	font-size: 15px!important;
	font-size: 1.5rem!important;
	font-weight: 400!important;
	height: auto!important;
	padding: 15px 0 5px !important;
	padding: 1.5rem 0 .5rem!important;
}

label {
	color: #ffffff!important;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover {
	border-bottom: 2px solid rgba(255,255,255,0.75)!important;
	outline: none;
}

::-moz-placeholder {
	color: rgba(255,255,255,0.5);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: none;
	border: 3px solid #D3D7D9;
	border-radius: 30px;
	color: #D3D7D9;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 5px;
	padding: 15px 30px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.round-button {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	width: 55px;
	height: 55px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: #f89829;
	color: #ffffff;
	border-color: #f89829;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	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;
	padding: 0.6rem 0;
}


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

/* General Pages
--------------------------------------------- */

.page-banner {
	background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.short-banner {
	height: 66.6%;
}

.page-banner-inner {
	color: #ffffff;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	position: relative;
}

.page-banner-inner {
	background-color: rgba(0,0,0,0.5);
}

.page-banner-inner::before {
	background: rgba(248,151,29,0.05);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-banner-content {
	max-width: 570px;
}

.page-banner-content h1 {
	color: #ffffff;
	margin: 30px 0 0 0;
	margin: 3rem 0 0 0;
}

.page-banner-content p {
	margin: 25px 0 0 0;
	margin: 2.5rem 0 0 0;
}

.circle-button {
	background: #f89829;
	border-radius: 62.5px;
	-moz-border-radius: 62.5px;
	-webkit-border-radius: 62.5px;
	display: block;
	text-align: center;
	position: absolute;
	height: 125px;
	width: 125px;
	z-index: 9;
}

.circle-button span {
	background:url('images/arrow-down.png') no-repeat center center;
	background-size: 32px 19px;
	display: block;
	margin: 53px auto 0;
	height: 19px;
	width: 32px;
}

.scroll {
	top: -162px;
	color: #ffffff;
	right: 30px;
	position: absolute;
}

.short-scroll {
	top: -150px;
}

.scroll img {
	opacity: 0.5;
}

.orange {
	top: 0;
	transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
}

.orange-slide {
	top: 200px;
}

.short-scroll .orange-slide {
	top: 176px;
}

.orange-slide span {
	opacity: 0;
}

.fa-map-marker {
	margin-right: 10px;
}

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

/* Capability Icons
--------------------------------------------- */

.capabilities {
	position: relative;
}

.capability-1, .capability-2, .capability-3 {
	text-align: center;
	margin-top: 40px;
}

.capability-1 img, .capability-2 img, .capability-3 img {
	height: 125px;
}

.capabilities-line {
	position: absolute;
	text-align: center;
	top: 40px;
	z-index: -9;
	width: 100%;
}

.capabilities-line img  {
	height: 125px;
	width: 780px;
	opacity: 0.5;
}

/* Partners Logos
--------------------------------------------- */

.partners {
	background-color: #f6f6f6;
	border-top: 1px solid #eeeeee;
	padding: 80px 0;
}

/*.partners h3 {	color: #79848b; }*/

.partners-logo {
	margin-top: 30px;
	width: 180px;
}

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

.bend {
	position: absolute;
	left: -100px;
	margin-top: -402.5px;
}

.red {
	background: #da5924;
	bottom: 6px;
	left: 168px;
}

.solve-form {
	position: relative;
	margin-bottom: 0!important;
}

.contact-form {
	background-color:#f89829;
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f89829, endColorstr=#f57b20);
 	background-image:-moz-linear-gradient(right top, #f89829 15%, #f57b20 75%);
 	background-image:-webkit-linear-gradient(right top, #f89829 15%, #f57b20 75%);
 	background-image:-ms-linear-gradient(right top, #f89829 15%, #f57b20 75%);
 	background-image:linear-gradient(right top, #f89829 15%, #f57b20 75%);
 	background-image:-o-linear-gradient(right top, #f89829 15%, #f57b20 75%);
 	background-image:-webkit-gradient(linear, right top, left bottom, color-stop(15%,#f89829), color-stop(75%,#f57b20));
	padding: 110px 0 120px;
	text-align: center;
}

.wpforms-confirmation-container-full {
	background-color: transparent!important;
	border: none!important;
	color: #ffffff!important;
	padding: 0!important;
	margin: 0!important;
}

.contact-form h2 {
	color: #ffffff;
}

.form-button {
	background: none!important;
	border: 3px solid rgba(255,255,255,0.5)!important;
	border-radius: 30px!important;
	color: #ffffff!important;
	color: rgba(255,255,255,0.5)!important;
	cursor: pointer!important;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	letter-spacing: 5px!important;
	padding: 15px 30px!important;
	margin-top: 20px!important;
	text-transform: uppercase!important;
}

.form-button:hover {
	background: #ffffff!important;
	color: #f89829!important;
}

/* Case Studies
--------------------------------------------- */

.blog .content {
	max-width: 740px;
	margin: 0 auto;
}

.home #menu-item-432 , .single #menu-item-337, .single #menu-item-364 {
	display: none;
}

.case-studies, .related-posts {
	background-color: #fbfbfb;
	border-top: 1px solid #f6f6f6;
	padding: 100px 0 120px;
}

#home-case-studies {
	background-color: #eee;
	border-top: 1px solid #f1f1f1;
}

.card {
	background-color: #ffffff;
	float: left;
	margin-top: 30px;
	margin-top: 3rem;
	overflow: hidden;
	position: relative;
}

.card a {
	display: block;
}

.single .card:first-of-type {
	clear: both;
	margin-left: 0;
}

.blog .card:first-of-type, .blog .card:nth-child(3n+1), .home .card:first-of-type, .home .card:nth-child(4n+4) {
	clear: both;
	margin-left: 0;
}

.card-details {
	padding: 30px 30px 10px;
	position: relative;
}

.card-details h4 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.card button.round-button {
	position: absolute;
	right: 30px;
	top: 10px;
}

.card:hover button.round-button {
	border-color: #f89829;
	background: #f89829;
	color: #ffffff;
}

.card:hover {
	box-shadow: 0 16px 24px rgba(0,0,0,0.12), 0 12px 16px rgba(0,0,0,0.08);
	z-index: 2;
}

.post-filter {
	background: #f89829;
	border-radius: 30px;
	color: #ffffff;
	max-width: 340px;
	padding: 5px 5px 5px 25px;
	padding: .5rem .5rem .5rem 2.5rem;
	position: relative;
	margin: 0 auto -27.5px;
	z-index: 9;
}

.post-filter-title {
	display: inline-block;
	width: 85px;
	vertical-align: middle;
}

.post-filter-dropdown {
	display: inline-block;
	text-align: center;
	width: 150px;
}

.post-filter-button {
	display: inline-block;
	width: 75px;
	text-align: right;
}

.post-filter-button .round-button {
	border-color: #ffffff;
	background: #ffffff;
	color: #f89829;
	padding: 10px 15px;
	width: 45px;
	height: 45px;
}

.post-filter-button .round-button:hover {
	border-color: #f89829;
	background: #f89829;
	color: #ffffff;
}

.post-filter button {
	margin-top: 0;
}

.post-filter select {
	padding: 0 20px 0 0!important;
}

#response {
}

.filtered {
	background-color: #fbfbfb;
	border-top: 1px solid #f6f6f6;
}

.drop {
    overflow: hidden;
    background: #fafafa url('images/arrow-down.png') no-repeat;
    background-size: 12px 7px;
    background-position: right 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.drop select:focus {
    outline: none;
}

/* Slider
--------------------------------------------- */

.owl-carousel {
	position: relative;
	background: #000000;
}

.logo-carousel {
	background: #f6f6f6;
	/*max-height: 130px;	*/
}

.logo-carousel .owl-controls {
	display: none;
}

.owl-carousel.logo-carousel .owl-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel.logo-carousel .owl-item img {
	width: auto;
	margin: 30px auto 0;
}

.owl-item li {
	list-style: none;
}

/*
.owl-item {	opacity: 0.4;}
.logo-carousel .owl-item.center { 	opacity: 0.4; }
.owl-item.center {	opacity: 1; }
*/

.owl-nav {

}

.owl-prev, .owl-next {
	background: rgba(255,255,255,0.15);
	border-radius: 62.5px;
	-moz-border-radius: 62.5px;
	-webkit-border-radius: 62.5px;
	color: #ffffff;
	display: block;
	text-align: center;
	position: absolute;
	height: 125px;
	margin-top: -62.5px;
	top: 50%;
	width: 125px;
	z-index: 9;
}

.owl-prev {
	left: 5%;
}

.owl-next {
	right: 5%;
}

.owl-prev span {
	background:url('images/arrow-left.png') no-repeat center center;
}

.owl-next span {
	background:url('images/arrow-right.png') no-repeat center center;
}

.owl-prev span, .owl-next span {
	background-size: 19px 32px;
	display: block;
	margin: 45px auto 0;
	height: 32px;
	width: 19px;
}

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

.accordion {
    background-color: #f9f9f9;
	padding: 20px 15% 20px 5%;
    cursor: pointer;
	margin-top:20px;
    width: 100%;
	transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	position:relative;
}

.accordion h6 {
	display: inline;
	margin: 0;
}

.panel p {
	font-size: 15px!important;
	font-weight: 300!important;
	line-height: 1.8!important;
}

.panel {
	background-color: #f9f9f9;
    padding: 0 5%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.accordion:after {
    content: "\002B";
	color: #f89829;
    margin-left: 5px;
	position:absolute;
	right:10px;
	top:-8px;
	font-size:40px;
}

.accordion.active:after {
    content: "\2212";
}

/* Team Page
--------------------------------------------- */

.team-member {
	margin-bottom: 60px;
	overflow: hidden;
}

.team-member:last-of-type {
	margin-bottom: 0;
}

/* Contact Us Page
--------------------------------------------- */

#map {
	height: 520px;
	width: 100%;
}

/* 404 Page
--------------------------------------------- */

.error404 .site-inner {
	display: none;
}

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

.site-inner,
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	padding: 0 3rem;
	position: relative;
}

.site-inner {
	clear: both;
	position: relative;
	z-index: 1;
}

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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	max-width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.offset-one-sixth {
	margin-left: 17.094017094%;
}

.right {
	float: right;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear {
	clear: both;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

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

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

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

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

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

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

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

.breadcrumb {
	color: #f89829;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 70px;
	margin-top: 7rem;
}

.breadcrumb-link-wrap {
	color: #79848b;
}

.archive-description,
.author-box {
	background-color: #ffffff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333333;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
}

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

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

.widget-title {
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

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


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

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

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

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

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 50px 0;
    padding: 5rem 0;
}

.site-header.active {
	background-color: #f89829; 
}

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

.title-area {
	float: left;
	font-family: Nunito, sans-serif;
	font-weight: 700;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	height: 33px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-description {
	display: none;
}

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

/* Logo, hide text */

.site-title a {
	background-image: url('images/logo.png');
	background-size: 251px 61px;
	background-repeat:no-repeat;
	float: left;
	width: 251px;
	height: 61px;
	position: relative;
	z-index: 9;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	margin-top: 20px;
}

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

.genesis-nav-menu {
	clear: both;
	color: #ffffff;
	font-weight: 700;
}

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

.genesis-nav-menu .menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu a {
	border-bottom: 2px solid rgba(248,151,29,0);
	display: block;
	position: relative;
}

.genesis-nav-menu a:hover {
	border-bottom: 2px solid rgba(248,151,29,0.75);
	color: #f89829;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 280px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #ffffff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 15px 30px;
	padding: 15rem 3rem;
	position: relative;
	width: 280px;
}

.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;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

#responsive-menu-icon {
	width: 30px;
	height: 20px;
	position: relative;
	float: right;
	margin: 7px 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#responsive-menu-icon span {
	border: 2px solid #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#responsive-menu-icon span:nth-child(1) {
	background: #ffffff;	
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#responsive-menu-icon span:nth-child(2) {
	background: #ffffff;
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#responsive-menu-icon span:nth-child(3) {
	background: #ffffff;
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.site-header.shrink #responsive-menu-icon span:nth-child(1) {
	background: #f89829;
	border-color: #f89829;
}

.site-header.shrink #responsive-menu-icon span:nth-child(2) {
	background: #f57b20;
	border-color: #f57b20;
}

.site-header.shrink #responsive-menu-icon span:nth-child(3) {
	background: #da5924;
	border-color: #da5924;
}

#responsive-menu-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#responsive-menu-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#responsive-menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 8px;
}

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

.site-header.shrink {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	clear:both!important;
	padding: 20px 0;
 	padding: 2rem 0;
}

.site-header.shrink .site-title a {
	background-image:url('images/logo-colour.png');
	background-size: 210px auto; 
	float: left;
	width: 210px;
}

.site-header.shrink .genesis-nav-menu a {
	color: #0d2678;
}

.site-header.shrink .genesis-nav-menu a:hover {
	color: #F79721;
}

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

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

.entry {
	margin: 120px 0 120px;
	margin: 12rem 0 12rem;
}

.single .entry {
	margin: 60px 0 120px;
	margin: 6rem 0 12rem;
}

.entry-content {
}

.post-edit-link {
	display: none;
}

.entry-content a {
	border-bottom: 2px solid rgba(248,151,29,0.25);
}

.entry-content a:hover {
	color: #f89829;
	border-bottom: 2px solid rgba(248,151,29,0.75);
}

.page-template-contact-page .entry-content a {
	border-bottom: 2px solid rgba(248,151,29,0);
}

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

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

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

.entry-content ul li {
	background: url('images/list-img.gif') no-repeat 0px 14px transparent;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0px 0px 0px 25px;
    vertical-align: middle;
}

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

.entry-meta {
	color: #999999;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta a {
	border-bottom: 2px solid rgba(248, 152 , 0, 0.25);
}

.entry-meta a {
	border-bottom: 2px solid rgba(248, 152 , 0, 0.75);
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333333;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333333;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.widgettitle {
	margin-top: 0;
}

.sidebar a {
	border-bottom: 2px solid rgba(248,151,29,0);
}

.sidebar a:hover {
	border-bottom: 2px solid rgba(248,151,29,0.75);
	color: #F8971D;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin: 100px 0;
	margin: 10rem 0;
	padding: 25px 40px;
	padding: 2.5rem 4rem;
}

.sidebar .enews-widget {
	background-color: #333333;
}

.sidebar .widget_nav_menu {
	border-left: 1px solid #eeeeee;
}

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

.footer-widgets {
	background: url('images/footer.jpg') no-repeat center left;
	background-size: cover;
	clear: both;
}

.footer-widgets .wrap {
	background-color: #ffffff;
	padding: 140px 75px;
	width: 50%;
	float: right;
	margin-top: 0;
}

.footer-widget-area {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets a:hover {
	color: #f89829;
}

.footer-widgets .widget {
	margin-bottom: 2.5%;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

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

.site-footer {
	background-color: #ffffff;
	background: url('images/footer.jpg') no-repeat center left;
	background-size: cover;
	position: relative;
}

.site-footer::before {
	background: rgba(248,151,29,.10);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.site-footer::after {
	background: rgba(0,0,0,0.6);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.site-footer .wrap {
	max-width: 100%;
	padding: 0;
}

.site-footer a:hover {
	color: #f89829;
}

.footer-left, .footer-right {
	margin: 0;
	width: 50%;
}

.footer-circle {
	position: absolute;
	height: 522px;
	margin-top: -67.5px;
	width: 231px;
}

.footer-circle img {
	opacity: 0.5;
}

.white {
	background: #ffffff;
	color: #f89829;
	right: 0;
	top: 199px;
}

.white span {
	background-image: url('images/arrow-up.png');
}

.footer-right {
	background: #ffffff;
	float: right;
	padding: 140px 25px 130px 75px;
}

.footer-location {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a {
		background-image:url('images/logo@2x.png');
	}
	.site-header.shrink .site-title a {
		background-image:url('images/logo-colour@2x.png');
	}

}

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

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.wrap {
		width: 100%;
	}
	
	.entry {
		margin: 80px 0;
	}
	
	.sidebar .widget_nav_menu {
		border-top: 1px solid #eee;
		border-left: 0;
		margin: 0 0 80px 0;
		padding-top: 50px !important;
	}

	.right {
		float: left;
	}

	.site-header {
		padding: 20px 0;
	}
	
	.header-widget-area {
		width: auto!important;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		padding: 0;
	}

}

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

	h1 {
		font-size: 34px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	h2, h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	h4 {
		font-size: 12px;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}

    h5 {
        font-size: 16px;
    }

	p, .panel, .panel p {
		font-size: 13px;
	}

	.text-large {
		font-size: 15px;
	}

	.form-button {
		font-size: 12px!important;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-widget-area {
		margin: 0;
		width: 100%;
	}

	.entry {
		margin: 45px 0 30px;
	}

	.single .entry {
		margin: 25px 0 30px;
	}

	.breadcrumb {
		margin-top: 30px;
	}
	
	.site-title a {
		background-size: 210px auto;
		width: 210px;
	}
	
	.site-header .widget-area {
		float: none;
		margin-top: 0;
	}
	
	.sidebar .widget_nav_menu {
		margin: 0 0 50px;
	}
	
	.responsive-menu {
		display: none;
	}

	.genesis-nav-menu {
		padding: 4vh 0 2vh;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		padding: 4vh 0;
		width: 100%;
		text-align: right;
		margin-right: 0;
	}

	.genesis-nav-menu a:hover {
		color: #ffffff;
	}
	
	.site-header.shrink {
		padding: 0;
	}
	
	.site-header.shrink .wrap {
		padding: 10px 30px;
	}

	.home .page-banner {
		height: 90%;
	}
	
	.page-banner-content {
		margin-top: 40px;
	}

	.page-banner-content h1 {
		margin-bottom: 15px;
		margin-top: 15px;
	}

    .home .page-banner-content p {
        display: none;
    }

	.scroll {
		top: -30px;
		height: 60px;
		width: 60px;
	}

	.scroll .line {
		display: none;
	}

	.orange {
		color: #ffffff;
		width: 60px;
		height: 60px;
		top: 0;
	}

	.orange:hover {
		top: -50px;
	}

	.circle-button span {
		background-size: 24px 14px;
		width: 24px;
		height: 14px;
		margin: 24px auto 0;
	}

	.owl-prev, .owl-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}

	.owl-prev span, .owl-next span {
		background-size: 14px 24px;
		width: 14px;
		height: 24px;
		margin: 18px auto 0;

	}

	.card button.round-button {
		top: 5px;
		padding: 13px 18px;
    	width: 50px;
    	height: 50px;
	}

	.card {
		margin-top: 30px;
	}

	.capability-1 img, .capability-2 img, .capability-3 img {
		width: 80px;
		height: 80px;
		margin-top: 15px;
	}

	.bend, .capabilities-line, .footer-left, .footer-circle {
		display: none;
	}

	.partners {
		padding: 30px 0;
	}

	.contact-form, .case-studies {
		padding: 40px 0 50px;
	}

	.footer-widgets .wrap {
		padding: 40px 30px 30px;
		width: 100%;
	}

}
