/*Theme Name: B - Omega
Theme URL:  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
p {
	margin: 0.5em 0 1em;    
}
html {
	height: 100%;
	position: relative;
	width: 100%;
	display: block;
}
body {
	font-size: 15px;
	font-weight: 400;
	color: #161616;
	margin: 0;
	background: #ffffff;
	height: 100%;
	position: relative;
	display: block;
	overflow-x: hidden;
	line-height: 1.65em;
	font-family: 'Open Sans', serif;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.aligncenter {
	margin-right: auto; margin-left: auto;
}
h1 {
	font-size: 2.2em;
	display: block;
	margin: .85em 0 0.5em;
	font-weight: 700;
	line-height: 1.2em;
}
h2 {
	font-size: 2em;
	margin: 0.83em 0 .5em;
	font-weight: 700;
	line-height: 1.2em;
}
h3 {
	font-size: 1.8em;
	margin-bottom: .5em; 
}
a {
	font-weight: 700;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

main {
	min-height: 300px;
	width: 100%;
	padding: 1rem 0 2rem;
	overflow: hidden;
}

ul.checked,
ul.fancylist,
ul.marker,
#footer ul,
ul.fancylist {
	list-style: none;
	padding-left: 30px;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li {
	margin-bottom: 3px;
	text-indent: -26px;
}
#footer ul li:before,
ul.fancylist li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: '\f138';
	margin-right: 7px;
	color: #014b7e;
	font-size: .95em;
}
ul.checked li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f058";
	margin-right: 8px;
	color: #014b7e;
}
#footer ul li:before {
	content: '\f054';
	color: #fff;
}
.bg-img {
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	min-height: 300px;
	flex-direction: column;
}
.bg-c {
	background-position: center;
}

#wrapper {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
	background: #fff;
}
#footer .box {
}
.box.footer_logo {
	font-size: 1.2em;
}
.comment-meta, .comment-meta a, .entry-footer, .entry-meta, .entry-meta a {
	color: #b3b7b9;
	font-size: 13px;
} 
#copyright {
	text-align: center;
	padding: 10px;
	background: #014b7e;
	color: #eee;
	font-size: 13px;
	letter-spacing: .1em;
}

#password,
#username {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#header p ,
div#desktop-top-bar p {
	margin: 0;
}
#header {
	clear: left;
	width: 100%;
	color: #fff;
	background: #014b7e;
	position: relative;
	z-index: 999;
	box-shadow: 0 0 10px #00000091;
	padding-bottom: 1em;
}

header .large-wrapper{
	max-width:1480px;
}
div#desktop-top-bar {
	background: #ededed;
	z-index: 1001;
	position: relative;
	font-size: .95em;
}
.nav-bar {
	position: relative;
	z-index: 99999;
}
.nav-bar ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.passed-header .nav-bar ul {
	text-align: center;
	padding-bottom: 0px;
}
.nav-bar ul li {
	display: inline-block;
	position: relative;
}
.nav-bar ul a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 10px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.nav-bar a[href="#"] {
	pointer-events: none;
	cursor: default;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
	color: #ffffff;
}


/*----------------BREAKOUTS---------------*/
.breakout {
	background-color: #ffffff;
	width: 100vw;
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	left: 0 !important;
	/* margin-top: 2em; */
	/* margin-bottom: 1.8em; */
	padding: 2em;
	overflow: hidden;
}
.first-b,
.billboard.breakout {
	margin-top: -1rem;
}
.breakout .large-wrapper, .breakout .medium-wrapper, .breakout .small-wrapper {
	padding: 0 .5em;
}

/*----------------HEADER PHONE---------------*/
.phone-number {
	background: #fef200;
	color: #002843;
	padding: 0.6rem 1rem;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.05em;
	font-weight: bold;
}
.phone-number i {
	margin-right: 3px;
}
.passed-header .phone-number {margin-bottom: 0;}
.phone-number:hover {
	color: #002843;
	text-decoration: none;
	background: #e9de0b;
}


.logo-wrap {
}
.hidden-logo {
	position: absolute;
	left: 1em;
}
.hidden-logo,
.hidden-logo-phone {
	font-size: 2.5em;
	visibility: hidden;
	opacity: 0;
	color: #000;
	text-decoration: none;
}
.passed-header .phone-and-hidden-logo {
	display: flex;
}
.hidden-logo img {
	height: 50px;
}
.passed-header .hidden-logo {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	left: 0;
	text-decoration: none !important;
}
.passed-header .phone-wrap-inner {
	display: flex; justify-content: space-between;
}
.logo {
	position: relative;
	z-index: 2;
	font-size: 50px;
	line-height: 1;
	text-decoration: none !important;
	margin: 1em 0 0;
}

