/*
Theme Name: Job Boards
Author: Dave Bergschneider
Author URI: http://www.cmscode.com
Version: 1
Description: Job Boards
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CCJN
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?61dctv");
	src: url("fonts/icomoon.eot?61dctv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?61dctv") format("truetype"), url("fonts/icomoon.woff?61dctv") format("woff"), url("fonts/icomoon.svg?61dctv#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icons-"],
[class*=" icons-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icons-arrow-prev:before {
	content: "\e900";
}
.icons-arrow-next:before {
	content: "\e900";
}

.icons-back-to-top:before {
	content: "\e901";
}

.icons-burger:before {
	content: "\e902";
}

.icons-flag:before {
	content: "\e903";
}

.icons-point:before {
	content: "\e904";
}

.icons-zoom:before {
	content: "\e905";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.links,
#nav ul,
.featured-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
ul > li:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #868585;
	/*background: #00417e;*/
	font: 16px / 1.375 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.375em;
}

blockquote {
	border-left: 4px solid #868585;
	padding-left: .5em;
	margin-left: 1.375em;
}

th,
td {
	border: 1px solid #868585;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 24px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 5px 10px 4px;
	height: 33px;
	font-size: 15px;
	line-height: 18px;
	color: #868585;
	display: block;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #868585;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #868585;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #868585;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #868585;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #868585;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content {
	float: left;
	width: 73%;
}

#sidebar {
	float: right;
	width: 25%;
}

.widget {
	margin-bottom: 1.375em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 38px;
}
.search-form input[type="checkbox"] {
	float: none;
	height: auto;
	margin-right: 10px;
}
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 38px;
}
.search-form input[readonly="readonly"]{
	background: #eee;
	cursor: not-allowed;
}
.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	border: none;
	height: 38px;
	border-radius: 2px;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #59b453;
	padding: 0 5px;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.375em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.375em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.375em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.375em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.375em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #868585;
	padding: .4em;
	margin-bottom: 1.375em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.375em;
}

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

.alignleft {
	float: left;
	margin: 0 1.375em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.375em;
}

.mejs-container {
	margin-bottom: 1.375em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 22px;
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 1;
	background: #00417e;
	color: #fff;
	padding: 11px 14px 12px;
}

h2,
.h2 {
	font-size: 18px;
	color: #3d454c;
	margin: 0 0 3px;
	line-height: 1;
	font-weight: normal;
	padding: 0;
}

h3,
.h3 {
	font-size: 16px;
	color: #3d454c;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: normal;
	padding: 0;
}

h4,
.h4 {
	font-size: 14px;
	color: #3d454c;
	margin: 0 0 15px;
	line-height: 1;
	font-weight: normal;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 11px;
}

p {
	margin: 0 0 23px;
}

a {
	color: #00417e;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

a:hover,
a:focus {
	text-decoration: none;
	opacity: .8;
}

#header {
	width: 100%;
	/*height: 372px;*/
	/*background: #00417e url(images/bg-header.png) no-repeat 50% 0;*/
	/* background-size: auto 100%; */
	background-size: cover;
	padding: 22px 0 0;
	position: relative;
	border-bottom: 10px solid #dbdbdb;
}

#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #00203e;
	opacity: .6;
}

#header .container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 340px;
}

.logo {
	order: 1;
	flex-grow:1;
	align-self: center;
	text-align: center;
}

/* New header by zamzamlab start*/

.moto-box{
	width: 100%;
}

