/* # Genesis Sample Child Theme  
Theme Name: Dawn Ellmore 2015 Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the DEE responsive theme based on the Genesis Framework.   
Author: StudioPress / DJA
Author URI: http://www.djalondon.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Jetpack
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Header Navigation
- Primary Navigation
- Secondary Navigation
- Content Area
- Entries
- Entry Meta
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
- Retina Display
- Max-width: 1200px
- Max-width: 960px
- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],template {
	display: none
}
a {
	background: 0 0
}
a:active,a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #333
}
small {
	font-size: 80%
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,kbd,pre,samp {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	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
}

.ms-drop ul > li .disabled {
    opacity: 1!important;
	color: black;
}

li .disabled input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
   /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

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

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

#mobile-image {
	display: none;
}

#ipad-image {
	display: none;
}

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

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

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


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

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

body {
	background-color: #f9f8f6; /* #f5f5f5; */
	color: #333;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #182740;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 18px;
	padding: 0;
	font-size: 15px;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Trebuchet MS', Arial, sans-serif; /* Lato */
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

.dbld {
	color: #333;
}

input,
select,
textarea {
	background-color: #fff;
	border: none; /* 1px solid #ddd */
	color: #3a6f9a;
	font-size: 18px;
	font-weight: 300;
	padding: 8px;
	height: 38px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	border: 1px solid #999;
	/*width: 100%;*/
}

.ms-drop input { 
	height: 28px!important;
}

input[type="text"] {
	color: #3a6f9a;
}

::-moz-placeholder {
	color: #3a6f9a;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3a6f9a;
}

:-moz-placeholder {/* Firefox 18- */
	color: #3a6f9a;
}

::-moz-placeholder {/* Firefox 19+ */
	color: #3a6f9a;
}

:-ms-input-placeholder {
	color: #3a6f9a;
}

#job_search, #job_select {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #3a6f9a!important;
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 260px;
}

.btnInverse {
	background-color: #9f9562!important;
	color: #fff;
	display: inline-block;
	float: right;
	width: 190px;
	cursor: pointer;
	font-size: 19.5px;
	font-weight: 300;
	padding: 3px 24px;
}

.btnInverse:hover {
	background-color: #3a6f9a!important;
	color: #fff;
}

.btnOn {
	width: 190px!important;
	display: inline-block;
	float: left;
	margin-left: 10px;
}

input:focus,
textarea:focus {
	/* border: 1px solid #999; */
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder {
	color: #3a6f9a;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #3a6f9a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 19.5px;
	font-weight: 300;
	padding: 7px 24px;
	/* text-transform: uppercase; */
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #9f9562;
	color: #fff;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	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;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 0px; /* 40px; */
	background-color: #f9f8f6; /*#fff;*/
	border-left: 1px solid #edece5;
}

.home .site-inner {
	border-left: 0;
	max-width: 100%;
}

#full-image img {/* DJA */
	text-align: center;
	max-width: 100%;
	display: block;
}

#full-image {
	min-height: 220px;
}

#smaller-image {
	max-height: 275px;
	overflow-y: hidden;
}

#smaller-image img {
	display: block;
}

.full-wrap {
	clear: both;
	max-width: 100%;
	position: relative;
	/* border-top: 1px solid #182740; */
}

.full-wrap .search_bar {
	/*	position: absolute; */
	/*	bottom: 0px; */
	max-width: 100%;
	min-height: 66px;
	/* background-color: #182740; */
}

.search_bar {
	z-index: 999;
	background-color: #182740;
}

.search_bar .search_box {
	color: #3c719b;
	margin: 0 auto;
	padding: 15px 8px 15px 0;
	text-align: left;
	width: 1050px;
}

.search_bar .search_box button {
	width: 90px;
}

button.ms-choice {
	width: 360px!important;
	margin-bottom: 0px!important;
}

.ms-choice > span {
	padding: 6px 8px;
}

#job-search {
	max-width: 800px;
	float: left;
}

#job-search .ms-parent {
	float: left;
}

.limit {
	display: none!important;
}
 
#wpjb-upload-limit-cv_file {
	display: none!important;
}

#wpjb-upload-limit-cv {
	display: none;
}

#wp-admin-bar-dwb {
	float: right!important;
}

.wpjb .wpjb-refine-search {
    padding: 0 0 1em 0!important;
}

.wpjb-refine-query, .wpjb-tag {
	display: none!important;
}

.wpjb-tag:first-child {
	display: inline;
}

.wpjb-form div input[type="text"], .wpjb .wpjb-form div input[type="password"] {
	border: 1px solid #999;
}

.wpjb .wpjb-top-header {
    clear: both;
    margin: 0 0 1.5em 0!important;
    overflow: hidden;
    padding: 0!important;
	text-align: center;
}

.wpjb-top-header-title {
	background-color: #182740!important;
	color: #fff;
}
.wpjb .wpjb-layer-inside {
    background-color: rgba(0,0,0,0)!important;
    border: 0!important;
    border-radius: 0px!important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}

.wpjb .wpjb-top-header-content {
    float: none!important;
    margin: 0!important;
    padding: 0!important;
}

body .wpjb span.wpjb-line-major {
    display: block;
    line-height: 1.15em;
    margin: 0 15px 0 0;
    padding: 2px 0;
}

.wpjb .wpjb-grid .wpjb-sub {
    display: block;
    font-size: 0.95em;
    line-height: 1.3em;
    margin: 0 20px 0 0!important;
    padding: 2px 0 0;
}

.wpjb-icon-empty::before {
    content: ""!important;
}

div.sharedaddy h3.sd-title::before {
    border-top: 0!important;
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    height: auto;
    vertical-align: inherit;
    width: 300px!important;
}

.content-top {
	background-color: #edece5; /* #9f9e9a; */
}

.content-top:after {
	display: block;
	content: "";
	clear: both;
}

.topcontent {
	width: 1050px;
	margin: 0 auto;
	max-height: 176px;
}

