/*
	Theme Name: RAMP 2014
	Description: This is the RAMP 2014 theme created for the Genesis Framework
	Author: RAMP (D.Benedetti)
	Author URI: http://www.ramp.com/
	Version: 1.0
 
	Tags: black, 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.1
 
	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: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:bold}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:-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
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color:rgb(39, 71, 86);
	color: rgb(39, 71, 86);
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.625;
	overflow-x:hidden;
}

body.blog,
body.category,
body.single-post {
	background: rgb(39, 71, 86) url('images/enterprise-media-video-blog-header.png') fixed top center no-repeat;
	background-size:100%;
}

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: #bed633;
	color: #fff;
}

::selection {
	background-color: #bed633;
	color: #fff;
}

a {
	color:#f9a531;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color:#fb9713;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

li {
	margin-left: 40px;
	margin-left: 4rem;
}

blockquote,
blockquote::before {
	color: #999;
}

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;
}

blockquote cite {
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align:right;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

.entry-content {
	background: rgb(39, 71, 86);
	background: rgba(39, 71, 86, .6);
	color:#fff;
	padding: 40px 0 0;
	padding: 4rem 0 0;
	position: relative;
}

.entry-content:after { /* Triangle */
z-index: 20;
position: relative;
top: 5.4rem;
left: 50%;
margin-left: -3rem;
content: '';
width: 0;
height: 0;
border-top: solid 3rem rgb(39, 71, 86);
border-left: solid 3rem transparent;
border-right: solid 3rem transparent;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#fff;
}

.on-demand h3 {
	line-height:1.5;
}

.on-demand h3::before {
	content: "";
    	display: block;
    	background: url("images/icon-webinar.png") no-repeat;
	background-size:contain;
    	width: 32px;
    	height: 32px;
    	float: left;
    	margin: 0 6px 0 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
} 	 

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(39, 71, 86);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1020px;
}

.site-inner {
	clear: both;
	top: 0;
	left: 0;
	width: 100%;
	background:#66ccff url(images/bg-clouds-light.jpg) fixed repeat center top;
}

.blog .site-inner,
.category .site-inner,
.single-post .site-inner {
	background:#fff;
}

/* 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;
}

.blog .content-sidebar-wrap,
.category .content-sidebar-wrap,
.single-post .content-sidebar-wrap {
	max-width:1020px;
	margin: 0 auto;
}

/* Content */

.content {
	position:relative;
}

.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%;
}

.category .content,
.single-post .content {
	max-width: 660px;
}

/* 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%;
}

.first {
	clear: both;
	margin-left: 0;
	margin-bottom:30px;
	margin-bottom:3rem;
}


/*
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;
}

.sticky {
}

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;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	max-width: 1020px;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	color: #fff;
	font-size:10px;
	font-size:1.0rem;
	text-transform: uppercase;
}

.blog .breadcrumb,
.category .breadcrumb,
.single-post .breadcrumb,
.blog .breadcrumb a,
.category .breadcrumb a,
.single-post .breadcrumb a {
	color:#4E8CA9;
}

.breadcrumb a {
	font-weight:normal;
	color:#fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	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: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4E8CA9;
}

.entry-title a:hover {
	color: #6EB4D5;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	display: block;
	margin-left: 0;
}

.latest-tweets .tweet-details {
	font-weight: 300;
	color: rgb(39, 71, 86);
	margin: -1.2rem 0 2rem;
	display: block;
}

.latest-tweets .tweet-details a {
	color: rgb(39, 71, 86);
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.gform_confirmation_message {
	background-color:transparent!important;
	border:none!important;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: rgb(39, 71, 86);
}

.blog .site-header,
.category .site-header,
.single-post .site-header {
	background-color: transparent;
	min-height:120px;
}

.site-header .wrap {

}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.header-image .title-area {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
	max-width: 180px;
	background-size: 100%;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

.blog-title {
	color:#fff;
	display:block;
	font-size:40px;
	margin:0 auto;
	text-align:center;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {

}

.header-image .site-title a {
	float: left;
	min-height: 70px;
	width: 100%;
}

/* Social
--------------------------------------------- */
#social {
	text-align:right;
}

#social a {
	opacity:0.8;
}

#social a:hover {
	opacity:1;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	position: relative;
	float: right;
	text-align: right;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* Search Box