.row {
	/* Setup Flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* Reverse Column Order */
	-webkit-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

.logo-box {
	order: 1;
	flex-grow: 1;
	align-self: center;
	text-align: center;
	margin: 10px 0;
}

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

.slogan {
	order: 2;
	flex-grow: 2;
	align-self: center;
	text-align: center;
	font: 35px / 40px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	color: #00539b;
	background: linear-gradient(to right, #1fb25a 0%, #00529b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
	.moto-box{
		align-items: center;
		justify-content: center;
	}

	.row{
		align-items: center;
	}

	.logo-box {
		order: 2;
		flex-grow: 2;
	}

	.logo-box img{
		max-width: 200px;
	}

	.slogan {
		order: 1;
		flex-grow: 1;
	}
}

/* New header by zamzamlab end*/

#nav{
	/*order: 2;
	flex-grow:2;
	align-self: flex-end;*/
}

@media (max-width: 767px) {
	.logo{
		width: 100% !important;
	}
}

.righthead {
	position: absolute;
	right: 5px;
	top: 11px;
}

.links {
	overflow: hidden;
}

.links li {
	float: left;
	margin-left: 6px;
}

.links li:before {
	display: none;
}

.links li:first-child {
	display: none;
	margin-left: 0;
}

.btn {
	display: block;
	border-radius: 2px;
	background: #fff;
	color: #00417e;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 10px;
}

.btn:hover {
	opacity: .8;
}

#nav {

}

#nav ul {
	overflow: hidden;
	padding: 10px 22px 9px;
	/*background: rgba(16, 55, 91, .8);
	background: rgba(0, 21, 47, .5);*/
}

#nav ul li {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#nav ul li:before {
	display: none;
}

#nav ul li a {
	display: block;
	padding: 7px 21px;
	/*color: #fff;*/
	-webkit-transition: background .3s;
	transition: background .3s;
	border-radius: 4px;
}

#nav ul li a:hover {
	opacity: 1;
	background: #00417e;
}

/*#nav ul li.active a {
	background: #00417e;
}*/

.nav-opener {
	display: none;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 6px 9px 5px;
	border: 1px solid #fff;
	border-radius: 4px;
	position: absolute;
	top: -44px;
	right: 16px;
}

.nav-opener .ico {
	float: left;
	font-size: 9px;
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}

.nav-opener:hover {
	opacity: .9;
}

/* disable animation while browser is resizing */

.resize-active .hold,
.resize-active .drop,
.resize-active .drop > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1010px;
	padding: 0 5px;
	margin: 0 auto;
}

.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	background: #fff;
	color: #00417e;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 10px;
}

.btn:hover {
	opacity: .8;
}

.btn.blue {
	background: #00417e;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border-radius: 4px;
	padding: 11px 14px 10px;
}

#main {
	padding: 13px 0 29px;
	background: #eee;
}

#twocolumns {
	float: left;
	width: 73.5%;
}

#twocolumns .aside {
	float: left;
	width: 34%;
}

#twocolumns #content {
	width: 64%;
	float: right;
}

#content {
	background: #fff;
	padding: 0 19px 14px;
}

#content h1 {
	margin: 0 -19px 10px;
}

.home #content h1 {
	margin: 0;
}

.home #content {
	background: none;
	padding: 0;
}

#sidebar {
	width: 25%;
	float: right;
}

#sidebar h3 {
	background: #00539b;
	color: #fff;
	padding: 11px 14px 12px;
}

#sidebar .search-form {
	border-top: 1px solid #ccc;
}

.widget {
	margin-bottom: 14px;
}

.widget input[type="text"],
.widget input[type="tel"],
.widget input[type="email"],
.widget input[type="search"],
.widget input[type="password"],
.widget textarea {
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	padding: 0 40px 0 12px;
	height: 38px;
	border-radius: 2px;
	background: #f3f6f9;
	border: 0;
}

.widget input[type="search"] {
	margin: 0 0 6px;
	padding: 0 12px;
	width: 100%;
}

.widget .jcf-select {
	border-radius: 2px;
	background: #f3f6f9;
	border: 0;
}

.widget .jcf-select .jcf-select-text {
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	margin: 0 40px 0 12px;
}

.widget .search-form input[type="submit"] {
	width: 100%;
}

.search-form .row {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.search-form .point:after,
.search-form .search:after {
	content: "\e905";
	position: absolute;
	font-size: 14px;
	line-height: 1;
	right: 15px;
	top: 50%;
	font-family: "icomoon";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6e7d89;
	z-index: 2;
}

.search-form .point:after {
	content: "\e904";
}

.search-form input[type="submit"] {
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #59b453;
	height: 38px;
	border-radius: 2px;
	border: 0;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
}

.search-form input[type="submit"]:hover {
	opacity: .8;
}

.search-form .serch-wrap {
	padding-top: 6px;
}

#twocolumns .item-box .title h2 {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
}

