/*
Theme Name: mwresource_bootstrap
Template: wp-bootstrap-starter
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.2;
  color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 25px;
}
h1, h2 {
  color: #b10015;
}
h3, h4 {
  color: #083553;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h2.mwr_custom {
  font-size: 50px;
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
h4.mwr_custom {
  margin-bottom: 15px!important;
}
a {
  color: #b10015;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  font-weight: 600;
}
.btn-white-bg .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: #083553;
  border-color: #083553;
  text-transform: uppercase;
}
.btn-white-bg .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,
.btn-white-bg .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  color: #fff;
  background-color: #083553;
}
.btn-primary {
  background-color: #083553;
}
.entry-content>.vc_section:first-child>.vc_row h2.vc_custom_heading {
  text-align: left !important;
  margin-top: 0;
  margin-bottom: 50px;
  /* font-size: 2.5em; */
}
.large-text {
  color: #083553;
  font-size: 1.2em;
  padding-bottom: 10px;
}
.subtitle {
  color: #083553;
  margin-bottom: 10px;
}
.header-wrap {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 300px, 0 150px);
  clip-path: polygon(0 0, 100% 0, 100% 300px, 0 150px);
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
}
.header-wrap .entry-header h1 {
  position: relative;
  top: 60px;
  color: #083553;
}
.navbar-brand img {
  width: 250px;
}
.light-grey-bg {
  padding-top: 40px;
  background-color: #f6f6f6;
  color: #083553 !important;
}
.dark-blue-bg {
  padding-top: 40px;
  background-color: #b10015;
}
.light-blue-bg h2 {
  color: #f6f6f6;
}
.dark-blue-bg .wpb_text_column {
  color: #fff;
}
.light-blue-bg {
  padding-top: 40px;
  background-color: #3b91ca;
}
.light-blue-bg .wpb_text_column {
  color: #fff;
}
img.floatleft {
  float: left;
  margin: 2px 20px 0 0;
  padding-bottom: 10px;
}
img.floatright {
  float: right;
  margin: 2px 0 0 20px;
  padding-bottom: 10px;
}
header#masthead {
  background-color: #fff;
  padding: 15px;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw !important;
}
.full-width img {
  width: 100%;
}
#region-hero {
  padding-top: 160px !important;
  padding-bottom: 160px;
  color: #fff;
}
#region-hero h1 {
  color: #fff;
}
#region-hero p {
  line-height: 28px;
}
#region-hero button {
  color: #fff;
  border-color: #fff;
}
#region-hero button:hover {
  background-color: #b10015;
}

/* Visual Composer styles */
section.vc_section {
  padding-top: 15px !important;
  padding-bottom: 60px;
  overflow: hidden;
}
h2.vc_custom_heading {
  margin-top: 60px;
  margin-bottom: 80px;
}
.vc_custom_heading.vc_gitem-post-data,
.vc_custom_heading.vc_gitem-post-data h3 {
  margin-bottom: 0;
}
section .vc_column-inner {
  background-color: unset !important;
}
.vc_inner.vc_row-fluid {
  overflow: hidden;
  margin-bottom: 10px;
}
.vc_parallax .wpb_text_column,
.vc_parallax .wpb_text_column h3,
.vc_parallax .wpb_text_column h4 {
  color: #fff;
}

/* Services */
#services {
  text-align: center;
}
#services .vc_row {
  display: table-cell;
}
#services .vc_row .wpb_column {
  display: inline-block;
  float: none;
}
#services .vc_row .wpb_column .vc_column-inner h3 {
  font-size: 1.4em;
  line-height: 25px;
}
#services .vc_row .wpb_column .vc_column-inner img {
  width: 100px;
}

/* Consultants */
#contractors {
  padding-top: 70px!important;
  padding-bottom: 30px!important;
}
#contractors a {
  color: #fff!important;
  text-decoration: underline;
}

/* Testimonials */
#home_testimonials {
  background-color: #3b91ca;
  -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
  padding-top: 120px!important;
  padding-bottom: 20px!important;
}
#home_testimonials h2 {
  color: #fff;
}
#home_testimonials .slick-arrow {
  top: 90px;
}
#clients_testimonials {
  background-color: #3b91ca;
  padding-top: 25px!important;
}
#home_testimonials .testimonials.vc_row,
#clients_testimonials .testimonials.vc_row,
#testimonials .testimonials.vc_row {
  padding: 50px 0 0;
}
#home_testimonials .slick-track,
#clients_testimonials .slick-track,
#testimonials .slick-track {
  display: flex;
}
#home_testimonials .slick-track .slick-slide,
#clients_testimonials .slick-track .slick-slide,
#testimonials .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
#home_testimonials .fas.fa-quote-left,
#clients_testimonials .fas.fa-quote-left,
#testimonials .fas.fa-quote-left {
  font-size: 4.5em;
  float: left;
  margin-right: 25px;
  margin-top: 50px;
  color: #fff;
}
#home_testimonials .fas.fa-quote-left {
  font-size: 4em;
  margin-top: 10px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p,