---------------------------------------------------------------------------------------------------- */

#search {
	margin: 0 0 0 20px;
	text-align: center;
	position: relative;
}

#search form {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

#search input {  outline: none }
#search input[type="text"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 170px;
	padding: 3px 23px 3px 8px;
}

#search input[type="reset"] {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGFBMVEUAAAC/v7+/v7+/v7+/v7+/v7+/v7+/v7+hAPa4AAAAB3RSTlMAQNCwkKDgPaU3lgAAAEZJREFUeNplj9EKACAIA2dm+/8/bkj4sI6wDsIpRCRFBprNxx4bD12LrwRSDxRZkCcoCqVDIW1v+9Q+W6sOOhNkY9iQtsIFhO0DtcbsWN0AAAAASUVORK5CYII=');
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	text-indent: -999px;
	padding:0;
	position: absolute;
	right: 8px;
	top: 7px;
	cursor: pointer;
}

#search input[type="text"]:invalid {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAIVBMVEW/v7+/v78AAAC/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v79QUkolAAAAC3RSTlOLYAAJeoMjRhpOcbsbtd4AAABJSURBVHjaVc1JDsAgDATB9uAF8v8Hx0QcSN9KssZI5eClDj18PRsFlmlQDcfUGd6A3EgYP1xncQ+sa5qYOk9jRQt1Y0izhU5bL2o2AW3ZQKeJAAAAAElFTkSuQmCC) 10px 6px no-repeat;
}
#search input[type="text"]:invalid + input[type="reset"] {
	visibility:hidden;
}

#mobile-icons {
	display: none;
	position: absolute;
	right: 45px;
	top: 7.5px;
	z-index:500;
}

#mobile-icons img {
	width:16px;
	height:16px;
}

#mobile-icons .icon-search {
	margin-right:5px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

#megaMenu {
	background-color:transparent!important;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, 
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
	border-left:none!important;
	color:#fff!important;
}

#megaMenu ul.megaMenu > li.menu-item:hover > a, 
#megaMenu ul.megaMenu > li.menu-item > a:hover, 
#megaMenu ul.megaMenu > li.menu-item.megaHover > a, 
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, 
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, 
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
	color:#bed633!important;
	background-color:rgb(39, 71, 86)!important;
}


#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, 
#megaMenu .wpmega-widgetarea h2.widgettitle {
	color:#bed633!important;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, 
#megaMenu ul ul.sub-menu li.menu-item > a, 
#megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
	color:#fff!important;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a:hover, 
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator:hover, 
#megaMenu ul ul.sub-menu li.menu-item > a:hover, 
#megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator:hover {
	color:rgb(223, 117, 20)!important;
}

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, 
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
	color:#fff!important;
	background:none!important;
	background-color:rgb(39, 71, 86)!important;
	border:none!important;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 28px 24px;
	padding: 1.5rem 2.4rem;
	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: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	font-weight:bold;
}

.genesis-nav-menu .sub-menu {
	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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.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;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 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: rgb(39, 71, 86);
	background-color: rgba(39, 71, 86, .8);
	width: 100%;
	position: absolute;
	z-index:500;
}
.blog .nav-primary,
.category .nav-primary,
.single-post .nav-primary {
	position:relative;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #bed633;
}

.nav-primary .sub-menu a:hover {
	color: #bed633;
}

/* Secondary Navigation
--------------------------------------------- */

.blog .nav-secondary,
.category .nav-secondary,
.single-post .nav-secondary {
	background-color: #b1cb21;
	padding-top: .6rem;
	min-height:42px;
}

.blog .nav-secondary ul,
.category .nav-secondary ul,
.single-post .nav-secondary ul,
.blog .nav-secondary li,
.category .nav-secondary li,
.single-post .nav-secondary li  {
	margin:0;
}

.blog .nav-secondary ul,
.category .nav-secondary ul,
.single-post .nav-secondary ul {
	width:100%;
}

.blog .nav-secondary ul {
	display:none;
}

.blog .nav-secondary li,
.category .nav-secondary li,
.single-post .nav-secondary li,
.blog-cat-title  {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:23.076923076923077%;
	margin-left:2%;
}

.blog .nav-secondary li:nth-child(1),
.category .nav-secondary li:nth-child(1),
.single-post .nav-secondary li:nth-child(1),
.blog-cat-title:nth-child(1) {
	background:#333;
	margin-left:0;
}

