/*
Theme Name: Jahna
Description: 
Text Domain: jahna
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Timeline Customizations
# Infinite scroll
# Media
	## Captions
	## Galleries
# Subpage Banner
# Flip Card
# Subpage Unique Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-includes/fonts/proximanova-regular-webfont.eot');
    src: url('/wp-includes/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-includes/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/wp-includes/fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-includes/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot');
    src: url('/wp-includes/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-includes/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff'),
         url('/wp-includes/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('/wp-includes/fonts/ProximaNova-Black.otf');
    font-weight: bold;
    font-style: bold;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #303030;
}

small {
	font-size: 13px;
	font-size: .8125rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

a img {
	border-bottom: 2px solid transparent;
}

a img:hover {

}

.tiled-gallery .tiled-gallery-item a img {
	border-bottom: 2px solid transparent;
}

.tiled-gallery .tiled-gallery-item a img:hover {
	border-bottom: 2px solid #303030;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.875em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #223453 url("images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.jahna-letter {
    padding: 42px;
    background: url('/wp-content/themes/jahna/images/paper2.jpg');
    box-shadow: 4px 4px 11px black !important;
    overflow: visible !important;
    margin: 1em 2em;
}

.jahna-letter img {
    box-shadow: -5px -4px 4px black !important;
    overflow: visible !important;
    margin: 2em 2em;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.jahna-letter p{

	margin:22px 0;
}

.jahna-letter p.sig{
	font-family: "Mr Bedfort" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 28px !important; 
	margin:22px 0;
}

/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/

.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #303030;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75 !important;
}

.container {
    width: 100%;
    margin: 0 auto;
}
.search .container {width: 95%;padding-top: 30px;}
.search article {margin-bottom: 30px;}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Josefin Sans", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 .875em;
	text-transform: uppercase;
}
.archive.author h1.page-title {
	margin-right: 20px;
}
p.site-title {
	clear: both;
	font-family: "Josefin Sans", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	margin: 0;
	font-family: Proxima Nova Black;
	color: #223453;
	line-height: 56px;
}
h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.3;
}
h3 {
	font-size: 18px;
	font-size: 1rem;
}
h4 {
	font-size: 14px;
	font-size: .875rem;
}
h5 {
	font-size: 13px;
	font-size: .8125rem;
}
h6 {
	font-size: 12px;
	font-size: .75rem;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.footer-social {
    font-size: 20px;
}

blockquote {
	margin: 0 1.75em 1.75em 2.25em;
	font-size: 18px;
	font-size: 1rem;
}

address {
	margin: 0 0 1.75em;
}

pre {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.subscript {
	font-size:12px;

}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	overflow-x: hidden
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	position: relative;
}
blockquote:before {
	content: "\201c";
	display: block;
	font-size: 72px;
	font-size: 4rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	position: absolute;
		top: 0;
		left: -.6em;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 47%;
}
blockquote.alignleft,
blockquote.aligncenter {
	margin-left: 2em;
}
blockquote.alignright {
	margin-left: 3.5em;
}
.comments-area blockquote {
	font-size: 18px;
	font-size: 1rem;
}

.intro {
	font-style: italic;
	font-size: 23px;
	font-size: 1.4375rem;
}

hr {
	background-color: #303030;
	border: 0;
	height: 1px;
	margin-bottom: 1.75em;
}

.white-bg-content hr {
    background-color: #ae9a6c;
}

ul,
ol {
	margin: 0 0 1.75em 0;
	padding-left: 1.75em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .4375em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.75em 1.75em;
}



img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.widget_sow-image {
    display: none;
}

table {
	margin: 0 0 1.75em;
	width: 100%;
}

td {
	padding: 3px;
}

table.locations-tbl {
    background: #384864;
    color: #fff;
		margin-bottom: 0;
}

.locations-tbl td:first-child {
    text-align:center;
}

.locations-tbl tr:nth-child(2n) {
    background-color: #49576f;
}

.locations-tbl tr:hover {
    background-color: #e7882c;
	color: #000;
}

.locations-tbl td {
    padding: 9px 0 8px;
}

/*.locations-tbl tr:hover:before {
    content: " ";
	background-image:url(images/indicator.png);
	height:10px;
	width:10px;
	border:1px solid #000;
	position:absolute;
	
}*/

.locations-tbl tr a {
	color: #fff;
}

.locations-tbl tr a:hover {
	color: #000;
}

table.locations-tbl tr:hover {
cursor: pointer;
}