.logo a{
	text-decoration: none !important;
}

.logo img {
	width: auto;
	max-height: 140px;
}
.passed-header .sticky-background {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1920px;
	right: 0;
	margin: auto;
}
.passed-header .sticky-background {
	background: #fff;
}
.stick-me {
	position: relative;
}
.passed-header .stuck {
	position: fixed !important;
	right: 0;
	top: 0;
	PADDING: 0;
}
.passed-header .stick-me.stuck {
	/* background: #fff; */
}
.sticky-bump {
	display: none;
}
.nav-wrap, .phone-wrap {
	height: auto;
}

.header-a .nav-wrap {
	z-index: 10001;
}
.header-a .stuck .nav-wrap {
	padding: 0 1rem;
}
.header-a .hidden-logo {
	visibility: hidden;
	/* position: absolute; */
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10002;
}
.header-a .logo {
	padding: 0rem 0;
}
.passed-header .header-a .hidden-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding-left: 10px;
}
.header-a .hidden-logo div {
	height: inherit;
}

.header-a .hidden-logo-phone {
	display: none;
}

.header-a .phone-wrap.stuck {
	width: 100%;
	max-width: 100%;
	margin: 0;

}
.header-a .nav-wrap.stuck {
	margin: 0 auto;
	width: inherit;
	left: 0;
	right: 0;
}
.passed-header .header-a .phone-wrap-inner {text-align: right;justify-content: flex-end;padding: 10px 30px;background: #fff;max-width: 1300px;margin: 0 auto;}
.header-a .hidden-logo,
.header-a .logo-wrap {
	/* padding-left: 1rem; */
}

.nav-bar ul.sub-menu li a {
	padding: .8rem 1em;
}

.header-b .nav-wrap,
.header-b .phone-wrap-inner {
}
.header-b .phone-wrap-inner {
	width: 100%;
	max-width: 1250px;
	left: 0;
	right: 0;
	margin: 0  auto;
	position: relative;
}

.passed-header .phone-wrap-inner{
	padding: 10px 10px 0;
}

.nav-attached .header-b .stuck {
	max-width: 100%;
	width: 100%;
}
.header-b .phone-wrap {
}

.header-b .stuck .nav-bar {
	padding-right: 0;
	background-color: #014b7e;
}

.passed-header .header-b .nav-wrap {
	transition: background 0.2s ease-in-out;
}

.header-b .stuck .nav-wrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	left: 0;
	right: 0;
}
.header-b .stick-me.stuck > .nav-wrap,

.header-c .phone-wrap.stuck {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.header-c .nav-wrap.stuck {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.header-c .logo {
}  
.passed-header .header-c .phone-and-hidden-logo {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}
.passed-header .header-a .logo,.passed-header .header-b .logo,
.passed-header .header-c .logo {
	display: none;
}
.passed-header header#header {
	position: fixed;
	top: 0;
}

.passed-header .header-d .logo {
	visibility: hidden;
	display: none;
}

.passed-header .header-d .hidden-logo {
	position: relative;
	text-align: center;
	left: 0;
}

.passed-header .phone-and-hidden-logo {
	display: block;
}

.header-d .logo-wrap {
	height: auto !important;
}

.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	margin-left: 7px;
	transition: transform 0.1s ease-in-out;
}
.nav-bar .sub-menu {
	left: 0;
	background: #014b7e;
	display: none;
}
.nav-bar .menu-item-has-children:hover > .sub-menu,
.nav-bar .sub-menu:hover {
	display: block;
}
.nav-bar ul.sub-menu li,
.nav-bar ul.sub-menu li a {
	display: block;
	float: none;
}
.nav-bar .sub-menu .sub-menu {
	background: #fbfbfb;
	padding-left: 15px;
	left: 100%;
	top: 0;
}
.sub-menu .menu-item-has-children:hover > a:after {
	position: relative;
	transform: rotate(-90deg);
	display: inline-block;
	transform-origin: center;
}
.billboard .slider-parallax .swiper-slide {
	height: 35vh;
	max-height: 750px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
}
.swiper-slide {
	margin: auto;
}
.all-the-ctas {
	margin: 1em 0 0;
	text-align: center;
}

