/*
Theme Name: Bear
Theme URI: gbscorp.com
Description: Bootstrap based WordPress theme created for GBS Corp. By WRL Advertising.
Author: Randal A Pope II
Author URI: randalthesecond.com
Template: runway-framework
Version: 1.0
License: GNU General Public License

*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

html {
	-webkit-font-smoothing: antialiased !important;
}

body {
	word-wrap: break-word;
	background: #efefef;
	/* #DDD */
	padding-top: 0px!important;
	color: #636565;
	font-family: 'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans';
}

::selection {
	background: #06184A;
	/* WebKit/Blink Browsers */
	color: #fff;
}

::-moz-selection {
	background: #ffb7b7;
	/* Gecko Browsers */
	color: #fff;
}

p {
	margin: 0 0 36px;
}

p+ul {
	margin-top: -36px;
}

.entry-content {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_row {
	padding: 0 100px;
}

.vc_row .vc_row {
	padding: 0px;
}

.white-text {
	color: #fff;
}

.fs14 {
	font-size: 14px;
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.gallery-caption {}


img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}


.gallery {
	margin-bottom: 1.5em;
}

.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.gallery dd {
	margin: 0;
}



embed,
iframe,
object {
	max-width: 100%;
}



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


.main-header,
.main-header .page-title {
	margin-top: 0
}

.main-content-inner {
	padding-bottom: 1.5em;
}

.hentry {
	margin: 0 0 0;
}

article.post.sticky .page-header h1 a {
	font-weight: 500;
}

#content article .page-header h1 {
	margin-top: 0;
}

#content article:first-child .page-header {
	margin-top: 0;
}

.bypostauthor {}



#footer {
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #979797;
	margin-bottom: 70px;
}

#footer a {
	color: #0177c1;
}

#footer ul li {
	list-style: none;
}

#footer ul li ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer ul li ul li a {
	color: #979797;
}

.clear {
	clear: both;
}

.sticky-contact-btn {
	position: fixed;
	bottom: 25px;
	right: 15px;
	background-color: #337ab7;
	box-shadow: rgba(0, 0, 0, 0) 0 0 1px 0;
	color: white!important;
	cursor: pointer;
	font-family: "Open Sans";
	font-size: 18px;
	height: 47px;
	line-height: 27.1116px;
	margin-left: 0;
	margin-right: 0;
	overflow-wrap: break-word;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: center;
	transition-duration: 0.2s;
	transition-property: color, background-color;
	width: 180px;
	border-radius: 10px;
	border: 1px solid #fff;
	z-index: 9999;
}

button.submit_btn_contact {
	margin-top: 20px!important
}

a.sticky-contact-btn:hover {
	background: #020e38!important;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
	margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
	padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
	display: none;
}


.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
	margin-left: 1.5em;
}


.admin-bar .navbar-wrapper .navbar-fixed-top {
	/* margin-top: 32px; */
}

/* nav redesign */

.flex-search {
	position: relative;
	width: 38px;
	height: 38px;
}

.nav2-search {
	position: absolute;
	z-index: 99999999999
}

.nav2-search {
	width: 38px;
	height: 38px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	margin: 0 10px 0 0px;
	border: 1px solid #d3d3d4;
}

.nav2-search i {
	font-size: 15px;
	color: #363737
}

.nav2-top ul li {
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	margin: 0 10px;
	line-height: 20px
}

.nav2-top ul li a {
	color: #020e38;
	text-decoration: none
}

.header-main-ul {
	padding: 0px;
	height: 92px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-top {
	flex: 80%;
}

.header-main-ul,
.navbar2-nav {
	margin: 0px!important
}


#menu-top-menu li {
	display: inline-block;
}

/* nav redesign */

.top-search {
	width: 100%
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}



.ubermenu-submenu-reverse{padding-left:0px!important}

/*.tp-bullet:last-child{display:none!important}*/

@media (max-width: 782px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		margin-top: 46px !important;
	}
}

@media (max-width: 600px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		position: absolute;
	}
}


#footer {
	background: #fff;
}

.navbar-default {
	border: 0px solid #fff;
	padding: 0px 35px !important;
	background: #fff;
}


/* Navigation */

header .navbar {
	margin: 0px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
	padding: 0px 10px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #0177c1;
	background: transparent;
}

.navbar-default .navbar-nav>li {
	border-right: 1px solid #fff;
}

.navbar-default .navbar-nav>li:last-of-type {
	border-right: 0px solid transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #0177c1;
	background: transparent;
}