.cell-pad {
    padding: 19px 0;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

caption {
	font-weight: bold;
	padding: .4375em 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
	font-style: italic;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#main #infinite-handle span {
	-webkit-box-shadow: #333 0 2px 0;
	-moz-box-shadow: #333 0 2px 0;
	box-shadow: #333 0 2px 0;
	/*border: 0 none;
	border-bottom: 0;
	background: transparent;*/
	color: #303030;
	font-size: 18px;
	font-size: 1rem;
	font-weight: bold;
	padding: 0 20px;
	transition: .2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#main #infinite-handle span:hover {
	-webkit-box-shadow: #333 0 4px 0;
	-moz-box-shadow: #333 0 4px 0;
	box-shadow: #333 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

	border-bottom-width: 0;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	color: #303030;
	background: transparent;
	/*border: 0 none;
	border-bottom: 0;*/
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	font-size: 18px;
	font-size: 1rem;
	margin-right: -5px;
	padding: .21875em 0;
	transition: .2s;
}
.search-box input[type="search"],
.error404 input[type="search"] {
	color: #303030;
	background: transparent;
	border: 0 none;
	border-bottom: 0;
	box-sizing: border-box;
	-webkit-box-shadow: #333 0 2px 0;
	-moz-box-shadow: #333 0 2px 0;
	box-shadow: #333 0 2px 0;
	font-size: 18px;
	font-size: 1rem;
	margin-right: 5px;
	padding: 0;
	transition: .2s;
}
.search-box form.search-form {
	border-bottom: none;
}
.error404 form.search-form {
    margin-bottom: 3.5em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {

	color: #303030;
	outline: none;
}

textarea {
	color: #303030;
	background: transparent;
	border: 0 none;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1rem;
	margin-right: -5px;
	padding: .21875em 0;
	transition: .2s;
}
textarea:focus {
	border: 2px solid #333;
	margin-bottom: 0;
	color: #303030;
	outline: none;
}
input[type="file"] {
	width: 100%;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
.contact-form input[type=email], 
.contact-form input[type=text] {
	margin-bottom: 0;
}
.contact-form textarea {
	margin-bottom: 0;
}
.contact-form label {
	margin-top: 20px;
}
.credit-app {
	max-width: 800px;
}
.credit-app label {
	float: left;
	margin-right: 15px;
	text-align: left;
	width: 100%;
	font-style: normal;
}

.credit-app input {
	max-width: 100%;
	margin-bottom: 5px;
	border:1px solid #000;
	padding-left: 10px;
	background: #fff;
}
.credit-app input[type="text"],.credit-app input[type="email"]{
	width: 400px;
}

.credit-app textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #000;
	padding-left: 10px;
	background: #fff;
}
.credit-app select {
	border:1px solid #000;
	margin-left: 0px !important;
	margin-bottom: 5px;
	background: #fff;
	font-size: 16px;
	padding: 5px;
}

.app-box {
	border: 1px solid #c0c0c0;
	background-color: #E9DFD3;
	padding: 20px;
	margin-bottom: 10px;
}
.app-subbox {
	width: 100%;
	background-color: #EEE6DD;
	float: none;
	margin-right: 0px;
	padding: 10px 5px;
	margin-bottom: 15px;
}
.app-subbox label {
	width: 65px !important;
}
.app-subbox input {
	width: 275px !important;
}
.app-subbox select {
	background-color: #fff;
}
/*-- Search */
.search-toggle {
	background: #36debd;
	cursor: pointer;
	float: right;
	height: 39px;
	margin-right: 38px;
	margin-top: -0.875em;
	text-align: center;
	width: 39px;
	left: 20px;
	position: absolute;
	z-index: 1000;
	transition: .2s;
}
.search-toggle:hover {
	border-bottom: 2px solid #303030;
}
.search-toggle:before {
	color: #303030;
	content: "\f400";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	line-height: 1;
	margin: -5px 0 0 -2px;
	position: relative;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	top: 10px;
	vertical-align: center;
}
.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	padding: 4px;
	position: absolute;
	display: block;
	left: 80px;
	margin-top: -15px;
	width: 100%;
}
.hide {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.hide:focus {
	position:relative;
	clip:auto;
	width:auto;
	height:auto;
	overflow:auto;
}
#search-container {
	z-index: 10;
}

.map {
	line-height:0;
}

.map-container {
	position:relative;
}

.map2 {
    height: 450px;
}

.map-container .map-controls, .mine-map-container .map-controls {
    background: #988e85;
    padding: 10px;
    width: 100%;
	right: 0;
	top: 0;
	padding-top: 5px;
}

.map-container .map-controls {
	position:relative;
	z-index: 999;
}


.map-controls label {
    font-style: normal;
    line-height: 31px;
    text-transform: uppercase;
}

.control-header {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.control-select {
    background: #223453;
	padding: 20px 15px 34px;
	color: #e9dfd3;
}

.control-select select {
    width: 100%;
    background: url(images/arrow.png) #3a6995 no-repeat 96% 50%;
    color: #fff;
    border: 2px solid #b7b4b3;
    padding: 7px 11px;
	font-size: 12px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	
}

.control-distance {
    background: #223453;
    padding: 20px 15px 34px;
    color: #e9dfd3;
	min-height: 153px;
}

.control-distance input {
    width: 100%;
    background: #3a6995;
    color: #fff;
    border: 2px solid #b7b4b3;
    padding: 7px 11px;
	font-size: 12px;
}

.control-distance input[type="text"]:focus {
    color: #fff;
}

.control-distance input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.control-distance input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.control-distance input::-moz-placeholder {   /* Older versions of Firefox */
	color: #fff;
	opacity: 1;
}
.control-distance input:-ms-input-placeholder { 
	color: #fff;
	opacity: 1;
}

.control-distance input[type="submit"] {
    background: #e7882c;
    margin-top: 10px;
    width: 79px;
    float: right;
    position: relative;
    float: right;
    padding: 3px;
    border: none;
	font-family: Proxima Nova;
	text-transform: uppercase;
	font-weight: normal;
}
.control-results {
    background: #223453;
    padding: 10px 15px 10px;
	display: inline-block;
    color: #fff;
    border-top: 10px solid #988e85;
	width: 100%;
	min-height: 70px;
}

.map-distance {
    width: 50%;
    float: left;
}

.map-time {
    width: 50%;
    float: left;
    text-align: right;
}

#dir-link a {font-weight: normal;}

#gmap h3 {margin-bottom: 0px;font-size: 18px;}

.mine-cta {
    padding: 30px;
}

.mine-header {
    color: #fff;
    font-family: Proxima Nova;
    font-size: 18px;
    display: inline;
    padding-right: 30px;
}
.mine-cta .all-white-btn {
    display: inline;
}

.no-margin .so-panel {
    margin-bottom: 0 !important;
}

/*-- Layout */
.site {
	padding: 0 1.75em;
}
.custom-background .site {
	padding-left: 0;
	padding-right: 0;
	z-index: 0;
}
.custom-background .site-header,
.custom-background .site-footer,
.custom-background .site-content {
	padding-left: 1.75em;
	padding-right: 1.75em;
}
.site-footer {
	clear: both;
	width: 100%;
}

/*-- Header */

.site-header {
	margin-bottom: 0;
	/*padding-top: 3.25em;*/
	padding-top: 26px;
}
.primarymenu {
	border-top: 1px solid #988e85;
	border-bottom: 1px solid #988e85;
	margin-bottom: 0;
	padding: 0; 
	height: 100px;
	background: #e9dfd3;
}

.custom-header {
	display: block;
	margin: 0 auto 15px auto;
}
.header-image .custom-header {
	margin: 0 auto;
}
.site-logo {
	clear: both;
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.2s;
}
.site-title {
	clear: none;
	font-weight: bold;
	line-height: 1.2;
	margin: .25em 0;
	text-transform: uppercase;
}
.site-description {
	font-style: italic;
	vertical-align: bottom;
}
.site-branding {
	display: block;
	text-align: center;
	float:left;
	/*padding-top: 23px;*/
	position:relative;
}

/*-- Posts */
.entry-title {
	font-size: 18px;
}
.entry-title br { 
	display: none;
}
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sidebar-right-layout .wp-post-image,
.single .wp-post-image,
.page .wp-post-image {
	margin-bottom: .875em;
	transition: .2s;
}
.top .wp-post-image {
	margin-bottom: 0;
}
.entry-meta,
.entry-footer {
	font-size: 14px;
	font-size: .875rem;
}
.single .entry-footer {
	border-bottom: 2px solid #303030;
}
.entry-meta {
	margin: 0 0 1.75em;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active,
.single .entry-footer a:hover,
.single .entry-footer a:focus,
.single .entry-footer a:active {
	text-decoration: underline;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	text-decoration: underline;
}
.blog .grid .entry-meta,
.archive .grid .entry-meta {
	border-bottom: 2px solid #303030;
}
.blog .entry-meta span.posted-on,
.single .entry-meta span.posted-on,
.search .entry-meta span.posted-on,
.archive .entry-meta span.posted-on {
	border-bottom: 2px solid #303030;
    display: block;
    margin-bottom: -15px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.archive .customwidget .posted-on {
	margin-bottom: -1px;
}
.blog .grid .entry-meta span.posted-on {
    margin-bottom: 0;
}
.blog .grid-post .entry-meta p {
    margin-bottom: 0;
}
.archive .grid-post .entry-meta p {
    margin-bottom: 1em;
}
.singular .entry-meta:after {
	width: 12.5%;
}
.single .entry-meta {
	margin-bottom: 3.5em;
}
.single .entry-meta span {
	margin: 0;
}
.blog .sidebar-right-layout.grid .threecolumn .entry-meta span,
.archive .sidebar-right-layout.grid .threecolumn .entry-meta span,
.search .sidebar-right-layout.grid .threecolumn .entry-meta span,
.sidebar-right-layout.grid .threecolumn .entry-footer span {
	border-right: none;
	clear: both;
	display: block;
	width: 100%;
}
.blog .entry-meta span,
.archive .entry-meta span,
.search .entry-meta span,
.entry-footer span {
	clear: both;
	display: block;
	width: 100%;
}
.page-header {
	margin: 0 0 3.5em;
}
.page-title {
	font-size: 29px;
	font-size: 1.8125rem;
}
.page-links {
	word-spacing: 3px;
}
.sidebar-right-layout.grid .twocolumn .hentry,
.sidebar-right-layout.grid .threecolumn .hentry {
	margin-bottom: 3.5em;
}
.titlecomment {
	display: inline-block;
    margin-top: 3.5em;
}
.titlecomment p.author-title {
    margin: 0;
}
.author-info {
	border: 1px solid #303030;
    padding: 3%;
    margin: .5em 0 0 0;
}
.author-info p {
	margin-bottom: 0
}
.author-info .avatar {
    height: 72px;
    width: 72px;
}
.author-title {
	font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: .3px;
    font-weight: 700;
    padding-bottom: 4px;
    display: inline-block;
}
.author-bio span {
	display: block;
}
a.author-link {
    display: inline-block;
	margin-top: 0.35em;
}
.recipe {
	border: 1px solid #303030;
	padding: 20px 20px 0 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

/*-- Footer */

.site-footer {
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    margin: 0 auto;
    background: #988e85;
    color: #fff;
	padding: 0 25px;
}

.site-footer a {
	color:#fff !important; 
} 
.site-footer.custom {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.footer-widgets.clear {
    border-top: 0;
    border-bottom: 0;
    padding: 54px 0 0 0;
}

.site-info .sep {
	clear: both;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 0;
}
.widget-area #jetpack-subscribe-label {
	clip: rect(1px 1px 1px 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.site-info {
    padding: 0 15px 20px;
    background: #988e85;
    color: #fff;
	font-size: 12px;
}
.copyright.container {
    border-top: 1px solid #fff;
    padding-top: 19px;
}

.copyright.container a {
    color: #fff;
    font-weight: bold;
}
.gallery-item a {
    border: none;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #303030;
	text-decoration: none;
}

.entry-content a,
.entry-summary a,
.widget a,
.comment-content a,
.social-navigation a,
.entry-content a.button, 
#promo a,
.menu a {
    transition: 0.2s;
}
 
.textwidget a,
.entry-content a,
.comment-content a {

}

.panel-grid .textwidget a:hover {
	text-decoration: none;
}

.entry-content .panel-grid a:hover,
.entry-content .panel-grid a {
	font-weight: 700;
	text-decoration: none;
	border-bottom: none;
}


.panel-grid .widget {
	font-size: 18px;
    font-size: 14px;
    line-height: 1.75;
}
.section-pad {
	padding: 0;
}

.content-padding {
	padding: 10px 30px !important;
}

.sub-toppad{
	padding-top:30px !important;
}
.sub-botpad{
	padding-bottom:30px !important;
}

a.slider-btn {
    color: #fff !important;
}
a.slider-btn:hover {
    color: #515050;
}
.textwidget a:hover,
.textwidget a:focus,
.textwidget a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active {
/*	border-width: 3px;*/
}

.entry-content a.author-link,
a.author-link {
	border-bottom: 2px solid transparent;
	text-decoration: underline;
}

.entry-content a.author-link:hover,
a.author-link:hover {
	border-bottom: 2px solid #515050;
	text-decoration: none;
}

.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:focus {
	border: 1px solid #333;
}

.list-layout .entry-content a.more-link,
.blog .grid .entry-content a.more-link {
	-webkit-box-shadow: #333 0 1px 0;
	-moz-box-shadow: #333 0 1px 0;
	box-shadow: #333 0 1px 0;
	border: 0 none;
	border-bottom: 0;
}

.entry-title a,
.posts-navigation .nav-previous a, 
.post-navigation .nav-previous a,
.posts-navigation .nav-next a, 
.post-navigation .nav-next a,
.copyright a,
.comment-metadata a.url,
.comment-date,
.comment-time,
.comment-reply-link,
span.edit-link a,
#cancel-comment-reply-link {
	-webkit-box-shadow: #333 0 0 0;
	-moz-box-shadow: #333 0 0 0;
	box-shadow: #333 0 0 0;
	border: 0 none;
	border-bottom: 0;
	transition: 0.2s;
	display: inline-block;
}

.entry-title a:hover,
.posts-navigation .nav-previous a:hover, 
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover, 
.post-navigation .nav-next a:hover,
.copyright a:hover,
.comment-date:hover,
.comment-time:hover,
.comment-reply-link:hover,
span.edit-link a:hover,
#cancel-comment-reply-link:hover {
	-webkit-box-shadow: #333 0 2px 0;
	-moz-box-shadow: #333 0 2px 0;
	box-shadow: #333 0 2px 0;
	border-bottom-width: 0;
}

.comment-metadata a.url:hover {
	-webkit-box-shadow: #333 0 5px 0;
	-moz-box-shadow: #333 0 5px 0;
	box-shadow: #333 0 5px 0;
	border-bottom-width: 0;
}

.list-layout .entry-content a.more-link:hover,
.blog .grid .entry-content a.more-link:hover {
	-webkit-box-shadow: #333 0 4px 0;
	-moz-box-shadow: #333 0 4px 0;
	box-shadow: #333 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	-webkit-box-shadow: #333 0 0 0;
    -moz-box-shadow: #333 0 0 0;
    box-shadow: #333 0 0 0;
}

.white-bg-content h1 {
	font-size: 32px;
	margin: 0;
	font-family: Proxima Nova Black;
	color: #223453;
	line-height: 35px;
	padding-top:35px;
}

.white-bg-content h2 {
	font-size: 28px;
	margin: 0;
	font-family: Proxima Nova;
	font-weight: normal;
	color: #ae9a6c;
	line-height: 30px;
}

.white-bg-content h3 {
    font-size: 18px;
    font-family: Proxima Nova;
    font-weight: normal;
    color: #172133;
    padding-top: 11px;
}

.white-bg-content h4 {
    color: #ae9a6c;
    font-family: Proxima Nova; 
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 0px;
	line-height: 36px;
}

.white-bg-content h5 {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: normal;
    color: #223453;
    margin-bottom: 8px;
}

.white-bg-content h6 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: bold;
    color: #223453;
    margin-bottom: 0px;
}

.white-bg-content p {
	color: #4b4b4b;
	margin-bottom: 0;
}

.peach-bg-content h4 {
    color: #223453;
    font-family: Proxima Nova;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 0px;
	line-height: 36px;
}

.blue-bg-content h1 {
	font-size: 32px;
	margin: 0;
	font-family: Proxima Nova Black;
	color: #fff;
	line-height: 35px;
	padding-top:35px;
}

.blue-bg-content h2 {
	font-size: 28px;
	margin: 0;
	font-family: Proxima Nova;
	font-weight: normal;
	color: #ae9a6c;
	line-height: 30px;
}

.blue-bg-content h3 {
    font-size: 22px;
    font-family: Proxima Nova;
    color: #e9dfd3;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 71px;
}

.blue-bg-content h4{
	font-size: 22px;
	font-family: Proxima Nova;
	color: #ae9a6c;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 28px;
}
.blue-bg-content h5{
	font-size: 18px;
	font-family: Proxima Nova;
	color: #ae9a6c;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 28px;
}

.blue-bg-content p{
	font-family: Open Sans;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
	
}

.peach-bg-content h1{
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
}
.peach-bg-content h2{
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: normal;
	color:#172133;
}

.brown-bg-content h1{
    font-family: Proxima Nova;
    font-size: 22px;
    font-weight: normal;
	color:#0d121f;
}

.brown-bg-content p {
    font-size: 12px;
	color:#fff;
}
.peach-bg-content p {
    font-size: 12px;
	color:#000;
}

.orange-bg-content h1 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
}
.orange-bg-content p {
    font-size: 12px;
	color:#fff;
}

.title-bar h1 {
	font-family: Proxima Nova Black;
	color: rgb(255, 255, 255);
	font-size: 32px;
	padding-top: 18px;
}

.gold-title-bar {
    margin: 25px auto;
}

.gold-title-bar h1 {
    font-family: Proxima Nova;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    margin: 0;
}

.testimonials-box h1 {
    font-family: Proxima Nova;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: none;
}

blockquote.easy_testimonial p {
    width: auto;
    color: #fff;
}

.black-btn, .white-btn {
    padding-bottom: 2px;
	padding-top:11px;
	
}



.white-btn a {
    border: #e7882c 2px solid !important;
    color: #fff !important;
    padding: 2px 20px;
    margin-top: 5px !important;
}

.black-btn a {
    border: #e7882c 2px solid !important;
    color: #000000 !important;
    padding: 2px 20px;
    margin-top: 5px !important;
}

.all-white-btn {
	margin: 22px auto;
	width: 100%;

}

.all-white-btn a {
    border: #fff 2px solid !important;
    color: #fff !important;
    padding: 6px 20px;
    margin-top: 5px !important;
	display: inline-block;
}

.lg-cta-btn {
	width: 100%;
	margin: 51px auto;
	text-align: center;
}

.lg-cta-btn a {
	color: rgb(255, 255, 255) !important;
	background: rgb(231, 136, 44) none repeat scroll 0% 0%;
	border: 1px solid rgb(255, 255, 255) !important;
	position: relative;
	margin: 21px auto;
	font-size: 18px !important;
	padding: 7px 62px;
}
.blue-bg {
	background-color: rgb(34, 52, 83);
	padding: 15px !important;
}

.panel-grid-cell .zero-margin .so-panel {
	margin-bottom:0 !important;
}
.cell-full-width .panel-grid-cell {
    width: 100%;
}

.product-spec-left {
    width: 35%;
    float: left;
}

.product-spec-right {
    width: 65%;
    float: right;
}

.product-spec-list {
    padding-bottom: 38px !important;
}

.product-spec-list li {
    display: inline-block;
    padding-right: 50px;
}

.product-spec-list li:last-child {
    padding-right: 0;
}

.list-layout .entry-content a {
	border-bottom: none;
}

a:visited {
	color: #303030;
}

a:hover,
a:focus,
a:active {
	color: #515050;
}

a.no-line {
	border: 0 none;
}

a:focus {
	outline: thin dotted;
}

.site-logo a img {
	border: none;
}


a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primarymenu {
	z-index: 10;
}
.main-navigation {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
	vertical-align: middle;
	position: relative;
	float: right;
	padding-top: 0px;
	min-width: 131px;
}

.main-navigation > div > ul {
	border: 0;
	padding-bottom: 0;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
    display: inline-block;
    padding: 31px 0 36px;
    border-left: #adabac 1px solid;
    float: left;
    position: relative;
	vertical-align:top;
	width:auto;
	clear:none;
}
.main-navigation li:last-child {
    
}

.main-navigation a {
	border-bottom: 0 solid transparent;
	text-decoration: none;
	font-family: Proxima Nova;
	font-weight: bold;
	color: #0d121f;
	padding: 37px 20px 41px 20px;
	font-size: 18px;

}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	background: #e7882c;
	color: #fff;
}
.main-navigation ul ul {
	padding-left: 1.75em;
}
.main-navigation ul ul a {
	border-bottom: 2px solid transparent;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	border-bottom: 2px solid;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
	margin: 0 auto;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 3.5em;
	overflow: hidden;
	padding: .875em 0;
}
.site-main .post-navigation {
	font-size: 23px;
	font-size: 1.4375rem;
}
.comment-navigation .meta-nav,
.posts-navigation .meta-nav,
.post-navigation .meta-nav {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .4375em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	margin-top: 0.875em;
}

/* Social menu */
.social-block {
	
}
.social-navigation {
	height: 60px;
	width:100%;
}
#social-navigation .textwidget {
  float: right;
  width: auto;
}
.social-navigation .textwidget li {
  background: #fff none repeat scroll 0 0;
}

#social-navigation .textwidget .fa {
  color: #988e85;
  font-size: 18px;
}
.menu-top-menu-container {
	margin: 0px auto;
	/*width: 366px;*/
	float: right;
}