.blog .nav-secondary li:nth-child(2),
.category .nav-secondary li:nth-child(2),
.single-post .nav-secondary li:nth-child(2),
.blog-cat-title:nth-child(2) {
	background:#666;
}

.blog .nav-secondary li:nth-child(3),
.category .nav-secondary li:nth-child(3),
.single-post .nav-secondary li:nth-child(3),
.blog-cat-title:nth-child(3) {
	background:#999;
}

.blog .nav-secondary li:nth-child(4),
.category .nav-secondary li:nth-child(4),
.single-post .nav-secondary li:nth-child(4),
.blog-cat-title:nth-child(4) {
	background:#ccc;
}

.blog .nav-secondary a,
.category .nav-secondary a,
.single-post .nav-secondary a,
.blog-cat-title  {
	font-weight:bold;
	padding: .8rem 2.4rem;
}

.category .nav-secondary a:hover,
.category .nav-secondary .current-menu-item > a,
.category .nav-secondary .sub-menu .current-menu-item > a:hover,
.single-post .nav-secondary a:hover,
.single-post .nav-secondary .current-menu-item > a,
.single-post .nav-secondary .sub-menu .current-menu-item > a:hover,
.blog-cat-title:hover {
	color:#f9a531;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  	display: block;
  	position: relative;
	background-size:cover;
}

.entry .overlay {
	display: block;
	background: -moz-linear-gradient(top, rgba(39,71,86,.2) 0%, rgba(39,71,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,71,86,.2)), color-stop(100%,rgba(39,71,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(39,71,86,.2) 0%,rgba(39,71,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(39,71,86,.2) 0%,rgba(39,71,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(39,71,86,.2) 0%,rgba(39,71,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(39,71,86,.2) 0%,rgba(39,71,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	width: 100%;
	position: absolute;
	height: 100%;
	z-index:0;
}

.entry-content a {
	color: #b1cb21;
}

.entry-content a:hover {
	color:#F96B07;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header {
	margin: 50px auto 30px;
	margin: 5rem auto 3rem;
	max-width: 1020px;
	position:relative;
}

.entry-header h1,
.entry-header h2,
.entry-header h3,
.entry-header h4,
.entry-header h5,
.entry-header h6 {
	color:#fff;
}

.blog .entry-header h1,
.blog .entry-header h2,
.blog .entry-header h3,
.blog .entry-header h4,
.blog .entry-header h5,
.blog .entry-header h6,
.category .entry-header h1,
.category .entry-header h2,
.category .entry-header h3,
.category .entry-header h4,
.category .entry-header h5,
.category .entry-header h6,
.single-post .entry-header h1,
.single-post .entry-header h2,
.single-post .entry-header h3,
.single-post .entry-header h4,
.single-post .entry-header h5,
.single-post .entry-header h6 {
	color:#4E8CA9;
}

.tagline {
	font-style:italic
}

.entry-footer {
	max-width: 1020px;
	margin: 0 auto;
}

/* Quote
--------------------------------------------- */ 
.entry-header blockquote, 	 	 
.entry-header blockquote::before {		 
	color: #274756;	 	  	 
	text-align: left;	 	 
	margin:0; 	 
	font-size: 14px;	 	 
	font-size: 1.4rem;
	font-weight: bold;
	font-style: italic; 	 
}	 	
 
.entry-header  blockquote::before {	 	 
	font-size:30px;	 	 
	font-size:3rem;	 	 
	top: -10px;	 	 
}	
 	 
.entry-header cite {	 	 
	color:inherit;	 	 
	font-size: 12px;	 	 
	font-size: 1.2rem;	 	 
	font-weight: bold;	 	 
	clear: both;	 	 
	display: block;	 	 
	text-align: right;	 	 
}

/* Section Dropdown
--------------------------------------------- */ 
.entry-header select.section-dropdown {
	background-color: #e8a120;
	border: 1px solid #b87007;
	border-radius: 2rem;
	box-shadow: 1px 1px 3px #b87007 inset;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px;
	padding: .5rem 1rem;
	position:absolute;
	top: 40%;
	right: 0;
	max-width: 25%;
    	text-indent: 0.01px;
    	text-overflow: '';
	-moz-appearance: none;
}

.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;
}

entry.blurb {
	display:block;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.6);
	padding: 40px 0 10px;
	padding: 4rem 0 1rem;
}

.filterbar {
	background-color: rgb(39, 71, 86);
	display: block;
	width: 100%;
}

.additional-content {
	display:block;
	margin: 50px auto;
	margin: 5rem auto;
}

.blurb h2,
.additional-content h2 {
	text-align:center;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear:both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	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: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/* Back to Top
---------------------------------------------------------------------------------------------------- */
.gototop {
	position: relative;
	width: 100%;
	display: block;
}

a.top {
	display:block;
	color:#f9a531;
	width:41px;
	font-size:1.3rem;
	font-weight:normal;
	text-align:center;
	position: absolute;
	top:-100px;
	right: 50px;
	right: 5rem;
	opacity: .8;
}

.top:after {
	content:"";
	display:block;
	width:41px;
	height:41px;
	background: url('images/gototop.png') no-repeat top center;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
	color:#4E8CA9;
}

.sidebar a:hover {
	color:#b1cb21;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-left:0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-radius: 3px;
	padding: 40px 40px 0;
	padding: 4rem 4rem 0;
}

.sidebar .enews-widget {
	background-color: #333;
}

/* CTA Footer
--------------------------------------------- */

#cta-footer {
	clear: both;
	display: block;
	padding: 40px;
	padding: 4rem 0 0;
	text-align: center;
	background-color: rgb(39, 71, 86);
	color: #fff;
}

#cta-footer a {
	color:#fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: rgb(39, 71, 86);
	color:#fff;
	clear: both;
	font-size: 1.4rem;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1020px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	width:48%;
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
}

.footer-widgets a {
	color:#669999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets ul {
	margin-left:0;
}

.footer-widgets li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	letter-spacing: 0.002em;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: rgb(39, 71, 86);
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer a {
	color:#fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Page Specific: Home
---------------------------------------------------------------------------------------------------- */

#home-top,
#home-solutions,
#home-clients,
#home-industries,
#home-resources {
	display: inline-block;
	width: 100%;
}

#home-solutions .wrap,
#home-clients .wrap,
#home-industries .wrap,
#home-resources .wrap {
	padding: 40px 0;
	padding: 4rem 0;
	margin: 0 auto;
}

#home-top {
	background-color: rgb(39, 71, 86);
	background-color: rgba(39, 71, 86, .8);
	width: 100%;
	position:relative;
	/*min-height: 546px;*/
}

#home-top:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-54px;
	width:100%;
	height:69px;
	background: url('images/home-arrow-down.png') no-repeat top center;
	z-index:500;
}

