/** Home page alerts **/

.alert-red-background {
  text-align: center;
  width: calc(100% - 54px);
  margin: 0px 27px 10px 27px;
  padding: 40px 0px;
  background-color: #DB4848;
}



@media screen and (max-width: 867px) {
  .alert-red-background {
    width: 100%;
    margin: 0;
    padding: 40px 15px;
  }
}

.page-info a {
  color: #48a5db;
}

.icon-wrapper {
  width: 100%;
  text-align: center;
}

.alert-icon {
  margin-bottom: -42px;
  background-color: #DB4848;
  padding: 10px;
  border-radius: 50px;
}

.alert-red-background h2 {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}

.alert-red-background p {
  display: block;
  margin: 15px auto;
  line-height: 30px;
  color: #fff;
}

.button--red {
  background: #8e2020;
  display: inline-block;
  margin: 10px auto;
  color: #fff;
  -webkit-box-shadow: 0 10px 34px rgba(0, 0, 0, .18);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .18);
}

.button--white,.page-info a.button--white,a.button--white,input.button--white{background:#fff;color:#db4848}
.button--white:hover,.page-info a.button--white:hover,a.button--white:hover,input.button--white:hover{background:#9e1f1f;color:#fff}

.button--red, .button--white,.page-info a.button--red,.page-info a.button--white,a.button--red, a.button--white,input.button--red, input.button--white{font-family:"Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;font-weight:500;font-size:18px;letter-spacing:1.12px;border-radius:100px;border:none;text-transform:uppercase;padding:16px 60px;display:inline-block;text-decoration:none;text-align:center;margin:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;line-height:1}




.playbook table td, .playbook table th{
  border: 1px solid #c4c3c3 !important;
  padding: 15px;
}
.playbook table th{
  font-size: 12pt;
  font-weight: 500;
  background: #f8f8f8;
}
.playbook table tr:nth-child(even){
  background: #f8f8f8;
}

.playbook #partners td,
.playbook #partners tr,
.playbook #partners tr:nth-child(even) {
  border: none !important;
  background: transparent !important;
}
.playbook #partners tr {
  display: flex !important;
  align-items: center !important;
}

.playbook #partners td img {
  max-width: 170px !important;
  height: auto !important;
}

.playbook .section-text li {
  margin: 10px 0 10px 25px;
}
.playbook .title-2 {
  margin-bottom: 25px;
}
.playbook table a, .playbook table span {
  font-weight: 500 !important;
  font-family: Raleway,sans-serif !important;
  color: #0ba8e7 !important;
  text-decoration: underline;
}
.playbook .row-3-columns .col {
  width: 24%;
}
.testi-img {
  padding-left: 100px;
  background-size: 80px;
  background-position: left center;
  background-repeat: no-repeat;
}
.bruce {
  background-image: url('/themes/custom/moncton/src/img/Bruce_Lutes.jpg');
}
.pat {
  background-image: url('/themes/custom/moncton/src/img/Pat_Langelaan.jpg');
}
.lisa {
  background-image: url('/themes/custom/moncton/src/img/Lisa_Poirier.jpg');
}
.john {
  background-image: url('/themes/custom/moncton/src/img/John_Wishart.jpg');
}
.emily {
  background-image: url('/themes/custom/moncton/src/img/Emily_Mackenzie-Brush.jpg');
}
.jodi {
  background-image: url('/themes/custom/moncton/src/img/Jodi_Mattatal.png');
}
.jodi {
  background-image: url('/themes/custom/moncton/src/img/Jodi_Mattatal.png');
}
.thomas {
  background-image: url('/themes/custom/moncton/src/img/George-Headshot.JPG');
}
.manju {
  background-image: url('/themes/custom/moncton/src/img/Manju_Verma.jpg');
}

.online {
  margin: 25px 0;
  padding-left: 50px;
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/themes/custom/moncton/src/img/online.png');
}

/* employer playbook */

.node-65 .decor-wave-blue:nth-child(2)
{
  display: none;
}

.node-65 .margin-50px {
  margin: 0 0 25px 0 !important;
}

.node-65 .row-3-columns{
  padding: 30px 0 0 0 !important;
}

#partners > tbody{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonials_bg{
  min-height: 600px;
}

@media (max-width: 880px){
  .node-65 .row-3-columns{
    align-items: center;
  }
  .node-65 .playbook .row-3-columns .col {
    width: 100%;
  }
  .node-65 .playbook #partners tr {
    flex-direction: column;
  }

  table,
  table > thead > tr,
  table > tbody > tr{
    display:flex;
    flex-direction: column;
    margin: 10px 0;
  }

  table > thead > tr > th{
    width: auto !important;
  }

  .playbook table td, .playbook table th {
    text-align: center;
    border: 1px solid #c4c3c3;
  }
  .playbook table tr:nth-child(2n) {
    background: transparent;
  }
  .two11{
    text-align: center;
  }

}

/* Webinar */

.node-66 .decor-wave-blue{
  display: none;
}

.node-66 .btn-play span {
  border-left-color: grey;
}

.node-66 .btn-play{
  border-color: grey;
}

.node-66 .btn-play:hover {
  color: #fff;
  border-color: #0ba8e7;
}

.node-66 .btn-play:hover span {
  border-left-color: #0ba8e7;
}


.node-22 table td,
.node-67 table td{
  margin: 10px;
  padding: 10px;
  border: none;
}
.node-22 .decor-wave-blue:nth-child(3){
  display: none;
}

.two11 img{
  width: 200px;
}

.two11{
  vertical-align: middle;
  padding: 5px 25px;
}

:root{
  scroll-behavior: smooth;
}