.item-box {
	background: #fff;
}

.item-box > h1, .item-box > h2 {
	background-color: #00539b;
}

.item-box .title {
	/*color: #fff;
	background: #00417e;*/
	padding: 11px 14px 12px;
}

.item-box .title .btn-link {
	color: #fff;
	font-weight: bold;
	position: absolute;
	display: inline-block;
	padding: 7px 14px;
	font-size: 13px;
	line-height: 16px;
	background: #4d7aa4;
}

.item-box .title .btn-link:hover {
	opacity: .8;
}

.item-box .title h1 {
	margin: 1px 0 0;
	color: #fff;
}

.item-box .title h3 {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
}

.item-box .title.button-title {
	position: relative;
}

.item-box .title.button-title .btn-link {
	position: absolute;
	top: 5px;
	right: 10px;
}

.item-box .title.button-title h3 {
	padding-right: 160px;
}

.item-box .text {
	font-size: 11px;
}

.item-box .text p {
	margin: 0 0 10px;
}

.item-box .item-body {
	padding: 14px 14px 14px;
}

.item-box .visual-body {
	padding: 20px 41% 50px 20px;
	background-size: cover;
	color: #fff;
	position: relative;
	min-height: 178px;
	font-size: 13px;
	line-height: 18px;
}

.item-box .visual-body .visual {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
}

.item-box .visual-body .text {
	font-size: 13px;
	line-height: 18px;
}

.item-box .visual-body .btn {
	position: absolute;
	bottom: 12px;
	left: 12px;
}

.item-box .content-body {
	padding: 19px 0 0;
}

.item-box .content-body h2 {
	padding: 0;
}

.search-form {
	padding: 12px 0 0;
}

.featured-list li {
	border-top: 1px solid #e2e2e2;
	padding: 0 10px;
	overflow: hidden;
}

.featured-list li:before {
	display: none;
}

.featured-list .visual {
	width: 91px;
	float: left;
	margin: 0 31px 0 0;
	height: 90px;
	text-align: center;
	white-space: nowrap;
}

.featured-list .visual:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.featured-list .visual img {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	overflow: hidden;
	font-size: 12px;
}

.featured-list .content-list {
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	padding: 9px 0 11px;
}

.featured-list .content-list .ico {
	float: left;
	margin: 1px 8px 0 0;
}

.featured-list .content-list .icons-point {
	font-size: 11px;
}

.featured-list .content-list .text-ico {
	overflow: hidden;
	display: block;
}

.featured-list h3 {
	font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #3d454c;
	margin: 0 0 6px !important;
	font-weight: normal;
	padding: 0;
}

.featured-list h3 a {
	color: #3d454c;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.featured-list h3 a:hover {
	opacity: .8;
}

.featured-list .columns {
	overflow: hidden;
	color: #606060;
}

.featured-list.search-results .columns {
	overflow: visible;
}

.featured-list .columns .col {
	float: right;
	width: 45%;
}

.featured-list .columns .col:first-child {
	float: left;
}

.featured-list.featured-list-1 h3 {
	white-space: normal;
	overflow: visible;
	margin-bottom: 10px !important;
}
.featured-list.featured-list-1.search-results h3 {
	white-space: normal;
	overflow: visible;
	margin-bottom: 15px !important;
}

.featured-list.featured-list-1 h3 a {
	white-space: normal;
	overflow: visible;
	display: inline;
}
.featured-list.search-results li {
    padding-bottom: 10px;
}

.featured-list.featured-list-1 .columns .col {
	width: 34%;
}
.featured-list.featured-list-1.search-results .columns .col {
	width: 25%;
	float: left;
}
.featured-list.featured-list-1.search-results .columns .col:nth-child(3) {
	width: 15%;
	float: right;
}

