@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300â€Œâ€‹,400italic,700,700itâ€Œâ€‹alic,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:700);

button:focus {
    outline:none;
}

/* COLOR VARIABLES */
:root {
	--navbar: #eb212e;
    --navbar-border: #FFF;
    
    --top-btn: #eb212e;
    --top-btn_hover: #781118;
    
    --apply-btn: #eb212e;
    --apply-btn_hover: #781118;
    
    --call-btn: #102d3f;
    --call-btn_hover: #050e14;
    
    --searchjobs-btn: #102d3f;
    --searchjobs-btn_hover: #050e14;
    
    --headline: #333;
    --headline-span: #eb212e;
    
    --form-section: #eb212e;
    --form-section-text: #FFF;
    
    --form-btn: #102d3f;
    --form-btn_hover: #050e14;
    
    --jobs-btn: #eb212e;
    --jobs-btn_hover: #781118;
    
    --link: #eb212e;
    --link_hover: #781118;
    
    --arrow: #eb212e;
}

body {
	padding-top: 0px;
    background-color:#FFF;
    overflow-x: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
}

h1, h2, h3{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-style: oblique;
  font-style: italic; /* Chrome */
  color: #333;
}

h1 {
	color:var(--headline);
    font-size: 32px !important;
    line-height: 36px;
    text-transform: uppercase;
}

h2 {
	font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
}

h3 {
	font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}

a:link, a:active, a:hover, a:visited {
	color: var(--link);
}