.billboard .slider-parallax .slider-content {
	z-index: 2;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	text-shadow: 1px 1px 7px #000;
	right: 0;
	left: 0;
	text-align: center;
	padding: 3em 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.billboard .slider-parallax .swiper-slide:after {
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(0deg, #00000099, #00000000);
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.slide-header  {
	font-size: 2em;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
}
.slide-sub-header  {
	font-size: 1.3em;
	line-height: 1.4em;
}
.billboard .swiper-button-next,
.billboard .swiper-button-prev,
.billboard .swiper-container-rtl {
	background: 0 0;
	text-align: center;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	color: #fff;
	font-size: 25px;
	opacity: 0.8;
	text-align: center;
}
.billboard .swiper-pagination-bullet,
.billboard .swiper-pagination-bullet-active {
	background: #fff;
}
.slider-parallax img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	display: block;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}
.billboard .swiper-scrollbar {
	display: none;
}
.swipe-this .product {
	padding: 35px 0;
}
.free-slide.swiper-container {
	width: 100%;
	height: 100%;
}
.free-slide.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
::-moz-selection {
	background: #b9b9b9;
	color: #000;
}
::selection {
	background: #b9b9b9;
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
	font-size: 1em;
}
:-ms-input-placeholder {
	color: #000;
	font-size: 1em;
}
::-ms-input-placeholder {
	color: #000;
	font-size: 1em;
}
::placeholder {
	color: #000;
	font-size: 1em;
}
.client-review-input:-ms-input-placeholder {
	color: #0c0c0c;
}
.large-wrapper {
	max-width: 1280px;
	margin: auto;
	padding: 0 30px;
	width: 100%;
	position: relative;
}
.medium-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1.5em;
}
.small-wrapper {
	margin: 0 auto;
	max-width: 750px;
	padding: 0 1.5em;
}
.hamburger {
	padding: 0 10px;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-appearance: none;
}
#mobile-menu-container .menu-bar,
.hamburger {
	height: 40px;
}
#mobile-menu-container .menu-bar p {margin: 0;}
.hamburger-box {
	width: 35px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	/* box-shadow: 1px 1px 3px #000; */
}
.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -9px;
}
.hamburger-inner::after {
	bottom: -9px;
}
.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner::before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent;
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
#mobile-menu-container .menu-item-has-children > a:after {
	display: none;
}
.sub-menu-icon {
	margin-left: auto;
	padding: 0;
	font-size: 1.2em;
	border-left: 0.5px solid rgba(255, 255, 255, 0.3);
	width: 40px;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#mobile-menu-container ul.sub-menu {
	border-top: 0.5px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.15);
	display: none;
}
#mobile-menu-container .menu-item-has-children {
	flex-wrap: wrap;
	align-items: stretch;
	display: flex;
}
#mobile-menu-container.left .menu-icon {
	position: absolute;
	left: 280px;
	top: 0;
	width: 50px;
	height: 40px;
	text-align: center;
	z-index: 2900;
	display: inline-block;
	overflow: visible;
	background: #014b7e;
}

#mobile-menu-container ul {
	padding-left: 0;
	width: 100%;
	margin: 0;
	display: block;
}
#mobile-menu-container.left {
	min-height: 100%;
	width: 280px;
	position: fixed;
	background: #eee;
	height: 100%;
	left: -280px;
	z-index: 99999;
	max-width: 100%;
	top: 0;
}
#mobile-menu-container .current_page_item a:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #002843;
	display: block;
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}

#mobile-menu-container .menu {
	width: 280px;
	z-index: 3001;
	position: relative;
}
#mobile-menu-container .menu {
	background: #eee;
}
#mobile-menu-container ul.sub-menu li:last-child {
	border-bottom: none;
}
#mobile-menu-container ul li {
	position: relative;
	width: 100%;
	border-bottom: 0.5px solid rgb(0 0 0 / 30%);
}
#mobile-menu-container .menu::-webkit-scrollbar {
	width: 10px;
	background: 0 0;
}
#mobile-menu-container .menu::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2) !important;
}
#shadow-glass {
	position: fixed;
	z-index: 99998;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobile-menu-container ul li a {
	font-size: 1em;
	line-height: 1.3em;
	padding: .65em .5em .65em 1em;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#mobile-menu-container a:active,
#mobile-menu-container a:hover,
#mobile-menu-container a:link,
#mobile-menu-container a:visited {
	text-decoration: none;
}
#mobile-menu-container a:focus {
	text-decoration: none;
	color: #002843;
	outline: 0;
	border: none;
	background-color: #e9de0b;
}
#mobile-menu-container .current_page_item a {
	text-decoration: none;
	background: #fef200;
	color: #002843;
}
#mobile-menu-container .menu-bar {
	position: fixed;
	top: 0;
	left: 0;
	background: #014b7e;
	width: 100%;
	color: #fff;
	font-size: 1.3em;
	/* text-shadow: 1px 1px 4px #000; */
}
#mobile-menu-container .menu-bar i {
	font-size: .9em;
	margin-right: 4px;
}