.menu-top-menu-container ul {
	padding-left:0;
}

.social-block {
    max-width: 1088px;
    margin: 0 auto;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
	float:right;
}
.social-navigation li {
	display: inline-block;
	border-left: #adabac 1px solid;
	float: left;
	background: #988e85;
	text-transform: uppercase;
	font-size: 12px;
}

.social-navigation li:last-child {
	border-right: #adabac 1px solid;
}
.social-navigation li a {
	border-bottom: 1px solid transparent;
	color: #fff;
	display: block;
	position: relative;
	transition: .2s;
	/*padding: 19px 20px 19px;*/
	padding: 19px 10px 19px;
}



.social-navigation a:before {
/*	content: "\f415";
	font-size: 22px;
	padding: 5px;
	position: absolute;
	top: -10px;
	left: 0;*/
}
.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}
/*.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}*/
.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}
/*.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}*/
.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}
/*.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}*/
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}
.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}
.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
/*	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;*/
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 1.4375rem .875rem;
	text-decoration: none;
	top: 37px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: .875em 1.75em .875em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: .875em 0 .875em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: .875em auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.hentry:before,
.hentry:after,
.page-header:before,
.page-header:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.hentry:after,
.page-header:after,
.comment-body:after {
	clear: both;
}

.clear {
    clear: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 14px;
	margin: 0 0 27px;
	overflow: hidden;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}