img {
	max-width: 100%;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

/* BUTTONS */

.button {
  border-radius: 0px;
  border: 0 0 2px 0 #fff solid;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-default {
    background: var(--apply-btn) !important;
    color: #fff !important;
    border: 1px #fff solid !important;
    font-family: 'Open Sans Condensed', sans-serif;    

}

.btn-default:hover {
    background: var(--apply-btn_hover) !important;
    color: #fff !important;
    border: 1px #fff solid !important;
    font-family: 'Open Sans Condensed', sans-serif;    
}

input[type="submit"] {
    background: var(--form-btn) !important;
    color: #fff !important;
    border: 1px #fff solid !important;
    font-family: 'Open Sans Condensed', sans-serif;    
}

input[type="submit"]:hover {
    background: var(--form-btn_hover) !important;
    color: #fff !important;
    border: 1px #fff solid !important;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-primary {
    border: #fff;
    background: var(--top-btn);
    color: #FFF !important;
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-primary:hover {
    background: var(--top-btn_hover) !important;
    color: #FFF !important;
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-call{
    background: var(--call-btn);
    color: #FFF;
    border: 1px #fff solid;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-call:hover {
    background: var(--call-btn_hover);
    color: #fff;
    border: 1px #fff solid;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.main-buttons {
  margin-bottom: 20px;
  width: 100%
}

.main-buttons .btn-call {
	background: var(--call-btn);
    color:#FFF;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.main-buttons .btn-call:hover {
	background: var(--call-btn_hover);
    color:#FFF;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-mobile-container {
  	/* margin-top: 62px; */
    font-family: 'Open Sans Condensed', sans-serif;    
}

@media screen and (min-width:768px) {
	.btn-mobile-container a:link, .btn-mobile-container a:hover, .btn-mobile-container a:active, .btn-mobile-container a:visited {
    	display: none;
    }
}

.btn-mobile {
    border: 0px;
    border-radius: 0px;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-mobile:hover {
    border: 0px;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.btn-mobile-container .btn-block {
    margin-top: 0;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.mobile-phone {
    float: right;
    margin-top: 0;
    display: block;
    height: 58px;
    color: #0f367d;
    padding: 15px;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;    
}

.mobile-phone a {
    color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;    
}

/* Sticky CTA Buttons */

@keyframes stickify {
    from {opacity: 0;}
    to {opacity: 1;}
}

.sticky {
	position: fixed;
    z-index: 999999;
    animation-name: stickify !important;
    animation-duration: 1s !important;
    bottom: 0px;
    background:rgba(255,255,255,0.5);
    padding: 5px 20px 10px 20px;
    margin-bottom: 0px;
}

.sticky .jobs-btn {
	display:none;
}

@media screen and (min-width: 767px){
    .sticky {
        width: 50%;
        left: 50%;
		transform: translateX(-50%);
        padding: 20px;
    }	

	.sticky .btn-group-lg {
    	padding: 0px 10px 10px;
        margin: 0px auto;
    }
}

.sidebar-buttons.sticky .btn-group {
	width: 48%;
	display: inline-block !important;
}

/* Navigation */

#topbar {
	background: var(--navbar);
	border-bottom: 3px var(--navbar-border) solid;
	padding: 0px;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 999;
	top: 0px;
}

.navbar {
  border-radius: 0px
}

.navbar-default {
  margin-bottom: 0px;
  background:  var(--navbar);
  border-bottom: 3px var(--navbar-border) solid;
  border-radius: 0px;
  min-height: 65px;
}

.navbar-default .navbar-nav li a {
  color: #FFF;
  padding-top: 20px;
}

.navbar-default .navbar-nav li a:hover {
  color: #fff;
}

.navbar-default .navbar-nav .active a {
  background: none;
  color: #0f367d;
}

.navbar-default .navbar-nav li li a {
  color: #0f367d;
}

.nav li ul {
	display:none;
}

.nav li ul li::before {
	content: "\25B9";
    color:#000;
    float: left;
    width: 25px;
}

.nav li:hover ul {
	display: block;
}

/*  Nav Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {
	#wrapper {
    	padding-top: 65px;
    }
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: var(--form-section);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Nav Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
	float: none;
    display: block;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.st-sticky-share-buttons {
    z-index: 999 !important;
}

/* HERO or "JUMBOTRON" */

.jumbotron h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.jumbotron {
  background-size: 100%;
  background-position: top center;
  color: #000;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}

.header-logo {
  margin-right: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .jumbotron {
    margin-top: 62px;  
  }
}

@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 32px;
	line-height: 41px;
}

  .jumbotron {
    background-size: cover;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron {
    background-size: cover;
  }
}

/* CONTENT */

.row {
	padding: 30px 0px;
}

.content-row {
	background-color:#FFFFFF
}

.mainContent-wrapper {
	background-color:#EEEEEE;
	padding:0px;
}

.mainContent {
	background-color: #FFFFFF;	
	padding: 20px;
}

.headline {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-style: oblique;
    font-style: italic; /* Chrome */
    color: var(--headline);
    font-size: 48px;
	line-height: 54px;
    margin-top: 0px;
    padding-top: 0px;
}

.headline span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-style: oblique;
    color: var(--headline-span);
    font-size: 48px;
	line-height: 54px;
}

@media screen and (max-width: 767px) {
	.headline {
      font-size: 35px;
      line-height: 41px;
      margin-top: 0px;
      padding-top: 0px;
    }

    .headline span {
      font-size: 35px;
      line-height: 41px;
    }
}

/* Blog */

.blog-index-listing, .blog-sidebar-listing {
	margin-bottom: 30px;
}

.blog-category-heading {
	margin-top: 20px;
}

.blog-title {
	margin:0px;
    color:#333;
    font-style: initial;
}

.blog-body {
	font-size: 16px;;
    line-height: 24px;
}

#blog_share {
	display:block;
    height: 20px;
}

#blog_share div {
    display: block;
    margin-right: 5px;
    height: 25px;
    float: left;
    clear: right;
}

.blog-sidebar {
	padding: 20px;
}

.blog-sidebar-listing p[property="datePosted"], .blog-sidebar-listing h4 {
	margin: 2px 0px;
}

.blog-sidebar-listing .featured-image img, .blog-index-listing .featured-image img {
	-webkit-transition: margin .5s; /* Safari */
	transition: margin .5s;
    border-radius: 5px;
    transition: all .5s;
}

.blog-sidebar-listing:hover .featured-image img, .blog-index-listing:hover .featured-image img {
	margin-top:-10px;
    margin-bottom:10px;
    box-shadow: 0px 4px 7px rgba(0,0,0,0.2);
}

.blog-breadcrumb {
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}


/* Blog - Share Buttons */

.social {
position: relative;
padding-bottom: 20px;
clear: both
}

.social:after {
content: '';
display: block;
clear: both
}

.social__item {
display: block;
width: 33.33%;
height: 36px;
float: left;
text-align: center;
transition: background .2s
}

.social__item__counter {
display: inline-block;
box-sizing: border-box;
padding: 0 8px;
margin: 0 0 0 12px;
background-color: rgba(255,255,255,.5);
height: 24px;
top: 6px;
overflow: hidden;
position: relative;
border-radius: 12px;
line-height: 24px;
font-size: 16px;
color: #fff
}

.social__item i {
position: relative;
top: 6px;
width: 24px;
height: 24px;
display: inline-block
}

.social__item:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}

.social__item:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}