.topcontent .featured_jobs li {
	
	/*
	background: rgba(224,239,249,1);
		background: -moz-linear-gradient(-15deg, rgba(224,239,249,1) 0%, rgba(243,247,250,1) 43%, rgba(216,225,231,1) 57%, rgba(242,246,248,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(224,239,249,1)), color-stop(56%, rgba(243,247,250,1)), color-stop(57%, rgba(216,225,231,1)), color-stop(100%, rgba(242,246,248,1)));
		background: -webkit-linear-gradient(-15deg, rgba(224,239,249,1) 0%, rgba(243,247,250,1) 43%, rgba(216,225,231,1) 57%, rgba(242,246,248,1) 100%);
		background: -o-linear-gradient(-15deg, rgba(224,239,249,1) 0%, rgba(243,247,250,1) 43%, rgba(216,225,231,1) 57%, rgba(242,246,248,1) 100%);
		background: -ms-linear-gradient(-15deg, rgba(224,239,249,1) 0%, rgba(243,247,250,1) 43%, rgba(216,225,231,1) 57%, rgba(242,246,248,1) 100%);
		background: linear-gradient(165deg, rgba(224,239,249,1) 0%, rgba(243,247,250,1) 43%, rgba(216,225,231,1) 57%, rgba(242,246,248,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#f2f6f8', GradientType=1 );
	*/
	
	background: rgba(241,111,92,1);
	background: -moz-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(216,225,231,1) 0%, rgba(244,247,250,1) 46%, rgba(244,247,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(216,225,231,1)), color-stop(46%, rgba(244,247,250,1)), color-stop(100%, rgba(244,247,250,1)));
	background: -webkit-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(216,225,231,1) 0%, rgba(244,247,250,1) 46%, rgba(244,247,250,1) 100%);
	background: -o-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(216,225,231,1) 0%, rgba(244,247,250,1) 46%, rgba(244,247,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(216,225,231,1) 0%, rgba(244,247,250,1) 46%, rgba(244,247,250,1) 100%);
	background: linear-gradient(to bottom, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(216,225,231,1) 0%, rgba(244,247,250,1) 46%, rgba(244,247,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#f4f7fa', GradientType=0 );
	
	float: left;
	font-size: 0.9rem;
	height: 136px;
	line-height: 1.1rem;
	margin: 20px 14px 20px 0;
	padding: 7px 10px;
	width: 339px;
	cursor: pointer;
}

/*
.topcontent .featured_jobs li:nth-child(odd) {
	background-color: #f3f7fa;

}
*/

.topcontent .featured_jobs li:last-child {
	margin-right: 0px;
}

.featured_jobs {
	height: 180px;
	overflow: hidden;
}

.featured_jobs h3 {
	font-size: 1.1rem;
	/* color: #3a6f9a; */
	color: #003d74;
	font-weight: bold;
	margin-bottom: 4px;
}

.featured_jobs p {
	font-size: 14px;
	margin: 0px 0px 4px 0px!important;
}

.topcontent .alignnone {
	margin: 0px;
}

.head-wrap {
	width: 100%;
	background-color: #182740;
}

.head-wrap:after {
	display: block;
	clear: both;
	content: "";
}

.second-wrap {
	/* position: absolute; */
	width: 1200px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
}

.slider-content {
	/* background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0; */
	left: 75px;
	padding: 12px;
	position: absolute;
	top: 110px;
	width: 550px;
}

.slider-content h2 {
	font-size: 2rem;
	font-weight: normal;
}

.slider-content p {
	color: #9f9562;
	margin-bottom: 12px;
}

.slider-content a {
	color: #3a6f9a;
}

.slider-content a:hover {
	color: #3a6f9a;
	text-decoration: underline;
}

.soliloquy-html-sentinel{
	height: 450px!important;
}

.second-wrap .menu-roles-menu-container {
	float: right;
	background-color: #fff;
	height: 74px;
}

#menu-roles-menu {
	margin: 0px;
	padding: 0px;
}

#menu-roles-menu li {
	float: left;
	display: table;
	margin-right: 1px;
}

#menu-roles-menu li:first-child {
	float: left;
	display: table;
	margin: 0px 1px;
}

#menu-roles-menu li a {
	width: 119px;
	background-color: #182740;
	padding: 10px 12px;
	height: 74px;
	margin-right: 1px;
	text-align: center;
	border-bottom: 6px solid #182740;
}


#menu-roles-menu li:last-child a {
/*
	margin-right: 0px;
*/
	width: 118px;
}

#menu-roles-menu li:last-child {
	/* margin-right: 0px; */
}

#menu-roles-menu li a:hover, #menu-roles-menu li.current-menu-item a {
	background-color: #3c719b!important;
	border-bottom: 6px solid #9f9562!important;
}

#menu-roles-menu li a {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1rem;
	display: table-cell;
	vertical-align: middle;
}

/* ## 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: 960px; /* was 980px; and 840px; */
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	background-color: #f9f8f6;
}

/* ### Content */

.content {
	float: right;
	width: 830px;
}

/*
.content h1 {
	border-bottom: 1px solid #9f9562;
    font-size: 1.8rem;
    margin: 0px 0px 20px 20px;
	clear: both;
}
*/

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	background-color: #fff;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 719px; /* was 580px */
	border-left: 1px solid #edece5;
}

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

/* ### Primary Sidebar */

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

.sidebar-primary .widget-title, .sidebar-secondary .widget-title, .contact-title {
	background-color: #182740;
	padding: 8px 12px;
	color: #fff;
}

.contact-title {
	width: 200px;
	margin: 0px 20px;
}

.sidebar-secondary .widget-title {
	width: 200px;
}

/*
.sidebar-secondary .widget_black_studio_tinymce .widget-title {
	width: 220px;
}
*/

.sidebar-secondary .menu li {
	padding: 0px!important;
}

.sidebar-secondary .menu li a {
	display: block;
	width: 100%;
	padding: 20px 0px 20px 10px;
	margin: 0px;
}

.sidebar-primary li {
	padding: 12px;
}

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

.cat_title { /* For the jobs category list */
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #dfdfdf;
}

.cat_row {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	font-size: 12.5px;
}