.error404 .widget {
	margin-top: 1.75em;
}
.widget-title, .widgettitle {
    font-size: 24px;
    margin-bottom: .875em;
    padding-bottom: 13px;
    font-family: Proxima Nova;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul ul {
	padding-left: .875em;
}
.widget li {
	list-style: none;
	padding-top: 0;
	padding-left: 25px;
}
.widget ul ul li:before {
	content: "-";
	display: inline-block;
	margin-left: -.875em;
	margin-right: .4375em;
}
.suppliers-list ul {
	margin-left: 40px;
	list-style: outside none disc;
}
.suppliers-list li {
	list-style:disc;
	padding-left: 5px;
}
.benefit-list ul {
	/*-moz-column-count: 4;
	-moz-column-gap: 75px;*/
	margin-left: 18px;
	list-style: outside none disc;
	/*-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;*/
	padding: 0px;
}
.benefit-list li {
	list-style:disc;
	padding-left: 5px;
}

/*   Job Posting  */
#sjb-form-padding {
    padding: 0;
}
.sjb-wrap #sjb-form-padding {
	margin-bottom: 00px;
	margin-top: 20px;
}
.sjb-job-filters-form {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.sjb-wrap .sjb-search {
	font-family: 'FontAwesome', sans-serif !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	border: none;
	border-radius: 0px;
	color: #fff;
	border: 0px;
	height: 38px;
	width: 100%;
	padding: 0px;
}
.sjb-wrap #sjb-contain-bg {
	padding: 15px 30px;
	margin: 0;
}
#jobpost_form_status {
	color: red;
	margin-bottom: 50px;
}
/* Calendar */

.widget_calendar td {
	text-align: center;
}
.widget_calendar th {
	font-weight: bold;
}
td#prev {
	font-style: italic;
	text-align: left;
}
td#next {
	font-style: italic;
	text-align: right;
}

/* Recent Comments */
.widget_recent_comments a {
	font-style: italic;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	font-style: normal;
	font-weight: bold;
}

/* Archives */
.widget .post-count {
	background: white;
	float: right;
	letter-spacing: 1px;
	padding-left: .4375em;
	position: relative;
	z-index: 1;
}
.widget_archive li,
.widget_categories li {
	position: relative;
}
.widget_categories ul ul li:before {
	display: none;
}
.widget_archive a,
.widget_categories a {
	background-color: white;
	padding-right: .4375em;
}
.widget_archive a:after,
.widget_categories a:after {
	border-bottom: 1px solid;
	content: "";
	display: inline-block;
	position: absolute;
		left: 0;
		top: 18px;
	width: 100%;
	z-index: -1;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	margin-left: 1px;
}

/* Search */
.widget_search .search-submit {
	background: #36debd;
    padding: 3px 10px;
    float: right;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
	background: #000;
	color: #fff;
}

/* */
.widget_rss li {
	margin-top: .4375em;
	padding-top: .4375em;
}
.rsswidget {
	font-weight: bold;
}
.rss-date {
	display: block;
	font-style: italic;
	width: 100%;
}

/* Tagcloud */
.tagcloud a {
    border: 1px solid #303030;
    padding: 2px 8px;
}

#secondary .widget-title {
    border: 2px solid #303030;
    text-align: center;
    color: #303030;
    padding: 13px 10px 9px 10px;
    position: relative;
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.bss-wrapper {
    background: url(/wp-content/themes/jahna/images/timeline_bg.png) no-repeat;
    color: #fff;
    font-size: 18px;
    background-size: cover;
    background-position: top center;
}
.bss-container {
    width: 1170px;
    margin: 0 auto;
	padding: 100px 0;
}
.bss-row:first-child {
    top: 0;
}
.bss-row {
    position: relative;
/*    top: -39px;*/
}
.bss-row:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 49.9%;
    border-left: 4px solid #000;
    height: 100%;
    opacity: .4;
}

.col-md-2 {
	width:10%;
}
.col-md-5 {
	width:45%;
	position: relative;
}

.date-container {
    background: #8c857c;
    border-radius: 142px;
    text-align: center;
	height: 117px;
	padding-top: 34px;
	width: 117px;
    margin: 0 auto;
	position:relative;
	z-index:9;
}
.tl-container {
    background: rgba(0,0,0,.4);
    padding: 43px;
    margin-top: 145px;
}
.img-right {
    position: relative;
    float: right;
    padding-right: 17px;
}
.img-left {
    position: relative;
    float: left;
    padding-left: 17px;
}

.bss-pull-left {
	float:left;
}
.bss-pull-right {
	float:right;
}

@media only screen and (max-width: 991px) {
	.bss-container {
		width:787px;
	}
.non-link {
    font-size: 13px;
}
	.bss-row {
		padding-top:25px;
	}
	.col-md-2, .col-md-5 {
		width:100%;
		float:none;
		text-align: center;
	}
	.bss-pull-left, .bss-pull-right {
		float:none;
	}
	
	.tl-container {
		width: 50%;
		margin: 0 auto;
	}
	.img-right {
		float:none;
		padding-right:0;
	}

}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin-bottom: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content {
	margin: 0;
}

.page-template-main-template .top .fourcolumn .entry-content {
	margin: 0;
}

.page-template-main-template .top .fourcolumn .hentry {
	margin-bottom: 0;
}