.featured-list.featured-list-1 .columns .col:first-child {
	width: 61%;
}
.featured-list.featured-list-1.search-results .columns .col:first-child {
	width: 60%;
}
.search-results {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.search-results li:nth-child(even) {
	background: #f8f8f8;
}

.box {
	margin-bottom: 17px;
}

.page-wrap {
	text-align: center;
	padding: 19px 0;
}

.page-wrap .nav-links {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.navigation-comments,
.nav-links {
	font-size: 0;
	letter-spacing: -4px;
	line-height: 0;
}

.navigation-comments .page-numbers,
.nav-links .page-numbers {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 31px;
	height: 31px;
	background: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 0 3px;
	color: #868585;
	font-weight: bold;
	-webkit-transition: background .3s, color .3s, border-color .3s;
	transition: background .3s, color .3s, border-color .3s;
}

.navigation-comments .page-numbers:hover,
.nav-links .page-numbers:hover {
	background: #34495e;
	color: #fff;
	border-color: #34495e;
	opacity: 1;
}

.navigation-comments .page-numbers.prev,
.navigation-comments .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	width: auto;
	padding: 0 10px;
}
.navigation-comments .page-numbers.prev, .nav-links .page-numbers.prev{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.navigation-comments .page-numbers.current,
.nav-links .page-numbers.current {
	background: #34495e;
	color: #fff;
	border-color: #34495e;
}

.navigation-single .next,
.navigation-single .prev {
	background: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	background: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	color: #868585;
	font-weight: bold;
	-webkit-transition: background .3s, color .3s, border-color .3s;
	transition: background .3s, color .3s, border-color .3s;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #34495e;
	color: #fff;
	border-color: #34495e;
	opacity: 1;
}

ul {
	padding: 0;
	margin: 0 0 23px;
	list-style-type: none;
}

ul > li {
	position: relative;
}

ul > li:before {
	content: "";
	position: relative;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 5px 0 0;
	float: left;
	background: #666;
}

.states
{
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.states ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.states ul li:first-child
{
    margin-top:0px;
}

address {
	font-style: normal;
	margin: 0 0 10px;
}

address .address-link {
	padding: 22px 0 0;
}

address a {
	color: #666;
}

.section h2 {
	margin-bottom: 10px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar #prev {
	text-align: left;
}

iframe {
	width: 100%;
	display: block;
}

th,
td {
	padding: 2px;
	text-align: center;
}

#footer {
	width: 100%;
	line-height: 16px;
	font-size: 11px;
	color: #666;
}

#footer .bar {
	background: #fff;
	padding: 42px 6px 34px;
}

#footer .columns {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#footer .columns .col {
	float: left;
	width: 25.5%;
	padding: 0 10px;
	position: relative;
}

#footer .columns .col:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: -webkit-linear-gradient(top, rgba(202, 202, 202, .1) 0%, #cacaca 15%, #cacaca 50%, #cacaca 85%, rgba(202, 202, 202, .1) 100%);
	background: linear-gradient(to bottom, rgba(202, 202, 202, .1) 0%, #cacaca 15%, #cacaca 50%, #cacaca 85%, rgba(202, 202, 202, .1) 100%);
}

#footer .columns .col:first-child {
	width: 65%;
	padding: 0 10px 0 0;
}

#footer .columns .col:first-child:after {
	display: none;
}

#footer .columns .col:last-child {
	width: 33.5%;
}

#footer h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	/*color: #00417e;*/
	margin: 0 0 10px;
}

#footer .panel {
	color: #fff;
	position: relative;
	padding: 16px 6px;
}

#footer .panel p {
	margin: 0;
	display:inline-block;
}

#footer .panel a {
	color: #fff;
}

.email-form {
	padding: 6px 0 0;
}

.email-form .input-hold {
	border: 1px solid #d3d3d3;
	position: relative;
	padding: 0 58px 0 0;
}

.email-form .input-hold input {
	height: 27px;
	padding: 0 6px;
	color: #666;
	border: 0;
	font-size: 11px;
	line-height: 14px;
}

.email-form .input-hold input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	background: #00417e;
	color: #fff;
	text-align: center;
	font-size: 11px;
	border: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.email-form .input-hold input[type="submit"]:hover {
	opacity: .8;
}