.social__item_fb {
background: rgba(59,89,152,.5)
}

.social__item_fb i {
background: url(https://conversionia.com/images/uploads/facebook.png) no-repeat;
background-size: cover
}

.social__item_fb:hover {
background: #3b5998
}

.social__item_tw {
background: rgba(29,161,242,.5)
}

.social__item_tw i {
width: 29px;
background: url(https://conversionia.com/images/uploads/twitter.png) no-repeat;
background-size: cover
}

.social__item_tw:hover {
background: #1da1f2
}

.social__item_pint {
background: rgba(189,8,28,.5)
}

.social__item_pint:hover {
background: #bd081c
}

.social__item_lin {
background: rgba(0,119,181,.5)
}

.social__item_lin i {
background: url(https://conversionia.com/images/uploads/linkedin.png) no-repeat;
background-size: cover
}

.social__item_lin:hover {
background: #0077b5
}

/* Blog */

.blog-index-listing, .blog-sidebar-listing {
	margin-bottom: 30px;
}

.blog-category-heading {
	margin-top: 20px;
}

.blog-title {
	margin:0px;
    color:#333;
    font-style: initial;
}

.blog-body {
	font-size: 16px;;
    line-height: 24px;
}

#blog_share {
	display:block;
    height: 20px;
}

#blog_share div {
    display: block;
    margin-right: 5px;
    height: 25px;
    float: left;
    clear: right;
}

.blog-sidebar {
	padding: 20px;
}

.blog-sidebar-listing p[property="datePosted"], .blog-sidebar-listing h4 {
	margin: 2px 0px;
}

.blog-sidebar-listing .featured-image img, .blog-index-listing .featured-image img {
	-webkit-transition: margin .5s; /* Safari */
	transition: margin .5s;
    border-radius: 5px;
    transition: all .5s;
}

.blog-sidebar-listing:hover .featured-image img, .blog-index-listing:hover .featured-image img {
	margin-top:-10px;
    margin-bottom:10px;
    box-shadow: 0px 4px 7px rgba(0,0,0,0.2);
}

.blog-breadcrumb {
	font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}


/* Blog - Share Buttons */

.social {
position: relative;
padding-bottom: 20px;
clear: both
}

.social:after {
content: '';
display: block;
clear: both
}

.social__item {
display: block;
width: 33.33%;
height: 36px;
float: left;
text-align: center;
transition: background .2s
}

.social__item__counter {
display: inline-block;
box-sizing: border-box;
padding: 0 8px;
margin: 0 0 0 12px;
background-color: rgba(255,255,255,.5);
height: 24px;
top: 6px;
overflow: hidden;
position: relative;
border-radius: 12px;
line-height: 24px;
font-size: 16px;
color: #fff
}

.social__item i {
position: relative;
top: 6px;
width: 24px;
height: 24px;
display: inline-block
}

.social__item:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}

.social__item:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}

.social__item_fb {
background: rgba(59,89,152,.5)
}