.page-content {
	margin: 1.75em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.mine-specs {
    display: inline-flex;
}

.mine-specs li {
    padding: 0 15px;
    border-right: 1px solid #ae9a6c;
    color: #ae9a6c;
}

.mine-specs li:first-child {
    padding-left:0;
}
.mine-specs li:last-child {
    border-right: none;
}

.specs-left {
    width: 95%;
    float: none;
    padding: 0;
}
.specs-right {
    width: 45%;
    float: left;
    padding: 0 25px;
}

.form-list {
    display: inline-flex;
}

.form-list li {
    padding: 0 25px;
    border-right: 1px solid #ae9a6c;
    text-align: center;
}
.form-list li:last-child {
    border-right: none;
    padding-right: 0;
}

.mine-rep {
    background: #1f2b40;
    border: 15px solid #434343;
	min-height: 500px;
}
.mine-rep hr {margin-bottom: 5px; background-color: #fff;}
.phone-ico {
    padding-left: 24px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fax-ico {
    padding-left: 24px;
    line-height: 18px;
    padding-bottom: 16px;
}
.email-ico {
    padding-left: 24px;
    line-height: 18px;
}
.phone-ico::before {
content: "";
background-image: url(images/phone-ico.png);
position: absolute;
width: 14px;
height: 21px;
margin-left: -22px;
margin-top: 9px;
}
.fax-ico::before {
    content: "";
    background-image: url(images/fax-ico.png);
    position: absolute;
    width: 18px;
    height: 21px;
    margin-left: -24px;
    margin-top: 8px;
}
.email-ico::before {
    content: "";
    background-image: url(images/email-ico.png);
    position: absolute;
    width: 20px;
    height: 14px;
    margin-left: -25px;
    margin-top: 3px;
}
/*--------------------------------------------------------------
## Main Template
--------------------------------------------------------------*/
.frontpage {
    padding-top: 2em;
}
.frontpage .hentry {
    margin-bottom: 2em;
}
.frontpage h2.widget-title {
    margin-top: 40px;
}
#secondary h2.widget-title, 
.site-footer.custom h2.widget-title {
    margin-top: 0;
}
.frontpage .main-content {
	text-align: center;
}
.entry-content a.button {
	border: none;
	background: #36debd;
	color: #303030;
	padding: 8px 15px;
	text-transform: uppercase;
}
.entry-content a.button:hover {
	background: #303030;
	color: #fff;
	text-decoration: underline;
}
span.color {
	color: #36debd;
}
.frontpage .widgetized-content .widget {
	font-size: 18px;
	font-size: 1rem;
	margin: 0;
}
.widgetized-content .widget-title {
	border-bottom: 2px solid #303030;
	padding-bottom: 10px;
}
.customwidget .more-link {
	display: block;
	margin-top: 15px;
	font-style: normal;
	font-weight: 600;
}
.archive .customwidget .more-link {
	display: inline-block;
}
.blog .customwidget .more-link {
	display: inline-block;
}
.customwidget .entry-meta {
	font-size: 13px;
	font-size: .8125rem;
	font-style: normal;
	margin: 0;
}
.customwidget .entry-meta p {
	margin: 0;
}
.customwidget .posted-on {
	border-bottom: 2px solid #303030;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.customwidget .entry-meta:after {
	border: none;
}
.customwidget .hentry {
	margin: 0;
}
.singular .site-content .secondblock .widget-area {
	width: 100%;
}
.site-footer.custom .widget-title {
	border-bottom: 2px solid #303030;
	padding-bottom: 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 0 3.5em;
}
.comment-list {
	list-style: none;
	margin: 0 0 3.5em;
	padding: 0;
}
.comment-list .children {
	list-style: none;
}
.comment-content a,
.entry-content a {
	word-wrap: break-word;
	color: #e7882c;
	font-size: 14px;
}
.comment-meta {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	margin: 0 0 1.75em;
}
.comment .comment-metadata span {
	margin: 0 .75em 0 0;
}
.comment span.reply + span.edit-link:before {
   content: "|";
   padding-right: .25em;
}
span.edit-link a {
	display: inline;
}
.comment-author {
	clear: both;
	display: block;
	font-size: 18px;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	position: relative;
}
.comment .avatar {
	float: left;
	margin-right: .875em;
}
.says {
	display: none;
}
.comment-list .comment {
	margin-top: 1.5em;
}
h2.comments-title {
	margin-bottom: 2.5em;
}
.bypostauthor {
	display: block;
}
.no-comments {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	margin: 1.75em 0;
}
#cancel-comment-reply-link {
	float: right;
}
.comment-form label {
	margin-right: .875em;
	width: 7em;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 13px;
	font-size: .8125rem;
}
.comment-subscription-form {
	margin-bottom: 0.4375em;
}

/*--------------------------------------------------------------
## Timeline Customizations
--------------------------------------------------------------*/

.cool_timeline h1.timeline-main-title {
    display:none;
}

.timeline dl dd.odd .events h4 {
    background: none;
}

.timeline dl dd.even .events h4 {
    background: none;
}
.avatar_container img.center-block.img-responsive.img-circle {
    padding: 5px;
	background:#fff;
}

.img-circle {
    border-radius: 0 !important;
}
/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
.jetpack-video-wrapper {
	margin-bottom: 1.75em;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border-bottom: none;
	margin-bottom: 10px;
}
#main div.sharedaddy h3.sd-title:before {
    border-top: 2px solid #303030;
}
#main #jp-relatedposts h3.jp-relatedposts-headline em:before {
    border-top: 2px solid #303030;
    border-top: 2px solid rgba(48,48,48,1);
}
#main #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 10px;
}
#main #jp-relatedposts {
    margin: 1em 0 0 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	padding: 0;
	margin-bottom: 1.75em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	position: relative;
}
.wp-caption-text:after {
	border-top: 1px solid;
	clear: both;
	content: "";
	display: block;
	margin-top: .875em;
	padding-top: .875em;
	width: 25%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.75em;
}

.gallery-item {
	display: inline-block;
	padding: 0.4375em;
	margin: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* 404 */

.error404 input.search-submit,
.search input.search-submit {
    float: right;
}

/* Testimonials */
.bx-wrapper .bx-prev {
  left: -40px !important;
}
.bx-wrapper .bx-next {
  right: -40px !important;
}
.advps-slide {
	background: #fff;
}
.advps-excerpt-three {
	padding: 20px;
}

.mem-since {
    font-size: 10px;
}

/*#searchbox {float: right;margin:10px 0 10px 10px;display:none;}
#searchform input {
border: 1px solid #c0c0c0;
box-shadow: none;
vertical-align: top;
padding-left: 5px;
}
#searchform button  {
box-shadow: none;
border: 1px solid #c0c0c0;
padding: 3px 5px 4px;
}*/
#searchbox {display: none;}
.search-form {
	/*margin-right: -30px;*/
	float: right;
	border-left: 1px solid #c0c0c0;
}
.search-box {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  background: #fff;
  font-family: latoregular, sans-serif;
  border: none !important;
  margin-right: -20px !important;
}
.search-form .fa {
	color: #988e85;
    font-size: 18px;
}
.search-box + label .search-icon {
  color: black;
}
.search-box:hover {
  /*color: #000;*/
  /*background: #f0f0f0;*/
  /*box-shadow: 0 0 0 5px #3d4752;*/
}
.search-box:hover + label .search-icon {
  color: #000;
}
.search-box:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding-left: 15px;
  cursor: text;
  width: 200px;
  border-radius: auto;
  background: #F2EDE6;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
  display: none;
}
.search-form label {
	position: relative;
	line-height: 1;
	left: -22px;
	top: 0px;
}

.search-icon {
  position: relative;
  color: white;
  cursor: pointer;
}
.job-link {margin-bottom: 0px;}
.job-link a {font-size: 20px;}
/*.ubermenu-skin-none.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {margin-left:-700px!important;padding-left:350px!important;}*/
@media screen and (max-width:1300px) {
/*	.ubermenu-skin-none.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
		margin-left: -500px!important;
    		padding-left: 315px!important;
		width: 1300px!important;
	}*/
}
@media screen and (max-width: 451px) {
	.social-navigation li a {
    padding: 19px 7px 19px;
}
	.social-navigation li {
		text-transform: uppercase;
		font-size: 10px;
	}
	.social-navigation .menu-item {
		padding: 2px 0;
	}
	

	#social-navigation .textwidget .fa {
		color: #988e85;
		font-size: 13px;
		padding: 4px 0px;
	}
}
    	