.sp-testimonial-free-section .sp-testimonial-client-designation {
  font-size: 25px;
  font-style: italic;
  line-height: 40px;
  color: #fff !important;
}
#home_testimonials .sp-testimonial-free-section .sp-testimonial-client-testimonial p,
#home_testimonials .sp-testimonial-free-section .sp-testimonial-client-designation,
#clients_testimonials .sp-testimonial-free-section .sp-testimonial-client-testimonial p,
#clients_testimonials .sp-testimonial-free-section .sp-testimonial-client-designation {
  text-align: left;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

/* Clients */
#metrics_header h2 {
  font-size: 90px;
  margin: 20px 0 5px 0;
}
#metrics_header h3 {
  font-size: 30px;
}
#metrics {
  margin: 10px 0 30px 0;
}
#metrics h3 {
  font-size: 60px;
  margin-bottom: 5px;
}
#partners {
  padding-top: 80px!important;
}
#partners h3 {
  padding-bottom: 20px!important;
}

/* Clients logos (homepage) */
/* To restore client logos rename the section to 'clients' and make the 'clients_slider' visible */
#clients {
  background-color: #3b91ca;
  -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
  /* padding-top: 160px !important; */
  padding-top: 130px !important;
  padding-bottom: 20px;
}
#clients_slider {
  display: none !important;
}
#clients h2 {
  color: #fff;
}
#clients .slick-arrow {
  top: 90px;
}
#clients .slick-slide .carousel-caption {
  background: #fff !important;
  height: 170px;
  border: 3px solid #083553;
  padding: 0 15px;
  line-height: 170px;
}
#clients .slick-slide .carousel-caption .tdt-slider-heading {
  text-indent: -9999rem;
}
#clients .slick-slide .carousel-caption img {
  vertical-align: middle;
  height: auto;
  display: inline-block;
}
#clients .slick-prev.slick-arrow {
  left: -20px !important;
}
#clients .slick-next.slick-arrow {
  right: -20px !important;
}
#clients .vc_images_carousel ol.vc_carousel-indicators {
  margin: 0 0 -70px -30%;
}
#clients .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: transparent;
  border: 1px solid #083553;
}
#clients .vc_images_carousel .vc_carousel-indicators li {
  border: 1px solid #083553;
  background-color: #083553;
}
#client-logos .vc_single_image-img {
  max-width: 180px;
}
#client-logos .vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
  max-height: 200px;
}

/* Events */
#events .vc_gitem_row {
  display: contents;
}
#events h2 {
  color: #083553;
  margin-bottom: 100px;
}
#events .vc_single_image-img.attachment-full {
  max-height: 130px;
  width: 100%;
}
#events .vc_gitem-zone-a .vc_gitem-zone-mini {
  display: inline-flex;
  width: 100%;
}

/* Leadership */
#leadership h2 {
  margin-bottom: 80px;
}
#leadership h3 {
  color: #b10015;
  margin-bottom: 0.5rem;
}
.page-id-474 h3 {
  margin-bottom: 7px;
}
.page-id-474 h4 {
  color: #b10015;
}
#leadership .vc_single_image-img {
  width: 200px;
}
#leadership button {
  color: #083553;
  border-color: #083553;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 22px;
}
#mission,
#mission h2 {
  color: #fff;
}
.psac-post-slider.psac-design-1 .psac-post-overlay {
  border: 5px solid #083553;
  font-size: 1.3em;
}

/* Careers */
#careers .whr-title {
  margin-bottom: 0.5rem;
  font-size: 20px;
}
#careers .whr-title a {
  color: #083553;
}
#careers .whr-info {
  margin-bottom: 1rem;
}
#careers .whr-date,
#careers .whr-code,
#careers .whr-dept {
  display: none;
}

/* Footer */
#footer-buttons {
  background-color: #b10015;
  padding: 65px 0 55px;
  text-align: center;
  text-transform: uppercase;
}
.page-id-51 #footer-buttons,
.page-id-399 #footer-buttons {
  display: none;
}
#footer-buttons.next-steps {
  display: none;
}
#footer-buttons.hiring {
  display: none;
}
.page-id-51 #footer-buttons.next-steps {
  display: block;
}
.page-id-399 #footer-buttons.hiring {
  display: block;
}
#footer-buttons h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
#footer-buttons button {
  padding: 10px 40px;
  margin: auto 10px;
  font-weight: 600;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