.social__item_fb i {
background: url(https://conversionia.com/images/uploads/facebook.png) no-repeat;
background-size: cover
}

.social__item_fb:hover {
background: #3b5998
}

.social__item_tw {
background: rgba(29,161,242,.5)
}

.social__item_tw i {
width: 29px;
background: url(https://conversionia.com/images/uploads/twitter.png) no-repeat;
background-size: cover
}

.social__item_tw:hover {
background: #1da1f2
}

.social__item_pint {
background: rgba(189,8,28,.5)
}

.social__item_pint:hover {
background: #bd081c
}

.social__item_lin {
background: rgba(0,119,181,.5)
}

.social__item_lin i {
background: url(https://conversionia.com/images/uploads/linkedin.png) no-repeat;
background-size: cover
}

.social__item_lin:hover {
background: #0077b5
}

/* Video Section */

#videos {
  background: #333;
  color: #fff;
/*  padding-bottom: 100px; */
}

@media screen and (min-width:768px) {
    .video-quote p {
        padding-top: 20%;
        font-size: 18px;
        line-height: 24px;
    }
}

.video-embed {
  margin-top: 30px;
}

/* Get Pre-qualified */
.getPrequalified {
  background: var(--form-section);
  color: var(--form-section-text);
}

.bx-wrapper {
  background: transparent !important;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* YouTube Video Lazy Load */

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* Get Pre-Qualified Div */

.getPrequalified h1, .getPrequalified h2, .getPrequalified h3 {
  color: var(--form-section-text); 
}

.btn-form {
  background: var(--form-btn);
  color: #fff;
  border: 2px #fff solid;
}

.btn-form:hover {
  background: var(--form-btn_hover);
  color: #fff;
}

.details-form-container {
  background: #14ceff;
  color: #0f367d;
}

#freeform_field_lf3-location_state {
	margin-top: 20px;
}

.footer form div.ff_composer .bx-wrapper button {
	margin-top: 20px !important;
}

/* Privacy Policy */

.privacy-policy {
	text-align:center;
    background: #465154;
    padding: 10px 0px 120px;
    margin: 0px;
}

.privacy-policy a:link, .privacy-policy a:active, .privacy-policy a:visited, .privacy-policy a:hover {
	color:#ccc;
}

/* Off-Canvas */

#sidebar-wrapper {
  background: #f6f6f6 !important;
  color: #fff;
}

#sidebar-wrapper .sidebar-nav li a{
  color: #333 !important;
}

#sidebar-wrapper .sidebar-nav li a:hover{
  color: #777 !important;
  background: #eee !important;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
footer {
  padding: 0 0 50px 0;
}

#footer {
	text-align:center;
    background:#1e1f21;
    color:#aaa;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
    color:#aaa;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* Arrow Bounce */

.arrow {
  position: relative;
  bottom: 0;
  left: 50%;
  margin-left:-30px;
  color: var(--arrow);
}

/* Job Listings */

.job-listings {
    background: #eee;
    padding: 20px 0 20px 0;
}

.job-card {
    background: #fff;
    border-bottom: 1px #000 solid;
    padding: 20px 0 20px 0;
}

.job-card:hover {
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,0.1);  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,0.1);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    z-index: 1000;
    border-bottom: none;
    position: relative;
}

.job-card h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #999; } 

.job-card h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 200;
}

.job-card p {
    font-style: normal;
}

.job-details {
    background: #fff;
    margin: 0 !important;
}

.job-details button {
    margin: 20px 0 20px 0;
}

.btn-jobs-details {
    background: var(--form-btn);
    color: #fff;
}

.btn-jobs-details:hover {
    background: var(--form-btn_hover);
    color: #fff;
}

.btn-jobs-search {
    background: var(--searchjobs-btn);
    color: #fff;
}

.btn-jobs-search:hover {
    background: var(--searchjobs-btn_hover);
    color: #fff;
}

.btn-search {
    border: #fff;
    background: #0f367d;
    margin-bottom: 20px;
    color: #fff;
}

.btn-search:hover {
    background: #14ceff;
    color: #0f367d;
}

.btn-paginate {
border: #fff;
background: var(--form-btn);
margin-right: 10px;
margin-top: 20px;
color: #FFF;
}

.btn-paginate:hover {
background: var(--form-btn_hover);
color: #FFF;
}

.getPrequalified .btn-call {
    border: 1px var(--call-btn) solid;
    background: #333;
    color: #fff;
}

.getPrequalified .btn-call:hover {
    background: var(--call-btn_hover);
}

.jobs-details-container .mainContent {
	padding: 0px;
}

.jobs-details-container  .jobs-details-col1, .jobs-details-container  .jobs-details-col2 {
	padding: 20px;
    margin-top: 20px;
}

.jobs-details-container  .jobs-details-col1 {
	background:#fff;
}

.jobs-details-container  .jobs-details-col2 .btn-group {
	display: block;
    margin-bottom: 15px;
}

.jobs-details-container  .jobs-details-col2 .btn-group button {
	width: 100%;
}

#jobsContent {
    padding: 10px 10px 30px;
}

.searchBox {
    padding-bottom: 5px;
}

.searchBox div {
	padding: 5px 15px;
}

#jobsContent .searchBox input {
	display: inline;
}

.searchBox .submitSearch-block {
	text-align: left;
}

@media screen and (max-width: 767px) {
    .searchBox .submitSearch-block {
        text-align: center;
    }
}

.advanced-criteria, .advanced-criteria-minus {
	display: none;
}