@media screen and (min-width: 320px) {
	
	
	.widget-area:nth-child(3) {
		width: 49%;
		float: left;
		display: inline-block;
	}
	
	.widget-area:nth-child(4) {
		width: 45%;
		float: right;
		display: inline-block;
	}
}


@media screen and (min-width: 720px) {
	.site {
		padding: 0;
	}
	
	.site-logo {
		max-width: 300px;
	}
	
	#searchbox {display: block;}
	
	.credit-app label {
	float: left;
	margin-right: 15px;
	text-align: left;
	width: 100%;
	}
	.app-subbox {
	width: 48%;
	background-color: #EEE6DD;
	float: left;
	margin-right: 10px;
	}
	.site-branding {
		padding-top: 26px;
	}
	.panel-grid-cell {
		padding:0!important;
	}
	#contact-row .panel-grid-cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		padding-top: 0;
	}
	.main-navigation li {
		padding: 34px 0 36px;
	}
	
	.main-navigation a, .ubermenu-target {
		padding: 43px 4px 40px;
		font-size: 13px;
	}

	.main-navigation ul {
		display: block;
	}
	.main-navigation ul ul {
		background: white;
		float: left;
		margin-left: -0.875em;
		padding: 0 0.875em;
		position: absolute;
			top: 1.75em;
			left: -999em;
		text-align: left;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		padding: 0.4375em 1.75em 0.4375em 0;
		position: relative;
		margin: 0;
		width: 180px;
	}
	.main-navigation ul ul .current_page_item > a,
	.main-navigation ul ul .current-menu-item > a {
		border-bottom: 0;
	}
	.main-navigation ul > li.menu-item-has-children,
	.main-navigation ul > li.page_item_has_children {
		margin-right: 2.625em;
	}
	.main-navigation ul > li.menu-item-has-children > a:after,
	.main-navigation ul > li.page_item_has_children > a:after {
		content: "\203A";
		display: block;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1;
		position: absolute;
			top: 14%;
			right: -.75em;
	}
	.main-navigation ul ul > li.menu-item-has-children,
	.main-navigation ul ul > li.page_item_has_children {
		margin-right: auto;
	}
	.main-navigation ul ul > li.menu-item-has-children > a:after,
	.main-navigation ul ul > li.page_item_has_children > a:after {
		margin-top: -6px;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		top: 12%;
		right: -2em;
	}
	.main-navigation ul ul a {
		display: inline;
		margin: 0;
		position: relative;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.site-header {
		margin-bottom: 1.35em;
	}

	.error404 .widget-areas .widget-area {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	.error404 .widget-areas .widget-area:last-of-type {
		margin-right: 0;
	}
	
	.site-footer {
		padding: 0;
	}
	.footer-widgets > div {
		width: 33%;
		float: left;
		padding: 0 42px;
	}
	.footer-widgets > div:first-child {
		width:100%;
	}
	
	.widget-area:nth-child(3) {
		width: 33%;
		float: left;
		display: inline-block;
	}
	.widget-area:nth-child(4) {
		width: 33%;
		float: left;
		display: inline-block;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(3) {
		float: left;
		width: 40%;
		margin-right: 5%;
	}
	.footer-widgets > div:nth-child(2):nth-last-child(2),
	.footer-widgets > div:nth-child(3):nth-last-child(1) {
		float: left;
		width: 25%;
		margin-right: 5%;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widgets > div:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widgets > div:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(2),
	.footer-widgets > div:nth-child(2):nth-last-child(1) {
		float: left;
		width: 47%;
		margin-right: 6%;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widgets > div:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	h1,
	.singular .entry-title {
		font-size: 47px;
		font-size: 2.9375rem;
		margin: 0 0 0.4375em;
	}
	.site-title {
		font-size: 47px;
		font-size: 2.9375rem;
	}
	h2,
	.singular.page-template-right-column-page-php .entry-title {
		font-size: 29px;
		font-size: 1.8125rem;
		margin: 0 0 0.4375em;
	}
	h3 {
		font-size: 23px;
		font-size: 1.4375rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1rem;
	}
	h5 {
		font-size: 14px;
		font-size: .875rem;
	}
	h6 {
		font-size: 13px;
		font-size: .8125rem;
	}
	.entry-footer span {
		clear: none;
		display: inline;
		margin: 0 1.75em 0 0;
	}
	.white-bg-content h1 {
		font-size: 48px;
		margin: 0;
		font-family: Proxima Nova Black;
		color: #223453;
		line-height: 56px;
	}

	.white-bg-content h2 {
		font-size: 36px;
		margin: 0;
		font-family: Proxima Nova;
		font-weight: normal;
		color: #ae9a6c;
		line-height: 42px;
	}

	.white-bg-content h3 {
		font-size: 18px;
		font-family: Proxima Nova;
		font-weight: normal;
		color: #172133;
		padding-top: 11px;
	}
	
	.white-bg-content h4 {
		color: #ae9a6c;
		font-family: Proxima Nova; 
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 0px;
		line-height: 36px;
	}
	
	.white-bg-content h5 {
		font-family: Open Sans;
		font-size: 24px;
		font-weight: normal;
		color: #223453;
		margin-bottom: 8px;
	}
	
	.white-bg-content h6 {
		font-family: Open Sans;
		font-size: 14px;
		font-weight: bold;
		color: #223453;
		margin-bottom: 0px;
	}
	
	.peach-bg-content h4 {
		color: #223453;
		font-family: Proxima Nova;
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 0px;
		line-height: 36px;
	}
	
	.blue-bg-content h1 {
		font-size: 48px;
		margin: 0;
		font-family: Proxima Nova Black;
		color: #fff;
		line-height: 40px;
	}
	
	.blue-bg-content h2 {
		font-size: 36px;
		margin: 0;
		font-family: Proxima Nova;
		font-weight: normal;
		color: #ae9a6c;
		line-height: 37px;
	}
	
	.blue-bg-content h3 {
		font-size: 24px;
		font-family: Proxima Nova;
		color: #e9dfd3;
		font-weight: normal;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 71px;
	}
	
	.blue-bg-content h4{
		font-size: 24px;
		font-family: Proxima Nova;
		color: #ae9a6c;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 0;
		line-height: 28px;
	}
	.blue-bg-content h5{
		font-size: 18px;
		font-family: Proxima Nova;
		color: #ae9a6c;
		font-weight: 100;
		margin-top: 20px;
		margin-bottom: 0;
		line-height: 28px;
	}
	
	
	.peach-bg-content h1{
		font-family: Open Sans;
		font-size: 14px;
		font-weight: normal;
	}
	.peach-bg-content h2{
		font-family: Proxima Nova;
		font-size: 18px;
		font-weight: normal;
		color:#172133;
	}
	
	.brown-bg-content h1{
		font-family: Proxima Nova;
		font-size: 24px;
		font-weight: normal;
		color:#0d121f;
	}
	
	.orange-bg-content h1 {
		font-family: Open Sans;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		line-height: 24px;
	}
	
	.title-bar h1 {
		font-family: Proxima Nova Black;
		color: rgb(255, 255, 255);
		font-size: 48px;
		padding-top: 18px;
	}
	
	.gold-title-bar h1 {
		font-family: Proxima Nova;
		font-weight: normal;
		color: #000;
		font-size: 24px;
		margin: 0;
	}
	
	.testimonials-box h1 {
		font-family: Proxima Nova;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		text-transform: none;
	}	
	.site-info .sep {
		clear: none;
		display: inline;
		margin: 0 .4375em;
		visibility: visible;
		width: auto;
		height: auto;
	}
	.hentry {
		margin-bottom: 0;
	}
	.btn-row {
		/*display: inline;*/
		margin:0px auto;
		width: 515px;
	}
	

	
	.specs-left {
		width: 95%;
		float: left;
		padding: 0 25px;
	}

	.section-pad {
		padding: 90px 0 !important;
	}
	.page-template-grid-template .hentry {
		margin-bottom: 1.5em;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		margin-top: 0;
		width: 50%;
		padding-left: 10px;
	}
	blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		margin-left: 3.5em;
	}
	blockquote.alignleft {
		margin-left: 3em;
	}
	blockquote:before {
		font-size: 129px;
		font-size: 8.0625rem;
		left: -.6em;
	}
	.top {
		overflow: hidden;
		margin-bottom: -3.5em;
	}
	.site-header {
		margin-bottom: 0;
		padding-top: 1.25em;
	}
	.site-header.default {
		padding-top: 0;
	}
	.specs-left {
		padding: 0 25px;
	}
	.onecolumn .post-content {
		background: #fff;
		position: absolute;
		bottom: 64px;
		right: 18px;
		padding: 20px;
		max-width: 50%;
	}
	.two-third .post-content {
		max-width: 100%;
		position: relative;
		bottom: 0;
	}
	.single .entry-footer span {
		border-right: 1px solid #303030;
		margin: 0 10px 0 0;
		padding-right: 10px;
	}
	.single .entry-footer span:last-child {
		border-right: none;
	}
	.search-toggle {
		background: #36debd;
		cursor: pointer;
		float: right;
		height: 39px;
		margin-right: 38px;
		margin-top: -0.875em;
		text-align: center;
		width: 39px;
		left: 20px;
		position: absolute;
		z-index: 1000;
	}
	.search-box-wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		position: absolute;
		padding: 4px;
		left: 80px;
		margin-top: -1em;
	}
	.page-template-main-template .top .fourcolumn .entry-content {
		margin: 0 0 3.5em;
	}
	.page-template-main-template .custom-header {
		margin-top: -0.4375em;
	}

	/*--------------------------------------------------------------
	## Columns
	--------------------------------------------------------------*/
	.two-third { 
		width: 68%; 
	}
	.one-third { 
		width: 25%;
	}
	.one-third, .two-third { 
		margin-right: 7%; 
		margin-bottom: 10px; 
		float: left;
	}
	.lastcolumn { 
		margin-right: 0!important;
		clear: right;
	}
	.archive article.clear, .blog article.clear, .search article.clear {
		clear: both;
	}
}
@media screen and ( min-width: 768px ) {
	.map2 {
		height: 719px;
	}
	
	.map-container .map-controls, .mine-map-container .map-controls {
		background: #988e85;
		padding: 10px;
		width: 300px;
		right: 43px;
		top: 123px;
		padding-top: 5px;
	}
	
	.map-container .map-controls {
		position:absolute;
		z-index: 999;
	}
}
@media screen and ( max-width: 768px ) {
	.primarymenu {
		padding: 0 10px;
	}
	img {
		height: auto;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.home blue-bg-content img {
		max-width: 363px !important;
	}
	
	#gmap {
		margin: 0 auto;
	}
}
@media screen and ( min-width: 775px ) {
		.widget_sow-image {
		display: block;
	}
}
@media screen and ( min-width: 880px ) {
	.primarymenu {
		height: 92px;
	}
	.site {
		margin: 0 auto 0;
		width: 95%;
		padding: 0;
	}
	
	.menu-top-menu-container {
		/*width: 100%;*/
	}
	.social-navigation li a {
		padding: 19px 20px 19px;
	}
	.main-navigation a, .ubermenu-target {
		padding: 43px 12px 41px;
	}
	.custom-background .site {
		width: 856px;
	}
	.singular .content-area {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}

	.page-template-grid-template.singular .site-main {
		margin: 0;
	}
	.singular .single-without-sidebar .site-main {
		margin: 0;
	}
	.singular .site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 25%;
	}
	.page-template-fullwidth-page-php .site-main,
	.page-template-right-column-page-php .site-main,
	.page-template-main-template.singular .site-main {
		margin: 0 auto;
	}
	.infinite-loader {
		margin-left: 32%;
	}
	.blog .entry-header,
	.archive .entry-header,
	.search .entry-header,
	.page-template-right-column-page-php .entry-header,
	.page-title,
	.search-no-results .page-header,
	.error404 .page-header {
		float: left;
		width: 25%;
		z-index: 99;
	}
	.blog .sidebar-right-layout .entry-header,
	.archive .sidebar-right-layout .entry-header,
	.search .sidebar-right-layout .entry-header,
	.search-no-results .sidebar-right-layout .page-header,
	.error404 .sidebar-right-layout .page-header {
		float: none;
		width: 100%;
		z-index: 99;
	}
	.archive .page-header .vcard {
		clear: both;
		display: block;
		width: 100%;
	}
	.no-taxonomy-description.archive .page-header .vcard {
		clear: none;
		display: inline;
		width: auto;
	}
	.no-taxonomy-description .page-title,
	.error404 .page-title {
		width: 100%;
	}
	.blog .entry-content,
	.archive .entry-content,
	.search .entry-summary,
	.search .entry-content,
	.page-template-right-column-page-php .entry-content,
	.taxonomy-description,
	.search-no-results .page-content,
	.error404 .page-content {
		float: right;
		margin: 0 0 1.75em;
		width: 70%;
	}
	.blog .sidebar-right-layout .entry-content,
	.archive .sidebar-right-layout .entry-content,
	.search .sidebar-right-layout .entry-summary,
	.search .sidebar-right-layout .entry-content,
	.sidebar-right-layout .taxonomy-description,
	.search-no-results .sidebar-right-layout .page-content,
	.error404 .sidebar-right-layout .page-content {
		float: none;
		margin: 0 0 1.75em;
		width: 100%;
	}
	.blog .entry-meta > span,
	.archive .entry-meta > span,
	.search .entry-meta > span,
	.page-template-right-column-page-php .entry-meta > span {
		clear: both;
		display: block;
		width: 100%;
	}
	.blog .sidebar-right-layout .entry-meta > span,
	.archive .sidebar-right-layout .entry-meta > span,
	.search .sidebar-right-layout .entry-meta > span {
		clear: none;
		display: inline-block;
		margin-right: 10px;
		width: auto;
	}
	blockquote.alignleft,
	blockquote.aligncenter {
		margin-left: 0;
	}
	.grid .byline,
	.grid .comments-link {
		border-right: 1px solid #303030;
		padding-right: 10px;
	}
	.search-box-wrapper {
		width: auto;
	}
}
@media screen and ( max-width: 880px ) {
	.panel-grid {
		margin: 0 !important;
	}
	.home .blue-bg-content img {
		max-width: 363px !important;
	}
}
@media screen and ( max-width: 991px ) {
	.tl-container {
		background: #8c857c;
		padding: 43px;
		margin-top: 145px;
		position:relative;
		z-index: 10;
	}
	.bss-container img {
		position:relative;
		z-index: 10;
	}
}
@media screen and ( min-width: 1088px ) {
	.container {
		width: 1088px;
		margin: 0 auto;
	}
	
	.footer-widgets > div {
		width: 22%;
		float: left;
		padding: 0 35px;
	}
	.footer-widgets > div:first-child {
		width:35%;
	}
	
	.widget-area:nth-child(3) {
		width: 20%;
		float: left;
		display: inline-block;
	}
	.widget-area:nth-child(4) {
		width: 20%;
		float: left;
		display: inline-block;
	}
}
@media screen and ( min-width: 1120px ) {
	.site {
		margin: 0 auto 0;
		width: 992px;
		padding: 0;
	}
	.custom-background .site {
		width: 1048px;
	}
	.site-description {
		clear: none;
		line-height: 1.3;
	}
	.main-navigation ul > li.menu-item-has-children,
	.main-navigation ul > li.page_item_has_children {
		margin-right: .875em;
	}
	.comment .comment-content {
		float: right;
		width: 70%;
	}
	.comment .comment-meta {
		float: left;
		width: 25%;
	}
	.comment-metadata a {
		display: block;
	}
	.comment .comment-metadata span {
		clear: both;
		margin: 0 0 0.4375em;
	}
	.comment .comment-metadata span.comment-author {
		border-bottom: 2px solid #303030;
		margin-bottom: 0.4375em;
	}
	.comment .avatar {
		float: none;
		margin: 0 10px;
		max-width: 44px;
		height: auto;
		position: absolute;
			top: 4px;
			left: -4em;
	}
	.comment span.reply {
		display: inline-block;
	}
	.comment span.edit-link {
		display: inline-block;
	}
	.two-third .onecolumn .post-content {
		background: #fff;
		position: absolute;
		bottom: 64px;
		right: 0;
		padding: 20px 40px;
		max-width: 70%;
	}
}
@media screen and ( min-width: 1280px ) {
	.site {
		width: 1088px;
	}
	.primarymenu {
		height: 100px;
	}
	.main-navigation a, .ubermenu-target {
		padding: 37px 20px 41px 20px;
		font-size: 18px;
	}
	
	.main-navigation li {
		padding: 31px 0 36px;    
	}
	.menu-top-menu-container {
		    width: auto;
			float: right;
			display: inline;	
	}
	#social-navigation .textwidget {
		width: auto;
		float: right;
	}
	
	#social-navigation .textwidget .fa {
		font-size:18px;
		color: #988e85;
	}
	.social-navigation ul {
		list-style: none;
		margin: 0;
		float: right;
	}
	.social-navigation .textwidget li {
		background: #fff;
	}
	.social-navigation li a {
		padding: 19px 20px 19px;
	}
	.social-navigation .textwidget li a {
		padding: 19px 30px 18px;
	}
	.custom-background .site {
		width: 1144px;
	}
	
}
@media screen and ( min-width: 1120px ) {
	.comment-list {
		margin-left: 20px;
	}
}