/* ### Secondary Sidebar */


.sidebar-secondary {
    background-color: #f9f8f6;
    float: left;
    margin-left: 0;
    padding: 0 0 20px;
    width: 238px;
	max-height: 100%;
}

.sidebar-secondary p {
	margin: 0px 12px 12px 0px;
	color: #3a6f9a;
	line-height: 1.3rem;
	font-size: 1rem;
	font-weight: normal;
}

.sidebar-secondary .textwidget {
	padding-bottom: 20px;
}

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

.sidebar {
	margin-top: 20px;
}

.team-side_item {
	text-align: center;
	margin: 20px;
}

.team-side_item p, .team-side_item h3 {
	float: left;
	width: 200px;
}

.team-side_item h3 {
	margin: 0px 0px 20px 0px;
}

.team-side_item .mail_icon {
	float: right;
}

.team-side_item:after {
	content: "";
	display: block;
	clear: both;
}

.team-side_item h3 a {
	float: left;
    width: 200px;
}

.team-side_item a:last-child { 
	font-size: 0.85rem!important;
}

.team-side_item p {
	margin: 0px!important;
}

.team-side_item .mail_icon {
	text-align: right;
}

.single-job .sidebar-secondary .widget-title {
	margin: 0px 20px; /* was 20px */
}

.wpjb-grid .wpjb-grid-row > div {
    padding: 0 0!important;
}

.wpjb-icon-location {
	display: block;
}

.wpjb-col-100 a {
	margin-left: 20px;
}

.widget-wrap .wpjb-col-100 a {
	margin: 0px;
}

.wpjb-widget .wpjb-grid .wpjb-grid-row {
    margin: 10px 20px!important;
}

.job-alert-form-container {
	margin: 0px 20px 20px 20px;
}

.get_job_alerts {
	margin-bottom: 10px;
}

.mobile-recruiter {
	display: none;
}

/*
.job-alert-form-container input, .job-alert-form-container select {
	max-width: 180px;
	margin: 0px 0px 8px 0px;
}
*/


.jobalerts .job-alert-form-container input, .jobalerts .job-alert-form-container select {
	width: 360px!important;
	margin: 0px 0px 8px 0px;
}

.jobalerts .job-alert-form-container {
	margin: 0px 20px 20px 0px;
}

.sidebar-primary .widgettitle {
	text-align: center;
	text-transform: uppercase;
}

.sidebar-secondary .widgettitle {
	text-align: left;
}

.sidebar-secondary .contact-title {
	text-align: center;
}

.sidebar-primary .featuredpost {
	background: rgba(51, 0, 255, 0.05);
}

.sidebar-secondary .widget_black_studio_tinymce .widgettitle {
	text-align: center;
	text-transform: uppercase;
}

#black-studio-tinymce-24 .widgettitle, #black-studio-tinymce-25 .widgettitle, #black-studio-tinymce-26 .widgettitle {
	margin-left: 20px;
}

.sidebar-secondary .widget_nav_menu .widgettitle, .sidebar-secondary .widget_nav_menu .widgettitle {
	background-color: #f9f8f6;
	color: #182740;
	font-size: 18px;
	margin-bottom: 20px;
}

.team-side_item:last-child {
	margin-bottom: 20px;
}

.size-sideleft {
	margin-left: 20px;
}

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

.col-wrap {
	max-width: 1050px;
	margin: 14px auto 0px auto;
}

.col-wrap:after {
	clear: both;
	display: block;
	content: "";
}

.col-third {
	float: left;
	margin-right: 15px;
	width: 339px;
}

.col-third:last-child {
	margin-right: 0px;
}

.homecontent p {
	margin: 0px;
}

.homebox01:hover {
	color: #f00;
}

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

/* Social */

.soc_in {
	color: #1985bc;
	margin-left: 4px;
}

.soc_tw {
	color: #4aabf2;
}

.soc_gp {
	color: #cf0000;
}

.soc_in, .soc_tw, .soc_gp {
	font-size: 24px!important;
	color: #182740;
}

/* Social Feed */

.tw_wrap {
	width: 1200px;
	max-height: 130px;
	margin: 0 auto;
	background-color: #edece5; /* #9f9e9a; */
	overflow: hidden;
	position: relative;
}

.tw_wrap .widget-title {
	display: none;
}

.tw_wrap:after {
	content: "";
	clear: both;
	display: block;
}

.tw_icon {
	width: 120px;
	height: 120px;
	padding: 5px 0px 0px 80px;
	color: #fff; /* #4aabf2 */
	float: left;
	margin: 35px 40px 0px 0px;
	position: absolute;
}

.tw_icon p {
	margin: 12px 0px;
}

.tw_date {
	display: block;
	font-size: 0.75rem;
	margin-bottom: 0px;
	font-weight: bold;
}

.dee_tweets {
	width: 1000px;
	margin-left: 140px;
}

.before-footer .tw_icon {
	color: rgb(114,185,227);
}

.tw_feed {
	width: 480px;
	min-height: 100px;
	margin: 10px 20px 10px 0px;
	float: left;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: bold;
}

.tw_feed a {
	color: #9f9562;
}

.tw_single {
	display: none;
}

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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

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

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

.archive .type-post {
	border-bottom: 1px solid #eee;
}

.archive .type-post:last-child {
	border: 0;
}

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

.entry-title {
	font-size: 20px;
	color: #3a6f9a;
}

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

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

.widget-title {
	font-size: 18px;
	margin-bottom: 0px; /* Was 20px */
}

.featured-content .widget-title {
	margin-bottom: 20px; /* Was 20px */
}

.sidebar-primary .widget_black_studio_tinymce .widget-title, .widget_wpjb-featured-jobs .widget-title {
	margin-bottom: 0px;
}

.wpjb-grid-row:last-child {
	border-bottom: 0;
}

.sidebar-primary .widget_black_studio_tinymce, .wpjb-widget, .featuredpost, .widget_recent_entries {
	background-color: #fff;
	padding: 0px 0px 20px 0px;
}