#menu-top-menu {
	margin-right: 16px;
	right: 0;
	color: #fff;
	z-index: 9999;
	font-size: 10px;
	margin-top: -40px;
	position: relative;
	z-index: 9999999;
}

/*extra space in nav*/

/*.ubermenu-submenu .ubermenu-submenu-type-flyout .ubermenu-submenu-drop .ubermenu-submenu-align-vertical_full_height*/

.ubermenu-submenu-align-vertical_full_height {
	/*min-height:200px!important;*/
	/*min-width:auto!important;*/
	/*min-width:300px;*/
}

.flex-search {
	margin-right: 20px
}

ul.ubermenu-nav {
	display: flex;
	align-items: center;
	justify-content: center
}


.search-submit {
	border: none;
	background-color: #337ab7 !important;
	margin-left: 0 !important;
	height: 37px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: right;
}

.mega-menu {
	height: auto!important
}

@media only screen and (max-width: 1228px) {
	ul.ubermenu-nav {
		display: block!important;
	}
}

.mega-menu {
	z-index: 999!important
}

@media only screen and (max-width: 1024px) {
	ul.ubermenu-nav {
		display: block;
		align-items: none;
		justify-content: none
	}

	#navbar-main {
		display: none;
	}
}

.mega-menu {
	background: #020e38;
	/*height: 54px;*/
	width: 100%;
	margin: auto;
	z-index: 999999;
	position: relative;
}

.mega-menu-wrap {
	max-width: 1370px;
	margin: auto;
}

.mega-menu #menu-solutions {
	padding-left: 80px;
	list-style: none;
}


.ubermenu-tab-content-panel {
	background: #0077c0;
}

.mega-menu ul li a {
	width: 240px;
	line-height: 30px;
	padding-bottom: 16px;
	/*text-transform: uppercase;*/
	font-size: 14px!important;
	background-color: #020e38;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	z-index: 99;
	background-image: url('assets/images/down-arrow.png');
	background-position: center 30px;
	background-repeat: no-repeat;
	padding-top:15px!important
}

.mega-menu ul li a:hover {
	text-decoration: none;
	color: #107CC2;
	background: none;
}

.nav>li>a:focus {
	background: none;
}


.hp-slider {
	width: 1400px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	/*position: relative;*/
	/*z-index: 1000000;*/
}

.boxtop {
	height: 319px;
	width: 1370px;
	background: url('assets/images/box.png');
	margin-top: -129px;
	position: absolute;
	z-index: 9;
}

.banner-heading {
	background: #3ea7eb;
	text-transform: uppercase;
	float: left;
	padding: 15px 40px 15px 135px;
	margin-left: -135px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.banner-heading:before {
	content: '';
	width: 20px;
	height: 22px;
	background: url('assets/images/banner_bend.png');
	position: absolute;
	left: -120px;
	margin-top: 47px;
}

.banner-heading:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	clear: both;
}

.hp-blurb {
	position: relative;
	z-index: 99;
	padding-left: 100px;
	padding-right: 170px;
}

.vc_column-inner > .rev_slider_wrapper {
	padding: 0px;
}

.section_slider {
	margin-top: -28px;
}

.breadcrumbs-wrap {
	margin-top: -100px;
	width: 70%;
	float: right;
	font-size: 14px;
}

#breadcrumbs {
	float: right;
	height: inherit;
	line-height: 24px;
	margin-top: 40px;
	margin-right: 100px;
}

#breadcrumbs li {
	float: left;
	margin-left: 10px;
	list-style: none;
	font-weight: bold;
}

.section_title {
	width: 200px;
	height: 200px;
	position: absolute;
	margin-top: -100px;
	margin-left: 100px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}

.section_header {
	background: #fff;
	width: calc(100% - 30px);
	margin-left: 15px;
	padding-bottom: 00px;
	position: relative;
}

.section_title {
	position: relative;
	display: table;
}

.section_title span {
	font-size: 24px;
	line-height: 22px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;

}

.page h1 {
	font-size: 38px;
	vertical-align: middle;
	display: table-cell;
}

.separator {
	font-family: FontAwesome;
	font-size: 75%;
}

.mega-menu ul li a {
	text-align: left !important;
	color: #fff;
	padding: 0px 10px;
	margin: 0px;
	width: inherit;
	height: inherit;
	background: none;
	border-right: 1px solid #fff;
}

.mega-menu ul li a:last-of-type {
	border-right: none;
}

.triangle-down {
	position: relative;
	top: 1.8em;
	right: 3.3em;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	border-left: 6.25px solid transparent;
	border-right: 6.25px solid transparent;
	border-top: 6.5px solid #0077c0;
}

.twoLine a span {
	margin-top: -10px !important;
	display: inline-block;
}

