.communications-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}




.communications-banner  .img-holder {
  position: relative;
  margin-bottom: 50px;
}

.communications-banner  .text-holder {
  -webkit-animation: .5s linear 0s fade-up forwards;
  animation: .5s linear 0s fade-up forwards;
}

.communications-banner .text-holder {
  padding: 14px 15px 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.communications-banner .img-holder {
  -webkit-animation: .5s linear 0s fade-down forwards;
  animation: .5s linear 0s fade-down forwards;
}
.communications-banner .img-holder img {
  width: 100%;
  height: auto;
}

.communications-banner .breadcrumbs {
  color: #012b40;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 768px){
  .communications-banner .breadcrumbs {
    margin-bottom: 50px;
  }
}

.communications-banner ul.hs-breadcrumb-menu li {
  padding: 0;
  float: none;
  display: inline-block;
}

.communications-banner ul.hs-breadcrumb-menu li a {
  color: #012b40;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.communications-banner .hs-breadcrumb-menu-divider:before {
  content: ' > ';
  padding-left: 0;
  padding-right: 0;
}

.communications-banner li.hs-breadcrumb-menu-item.last-crumb span {
  font-weight: 700;
}

.communications-banner .breadcrumbs p {
  color: rgba(0,0,0,.6);
}

.communications-banner p {
  color: rgba(0,0,0,.6);
  margin-bottom: 30px;
}

.communications-banner .button-wrapper a {
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 900;
  background: #012b40;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
  border: 3px solid #012b40;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  font-size: 16px;
  line-height: 25px;
  padding: 12px 27px;
  background: #dbb65f;
  border-color: #dbb65f;
  margin-bottom: 15px;
  margin-right: 10px;
  display: inline-block;
}
.communications-banner .button-wrapper a:after {
  content: "\e906";
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  line-height: inherit;
}
.communications-banner .button-wrapper a:hover {
  color: #dbb65f;
  background: 0 0;
}
@media (min-width: 768px){
  .communications-banner .img-holder:before {
    top: auto;
    bottom: -50px;
    top: auto;
    bottom: -50px;
  }
}

.communications-banner .img-holder:before {
  background-color: #f3dca4;
  content: '';
  display: block;
  position: absolute;
  top: auto;
  left: 18%;
  height: 100%;
  width: 100%;
}

.communications-banner  .img.bg-stretch.is-inview {
  height: 500px;
  width: 100%;
  overflow: hidden;
}


.communications-banner  .img-holder img {
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: -60.823px;
}

.communications-banner {
  overflow: hidden;
}
.communications-banner h1 {
  max-width: 100%;
}
.communications-banner h1 {
    color: #093155;
}
@media (min-width: 768px){
  .communications-banner .text-holder {
    opacity: 0;
    text-align: left;
    padding: 14px 40px 25px;
    width: 51%;
  }
  .communications-banner .img-holder {
    opacity: 0;
    width: 49%;
  }
}
@media (min-width: 1024px){
  .communications-banner .text-holder {
    padding: 30px 40px 100px;
  }
}
@media (min-width: 1440px){
  .communications-banner .text-holder {
    padding: 30px 100px 50px 128px;
  }
}

@media(max-width:1199px){
  .communications-banner h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .communications-banner .img-holder img {
    margin-top: 0px;
  }

}

@media(max-width:1023px){
  .communications-banner h1 {
    text-transform: none;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #093155;
    max-width:100%;
  }
}

@media(max-width:767px){
  .communications-banner {
    flex-wrap: wrap;
  }

  .communications-banner .text-holder {
    order: 2;
  }

  .communications-banner .img-holder {
    width: 100%;
  }

  .communications-banner h1 {
    color: #093155;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 100%;
    text-transform: uppercase;
  }

  .communications-banner .button-wrapper a {
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .communications-banner .img.bg-stretch.is-inview {
    height: auto;
    overflow: initial;
  }

  .communications-banner .img-holder:before {
    background-color: #f3dca4;
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    left: 18%;
    height: 100%;
    width: 100%;
  }

  .communications-banner .button-wrapper a {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 15px;
  }

  .communications-banner p {
    font-size: 14px;
  }
  .communications-banner .button-wrapper a {
    width: auto;
  }

}
@media(max-width:479px){
  .communications-banner .button-wrapper a {
    width: 100%;
  }