#home-top .wrap {
	width:100%;
	max-width:100%;
	padding:0!important;
}

#home-top h3 {
	text-align: center;
	font-size:34px;
	font-size:3.4rem;
	color: #bed633;
	line-height: 1;
	margin-top:6rem;
	opacity: .7;
	position:absolute;
	width: 100%;
}

#home-cta {
	position:relative;
	color:#0f5f81;
	margin-top:50px;
}

#home-cta  h1,
#home-cta  h2,
#home-cta  h3 {
	color: #2a4755;
	font-size:33px;
	font-size:3.3rem;
	text-align:center;
}

#home-solutions {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .5);
	color: #274756;
}

#home-solutions h2 {	
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#home-solutions h3 {
	font-size: 2.3rem;
	color: #5497b5;
}

#home-clients {
	display: inline-block;
	background-color: rgb(39, 71, 86);
	background-color: rgba(39, 71, 86, .7);
	color: #fff;
}

#home-clients h3 {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight:300;
}

#home-clients img {
	opacity:.5;
}

#home-clients img:hover {
	opacity:.8;
}

.owl-theme .owl-controls { margin: 15px 0; }

#home-solutions .wrap,
#home-clients .wrap {
	text-align:center;
}


#home-clients .wrap {
	padding:5rem 0 0;
}

#home-clients .clients {
	margin-top:1em;
	clear:both;
}

#home-industries ul {
	list-style:none;
	position:relative;
	margin-top:-88px;
}

#home-industries ul:before {
	content: "";
	display: block;
	width: 100%;
	height: 85px;
	background: url('images/home-industry-hanger.png') no-repeat top center;
}