/* UBER MENU STYLES */

/*
.ubermenu-submenu-type-tabs-group{
	background-color: #1c86c7 !important;
}*/

#menu-item-339 {
	width: 285px;
}

#menu-item-339 #solutions_top {
	padding-top: 5px;
}

#solutions_top .ubermenu-target-title.ubermenu-target-text {
	vertical-align: middle !important;
	margin-top: -18px;
}

.ubermenu-sub-indicator-close {
	display: none !important;
}

#solutions_top {
	padding-left: 80px !important;
}

#solutions_top span {
	width: 60% !important;
}

.gbs-mobile-menu {
	display: none !important;
}

.ubermenu-icon.fas.fa-bars {
	font-size: 28px;
}

#menu-item-2278 {
	border-bottom: 0px solid transparent;

}

#menu-item-2278 a {
	/*height: 54px !important;*/
}

.request-info-button {
	padding: 10px 30px;
	margin: 200px auto;
	color: #0175C2;
	display: inline-block;
}

.request-info-button:hover {
	text-decoration: none;
	color: #0175C2;
}


.ubermenu-item-level-1,
.ubermenu-item-level-2,
.ubermenu-item-level-3,
.ubermenu-item-level-4 {
	font-size: 13px;
	line-height: 20px;
}

.ubermenu-item-level-4 {
	font-size: 12px !important;
}

.ubermenu-item {
	margin-top: 0px !important;
	line-height: 20px;
}

.ubermenu-target {
	padding: 15px 20px !important;
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
	padding-bottom: 0px !important;
}

.ubermenu li a {
	height: 47px !important;
}

.page h1 {
	padding-bottom: 30px;
}

.ubermenu .ubermenu-row {
	margin-bottom: 0px !important;
}


/*
.certificate:before{
	content:"\f0a3";
	font-family: 'FontAwesome';
	margin-right: 10px;
	
}
*/

.certificate {
	line-height: 100px;
}

#request-info-box {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 0px 250px;
	text-align: center;
	overflow: hidden;
}

#request-info-box label {
	display: none !important;
}

#contact_form input {
	height: 64px;
}

#contact_form {
	width: 94%;
	margin: 400px auto 0px auto;
}

.form-move {
	margin-top: -310px !important;
}

#contact_form {
	position: relative;
	background: #4cccff;
}

#request-info-box .vfb-help-block {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#request-info-box .parsley-required {
	position: absolute;
	top: 43px;
	right: 20px;
}

#vfb-field-31 {
	float: right;
	margin-top: -70px;
	margin-right: 11px;
	padding: 10px 18px;
	position: relative;
}

#request-info-box .vfb-form-group {
	position: relative;
}

#request-info-box .vfb-form-group input,
#request-info-box .vfb-form-group textarea {
	background: rgba(255, 255, 255, 0.95) !important;
}

#form_close {
	display: block;
	float: right;
	color: #fff;
	margin-top: 10px;
	opacity: 0;
	text-shadow: 1px 1px 10px #9c9faf;
	font-size: 24px;
	cursor: pointer;
}

#form_close:after {
	font-family: 'FontAwesome';
	content: "\f00d";
}

#form_close:hover {
	color: #107CC2;
}

.ubermenu-main li a,
.ubermenu-nav li>a {
	font-size: 14px!important;
	/*text-transform: uppercase!important*/
}

.ubermenu-nav li a {
	font-size: 12px!important
}

/* Start Search Addition */

.search-header {
	font-size: 30px;
}

.search-container {
	margin-left: 15px;
	margin-right: 15px;
}

.navbar-header {
	width: 100%;
}

.search-field {
	border-top: 1px solid #d3d3d4;
	border-left: 1px solid #d3d3d4;
	border-bottom: 1px solid #d3d3d4;
	border-right: 0px;
	margin-right: -5px !important;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 203px;
	float: left;
}

.search-submit {
	border: 1px solid #d3d3d4;
	background-color: #fff !important;
	margin-left: 0 !important;
	height: 37px;
	border-top: 1px solid #d3d3d4;
	border-right: 1px solid #d3d3d4;
	border-bottom: 1px solid #d3d3d4;
	border-left: 1px solid #d3d3d4;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: right;
}

.search-title a {
	color: #0078C1;
}

.entry-meta p a {
	background-color: #0078C1 !important;
}

.pagination-container {
	text-align: center;
	padding: 0 0 30px;
}

footer.entry-meta {
	margin-top: 10px;
}


/* */

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 0px;
	/*padding: 20px;*/
	border: 1px solid #888;
	width: 50%;
	/* Could be more or less, depending on screen size */
}