/*--------------------------------------------------------------
# Subpage Banner
--------------------------------------------------------------*/

.overlay {
    position: absolute;
    z-index: 99999;
    background: rgba(0,0,0,.2);
    height: 0;
    width: 100%;
    padding-bottom: 26.04166666666667%;
}

.page .subpage_banner .wp-post-image {
    margin-bottom: 0;
    transition: none;
}

.subpage_banner {
    line-height: 1;
    margin-bottom: -2px;
    position: relative;
}

.subpage-banner-title {
    font: 72px/72px 'Proxima Nova';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.subpage-banner-subtitle {
    font: 36px/36px 'Proxima Nova';
    color: #fff;
}

.banner-title-container {
    position: absolute;
    max-width: 1088px;
    z-index: 99999;
    margin-left: -544px;
    top: 37%;
    left: 50%;
}
@media screen and (max-width: 1100px) {
	.banner-title-container {
    		margin-left: 0;
    		left: 0%;
	}
	.subpage-banner-title {
		font: 48px/48px 'Proxima Nova';
		font-weight: bold;
	}
	.subpage-banner-subtitle {
		font: 24px/24px 'Proxima Nova';
	}	
}
@media screen and (max-width: 800px) {
	.banner-title-container {
    		top: 23%;
	}	
}
@media screen and (max-width: 450px) {
	.banner-title-container {
    		margin-left: 0;
    		left: 0%;
	}
	.subpage-banner-title {
		font: 24px/24px 'Proxima Nova';
		font-weight: bold;
	}
	.subpage-banner-subtitle {
		font: 12px/12px 'Proxima Nova';
	}	
}

/*--------------------------------------------------------------
# Flip Card
--------------------------------------------------------------*/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	max-width: 100%;
	height: 370px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}