#shadow-glass {
	display: none;
} 
.form-arrow {
	padding: 0 4px;
}

.billboard .slider-content .slider-cta-button,
.billboard .slider-content a ,
#content .btn,
#respond #submit,
#slider .btn,
.biziq-button,.client-button,
.btn,
.link-button,
.rev-read-more,
.view-article,
a.contact-btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 700;
	background: #005995;
	padding: 0.8rem 1.5rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	min-width: 120px;
	letter-spacing: 0.01em;
	position: relative;
	z-index: 1;
	margin: 4px;
	border: 0 solid #9ea1a5;
	line-height: 1.4em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	white-space: inherit;
}
#content .btn:hover,
#content .view-article:hover,
#footer .btn:hover,
#slider .btn:hover,
#slider:hover .btn,
.billboard .slider-content a:hover,
.btn:hover,
.link-button:hover,
.rev-read-more:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #014b7e;
	color: #fff;
	text-decoration: none !important;
}

#footer .btn {
	margin-bottom: 8px;
	min-width: 210px;
	font-weight: 700;
	background-color: #fef200;
	color: #002843;
	padding: 10px;
}

#footer .btn:hover {
	margin-bottom: 8px;
	min-width: 210px;
	font-weight: 700;
	background: #e9de0b;
	color: #002843;
	padding: 10px;
}

#content .bg-color-2 .btn {
	margin-bottom: 8px;
	min-width: 180px;
	font-weight: 700;
	background: #005995;
	color: #fff;
}

#content .bg-color-2 .btn:hover {
	margin-bottom: 8px;
	min-width: 210px;
	font-weight: 700;
	background: #014b7e;
	color: #fff;
	padding: 10px;
}

.billboard .slider-content .slider-cta-button,
.billboard .slider-content a, .wpcf7-form input[type="submit"]  {
	text-decoration: none;
	color: #002843;
	border: 0px solid #fff;
	background: #fef200;
	padding: 0.8rem 1.5rem;
	font-size: 1.0em;
	margin: 3px 5px;
	text-shadow: none;
	font-weight: bold;
}

.billboard .slider-content .slider-cta-button:hover,
.billboard .slider-content a:hover, .wpcf7-form input[type="submit"]:hover  {
	background: #000000;
	color: #fff;
	text-decoration: none !important;
}


/*------------------ USEFUL ---------------------------*/
.inverse *, .inverse h1, .inverse h2, .inverse h3, .inverse h4 {
	color: #fff;
}
.dark, .dk {
	background-color: #666; 
}
.last-b {
	margin-bottom: -2.0rem;
}
.text-shadow {
	text-shadow: 1px 1px 3px #000;
}
.single-awsm_job_openings .entry-meta{
	display:none;
}

.single-awsm_job_openings #sidebar{
	display:none;
}
.single-awsm_job_openings .col-md-9{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.single-awsm_job_openings #content {
	text-align: center;
}



.awsm-job-form-group label{
	text-align:left;
}

#awsm-application-form{
	display:flex;
	flex-direction:row;
	gap:20px;
	flex-wrap:wrap;
}

#awsm-application-form > div{
	width:100%;
}

.awsm-job-form-inner{
	padding:20px 0px 0px 0px!important;
	
}

.awsm-job-form-inner {
	background: #fef200 !important;
	color:#002843 !important; 
}
/*----------------- CONTACT FORMS ------------------------*/
.form-container {
	font-size: 1em;
}
input[type=text],body textarea,.wpcf7-form input, .wpcf7-form textarea, .client-review-input, input, textarea, select {
	background-color: #fff;
	border: 1px solid #666;
	outline: none !important;
	margin: 3px 0;
	color: #000;
	font-weight: 400;
	letter-spacing: .75px;
	-webkit-transition: .15s ease-out all;
	-o-transition: .15s ease-out all;
	transition: .15s ease-out all;
	padding: 4px 8px;
	border-radius: 00%;
	-moz-border-radius: 00%;
	-webkit-border-radius: 00%;
}

textarea.wpcf7-form-control.wpcf7-textarea:focus {
	outline: none !important
}

