@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("font-awesome.min.css");

body {
    background: #FFF !important;
}

/* .topWrapper {
    z-index: 2 !important;
    background-color: #FFF !important;
} */

.careers-content {
    
}

.newCareersPage p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.85em !important;
    font-style: normal !important;
    font-stretch: 100% !important;
}

.newCareersPage .core-text {
    font-size: 12pt !important;
    line-height: 1.25em !important;
}

.newCareersPage .testimonials {
    font-size: 12pt !important;
    line-height: 1.25em !important;
}

.newCareersPage p {
    font-size: 16pt !important;
}

.newCareersPage h2 {
    font-weight: 400 !important;
    line-height: 57px;
    font-size: 45px;
}

.newCareersPage h6 {
    font-weight: 700 !important;
    font-size: 12pt !important;
    line-height: 1.25em !important;
}

.newCareersPage h3 {
    font-weight: 700 !important;
    font-size: 20pt !important;
    line-height: 1em !important;
}
.newCareersPage .quote-txt {
	font-weight: 500 !important;
    font-size: 18pt !important;
    line-height: 1.3 !important;
    font-style: italic !important;
    color: #ffffff;
}
.btn {
    font-size: 16pt !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.85em !important;
    font-style: normal !important;
    font-stretch: 100% !important;
    margin: 10px !important;
    color: #FFF!important;

    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-width: 200px !important;
}

.btn-info {
    border-radius: 15px !important;
    border-color: rgba(0,66,130,0) !important;
    background-color: rgba(0,192,243,.5) !important;
    transition: 0.5s;
}

.btn-info:hover {
    background-color: rgba(0,192,243,1) !important;
}

.btn-info-watch-video {
    font-size: 12pt !important;
    min-width: 150px !important;
    margin: 0px !important;
}

.btn-info-watch-video-icon {
    margin-right: 5px !important;
}

.row {
    padding-top:3px!important;
}


.wide {
    background: #FFF !important;
    min-width: 100% !important;
}

.siteSelector {
    display: block !important;
}

.sticky {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 9999 !important;
}

.sticky + .careers-content {
}

.gsc-search-button-v2 {
    width: 23px !important;
    height: 19px !important;
}

.goog-te-gadget-simple {
    height: 22px !important;
}

.navbar-default {
    background-color: rgba(0,66,130,.90) !important;
    border-color: rgba(0,66,130,.90) !important;
    border-radius: 0px !important;
    width: 100% !important;
}

.navbar {
    margin-bottom: 0px !important;
    position: relative !important;
    top: 3px !important;
}
@media (min-width: 768px) {
.navbar .navbar-nav {
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
  }
  
  .navbar .navbar-collapse {
    text-align: center !important;
  }
}

.navbar-brand {
    color: #FFF !important;
    font-size: 16pt !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 700 !important;
    /* line-height: 1.85em !important; */
    font-style: normal !important;
    font-stretch: 100% !important;
}

/* .navbar-default .navbar-nav > li {
    transition: 0.3s !important;
} */

.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
    font-size: 14pt !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
    /* line-height: 1.85em !important; */
    font-style: normal !important;
    font-stretch: 100% !important;
    
}

.navbar-default .navbar-nav > li:hover {
    background-color: rgba(255,255,255,0.25) !important;
}

.navbar-default .navbar-toggle {
    border-color: #FFF !important;
}

.navbar-default .navbar-toggle:hover {
    border-color: #FFF !important;
    background-color: rgba(255,255,255,0.25) !important;
}

.navbar-default .navbar-toggle:focus {
    border-color: #FFF !important;
    background-color: rgba(255,255,255,0.25) !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF !important
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumbnail {
    padding-bottom: 100% !important;
    margin-bottom: -100% !important;
    border-radius: 0px !important;
    border-color: #FFF !important;
}

.jcarousel li {
    /* padding-bottom: 100%;
    margin-bottom: -100%; */
    margin-left: 7px;
    margin-right: 7px;
    /* width: 200px; */
    float: left;
    /* border: 1px solid #fff; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    display:block;
    position: absolute;
    top: 35%;
    margin-top: -15px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(0,66,130, .5);
    /* background: rgba(0,192,243,.5); */
    color: #fff !important;
    text-decoration: none !important;
    font: 100pt 'Source Sans Pro', sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    cursor: pointer;
    transition: 0.5s;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background: rgba(0,192,243,.5);
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-prev a {
    position: relative !important;
    top: -47px !important;
    left: 20px !important;
    color: #FFF !important;
    text-decoration: none !important;

    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100 !important;
    /* line-height: 1.85em !important; */
    font-style: normal !important;
    font-stretch: 100% !important;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-next a {
    position: relative !important;
    top: -47px !important;
    right: 20px !important;
    color: #FFF !important;
    text-decoration: none !important;

    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100 !important;
    /* line-height: 1.85em !important; */
    font-style: normal !important;
    font-stretch: 100% !important;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
    padding-bottom: 50px;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/* @media (min-width:768px) { 
	.navbar > .container {
        left: 25%!important;
        text-align: center!important;
    }
}



@media (min-width:993px) {
    .navbar > .container {
        position: relative !important;        
        left:10% !important;
    }
}

@media (min-width:1200px) {
    .navbar > .container {
        position: relative !important;        
        left:15% !important;
    }
} */
