.btn {
  border-radius: 24px;
}

.btn-default {
  font-size: 16px !important;
  font-weight:400 !important;
  background-color: #fff;
  outline: none !important;
  border: 2px solid black;
  box-shadow: 3px 3px 2px rgb(17.031, 0, 150) !important;
  color:#111;
  text-transform:none;
}

.btn-default:hover {
  color:#101010;
  background-color: #ececec;
  border: 2px solid black;
  box-shadow: 1px 1px 1px black !important;
  text-decoration: underline;
}

.btn-default:active {
  background-color: #eee;
  border: 2px solid black;
  box-shadow: 1px 1px 1px black !important;
}

.btn-xsg {
  text-transform: uppercase;
  color: #8d949e;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  padding: 3px 12px;
  display: inline-block;
  line-height: 12px;
  border-radius: 12px;
}
.btn-xsg:hover {
  background-color: #eee;
  color: #000;
}

#startpage .card,
#careerspage .card, 
#explorepage .card {
  border-color: #808080;
}

#startpage .copyright,
#careerspage .copyright,
#explorepage .copyright {
  line-height: .75em;
}

.user-profile {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
}



@media (max-width: 991.98px) {
  
  form #keywords {
    min-width: 80%;
  }
    .gsc-column {
        /*padding: 0 !important;*/
    }
}

.gbb-row .bb-inner {
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
}

.views-exposed-form {
  position:relative;
  display: flex;
  margin-bottom:20px;
  justify-content: center;
}
.js-form-item-combine label {
  display: none;
}
.js-form-item-combine input.form-text {
  border-top-left-radius:24px;
  border-bottom-left-radius:24px;
  border-radius:24px;
  padding-left:20px;
}
.button.js-form-submit.form-submit {
  height: 36px;
  margin: 4px 0px;
  border-radius:18px;
}
ul.js-pager__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin:0 0 20px 0;
  list-style-type: none;
  text-align: center;
  justify-content: center;
  line-height: 40px;
}
ul.js-pager__items li {
  display: inline-block;
  width: auto;
  height: 24px;
  text-transform: uppercase;
  color: #678;
  padding: 4px 8px;

}
ul.js-pager__items a[rel='prev'],
ul.js-pager__items a[rel='next'] {
  color: white;
  background-color: #105286;
  display: inline-block;
  width: 40px;
  border-radius: 24px;
}

.gva-view > footer {
  margin-bottom: 30px;
}

.btn.btn-default small {
  display: block;
  line-height: 1rem;
  margin-top: -10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .8em;
  color:#888;
}

.corevalues.gsc-column .column-content {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.corevalues.gsc-column .column-content:last-child {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 50px
}
.corevalues.gsc-heading {
  padding-top: 30px;
}
.mission.gsc-heading {
  padding-right: 15px;
  padding-left: 15px;
}

a.joblisting,
div.joblisting {
  margin-bottom: 15px;
  position: relative;
}
a.joblisting .title,
div.joblisting .title,
.jobdetail .title {
  margin-top:15px;
  margin-bottom:7px;
  font-size: 1rem;
  font-weight: 800;
  width: auto;
  border-bottom: 2px solid #dedede;
}
.jobdetail .title {
  display:block;
  width: 100%;
}
.joblisting .jobreq,
.joblisting .applynow{
  float: right;
}
.joblisting .jobcategory,
.jobdetail .jobcategory {
  color:lightslategray;
  text-align:right;
  margin-top: -10px;
  font-size: .8rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  float: right;
}
.joblisting .location,
.jobdetail .location{
  margin-bottom: 15px;
  letter-spacing: .5px;
}
.joblisting .timetype,
.jobdetail .timetype {
  
  font-style: italic;
  font-weight:800;
  color:#808080;
}
.joblisting .timetype {margin-left: 15px;}
.joblisting .timetype {float:right;}
.jobdetail .view-content-wrap {
  padding-left:15px;
  padding-right:15px;
}

a.btn.admin {
	display:none;
}

/* DO NOT USE
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  .bb-container.container {
  width:1200px !important;
}
  }
*/



/* CAREER OPPORTUNITIES */

.form.form-careers-landing {
  background-color:transparent;
  padding: 20px 10px 5px;
  text-align: center;
}

.form.form-careers-landing.form-careers-search {
  background-color: transparent;
  padding: 20px 10px 25px;
}

.btn.btn-link {
  background-color: transparent;
  color:#1c3665;
  font-weight: 600;
  box-shadow: none;
}
.btn.btn-link:hover {
  background-color:transparent !important;
  text-decoration:underline;
}
@media (max-width: 991.98px) {
  .form.form-careers-landing {
    padding: 20px 15px 10px;
  }
}





/* TESTIMONIALS */

.gsc-heading.nocase .title {
text-transform: none !important;
}


.d-block.card-img-top.item-content {
  /*background-size: contain;*/
  /*vertical-align: middle !important;*/
  /*background-position: top;*/
  /*background-color: transparent;*/
}

#button-mfqymvh01dng,
#button-wq85oziorb2f,
#button-pg0bihkqboph
{
  color:white !important;
  border-color:white !important;
}
#button-mfqymvh01dng:hover,
#button-wq85oziorb2f:hover,
#button-pg0bihkqboph:hover
{
  color:gray !important;
}

#edit-keywords-collapsible--2 {display: none;}

.btn.btn-info.btn-lg {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  border: 3px solid #fff;
  color: #fff;
  background-color: #105286;
}

form #keywords {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 4px 12px;
}

.btn-light {
  background-color: white;
  color: #1c3665;
  border: 1px solid #1c3665;
}

.card.joblisting.careers {
  position: relative;
}

.pull-right {
  /*position: absolute;*/
  /*right:0;*/
  /*margin-top: 175px;*/
}


.menu--career-search-options ul{
  background-color: #eee !important;
  display: block !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 16px !important;
  width: 100% !important;
}
.menu--career-search-options ul a {
  padding: 5px 10px !important;
}
.menu--career-search-options .sub-menu a {
  padding: 0px !important;
  line-height: 20px !important;
}


#block-careerssearchheader .widget.gsc-heading {
  margin: 0 auto !important;
}

.gsc-heading .heading-line.heading-line-1 {
  margin-bottom: 0;
}

.search-links.jibe-container {
  font-size: 12px !important;
}




.popular-searches {
  color:#8d949a;
  text-align:center;
}

.popular-searches button.btn-secondary {background-color: #fff !important; font-size: 12px; line-height: 18px; color:#8d949a; font-weight: 600; padding-left: 12px; padding-right:12px; box-shadow:none}

.popular-searches button.btn-secondary:hover {background-color: #eee !important; color:#000;}


video {
  border-radius: 50%;
  border:1px solid #eee;
  padding: 10px;
}
.testimonials .card-img,
.testimonials .card-img-top {
  /*height: 200px;*/
  /*min-height: 200px;*/
  /*background-size:cover !important;*/
  /*background-position: center center !important;*/
  height: 75px !important;
  width: 75px !important;
  margin: 10px auto 0px !important;
  border-radius: 50% !important;
}
.testimonials .card-title,
.testimonials .card-text {display: none;}

.testimonials .card-body {
  font-size: 11.5px;
}
.testimonials .card-body {
  padding-right: 1.25rem !important;
  padding-top: 10px !important;
  padding-left: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

div[id^="block-exposedformcareerspage"] {
  /*display:none;*/
}