#home-industries li {
	background:#a4be13;
	margin:0;
	max-width:400px;
	padding:1rem;
	margin-bottom: .25rem;
}


#home-industries li a {
	font-family:'Open Sans';
	font-weight:normal;
	color:#fff;
	font-size:16px; 
	font-size:1.6rem; 
	padding-left:8px;
}

#home-industries li:hover,
#home-industries li.hover {
	background:rgb(39, 71, 86);
}

#home-industries img {
	border: 1px solid #5497b5;
	padding:0;
}

#mobile-industries { 
	display:none; 
	background-color: #bed633;
	color: #fff;
	font-weight: bold;
}

#industry-data {
	margin-top: 40px;
	margin-top: 4rem;
}

#home-resources {
	background-color: rgb(39, 71, 86);
	background-color: rgba(39, 71, 86, .5);
	color: #fff;
}

#home-resources h3.widgettitle {
	font-size:33px;
	font-size:3.3rem;
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom: .3em;
}

#home-resources h3 a {
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
}

#home-resources a {
	color:#fff;
}

#home-resources .date {
	font-weight: 300;
	color: rgb(39, 71, 86);
	margin: -1.2rem 0 2rem;
	display: block;
}

/* Page Specific: About
---------------------------------------------------------------------------------------------------- */
.page-template-page-about-php .blurb,
.page-template-page-about-php .additional-content {
	text-align:center;
}

.page-template-page-about-php .blurb img,
.page-template-page-about-php .additional-content img {
	max-height:100px;
}

.page-template-page-about-php .blurb span,
.page-template-page-about-php .additional-content img {
	clear:both;
	display:block;
}

/* Page Specific: Customers / Case Studies
---------------------------------------------------------------------------------------------------- */

.cs-header {
	background-color: #bed633;
	display: block;
	color: #fff;
	padding: 3rem 0;
	text-align: center;
	font-size: 4rem;
}

.cs-header h4.tagline {
	color:#fff;
}

.single-case_study .additional-content {
	background-color: #bed633;
	margin: 0;
	padding-top: 30px;
}

/* Page Specific: Events
---------------------------------------------------------------------------------------------------- */

.page-template-page-events-php h3 {
	font-weight:bold;
}

.page-template-page-events-php .item img {
	width: 200px;
}

/* Page Specific: Management
---------------------------------------------------------------------------------------------------- */

.page-template-page-management-php h3 {
	font-weight:bold;
	margin-bottom:0;
}

/* Customer Carousel
---------------------------------------------------------------------------------------------------- */

#customers .owl-wrapper .item {
	margin:0 20px;
  	margin:0 2rem;
	padding-top:0;
}

#customers .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* Page Specific: Blog
---------------------------------------------------------------------------------------------------- */

.blog .featured {
	height:160px;
	overflow: hidden;
	margin-bottom:5px;
}

.blog .featured img {
	max-width:100%;
}

.blog .item {
	min-height: 110px;
	padding: 0 0 5px;
}

.blog .date,
.blog .author {
	font-size:12px;
	font-size:1.2rem;
}

.category .entry-header,
.single-post .entry-header {
	margin: 10px auto 0;
	margin: 1rem auto 0;
}

.mr_social_sharing_wrapper {
	position: relative;
	top: -14px;
	clear:both!important;
}

.blog .entry-content,
.category .entry-content,
.single-post .entry-content {
	background:none;
	color: #333;
	padding: 0;
}

.blog .entry-content:after,
.category .entry-content:after,
.single-post .entry-content:after {
	display:none;
}

.blog .content h3,
.category .content h3,
.single-post .content h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom:0;
}

h3.blog-cat-title {
	color:#fff;
	display:block;
	margin-top: -35px;
	width:100%;
}

.category .first,
.single-post .first {
	margin:0;
}

.category .entry-content .cta-button,
.single-post .entry-content .cta-button {
	
}

/* Call To Action Button
---------------------------------------------------------------------------------------------------- */
.cta-button,
.blog .more-link,
.category .more-link,
input[type=submit] {
	display: block;
	font-size:16px;
	font-size:1.6rem;
	font-weight: 500; 
	box-shadow: 0px 2px 6px rgb(51, 51, 51);
	box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.37);
	margin: 1.4em auto;
	max-width: 200px;
	padding: 5px 7px!important;
	padding: .5rem .7rem!important;
	background-color:#f9a531;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration:none;
	clear: both;
	color:#fff!important;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.cta-button:hover,