.sidebar-primary .widget_black_studio_tinymce p {
	padding: 0px 12px 20px 12px!important;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

div.aligncenter {
	display: block;
	margin: 12px auto 24px;
	text-align: center;
}

img.alignnone,
.alignnone {
	margin-bottom: 13px;
	display: block;
}

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.moretag {
	font-size: 14px;
	float: right;
	color: #3a6f9a;
}

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

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

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

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.featured-content .entry:last-child {
	border-bottom: none;
	margin-bottom: 20px;
	padding: 0 0 24px;	
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

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

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 66px;
}

.header-widget-area {
	padding: 0px 0px 0px 0px;
}

.header-widget-area p {
	font-size: 16px;
}

.top_mail, .top_phone {
	display: inline-block;
	margin-right: 20px;
}

.communicate {
	display: inline-block;
}

.social-icons {
	display: inline-block;
}

.site-header .wrap {
	padding: 12px 0px 0px 0px; /* Was {40px 0px
		}
		*/
	}

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

	.title-area {
		float: left;
		padding: 10px 0 0 0;
		width: 310px;
	}

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

	.site-title {
		font-size: 32px;
		font-weight: 400;
		line-height: 1.2;
	}

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

	.header-image .site-title > a {
		background: url(images/logo.jpg) no-repeat left;
		background-size: 100%;
		float: left;
		min-height: 99px;
		width: 100%;
	}

	.site-description {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
	}

	.site-description,
	.site-title {
		margin-bottom: 0;
	}

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

	.site-title {
		display: none!important;
	}

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

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


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

	.genesis-nav-menu {
		clear: both;
		font-size: 16px;
		line-height: 1;
		width: 100%;
	}

	#nav_menu-2 {
		padding-top: 43px;
	}

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

	.genesis-nav-menu a {
		color: #9f9562;
		display: block;
		padding: 12px; /* was {30px 12px
			}
			*/
		}

		.genesis-nav-menu a:hover,
		.genesis-nav-menu .current-menu-item > a,
		.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
			color: #968f61; /* was #e5554e; */
			text-decoration: underline;
		}

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

		.genesis-nav-menu .sub-menu a {
			background-color: #fff;
			border: 1px solid #eee;
			border-top: none;
			font-size: 14px;
			padding: 20px;
			position: relative;
			width: 200px;
		}

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

		#menu-item-4056 .sub-menu {
			margin-left: -65px!important;
		}
		
		#menu-item-27 .sub-menu {
			margin-left: -35px!important;
		}

		#menu-item-1397  .sub-menu {
			margin-left: -60px!important;
		}
		
		#menu-item-70  .sub-menu {
			margin-left: -40px!important;
		}
		
		#menu-item-189  .sub-menu {
			margin-left: -60px!important;
		}
		
		.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 {
			color: #fff;
			float: right;
			list-style-type: none;
			padding: 30px 0;
		}

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

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

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

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

		.site-header .sub-menu {
			border-top: 1px solid #eee;
			/* DJA 1st September */
			margin-left: -50px;
		}

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

		.site-header .genesis-nav-menu li li {
			margin-left: 0;
			/* DJA 1st September */
			text-align: center;
			/*
			border-left: solid 1px #eee;
			border-right: solid 1px #eee;*/
			border-bottom: 0;
	       	background-color: #fff;
		}
		
		.site-header .sub-menu .menu-item {
			border: 0;
			/*padding-bottom: 6px;*/ 
		}
		
		.site-header .sub-menu .menu-item:hover {
			/* DJA 1st September */
		    border-bottom: 6px solid #9f9562 !important;
		}
		
		.site-header .sub-menu .menu-item:hover {
			padding-bottom: 0px;
		}
		
		.site-header .sub-menu .menu-item:hover a {
			text-decoration: none;
			background-color: #3c719b !important;
			color: #fff;
			border: 0;
		}

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

		.nav-primary {
			background-color: #333;
		}

		.nav-primary .genesis-nav-menu a {
			color: #fff;
		}

		.nav-primary .genesis-nav-menu .sub-menu a {
			color: #333;
		}

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

		/* ## Secondary Navigation
		--------------------------------------------- */

		.nav-secondary {
			background-color: #fff;
		}


		/* ## Next / Previous 
		--------------------------------------------- */
		
		.prev-next-navigation {
		  	margin: 20px;
			clear: both;
			overflow: hidden;
		}

		.prev-next-navigation .previous {
			float: left;
			width: 50%;
		}

		.prev-next-navigation .next {
			float: right;
			text-align: right;
			width: 50%;
		}

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

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

		#job_loop {
			display: none;
		}

		.entry {
			margin: 0px 20px 20px 20px;
			padding: 20px 0px 20px 0px;
		}

		.content .entry {
			background-color: #fff;
		}

		.content .sharedaddy {
			margin: 0px 0px 20px 20px;
		}

		.content .sharedaddy h3 {
			font-size: 16px!important;
		}

		.single-job .sharedaddy {
			margin: 0px 0px 20px 0px;
		}

		.entry-content ol,
		.entry-content ul {
			margin-bottom: 28px;
			margin-left: 40px;
		}

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

		.entry-content ul > li {
			list-style-type: disc;
		}

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

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

		.entry-content h1 {
			color: #9f9562;
		}

		.entry-content h2, .entry-content h3 {
			color: #182740;
		}

		.entry-content h1, .cat_term, .term_title {
			margin-bottom: 20px;
			border-bottom: solid 1px #9f9562;
			font-size: 1.8rem;
		}

		.cat_term, .term_title {
			color: #9f9562;
			margin-left: 20px;
			margin-top: 20px;
			margin-right: 20px;
		}
		
		.entry-content h2 {
			font-size: 1.2rem;
			margin: 0px 0px 18px 0px;
			font-weight: bold;
		}

		.page main .entry-content p:first-of-type {
			font-size: 18px;
		}

		/* .testimonials .entry-content p:first-of-type, */
		.page-id-1390 main .entry-content p:first-of-type {
			font-size: 14px!important;
		}

		/* Accordion */
		
		.su-spoiler-title {
		    cursor: pointer;
		    font-size: 13px;
		    font-weight: bold;
		    line-height: 20px;
		    min-height: 20px;
		    padding: 7px 7px 7px 34px;
		    position: relative;
		    background: #f0f0f0 none repeat scroll 0 0;
		    border-bottom: 1px solid #ccc;
		    border-radius: 10px;
		    font-size: 0.9em;
		}

		/* ## Entry Meta
		--------------------------------------------- */

		p.entry-meta {
			font-size: 14px;
			margin-bottom: 0;
		}

		.entry-content a {
			color: #9f9562;
		}

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

		.entry-footer .entry-meta {
			border-top: 2px solid #f5f5f5;
			padding-top: 24px;
		}

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

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

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

		.pagination {
			clear: both;
			margin: 40px 0;
		}

		.adjacent-entry-pagination {
			margin-bottom: 0;
		}

		.archive-pagination li {
			display: inline;
		}

		.archive-pagination li a {
			background-color: #333;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 16px;
			padding: 8px 12px;
		}

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

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

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

		.comment-respond,
		.entry-pings {
			padding: 40px 40px 16px;
		}

		.entry-comments {
			padding: 40px;
		}

		.comment-header {
			font-size: 16px;
		}

		li.comment {
			background-color: #f5f5f5;
			border: 2px solid #fff;
			border-right: none;
		}

		.comment-content {
			clear: both;
		}

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

		.comment-list li li {
			margin-right: -32px;
		}

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

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

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

		.bypostauthor {
		}

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




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

		.sidebar .cat_group a {
			font-size: 13px;
		}

		.sidebar {
			font-size: 14px;
		}
		
		.sidebar h4 {
			font-weight: bold;
			font-size: 12px;
		}
		
		.group_jobs {
			margin-top: 20px;
		}
		
		.sidebar .cat_group {
			margin-bottom: 12px;
		}
		
		.sidebar .cat_group h4 {
			font-size: 13px;
		}
		
		.sidebar .cat_list {
			display: none;
		}

		.sidebar li {
			border-bottom: 1px solid #edece5;
			/* margin-bottom: 10px; */
			padding: 10px 0px 10px 10px;
		}
		
		.sidebar li:first-child {
			border-top: 1px solid #edece5;
		}

		.sidebar li:hover, .sidebar .current-menu-item {
			background-color: #fff;
		}

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

		.sidebar .widget {
			/* background-color: #fff; */
			margin-bottom: 20px;
			padding: 0px; /* was 40px; */
		}


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

		.before-footer {
			width: 100%;
			margin: 0 auto;
			background-color: #edece5; /* #9f9e9a; */
			overflow-y: hidden;
			padding: 20px 0 0px;
		}

		.before-footer img.centered, .before-footer .aligncenter {
			display: block;
			margin: 0 auto;
		}

		.footer-widgets {
			background-color: #182740;
			clear: both;
			padding-top: 0px;
		}

		.footer-widgets .wrap {
			background-color: #182740;
			padding: 20px 20px;
			width: 1050px;
		}

		.footer-widgets,
		.footer-widgets a {
			color: #fff;
			font-size: 0.85rem;
		}

		.footer-widgets input {
			border: 1px solid #333;
		}

		.footer-widgets a.button,
		.footer-widgets a:hover {
			color: #fff;
		}

		.footer-widgets li {
			/* border-bottom: 1px dotted #666; */
			margin-bottom: 6px;
			padding-bottom: 6px;
		}

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

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

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

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

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

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


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

		.site-footer {
			background-color: #182740;
			font-size: 14px;
			line-height: 1;
			padding: 20px 0;
			text-align: center;
			width: 100%;
			margin: 0 auto;
		}

		.site-footer p, .site-footer a {
			margin-bottom: 0;
			color: #fff;
			line-height: 18px;
		}

		#nav_menu-4 .sub-menu {
			display: none;
		}

		.footerwidgetheader-container, #mc_embed_signup {
			background-color: #182740!important;
		}

		#mc_embed_signup_scroll {
			text-align: center;
		}
		
		#mc_embed_signup {
			width: 300px;
			margin: 20px auto 8px;
			text-align: center;
		}

		#mc_embed_signup label {
			color: #fff;
		}

		#mc_embed_signup input.button {
		    display: block;
		    margin: 0 auto 10px!important;
		    min-width: 90px;
		    width: 50%;
		}
		
		#mc_embed_signup input.email {
		    display: block;
		    margin: 0 4% 10px 0;
		    min-width: 90px;
		    padding: 8px 0;
		    text-indent: 5px;
		    width: 100%;
		}

		/* Soliloquy */
		
	    .soliloquy-container .soliloquy-caption { 
			max-width: 50%!important; 
			right: 15% !important; 
			/* width: 550px; */ 
			top: 90px !important; 
			text-align: left; 
			background-color: none!important;
		}
		
		.soliloquy-container, .soliloquy-container * {
			line-height: 22px!important;
		}

		.soliloquy-container .soliloquy-caption h1, h1.soliloquy-fc-title {
			font-size: 24px!important;
			font-weight: normal;
			margin: 0px 0px 20px 0px;
			text-align: left!important;
			color: #fff;
		}
		
		.soliloquy-container .soliloquy-caption p, .soliloquy-container .soliloquy-caption a {
			font-size: 16px!important;
			margin-bottom: 20px;
			color: #fff!important;
		}
		
		.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		    bottom: 0;
		    max-width: 550px!important;
		}

		#mc_embed_signup input.email {
		    display: block;
		    margin: 0 4% 10px 0;
		    min-width: 90px;
		    padding: 8px 0;
		    text-indent: 5px;
		    width: 100%!important;
			text-align: center;
		}

		.soliloquy-container .soliloquy-caption a {
			color: #3a6f9a;
		}

		.soliloquy-container .soliloquy-caption  a:hover {
			color: #3a6f9a;
			text-decoration: underline;
		}

		.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		    background: transparent !important; filter: none !important; -ms-filter: none !important;
		    color: #fff;
		    display: block;
		    font-size: 1em!important;
		    line-height: 1.5!important;
		    padding: 10px;
		    text-align: left!important;
		    text-shadow: 0 1px 1px #000;
		}

		/* Home navigation boxes */

		span.title_bar {
			width: 100%;
			padding: 8px 8px 8px 18px;
			/* background-color: rgba(53,53,53,0.8); */
			background-color: rgba(24,39,64,0.8);
			color: rgb(255,255,255);			
			position: absolute;
			bottom: 0px;
			transition: all 0.1s ease-in-out 0s;
		}
		
		.home_nav_box a:hover span.title_bar {
			width: 100%;
			background-color: rgba(255,255,255,0.6);
			/* color: rgb(53,53,53); */
			color: rgb(24,39,64);
		}
		
		.title_bar .fa-play {
			position: absolute;
			right: 20px;
			bottom: 12px;
			display: none;
		}
		
		.home_nav_box {
			display: block;
			max-height: 210px;
			max-width: 339px;
			position: relative;
			margin-bottom: 14px;
		}
		
		.home_nav_box a {
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			font-size: 1.2em;
		}

		/* Job Board Listings */
		
		.wpjb-line-major a {
			color: #182740!important; /* #333; */
		}
		
		.wpjb-sub-small {
			color: #9f9562!important;
		}
		
		.wpjb-icon-location::before {
		    content: " "!important;
		}
		
		.wpjb-flash-error {
			display: none;
		}
		
		.single-job .wpjb-flash-error {
			display: block;
			background-color: #3a6f9a;
			border: none;
		}
		
		.wpjb-subscribe {
			display: none!important;
		}
		
		.wpjb-refine-query {
			display: none;
		}
		
		.wpjb .wpjb-grid .wpjb-col-40 {
    		width: 65%!important;
		}

		.wpjb-grid .wpjb-grid-row {
			margin-bottom: 4px !important;
			padding: 5px !important;
		}
		
		.wpjb-text-box a {
			color: #9f9562!important;
		}

		.type-job .entry-header {
			display: none;
		}
		
		.wpjb .wpjb-grid.wpjb-grid-compact .wpjb-grid-row > div {
		    padding: 8px 0px!important;
		}
		
		.wpjb a {
    		font-size: 16px;
		}
		
		.type-job h3, .type-job h1 {
			color: #182740!important;
			font-size: 24px!important;
			border-bottom: 1px solid #9f9562;
		}
		
		.job-title, .type-job .entry-title {
			font-size: 1.2rem;
			background-color: #182740;
			color: #fff!important;
			text-align: center;
			padding: 8px 0px;
			margin: 0px;
		}

		/* Ninja Forms */
		
		.input-counter {
			display: none;
		}
		
		.ninja-forms-all-fields-wrap label {
			width: 40%;
		}
		
		.field-wrap.label-right label, .field-wrap.label-left label {
		    display: block;
		    float: left;
		}

		.top_mobile {
			display: none;
		}

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

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

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

			.content {
				width: 620px;
			}

			.sidebar-content-sidebar .content,
			.sidebar-sidebar-content .content,
			.content-sidebar-sidebar .content {
				/* width: 400px; */
				width: 650px;
			} 

			.footer-widgets-1,
			.footer-widgets-2,
			.footer-widgets-3,
			.sidebar-primary {
				width: 260px;
			}
			.title-area {
				width: 22%;
			}
			.site-header #menu-main-menu > li:last-child .sub-menu {
				margin-left: -100px;
			}
			.footer-widgets-1 {
				margin-right: 30px;
			}

			.search_bar .search_box {
				width: 85%;
				margin: 0 auto;
				text-align: left;
				padding: 6px 25px;
				color: #3c719b;
			}

			.second-wrap {
				display: none;
				/*
				position: absolute;
				width: 100%;
				left: 0;
				right: 0;
				margin-left: auto;
				margin-right: auto;
				z-index: 999;*/
			}

			.slider-content {
				position: absolute;
				left: 10%;
				top: 90px;
				width: 450px;
				padding: 12px;
				background: rgba(255,255,255,0.7);
			}
			.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
				float: left;
			}
			.topcontent {
				width: 100%;
				margin: 0;
			}
			.topcontent img {
				width: 100%;
				height: auto;
			}

			#full-image {
				min-height: 120px;
			}
			
			#smaller-image {
				/* height: 120px; */
			}
			
			.search_bar .search_box {
				width: 98%;
				margin: 0 auto;
				text-align: left;
				padding: 6px 0%;
				color: #3c719b;
			}

		    .soliloquy-container .soliloquy-caption { 
				max-width: 30%; 
				right: 50px !important; 
				/*width: 550px;*/ 
				top: 10px !important; 
				text-align: left; 
				background-color: none!important; 
			}
			
			.topcontent .featured_jobs li {
			    background-color: #fff;
			    cursor: pointer;
			    float: left;
			    font-size: 0.9rem;
			    height: 145px;
			    line-height: 1.1rem;
			    margin: 20px 14px 20px 0;
			    padding: 10px;
			    width: 32%;
			}
			
			.content {
			    width: 50%;
			}
			
			.site-header .widget-area {
				width: 78%;
			}
			.topcontent {
				width: 98%;
				padding: 0px 1%;
			}
			
			.col-wrap {
			    margin: 20px 1% 0;
				width: 100%;
			}

			.col-wrap img {
				width: 100%;
			}

			.col-third {
			    float: left;
			    margin-right: 1%;
			    width: 32%;
			}
			
			.dee_tweets {
				width: 50%;
			}
		}

		@media only screen and (max-width: 960px) {
			
			#smaller-image {
				/* height: 100px; */
			}
	
			.btnOn {
				clear: both;
				display: block;
				float: left;
				margin: 0px auto 10px auto;
				width: auto !important;
			}
			
			.cvsubmit {
				clear: both;
				display: block;
				float: left;
				margin: 0px 0px 0px 0px;
			}
	
			#full-image {
				min-height: 120px;
			}
	
			.col-wrap {
				margin: 20px 10px 0px 10px;
			}
	
			.search_bar .search_box {
				color: #3c719b;
				margin: 10px auto 20px auto;
				padding: 6px 0px;
				text-align: left;
			}
			
			.search_bar {
				width: 100%;
			}
			
			.search_box {
				width: 90%;
				margin: 0 auto;
			}

			.site-inner,
			.wrap {
				max-width: 100%;
			}

			.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,
			.title-area {
				width: 100%;
			}

			.title-area {
				width: 50%;
			}

			.site-header .wrap {
				padding: 5px 0%;
			}

			.site-header .widget-area {
				float: right;
				text-align: center;
				width: 50%;
			}
	
			.header-image .site-title > a {
				background: rgba(0, 0, 0, 0) url("images/logo.jpg") no-repeat scroll center center;
				float: left;
				min-height: 99px;
				text-align: center;
				width: 100%;
			}
	
			.top_mail, .top_phone {
				display: block;
				margin: 0px 0px 8px 0px;
				float: left;
			}
			
			.social-icons {
				display: block;
				float: right;
			}
	
			#job_search, #job_select {
				color: #3a6f9a !important;
				display: block;
				float: left;
				font-family: "Trebuchet MS", Arial, sans-serif;
				margin: 10px auto;
				width: 90%;
			}
	
			#job_select {
				/* display: none; */
			}
	
			.cvsubmit {
				display: block;
				clear: both;
				float: left;
			}
			
			.full-wrap .search_bar {
				min-height: 36px;
				width: 100%;
				display: none;
			}
	
			button, input[type="button"], input[type="reset"], input[type="submit"], .button {
				padding: 7px 3%;
				width: auto;
			}
			
			button, input[type="button"], input[type="reset"], input[type="submit"], .button {
			    background-color: #3a6f9a;
			    border: medium none;
			    color: #fff;
			    cursor: pointer;
			    font-size: 14px;
			    font-weight: 300;
			    padding: 7px 24px;
			    width: auto;
			}
			
			.wpjb .wpjb-grid .wpjb-sub {
			    display: block;
			    font-size: 0.95em;
			    line-height: 1.3em;
			    margin: 0 20px 0 0 !important;
			    padding: 2px 0 0;
			}

			.btnOn {
				display: inline-block;
				float: left;
				width: auto!important;
				margin-top: 10px;
			}

			.topcontent .featured_jobs li {
				background-color: #fff;
				cursor: pointer;
				float: left;
				font-size: 0.9rem;
				height: 136px;
				line-height: 1.1rem;
				margin: 20px 14px 20px 0;
				padding: 10px;
				width: 95%;
			}

			.header-image .title-area {
				background-position: left top;
			}

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

			.site-header .search-form {
				margin: 16px auto;
			}

			.genesis-nav-menu li.right {
				display: none;
			}

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

			.footer-widgets-4 {
				float: left;
			}
			
			/* Twitter */
			
			.tw_icon, .tw_feed {
				display: block;
				width: 100%;
			}
			
			.tw_wrap {
				background-color: #edece5;
				margin: 0 auto;
				min-height: 240px;
				overflow: hidden;
				position: relative;
				width: 90%;
			}
			
			.dee_tweets {
				margin-left: 90px;
				width: 80%;
			}
			
			.tw_icon {
				color: #fff;
				float: left;
				height: 120px;
				margin: 0 40px 0 0;
				padding: 5px 0 0;
				position: relative;
				width: 120px;
			}

			/* Footer Widgets */
			
			.footer-widgets .wrap .widget-area {
				width: 45%;
			}
			
			/* Soliloquy */
		
		    .soliloquy-container .soliloquy-caption { 
				max-width: 100%!important; 
				right: 15%!important;
				left: 25%; 
				/* width: 550px; */ 
				top: 0px !important; 
				text-align: left; 
				background-color: none!important;
			}
		
			.soliloquy-container, .soliloquy-container * {
				line-height: 14px!important;
			}

			.soliloquy-container .soliloquy-caption h1, h1.soliloquy-fc-title {
				font-size: 14px!important;
				font-weight: normal;
				margin: 0px 0px 0px 0px;
				text-align: left!important;
				color: #fff;
			}
		
			.soliloquy-container .soliloquy-caption p, .soliloquy-container .soliloquy-caption a {
				font-size: 10px!important;
				margin-bottom: 8px;
				color: #fff!important;
			}
		
			.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
			    bottom: 0;
			    max-width: 75%!important;
			}

		}

		@media only screen and (max-width: 800px) {
			
			.sidebar-secondary, .sidebar-primary {
				display: none;
			}
			
			.wpjb .wpjb-top-header-content {
			    float: left;
			    margin: 15px 0 0 15px!important;
			    padding: 0;
				line-height: 14px;
			}
			
			.wpjb .wpjb-top-header-title {
			    padding: 0 10px;
			}
			
			.mobile-recruiter {
				display: block;
			}
			
			.recruiter {
				display: none;
			}
			
			.mobile-recruiter a {
				color: #182740;
			}
			
			.before-footer {
				display: none;
			}
			
			.page-contact .soliloquy-outer-container {
				display: none;
			}
			
			.page-contact .sidebar-primary, .page-about .sidebar-primary, .page-contact .sidebar-secondary, .page-about .sidebar-secondary, .page-jobs .sidebar-secondary {
				display: none;
			}
			
			.contact-title {
 			   margin: 0px;
    		   width: 100%;
			   text-align: center;
		   }
		   
		   .team-side_item {
			   text-align: center;
			   width: 100%;
			   margin: 20px 0px;
		   }
		   
		   .team-side_item p, .team-side_item h3 {
		       float: none;
		       width: 100%;
		   }
			
			.sidebar-secondary p {
				margin-left: 0px;
			}
			
			.site-footer {
			    background-color: #182740;
			    font-size: 14px;
			    line-height: 1;
			    margin: 0 auto;
			    padding: 20px;
			    text-align: center;
			    width: 100%;
			}

			.wpjb .wpjb-form div input[type="text"], .wpjb .wpjb-form div input[type="password"], .wpjb .wpjb-form div input[type="select"]  {
			    width: 100%!important;
			}
			
			.wpjb-element-name-posted {
				display: none;
			}
			
			.wpjb .wpjb-form div select {
			    width: 100%!important;
			}

			body.admin-bar #wprmenu_bar {
				top: 46px;
				z-index: 999;
			}
			
			#wprmenu_menu.top {
				top: 30px!important;
			}

			body {
				background-color: #fff;
				font-size: 13px;
			}

			h1 {
				margin-top: 10px;
			}

			h2{

			}

			.type-job h3{
				font-size: 20px!important;
			}

			#smaller-image {
				/* height: 80px; */
			}

			#job_loop {
				display: block;
				margin: 0px;
			}
			
			#job_loop h1 {
				background-color: #182740;
				color: white;
				text-align: center;
				font-size: 1.2rem;
				padding: 8px 0px;
				margin: 0px;
			}
			
			#job_loop h2 {
				color: #182740;
				font-size: 1.2rem;
				padding: 8px 0px;
				margin: 10px;
				text-align: center;
			}
			
			.wpjb-form {
				margin: 10px 0px!important;
			}
			
			.full-wrap .search_bar {
			    /* margin-bottom: 20px; */
			    min-height: 36px;
			    width: 100%;
			    background: none;
			}
			
			.wpjb-ls-type {
				height: auto;
			}

			.wpjb-job-list, .wpjb-paginate-links{
				/* display: none; */
			}
			
			.wpjb-job-list a {
				color: #9f9562;
			}
			
			.wpjb .wpjb-grid .wpjb-col-40 {
			    width: 20%;
			}
			.wpjb .wpjb-grid .wpjb-col-40 {
			    width: 50% !important;
			}

			.tw_single {
				display: block;
				width: 75%;
				margin: 0 2.5% 0 20%;
			}		

			.tw_wrap {
				background-color: #edece5;
				margin: 0 auto;
				min-height: 80px;
				max-height: 130px;
				overflow: hidden;
				position: relative;
				width: 90%;
			}

			.entry-title {
				margin-top: 20px;
			}

			.top_mobile {
				display: block;
				width: 100%;
				height: 32px;
				text-align: right;
				padding-right: 10px;
			}
			.top_mobile .soc_in, 
			.top_mobile .soc_tw, 
			.top_mobile .soc_gp {
				margin-right: 2px;
			}
			
			.top_mail, .top_phone { 
				/* display: inline; */
				margin-right: 2px;
				/* font-size: 22px; */
				font-size: 13px;
			}

			.soc_in, 
			.soc_tw, 
			.soc_gp {
				margin-right: 10px;
				font-size: 15px!important;
			}

			#my-twitter-feed-2{
				height: 180px!important;
			}
			
			.top_large {
				width: 95%;
				margin: 0px 2.5%;
			}

			.wpjb a{
				font-size: 13px;
			}

			.soliloquy-id-1358-googlemap{
				height: 300px!important;
			}

			.menu-item-1397, .menu-item-196, .menu-item-4056, .menu-item-27{
				display: none!important;
			}

			.header-image .site-title > a {
			    background: rgba(0, 0, 0, 0) url("images/logo_mobile.jpg") no-repeat scroll left center;
			    float: left;
			    min-height: 48px;
			    width: 100%;
				margin-left: 10px;
			}

			#full-image {
				min-height: 20px;
			}
			
			.home #full-image {
				display: none;
			}
			
			#smaller-image {
				display: none;
			}
			
			#mobile-image {
				display: block;
			}

			#mobile-image img {
				width: 100%;
				height: auto;
				display: block;
			}
			
			/* .sidebar-secondary {
				float: left;
				margin-left: 0;
				padding: 0 0 20px;
				width: 180px;
			} */

			.sidebar-primary, .sidebar-secondary {
			    float: left;
			    margin: 1% 2.5%;
			    width: 95%;
			}

			.tw_icon {
				color: #fff;
				float: left;
				height: 50px;
				margin: 0 10px 0 0;
				padding: 5px 0 0;
				position: relative;
				width: 30px;
			}

			.site-inner, .wrap {
				padding-left: 0;
				padding-right: 0;
			}
			
			.site-inner {
				background-color: #fff;
			}

			.col-wrap, .soliloquy-caption, .search_box {
				display: none;
			}
			
			.search_box {
				display: block;
			}
			
			#job-search {
			    float: left;
			    margin: 0 2.5%;
			    max-width: 800px;
			}
			
			.search_bar .search_box {
			    margin: 0px auto 20px;
			}
			
			.search_bar {
				background-color: #fff;
			}
			
			.site-header .widget-area {
				float: right;
				text-align: center;
				width: 100%;
				margin-top: 30px;
			}

			.communicate {
				display: block;
				width: 60%;
				float: left;
				margin-left: 10px;
			}

			.top_mail, .top_phone {
			    font-size: 13px;
			    margin: 0 12px 0px 0px;
				text-align: left;
			}
			
			#wprmenu_menu.left, #wprmenu_menu.right {
			    height: 35%!important;
			}
			
			#wprmenu_bar {
				height: 65px!important;
			}
			
			#wprmenu_bar .menu_title {
				line-height: 65px!important;
			}
			
			#wprmenu_bar .bar_logo {
			    border: medium none;
			    height: 55px!important;
			    margin-top: -2px;
			    padding: 0 8px 0 0;
			    width: auto;
			}
			
			.title-area {
				display: none;
			}

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

			.archive-pagination li a {
				margin-bottom: 4px;
			}

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

			.sidebar .widget.enews-widget {
				padding: 40px;
			}
			
			.content-top {
				display: none;
			}
		}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.page-contact #mobile-image {
			display: none;
	}

	.page-contact #full-image {
		/*display: none;*/
		max-height: 280px;
	}

	.page-contact .soliloquy-outer-container {
		/*display: none;*/
		max-height: 280px;
		overflow: hidden;
	}
}


#wpadminbar #adminbarsearch { display: none; }