.page-contact-us form.wpcf7-form {
}

input[id*="review-submit"], input[type="submit"], [id*="review-submit"] {
	max-width: 270px;
	width: auto;
	min-width: 0;
	border: 2px solid #fff;
}

.page-contact-us form.wpcf7-form form p {
	font-weight: bold;
	color: #000;
}

.page-contact-us form label, form label:not(.awsm_job_openings-template-default form label) {
	position: absolute;
	left: -20000px;
}

main form, form {
	background: #005995;
	padding: 2em;
	box-shadow: 4px 5px 8px 0px #00000066;
	color: #fff;
}

form textarea, form input {
	width: 100%;
	outline:  none; 
}
input[type=checkbox], input[type=radio] {
	width: auto;
}
form textarea {
	max-height: 100px;
}

::-moz-selection {background: #b9b9b9; color:#000;}
::selection {background: #b9b9b9; color:#000;}
::-webkit-input-placeholder {  color: #000; font-size: 1em;}
:-ms-input-placeholder { color: #000; font-size: 1em;}
::-ms-input-placeholder {  color: #000; font-size: 1em;}
::placeholder { color: #000; font-size: 1em;}

.client-review-input::-webkit-input-placeholder {color: #0c0c0c;}
.client-review-input:-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::-ms-input-placeholder {color: #0c0c0c;}
.client-review-input::placeholder {color: #0c0c0c;}

/*--------------- SEARCH ----------------------------*/
form#searchform {}

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

form#searchform > div {
	-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

input#searchsubmit {
	padding: 9px 6px;
	min-width: 40px;
	width: 40px;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
	font-size: 12px;
	background-image: url(/wp-content/uploads/search-20.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	position: absolute;
	right: 0;
	left: auto;
	top: 2px;
	margin: 0;
}
input#searchsubmit {
	/* background-color: #ddd; */
}
#desktop-top-bar form, 
header form {
	padding: 0;
	background: transparent;
}
/*---------------- SIDEBAR ---------------------------*/
#sidebar input#s {
	width: 100%;
}
.widget-container {
	padding: 1.5em;
	background: #ededed;
	margin-bottom: 1.5em;
}
.widget-container ul {
	padding-left: 25px;
}
#sidebar form {padding: 0;}

/*---------------- MODALS ----------------------------*/
.modal-header .close {
	padding: 0;
	min-width: 0;
	font-size: 35px;
	margin-right: 0px;
	position: absolute;
	top: 30px;
	right: 10px;
}
.modal-header .close:hover {
	color: #000; background-color: transparent;
}
.modal-dialog {
	position: relative;
}
/*---------------- REVIEWS ---------------------------*/
.rev-wrap {
	padding: 2.5em 1.5em 1em;
	border: 3px solid #002843;
	position: relative;
	color: #fff;
	background-color: #005995;
	box-shadow: 2px 2px 5px #b9b9b9;
	margin: 0 0em 0;
	text-align: center;
}

.rev-wrap:before {
	content: '\201C ';
	font-family: Times New Roman, Georgia;
	font-weight: bold;
	position: absolute;
	background-color: #fef200;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #002843;
	text-align: center;
	line-height: 67px;
	font-size: 3em;
	font-weight:900;
	top: -22px;
	left: calc(50% - 25px);
	box-shadow: 2px 2px 3px #00014b3b;
}

.review-container h3.review-title { display: none;}
.review-nav-container li a, .review-nav-container li { background: transparent;}

.review-nav-container li a {
	min-width: 0;
	color: #0c0c0c;
	padding: 5px;
}

/*---------------- FEEDBACK --------------------------*/

.feedback-form-wrapper {
	margin-top: -3.5em;
	position: relative;
	z-index: 55;
}

.feedback-form-wrapper form {
	box-shadow: 0 0 5px #000;
	background: #fff;
}

button.no-style {
	font-size: 1em;
	min-width: 0;
	padding: 0;
	color: #000;
	background: transparent;
}

.up-down {
	font-size: 100px;
}
.row.feedback img {
	max-height: 100px;
}
/*---------------- GALLERY ---------------------------*/
.gallery {
}
div[id*="gallery"] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
div[id*="gallery"] .gallery-item {
	float: none;
	padding: 2px;
	margin: 0 !important;
}

div[id*="gallery"] img {
	border: none !important;
	height: auto;
}


/*-----------------FOOTER----------------*/

#footer {
	clear: both;
	width: 100%;
	background: #014b7e;
	color: #fff;
	margin: auto;
}
#footer h2 {
	font-size: 2em;
	margin-top: 1em;
	color: #fff;
}
.icon-item {
	display: inline-block;
	text-indent: -10px;
	margin-left: 20px;
}

.icon-item i {
	margin-right: 5px;
}
#footer a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

#footer a:hover {
	color: #fffa95;
}

.business-hours {
	max-width: 316px;
	text-align: left;
	position: relative;
	padding-left: 25px;
	margin: auto;
	flex-wrap: wrap;
	display: inline-block;
}
.business-hours table tr td:first-child {
	padding-right: 15px;
}
.business-hours:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5em;
}
.days,
.hours {
	display: inline-block;
	padding: 0;
}
.day {
	flex-basis: 33%;
}
.hours {
	flex-basis: 67%;
	text-align: right;
}
.today {
	font-weight: 700;
	color: #fef200;
}
.socialicons {
	justify-content: center;
	margin-top: 1.5em;
}
.socialicons .bottomicon {
	width: 40px;
	margin: 0 0px;
} 

.hamburger {
	padding-top: 0px;
}
.clear {
	clear: both;
}

.footer_logo_wrapper hr {
	border-bottom: 1px solid #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.slider-parallax img {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
@supports (-ms-ime-align: auto) {
	.slider-parallax img {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}


@media only screen and (max-width: 62em) {
	.slider-parallax img {
		/*-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		height: auto;*/
	}
}
@media only screen and (max-width: 48em) {

}


@media only screen and (min-width: 768px) {

	.awsm-job-content{
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
		align-items: start;
		text-align: left;
	}

	#awsm-application-form > div{
		width:47%;
	}

	#header {
		padding: 1em 0;
	}
	header .logo {
		margin: 0em;
	}
	.breakout .large-wrapper{
		padding: 0 40px;
	}
	.large-wrapper, .medium-wrapper, .small-wrapper {
		padding: 0 40px;
	}
	.billboard .slider-parallax .swiper-slide {
		height: 65vh;
	}
	.billboard .slide-header {
		font-size: 3em;
	}
	.billboard .slide-sub-header  {
		font-size: 2em;
	}    
	.billboard .slider-content .slider-cta-button,
	.billboard .slider-content a {
		font-size: 1.1em; 
	}
	ul.menu > li.current-page-ancestor > a:before,
	ul.menu > li.current_page_parent > a:before,
	ul.menu > li.current-menu-parent> a:before,
	ul.menu > li.current-menu-item > a:before,
	ul.menu > li > a:before  {
		content: '';
		position: absolute;
		background: #fdf200;
		z-index: -1;
		right: 50%;
		bottom: 0px;
		left: 50%;
		height: 3px;
		top: auto;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	ul.menu li.current-page-ancestor > a:before,
	ul.menu li.current_page_parent > a:before,
	ul.menu li.current-menu-parent> a:before,
	ul.menu li.current-menu-item > a:before,
	ul.menu > li > a:hover:before, 
	ul.menu > li:hover > a:before  {
		right: 0;
		left: 0;
		opacity: 1;
	}
	.nav-bar > ul > li {
		border:none;
		margin: 0 0px 0 0px;
		position: relative;
		overflow: inherit;
		padding: 0px 0 0px;
	}    
	.nav-bar ul.sub-menu {
		right: 0;
		width: auto;
		left: auto;
		z-index: -2;
		top: 150%;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: block;
		opacity: 0;
		visibility: hidden;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		overflow: hidden;
		box-shadow: 0 0 3px #070707cc;
		min-width: 200px;
		position: absolute;
		text-align: center;
		padding: 0;
	}

	.nav-bar > ul >  li:hover > ul.sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.parallax {
		background-attachment: fixed;
	}
	.alignleft, .alignright {
		margin-top: 0em;
	}
	.alignleft {
		float: left;
		margin-right: 1em; 
	}
	.alignright {
		float: right;
		margin-left: 1em;
	}
	.size-medium.alignleft, .size-medium.alignleft {
		max-width: 50%;
		margin-bottom: 1em;
	}
	.size-medium.alignright, .size-medium.alignleft {
		max-width: 50%;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	.gallery-columns-8 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-4 .gallery-item {
		width: 50% !important;
		margin: 0;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-columns-8 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 100% !important;
	}

	.phone-number{
	}

	.logo img{
	}

	.btn{
		width: 100%;
	}
}
form textarea, form input[type]:not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([hidden]){ display: block; }
.form-container.hide:not([style*=dis]){display: none;}