.social-networks {
	overflow: hidden;
	padding: 6px 0;
}

.social-networks li {
	float: left;
	margin: 0 8px 8px 0;
}

.social-networks li:before {
	display: none;
}

.social-networks li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/sprite-1.png) no-repeat;
}

.social-networks li .facebook {
	background-position: 0 0;
}

.social-networks li .twitter {
	background-position: -33px 0;
}

.back-to-top {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	color: #fff;
	font-size: 8px;
	text-align: center;
	line-height: 27px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, .4);
	z-index: 10;
}
#footer ul.mobile-hidden{
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
	display:inline-block;
}
#footer ul.mobile-hidden li{
	display:inline-block;
	list-style:none;
	position:relative;
	padding:0 2px 0 5px;
}
#footer ul.mobile-hidden li:before{
	position:absolute;
	left:0;
	top:3px;
	width:1px;
	height:10px;
	background:#fff;
	border-radius: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #eee;
	background: #f3f6f9;
	margin: 0;
	width: 100%;
	height: 38px;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 38px;
	margin: 0 35px 0 8px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 42px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "\e902";
	position: absolute;
	right: 50%;
	top: 50%;
	font-size: 13px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	font-family: icomoon;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 0;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 0;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f3f6f9;
	line-height: 16px;
	font-weight: bold;
	color: #868585;
	font-size: 13px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 12px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #868585 !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #868585;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.button {
    background: #34495e none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.count {
	font-size:0.8em;
	color: #3d454c;
}

/* Job Detail */
.job-form {
    width: 60%;
}
.job-header {
    float: left;
    width: 100%;
}
.job-header img {
    float: left;
    max-width: 200px;
    font-weight: bold;
}
.job-links {
    float: right;
    text-align: right;
}
ul.job-meta > li::before, ul.job-links > li::before {
	background: none;
}
.job-links li {
    text-align: right;
}
.job-meta li {
	float: left;
	font-size: 13px;
}
.divider {
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 5px 0 20px;
}
#wp-description-editor-container{
	border: 1px solid #ddd;
}
.quicktags-toolbar{
	min-height: 68px !important;
}
table.billing{
	margin-top: 20px;
	width: 100%;
}
table.billing td{
	border: 0px;
	border-top: 1px solid #aaa;
	font-size: 15px;
	padding: 3px 5px;
}
table.billing td.tdheader{
	background: #00417e;
	color: #70a5cb;
}
table.credit_card{
	font-size: 15px;
	max-width: 100%;
}
table.credit_card td{
	border: 0px;
}
.select_m .jcf-select{
	width: 60%;
	float: left;
}
.select_m select[name="ccexpyr"] + .jcf-select{
	width: 30%;
	float: right;
}
.device_m_y{
	line-height: 39px;
}
.desc_logo_field{
	font-size: 90%;
}
.error_upload_img{
	font-size: 90%;
	color: red;
}
.demo_logo{
	border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.logo {
		width: 200px;
		margin-top: 25px;
	}

	#nav ul {
		padding: 10px 10px 9px;
	}

	#nav ul li {
		font-size: 12px;
	}

	#nav ul li a {
		padding: 7px 15px;
	}

	.item-box .visual-body .visual {
		width: 42%;
	}

	.featured-list .visual {
		margin-right: 15px;
		width: 70px;
	}

	.featured-list h3 {
		font-size: 15px;
		padding: 0;
	}

	#footer .columns .col {
		width: 33%;
	}

	#footer .columns .col:first-child {
		width: 41%;
	}

	#footer .columns .col:last-child {
		width: 26%;
	}

	.back-to-top {
		right: 6px;
	}
}