.modal .form-group {
	padding: 0px!important;
	margin: 0px!important
}

.modal .form-group input.search {
	width: 80%!important
}

/* The Close Button */

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}




nav>ul>li>a>i {
	display: none!important
}

.modal input[type="search"] {
	width: 80%
}

.flex-search {
	padding-right: 20px!important
}

.nav2-search {
	cursor: pointer
}

.header-main-ul {
	padding-right: 20px!important
}

.modal .search-submit {
	border: 1px solid #d3d3d4;
	background-color: #0077c0!important;
	margin-left: 0!important;
	height: 37px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}

.modal .search-submit i {
	color: white!important
}


.sticky {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
}

.ubermenu .ubermenu-retractor {
	color: #fff;
}

.single-job_listing .entry-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.menu-item-7914 a:hover {
	text-decoration: none;
}

.search-mobile {
	display: none
}

ul li li.ubermenu-item {
	width: 100%!important
}

/* 3560 */

.ubermenu .ubermenu-submenu {
	min-width: 342px;
	min-height: 225px!important;
}

.mega-menu-wrap>a {
	color: white!important
}

#menu-top-menu {
	/*text-transform:uppercase*/
	font-weight: 700!important;

}

#menu-top-menu>a {
	font-size: 10px!important
}

.mobile-footer{display:none}

@media screen and (max-width: 1400px) {
	#solutions_top {
		padding-left: 50px !important;
	}
	#menu-item-2278 {
		width: 30%;
	}
	.boxtop {
		width: 100%;
		background-position: top right;
		background-size: 100%;
		margin-top: -92px;
		background-repeat: no-repeat;
	}

	.hp-slider {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}

	.hp-blurb h1 {
		padding-top: 80px;
		font-size: 42px !important;
	}

}

.ubermenu-target-text {
	margin-left: 10px!important;
}


/* social icons */
ul.social-icons{
	margin-top:-20px !important;
}

ul.social-icons li {
    display: inline-block;
    width: 38px;
    margin:0px 0 -10px -9px!important;
}


/*Podcast*/
.podcast-container {
	padding: 0 100px;
}

.podcast-single {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto; 
  gap: 0px 0px;
  gap: 0px 30px;
  grid-template-areas: 
    ". ."; 
}

.podcast-single img {
	width: 100%;
}

.podcast-single .image-caption {
	margin-top: .2em;
    font-size: .8em;
}

.podcast-pagination {
    margin: auto;
    width: fit-content;
    display: block;
    padding-bottom: 30px;
}





@media screen and (max-width: 1226px) {
	#request-info-box {
		padding: 0 150px !important;
	}
}

/* End Search Addition */

@media screen and (max-width: 1170px) {
	.ubermenu.ubermenu-responsive .ubermenu-column,
	.ubermenu.ubermenu-responsive .ubermenu-column-auto {
		min-width: auto !important;
	}
	.sticky {
		position: relative;
		width: 100%;
		top: 0px;
	}
}

@media screen and (max-width: 1024px) {
	#request-info-box {
		padding: 0 50px !important;
	}
}

@media screen and (max-width: 1020px) {
	.mega-menu ul li a {
		padding: 0px 5px;
		font-size: 8px;
	}
}

@media screen and (max-width: 991px) {
	/* social icons */
	ul.social-icons {
		clear: both;
		margin: 0 auto !important;
		display: block;
		padding-left: 0px;
		text-align: center;
	}

	.boxtop {
		margin-top: -74px;
	}

	.section_header {
		margin-left: 0px;
		float: left;
	}

	.section_title {
		margin-top: 0px;
		margin-left: 0px;
		float: left;
		width: 150px;
		height: 150px;

	}

	.section_title span {
		font-size: 18px;
	}

	.breadcrumbs-wrap {
		width: calc(100% - 200px);
		float: left;
		font-size: 10px;
		margin-top: 0px;

	}

	#breadcrumbs {
		margin-right: 0px;
		padding-left: 0px;
		margin-top: 0px;
	}

}