#footer-buttons button a {
  color: #083553;
}
a.footer-linked-in {
  font-size: 1.5rem;
  color: #083553!important;
  display: inline-block;
  vertical-align: -1px;
}
a.footer-linked-in:hover {
  color: #083553!important;
}
.linked-in-contact-icon {
  margin: -25px 0 0 -10px!important;
}
#footer-logo {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#footer-logo img {
  width: 300px;
}
.site-footer {
  background: #2c2c2c;
  color: #fff;
  padding: 50px 0;
}
.privacy-policy .header-wrap {
  height: 170px;
}

/* MWR RMS Tracker */
#jobs h3.job-title {
  margin-bottom: 25px;
  font-size: 20px;
}
#jobs h3.job-title a {
  color: #083553;
}
#jobs .job-results {
  text-align: right;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
#jobs .job {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#jobs .job-link {
  text-align: right;
}
#jobs #job-search-form {
  text-align: center;
  margin-bottom: 20px;
}
#jobs #job-search-keywords {
  font-size: 17px;
  padding: 5px;
  width: 360px;
  margin-right: 10px;
}
#jobs #job-search-worktype {
  font-size: 17px;
  padding: 8px;
  margin-right: 10px;
}
#jobs #job-search-submit,
#jobs #job-search-clear {
  color: #fff;
  font-weight: 500;
  background-color: #b10015;
  border-color: #b10015;
  padding: 8px 20px;
  border-radius: 3px;
  border: 0;
  margin-right: 10px;
  width: 150px;
}
#jobs .job-link a,
#jobs .job-linkregister a {
  color: #fff;
  font-weight: 500;
  background-color: #b10015;
  border-color: #b10015;
  padding: 10px 20px;
  border-radius: 3px;
  width: 150px;
}
#jobs .job-link a:hover,
#jobs .job-linkregister a:hover {
  text-decoration: none;
}
#jobs .job .job-details {
  float: left;
}
#jobs .job .job-location,
#jobs .job .job-publishdate,
#jobs .job .job-jobtype,
#jobs .job .job-worktype {
  display: inline;
  margin-right: 40px;
}
#jobs .job-single .job-location,
#jobs .job-single .job-publishdate,
#jobs .job-single .job-jobtype,
#jobs .job-single .job-worktype,
#jobs .job-single .job-duration,
#jobs .job-single .job-reference {
  margin-bottom: 20px;
}
#jobs .job-single h2.job-title {
  font-size: 36px;
  color: #083553;
  margin-top: 50px;
}
#jobs .job-single .job-details {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#jobs .job-single .job-description,
#jobs .job-single .job-description div,
#jobs .job-single .job-description div div {
  font-family: 'Montserrat', sans-serif!important;
  font-size: 16px!important;
  line-height: 1.6!important;
}
#jobs .job-single .job-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .privacy-policy .header-wrap .entry-header h1 {
    top: 0;
  }
  #jobs #job-search-form {
    text-align: left;
  }
  #jobs #job-search-keywords {
    width: 320px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #jobs #job-search-worktype {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #jobs #job-search-submit,
  #jobs #job-search-clear {
    width: 140px;
  } 
  #jobs .job-results {
    text-align: left;
    margin-top: 30px;
  }
  #jobs .job .job-location,
  #jobs .job .job-publishdate,
  #jobs .job .job-jobtype,
  #jobs .job .job-worktype {
    display: block;
    margin-right: 0;
  } 
  #jobs .job-link {
    text-align: left;
    margin: 20px 0;
  }
  #jobs .job .job-details {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  /* privacy-policy temprary css */
  .privacy-policy .header-wrap {
    height: auto;
  }
  .header-wrap {
    -webkit-clip-path: unset;
    clip-path: unset;
    height: auto;
    margin-bottom: 15px;
    padding: 15px;
  }
  .header-wrap .entry-header h1 {
    top: 0;
  }
  #events .vc_single_image-img.attachment-full {
    max-height: unset;
  }
  #events .vc_gitem-zone-a .vc_gitem-zone-mini {
    display: block;
  }
  #home_testimonials {
    -webkit-clip-path: none;
    clip-path: none;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  #home_testimonials .fas.fa-quote-left,
  #testimonials .fas.fa-quote-left {
    float: none;
    text-align: center;
    width: 100%;
  }
  .linked-in-icon {
    margin: 10px 0 20px -10px!important;
  }
}

@media screen and (max-width: 575px) {
  #region-hero h1.vc_custom_heading {
    font-size: 3em;
  }
  #region-hero h2.vc_custom_heading {
    font-size: 2em;
  }
  #clients .slick-slide .carousel-caption {
    height: 265px;
    padding: 30px;
    line-height: 165px;
  }
  #client-logos .vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    max-height: unset;
  }
}

@media screen and (max-width: 1024px) {
  #clients .slick-slide .carousel-caption img {
    max-height: 160px!important;
    width: auto!important;
  }
}