@media (max-width: 767px) {
	#content {
		width: 100%;
	}

	#sidebar {
		width: 100%;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.h1 {
		padding: 7px 8px 7px;
	}

	#header {
		border-top: 64px solid #00417e;
		/*height: 252px;*/
	}

	#header .container {
		position: static;
	}

	.logo {
		float: none;
		margin: 0 auto;
		width: 310px;
	}

	.righthead {
		right: auto;
		left: 12px;
		top: -44px;
	}

	.righthead .btn {
		background: none;
		border: 1px solid #fff;
		border-radius: 4px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding: 6px 7px 5px;
		min-width: 84px;
	}

	.links li:first-child {
		display: block;
	}

	.nav-opener {
		display: block;
	}

	#nav .drop {
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
	}

	#nav ul {
		float: none;
		padding: 0;
		background: #10375b;
	}

	#nav ul li {
		float: none;
		margin: 0;
		padding: 0;
		border: none;
		display: block;
	}

	#nav ul li a {
		display: block;
		padding: 6px 5px;
		text-align: center;
	}

	.drop {
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-active .drop {
		max-height: 4000px;
	}

	.drop > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-active .drop > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#main {
		padding: 6px 0 9px;
	}

	#twocolumns {
		width: 100%;
	}

	#twocolumns .aside {
		display: none;
	}

	#twocolumns #content {
		width: 100%;
	}

	#sidebar {
		display: none;
	}

	#twocolumns .item-box .title h2 {
		font-size: 12px;
	}

	.item-box .title {
		padding: 7px 8px 7px;
	}

	.item-box .title .btn-link {
		font-size: 10px;
		line-height: 12px;
		padding: 4px 8px;
	}

	.item-box .title h3 {
		font-size: 12px;
	}

	.item-box .title.button-title .btn-link {
		top: 3px;
		right: 7px;
	}

	.item-box .title.button-title h3 {
		padding-right: 125px;
	}

	.featured-list .visual {
		width: 60px;
		height: 59px;
		margin-right: 17px;
	}

	.featured-list .content-list {
		font-size: 10px;
		line-height: 1.1;
		padding: 6px 0 11px;
	}

	.featured-list .content-list .icons-flag {
		font-size: 7px;
	}

	.featured-list .content-list .icons-point {
		font-size: 7px;
	}

	.featured-list h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 3px;
	}

	.featured-list .columns .col {
		width: 44%;
	}

	.featured-list .columns .col:first-child {
		width: 47%;
	}

	.featured-list.featured-list-1 h3 {
		margin-bottom: 5px;
	}

	.featured-list.featured-list-1 li {
		padding: 0 6px;
	}

	.featured-list.featured-list-1 .content-list {
		padding: 7px 0;
	}

	.box {
		margin-bottom: 11px;
	}

	.page-wrap {
		padding: 13px 0;
	}

	.navigation-comments .page-numbers,
	.nav-links .page-numbers {
		width: 20px;
		height: 20px;
		line-height: 14px;
		font-size: 10px;
		padding: 3px 5px;
		margin: 0 1px 0 2px;
	}

	.navigation-comments .page-numbers.prev,
	.navigation-comments .page-numbers.next,
	.nav-links .page-numbers.prev,
	.nav-links .page-numbers.next {
		width: auto;
		padding: 3px 5px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		height: 20px;
		line-height: 14px;
		padding: 3px 5px;
		font-size: 10px;
	}

	#footer {
		font-size: 13px;
		line-height: 16px;
	}

	#footer .bar {
		padding: 42px 0 13px;
	}

	#footer .columns .col:first-child {
		width: 100%;
		padding: 0 6px;
	}

	#footer .columns .col:first-child + .col {
		display: none;
	}

	#footer .columns .col:last-child {
		display: none;
	}

	#footer h2 {
		margin-bottom: 12px;
	}

	#footer .panel {
		padding: 10px 0;
		text-align: center;
	}

	#footer .panel .separator {
		display: none;
	}

	.mobile-hidden {
		display: none !important;
	}

	.back-to-top {
		display: none;
	}
}

/*** Customizations for different sites ***/

.search-results .col:last-child .hold {
	text-align: right;
}
.featured-list.featured-list-1.search-results .columns .col:first-child {
	width: 55%;
}
.featured-list.featured-list-1.search-results .columns .col:nth-child(3) {
	width: 20%;
}
.search-results .col:last-child .hold .button {
	padding: 0;
	color: #000000;
	background: none;
}