@media screen and (max-width: 825px) {
	#navbar-main {
		display: none !important;
	}
	#solutions_top span {
		width: auto !important;
	}
	#solutions_top {
		text-align: center !important;
		padding-left: 20px !important;
	}
	#menu-item-2278 {
		width: 100% !important;
	}
	.gbs-mobile-menu {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	.mobile-footer{display:block}
	.last-item span.ubermenu-target-title.ubermenu-target-text {
		margin-left: 0px!important;
		padding-left:10px!important;
	}
	.boxtop {
		display: none;
	}

	.hp-blurb {
		padding-left: 0px;
		padding-right: 0px;
	}

	.hp-blurb h1 {
		padding-top: 80px;
		font-size: 32px !important;
	}

	.vc_row {
		padding: 0px 10px;
	}

	#request-info-box {
		padding: 0px !important;
		height: 700px !important;
		background-size: cover !important;
	}

	.vc_row .vc_custom_1484681211316 {
		padding-left: 0px !important;
	}

	.center-mobile,
	#menu-footer-menu {
		display: block !important;
		float: left !important;
		margin-left: 50% !important;
		transform: translateX(-50%) !important;
		margin-top: 0px !important;
		padding: 0px 0px 00px 0px;
		margin-bottom: 20px;
	}

	.row,
	.col-md-12 {
		padding: 0px !important;
		margin: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px;
		margin-right: 0px;
	}

	.section_header {
		width: 100%;
	}

	.sticky {
		position: inherit !important;
		width: 100%;
		top: 0px;
	}

	.hp-slider {
		position: relative;
		z-index: 10000000;
	}

}

@media screen and (max-width: 767px) {
	.search-mobile {
		display: block
	}

	nav>ul>li>a>i {
		display: block!important
	}
	html {
		overflow-x: hidden!important
	}
	.nav2-top ul li a {
		color: #020e38;
		text-decoration: none;
		padding-top: 30px;
		margin-left: -60px;
	}
	.top-search {
		padding-bottom: 20px
	}
	.form-group {
		width: 80%;
		margin: 0 auto 20px auto!important
	}
	.search-submit {
		width: 15%
	}
	.search-field {
		width: 85%
	}
	.header-main-ul {
		padding: 0px!important
	}
	nav.mobile-menu {
		display: block !important;
	}
	.menu-top {
		display: none!important
	}
	.navbar-brand {
		clear: both;
	}
	.search-container {
		margin-top: 0 !important;
	}
	.flex-search {
		display: none
	}
	
	.podcast-container {
		padding: 0 !important;
	}
	
	.podcast-single {
	  display: grid; 
	  grid-template-columns: 1fr; 
	  grid-template-areas: 
	    ".";
	  margin-bottom: 50px;
	}
	
	.image-caption {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 674px) {
	.search-mobile {
		display: block
	}
	div.logo-container {
		display: flex;
		justify-content: center;
		align-items: center
	}
	.menu-top {
		display: none!important
	}
	.header-main-ul,
	.header-main-ul li .logo {
		display: block!important;
		/*display: none!important;*/
		height: auto!important;
		text-align: left;
		float: left;
		width: 100%;
	}
	.header-main-ul li .menu-top {
		display: none!important;
	}
	.nav2-search {
		position: relative;
	}
	.nav2-top ul li {
		text-align: left
	}
	nav.mobile-menu {
		display: block!important;
		/*display:none;*/
	}
}

/*@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {*/

/*}*/

@media screen and (max-width: 600px) {
	.menu-top {
		display: none!important
	}
	.navbar-header {
		text-align: center;
	}
	.navbar-brand {
		float: none;
		display: block;
	}
	.search-container {
		width: fit-content;
		float: none !important;
	}
	.container-fluid>.navbar-header {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.search-container {
		margin-top: -20px !important;
		margin-bottom: 10px !important;
		margin: auto;
	}
	.navbar-header a img {
		margin-left: -25px;
	}
	.search-form.form-inline {
		width: 250px;
		margin: auto;
	}
}

@media only screen and (max-width: 485px) {
	.menu-top {
		display: none!important
	}
	#request-info-box {
		height: 750px !important;
	}

	#vfb-field-31 {
		float: initial;
		margin-top: 0;
		margin-right: 0;
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width: 959px) {
	#menu-item-2278 {
		width: 35%;
		min-width: 25%;
	}
}

@media screen and (max-width: 480px) {
	#menu-item-2278 {
		width: 100%;
		min-width: 100%;
	}
}


@media screen and (max-width: 425px) {
	#slider-3-slide-1-layer-9 {
		margin-top: 15px !important;
	}
}

@media screen and (max-width: 375px) {
	#slider-3-slide-1-layer-9 {
		margin-top: 25px !important;
	}
}

nav.mobile-menu {
	display: none;
}

ul.mobile-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

ul.mobile-menu li {
	width: 50%;
	float: left;
	font-size: 10px;
}


.mobile-menu {
	border-top: 0px solid #fff !important;
	margin-top: 10px;
	text-align: center;
}

.mobile-menu #menu-top-menu {
	margin-top: 0px;
	padding-left: 0px;
}

.single-jobpost .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	background: #ffffff;
}