#advanced-criteria-toggle {
	color: #FFF;
    margin: 0px 0px 0px 20px;
    display: inline-block;
    top: 12px;
    position: absolute;	
}

@media screen and (max-width: 767px) {
	#advanced-criteria-toggle {
        color: #FFF;
        margin: 10px 0px 0px 0px;
        display: block;
        text-align:center;
        position: relative;
        top: 0px;
    }
}
   
/* Job Listings - Styles for job list and job details*/

.applyNow {
    margin-top: 20px;
    padding: 10px;
}

.company.company_details {
    padding-bottom: 20px;
}

.company .company_name {
    font-weight: bold;
}

.company .location {
    font-style: italic;
} 

.job_details .timestamp {
    margin-top: 20px;
}

.job_list {
    list-style: none outside none;
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 20px;
}

.job_list li.job_description {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.job_list li.job_description h3 {
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #999;
}

.job_list li.job_description .summary {
    font-size: 0.9em;
}

.job_list li.job_description .title {
    font-size: 1.1em;
}

.job_title {
    margin-top: 20px;
}

.summary {
    margin-top: 5px;
}

.timestamp {
    font-size: 0.9em;
    color: #606060;
}

a.moreLink, .moreLink {
  color: #1e5799;
  font-weight: bold;
}

.ff_composer .unit {
	padding: 0px;
}

.size1of2 {
	padding: 0px 1% 0px 0px !important;
}

.size1of3 {
	padding: 0px 1% !important;
}

@media screen and (max-width:767px){
    .size1of2, .size1of3 {
    	float: none !important;
        width: 100% !important;
        padding: 0px !important;
    }
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: -6px;
}

#jobsContent {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px 10px 30px;
}

.searchBox {
/*  border-bottom: 2px solid #203A75;
  padding-bottom: 5px; */
}

#jobsContent .searchBox input {
	display: inline;
}

.company.company_details {
  padding-bottom: 20px;
}

.company .company_name {
  font-weight: bold;
}

.company .location {
  font-style: italic;
}

.job_details .timestamp {
  margin-top: 20px;
}

/* FORM */

.form-col-wrapper {
	margin-top: 20px;
}

.form-control {
margin-bottom: 15px;
}

.form-col {
  padding: 20px;

}

.form-col-wrapper {
	padding-left:15px;
	padding-right:0px;
	
}

.ff_composer textarea, 
.ff_composer input[type="text"], 
.ff_composer input[type="email"], 
.ff_composer input[type="url"], 
.ff_composer input[type="number"], 
.ff_composer input[type="password"], 
.ff_composer ul.dynamic_recipients,
.ff_composer input[type="search"] {
	padding: 10px !important;
    width: 100% !important;
}

#captcha {
	width: 140px !important;
}

.jobs, .jobs:hover {
	color:#FFF !important;
}

/* CHAT */

.chat-wrapper .btn-wrap {
    width: 50px !important;
    height: 50px !important;
    background: #ce2323 !important;
}

@media screen and (min-width: 767px) {
    .chat-wrapper .btn-wrap {
        width: 75px !important;
        height: 75px !important;
        background: #ce2323 !important;
    }
}

.chat-wrapper .from-watson.latest.top p:before {
	color:#ce2323 !important;
    background: #ce2323 !important;
}

.chat-wrapper .from-watson .message-inner, .chat-wrapper .from-user .message-inner, .chat-wrapper .input-outline input {
	font-size: 1em !important;
    line-height: 1.2em !important;
    letter-spacing: inherit !important;
}

@media screen and (max-width: 767px) {
    .chat-wrapper .from-watson .message-inner, .chat-wrapper .from-user .message-inner, .chat-wrapper .input-outline input {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
        letter-spacing: inherit !important;
    }	
}

.chat-wrapper .from-user .message-inner {
	background: #777 !important;
}

/* Footer - Sticky footer styles */

html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: ;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  z-index: 9999;
}

.footer .form input {
	width="100%"
}

footer .form-container input[type="radio"] {
	display: inline-block;
    margin: 10px 8px 10px 10px;
}

.footer button {
	margin-top: 25px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

@media screen and (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}


@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

address.box {
    height: 150px;
    border: 1px solid #000;
    background-color: #fff;
    overflow: auto;
	color: #000;
}

address.box p {
	color: #000;
}