.blog .more-link:hover,
input[type=submit]:hover {
	color:#FFF!important;
	background-color:#fb9713;
}

/* Item */
.item {
	padding-top: 4rem;
	clear:both;
}

/* FAQ
---------------------------------------------------------------------------------------------------- */

#qaplus_searchform {
	width:50%;
}	

#qaplus_searchform .qaplus_search {
	width:100%;
}

#qaplus_searchsubmit {
	float:right;
}

.qa-category {
	clear:both;
}

	

/* External Site Wrapper
---------------------------------------------------------------------------------------------------- */

.page-template-page-wrapper-php .entry-content,
.page-id-10271 .entry-content {
	padding:0;
}

.page-template-page-wrapper-php .additional-content,
.page-id-10271 .additional-content {
	margin: 0 auto!important;
	top: -50px;
	position: relative;
}

.page-template-page-wrapper-php [data-ramp-item-id],
.page-id-10271 [data-ramp-item-id] {
	margin-bottom:0;
}

/* Video Container
---------------------------------------------------------------------------------------------------- */

/* Video Lander */
.ez-page-video .ez-itemMod-item .ez-main, .ez-page-video .ez-titleMeta,
.ez-style-relatedvideo-horizontal ul li a.ez-title, .ez-style-relatedvideo-horizontal ol li a.ez-title { display:none!important; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Ramp Player */
[data-ramp-item-id] {
	margin-bottom:20px;
	margin-bottom:2rem;
}

/* FancyBox */
.fancybox-outer,
.fancybox-skin {
 background-color:#3a7895!important;
}

/* 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) {

	.header-image .site-header .wrap {
		/*background: url(images/logo@2x.png) no-repeat left;*/
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner .wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.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,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

/* iPad */
@media only screen and (max-width: 768px) {

	.entry-header select.section-dropdown,
	#gototop,
	#home-industries ul {
		display:none!important;
	}

	#home-top h3 { font-size:2rem;margin-top:1rem; }

	#mobile-industries { 
		display:block; 
		margin-top: 30px;
		margin-top: 3rem;
	}

	.entry-header,
	.entry-content .wrap,
	.blurb .wrap,
	.additional-content,
	#home-solutions .wrap, 
	#home-clients .wrap, 
	#home-industries .wrap, 
	#home-resources .wrap {
		width:90%;
	}

	.entry-header blockquote {
		margin: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.entry-header cite {
		font-size: 10px;
		font-size: 1rem;
	}

	.single-case_study .additional-content {
		width:100%;
	}

	#cta-footer p {
		min-height:52px;
	}

}

/* iPhone Landscape */
@media screen and (max-width: 640px) {

	.nav-primary {
		position:relative;
		z-index:1;
	}

	.entry-header {
		margin: 5px auto 10px;
		margin: .5rem auto 1rem;
	}

	#home-top {
		max-height:320px;
		overflow:hidden;
	}

	/* Ramp Player */
	[data-ramp-item-id] {
		margin-top:20px;
		margin-top:2rem;
	}

	#home-industries .one-third,
	#home-industries .two-thirds {
		margin: 0;
		width: 100%;
	}

	.single-case_study .entry-header {
		min-height:320px;
	}

}

/* iPhone 6 Plus Portrait */
@media screen and (max-width: 640px) {

	#home-resources .one-sixth,
	#home-resources .two-sixths { width:100%; }

}

/* Galaxy S4 (360px) */
@media screen and (max-width: 360px) {

	.title-area,
	.site-header .widget-area,
	.site-inner {
		width:100%;
	}

	#social,
	#search {
		display:none;
	}

	#mobile-icons {
		display:block;
	}

	.site-header .widget-area {
		padding-bottom: 1rem;
	}

	.header-image .title-area {
		background-position:center;
		background-size: 50%;
		max-width: 100%;
	}

	#social {
		text-align:center;
	}

	.blog .content,
	.category .content,
	.single-post .content {
		padding:10px;
		padding:1rem;
	}

	h3.blog-cat-title {
		margin-top:0;
	}

	.category .nav-secondary,
	.single-post .nav-secondary {
		display:none;
	}

	.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%;
	}

}

/* iPhone Portrait (320px) */
@media screen and (max-width: 320px) {

}