/* ==========================
 Custom Styles Template Employers page
============================= */


/* Employers template class*/

.employers-template .breadcrumb {
  padding-left: 6px;
}

.employers-template {
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
}

.employers-template>a img {
  border: none;
}

.employers-template .employers {
  padding: 10px;
}

.employers-template .employers h1,
.employers-template .employers h2 {
  color: #022169;
}

.employers-template .employers h1 {
  font-family: "connectionsbold";
  font-size: 28px;
  margin: 20px 0 5px 0;
}

.employers-template .employers h2 {
  font-family: "connections";
  font-size: 24px;
  margin: 10px 0;
  margin-top: 0;
}

.employers-template .employers h2.no-bottom-margin {
  margin-bottom: 0;
}

.employers-template .employers h3 {
  font-family: "connections";
  font-size: 20px;
  margin-bottom: 6px;
}

.employers-template .employers h4 {
  font-family: "connections";
  font-size: 18px;
  margin-bottom: 6px;
}


/* Employers top main image*/

.employers-template .main-image {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 170px;
  overflow-y: hidden;
}

.employers-template .main-image img {
  top: -36px;
  /*edit this value for top placement of image at this breakpoint*/
  position: relative;
}

.employers-template .employers.headline {
  padding-bottom: 0;
  padding-top: 0;
}


/* Employers icon grid area */

.employers-template .employers.grid-container {
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.employers-template .employers .grid-left,
.employers-template .employers .grid-right {
  position: relative;
  background-color: #F5F2EE;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px auto;
  padding: 20px 40px 20px 40px;
}

.employers-template .employers .grid-left>.row,
.employers-template .employers .grid-right>.row {
  padding: 0;
  position: relative;
}

.employers-template .employers .grid-item-top,
.employers-template .employers .grid-item-bottom {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
}

.employers-template .employers .grid-item-top {
  background-color: #fff;
  padding: 20px;
}

.employers-template .employers .grid-item-top .icon {
  width: 60%;
}

.employers-template .employers .grid-item-top .icon.smaller {
  width: 75%;
}

.employers-template .employers .grid-item-bottom {
  position: relative;
}

.employers-template .employers .grid-item-bottom .text {
  width: 100%;
  height: 100%;
}

.employers-template .employers .button-container {
  position: relative;
  bottom: 8px;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}

.employers-template .employers .button-container .btn {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  font-weight:normal;
}

.employers-template .employers.button-container-v2 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  margin: 0 auto;
  float: none;
}

.employers-template .employers.button-container-v2 .btn {
  display: inline-block;
  position: relative;
  font-size: 22px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}

.employers-template .employers .grid-item-bottom .text h2 {
  margin-bottom: 6px;
  word-break: break-word;
  word-wrap: break-word;
}

.employers-template .employers .grid-item-bottom .text p {
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}

.employers-template .employers .grid-item-top .icon img {
  width: 100%;
  height: 100%;
}

.employers-template .employers .grid-item-top .icon,
.employers-template .employers .grid-item-bottom h4,
.employers-template .employers .grid-item-bottom .text p {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding-top: 0;
}


/* Employers footnotes area */

.employers-template .employers.footnotes {
  font-size: 12px;
  display: block;
}

.employers-template .employers.footnotes .rule {
  width: 100%;
  height: 1px;
  border-top: 1px solid #999;
  margin: 0 auto;
  padding-bottom: 18px;
}

.employers-template .employers.footnotes sup {
  left: -0.7em;
  margin-right: -0.7em;
}
.btn-employers{
background-color: #fff !important;
}

/* Media Queries */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 400px) {
  .employers-template .main-image img {
    top: -96px;
    /*edit this value for top adjustment of image  within containing div*/
  }
}

@media (min-width: 576px) {
  .employers-template .employers img.small {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
  .employers-template .grid-item-left.col-xs-3,
  .employers-template .grid-item-right.col-xs-3 {
    width: 17%;
    /*scaling at intermediate tablet*/
  }
  .employers-template .employers-template .main-image img {
    top: -145px;
    /*edit this value for top adjustment of image  within containing div*/
  }
  .employers-template .employers .grid-left,
  .employers-template .employers .grid-right {
    width: 90%;
  }
}

@media (min-width: 665px) {
  .employers-template .main-image img {
    top: -174px;
    /*edit this value for top adjustment of image  within containing div*/
  }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .employers-template .employers {
    padding: 10px 20px;
  }
  .employers-template .employers h1 {
    margin-top: 5px;
  }
  .employers-template .employers.footnotes .rule {
    border: none;
  }
  .employers-template .employers.grid-left>.row,
  .employers-template .employers.grid-right>.row {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .employers-template .grid-item-left.col-xs-3,
  .employers-template .grid-item-right.col-xs-3 {
    width: 25%;
  }
  .employers-template .employers .grid-left,
  .employers-template .employers .grid-right {
    width: 46%;
    margin: 10px;
    padding: 0 30px 20px 30px;
  }
  .employers-template .employers .button-container .btn {
    width: auto;
  }
  .employers-template .employers.button-container-v2 .btn {
    width: auto;
  }
  .employers-template .employers.grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Employers top main image*/
  .employers-template .main-image {
    max-height: 255px;
  }
  .employers-template .main-image img {
    top: -183px;
    /*edit this value for top adjustment of image  within containing div*/
  }
  .employers-template .employers .grid-item-top {
    height: auto;
    min-height: 215px;
  }
  .employers-template .employers .grid-item-top .icon.left img {
    position: relative;
    bottom: -25px;
  }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .employers-template .main-image img {
    top: -313px;
    /*edit this value for top adjustment of image  within containing div*/
  }
}

@media print {
  .employers-template .employers .grid-item-top .icon img {
    height: 100px;
    width: 180px;
  }
}