/*--------------------------------------------------------------
# Subpage Unique Styles
--------------------------------------------------------------*/

.subpage-cta {
	margin-bottom: 0;
}

.subpage-cta-link {
	color: #fff!important;
	border: 2px solid #fff;
	border-bottom: 2px solid #fff!important;
	text-align: center;
	width: 50%;
	display: block;
	line-height: 32px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 25%;
	background: rgba(0,0,0,.6);
}
.subpage-cta-link:hover {
    color: #e7882c !important;
    border: #e7882c 2px solid;
    border-bottom: #e7882c 2px solid !important;
}

.subpage-image {
	margin-bottom: 90px;
}

#primary #main .entry-content .subpage .so-panel.widget.widget_sow-image.panel-first-child,
#primary #main .entry-content .subpage .so-panel.widget.widget_sow-editor.panel-first-child { 
	margin-bottom:0!important; 
}

#primary #main .entry-content .subpage .panel-grid {
	margin-left:0!important;
	margin-right:0!important;
}

.subpage-list ul li {
	list-style-type:square!important; 
	list-style-position: inside;
}

.white-btn.sub-link a {
	text-transform: uppercase;
	color: #223453!important;
}

.spacer {
	margin:20px 0 0;
}

.subpage-title h2, .subpage-title h3,
.subpage-title h4, .subpage-title h5,
.subpage-title h6 {
	font-family: Proxima Nova;
	line-height: 28px;
}

.stone-section p {
	font: 16px/30px 'Proxima Nova';
}

.advps-slide-field-three img {
  float: left;
  margin-right: 5px;
}

@media screen and (max-width:780px) {
	.white-btn.sub-link.panel-widget-style {
		margin-left:0!important;
		margin-right:0!important;
	}
	.height-auto {
		max-height:none!important;
		height:auto!important;
	}
	#pg-16-6, #pg-16-7 {
		display: none;
	}
	.subpage-image {
		margin-bottom: 0;
	}
	.mobile-pad {
		padding: 20px;
	}
	.mobile-pad p, .mobile-pad ul li {
		font-size: 14px!important;
		line-height: 21px!important;
	}
	.mobile-pad .pull-quote p {
		padding: 10px 0;
		font-size: 24px!important;
		line-height:30px!important;
	}
}

.hermes.tparrows {
    cursor: pointer;
    background: #e9dfd3;
    width: 66px;
    height: 87px;
    position: absolute;
    display: block;
    z-index: 100;
}
.hermes.tparrows::before {
    font-family: "revicons";
    font-size: 53px;
    color: #988e85;
    display: block;
    line-height: 88px;
    text-align: center;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:hover::before, .hermes.tparrows.tp-rightarrow:hover::before {transform: initial;-webkit-transform: 0;opacity: 1;}

.hermes .tp-arr-allwrapper {
	display:none;
}

/*Job Board*/
.job_filters .search_jobs input,
.job_filters .search_jobs select {
    width: 100%;
    background: #ffffff;
    padding: 5px 15px;
}
.job_filters .search_jobs br{
	display:none;
}
div.job_listing,
article.job_listing{
	width:90%;
	max-width:1088px;
	margin:auto;
	padding:65px 0;
}
.single.single-job_listing .entry-meta,
.single.single-job_listing .titlecomment,
.single.single-job_listing .author-info,
.single.single-job_listing .job_application.application{
	display:none;
}
.single.single-job_listing p {
	margin-bottom:15px;
}
div.job_listing.jobform-container{
	padding-top:0;
}
.job-form-wrapper{
	width:100%;
	max-width:600px;
}
.job-form-wrapper,
.job-form-wrapper *{
	box-sizing:border-box;
}
.job-form-wrapper .jobform-row{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin:0 -5px;
}
.job-form-wrapper .jobform-row .jobform-col-half,
.job-form-wrapper .jobform-row .jobform-col-full{
	flex: 1 1 auto;
	align-self: auto;
	min-width: 0;
	min-height: auto;
	padding:5px;
}
.job-form-wrapper .jobform-row .jobform-col-half{
	flex: 1 1 50%;
	min-width:50%;
}
.job-form-wrapper .jobform-row input[type="text"],
.job-form-wrapper .jobform-row input[type="email"],
.job-form-wrapper .jobform-row input[type="url"],
.job-form-wrapper .jobform-row input[type="tel"]{
	padding:0 10px;
	margin:0;
	width:100%;
	line-height:30px;
	height:30px;
}
.job_filters .search_jobs div.search_submit input[type="Submit"],
.job-form-wrapper .jobform-row input[type="Submit"]{
	margin-top:15px;
	border:0;
	background:#988e85;
	color:#ffffff;
	padding:10px 25px;
	cursor: pointer;
	-webkit-box-shadow: #333 0 0px 0 !important;
    -moz-box-shadow: #333 0 0px 0 !important;
    box-shadow: #333 0 0px 0 !important;
}
.job_filters .search_jobs div.search_submit input[type="Submit"]{
	margin-top:0;
}
ul.job_listings li.job_listing a img.company_logo{
	display:none;
}
.widget ul.job_listings li.job_listing ul.meta{
	text-align:right;
}
.widget ul.job_listings ul li:before{
	display:none;
}
@media screen and (max-width:600px) {
	.job-form-wrapper .jobform-row {
		flex-flow: row wrap;
	}
	.job-form-wrapper .jobform-row .jobform-col-half,
	.job-form-wrapper .jobform-row .jobform-col-full{
		flex: 1 1 100%;
		min-width: 100%;
	}
}