/****************************
-- Splash General --
****************************/
@media screen and (min-width: 960px) {
  .splash_units {
    height: 760px;
    width: 100%;
  }

  .splash_unit {
    float: left;
    height: 100%;
    position: relative;
    width: 33.3333%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
  }

  .splash_unit.inactive {
    width: 25%;
  }

  .splash_unit.active {
    width: 50%;
  }
}

/*+++++++++++++++++++++++++++
-- Background & Title --
*/
.splash_unit_bg {
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.splash_unit_bg:after {
  background-color: #000;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity 300ms ease, visibility 0ms linear 300ms;
  transition: opacity 300ms ease, visibility 0ms linear 300ms;
}

.splash_unit.inactive .splash_unit_bg:after {
  opacity: 0.75;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.splash_unit_title {
  display: table;
  left: 0;
  padding: 0 33px;
  position: absolute;
  right: 0;
  table-layout: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splash_unit_title_icon {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.splash_unit_title_name {
  color: #fff;
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  .splash_unit_title_name.hhero {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 480px) {
  .splash_unit_bg {
    height: 225px;
  }

  .splash_unit_title_icon {
    width: 85px;
  }

  .splash_unit_title_name {
    padding-left: 39px;
  }
}

@media screen and (min-width: 960px) {
  .splash_unit_bg {
    height: 100%;
    position: static;
  }

  .splash_unit_title {
    display: block;
    padding-bottom: 30px;
    top: 35%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: top 300ms ease, -webkit-transform 300ms ease;
    transition: top 300ms ease, transform 300ms ease;
  }

  .splash_unit.active .splash_unit_title {
    top: 30%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .splash_unit.active .splash_unit_title_icon {
    display: none;
  }

  .splash_unit_title_icon {
    display: block;
    height: 145px;
    margin: 0 auto 40px;
    position: relative;
    width: 125px;
  }

  .splash_unit_title_icon img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
  }

  .splash_unit_title_name {
    display: block;
    margin: 0 auto;
    max-width: 480px;
    padding: 0;
    text-align: center;
  }

  .splash_unit_title_name.hhero {
    font-size: 50px;
    line-height: 65px;
  }
}

/*+++++++++++++++++++++++++++
-- Hidden --
*/
.splash_unit_hidden {
  background-color: #fff;
  display: none;
  position: relative;
}

.splash_unit_hidden:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0;
  bottom: 100%;
  content: '';
  height: 0;
  left: 44px;
  position: absolute;
  width: 0;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}

.splash_unit_bg.active + .splash_unit_hidden:before {
  border-width: 0 20px 20px 20px;
}

.splash_unit_hidden .btn {
  font-size: 10px;
  padding: 0 15px;
}

@media screen and (min-width: 480px) {
  .splash_unit_hidden:before {
    left: 48px;
  }

  .splash_unit.active.active .splash_unit_hidden:before,
  .splash_unit_bg.active + .splash_unit_hidden:before {
    border-width: 0 28px 28px 28px;
  }
}

@media screen and (min-width: 960px) {
  .splash_unit_hidden {
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
  }

  .splash_unit.active .splash_unit_hidden {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .splash_unit_hidden .splash_unit_hidden_main .lbl_md {
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .splash_unit_hidden .btn {
    font-size: 13px;
    padding: 0 25px;
  }
}

/* Hidden Highlight */
.splash_unit_hidden_highlight {
  display: none;
}

@media screen and (min-width: 720px) {
  .splash_unit_hidden_highlight .lbl_lg {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .splash_unit_hidden_highlight .p_lg {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 720px) {
  .splash_unit_hidden_highlight {
    background-position: bottom right;
    background-size: cover;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 46.6667%;
  }
}

@media screen and (min-width: 1280px) {
  .splash_unit_hidden_highlight {
    padding: 41px 50px;
  }
}
/* Hidden Main */
.splash_unit_hidden_main {
  background: #fff;
  padding: 30px 30px 40px;
}

.splash_unit_hidden_main_families {
  border-bottom: 1px solid #b9b9b9;
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px;
}

.splash_unit_hidden_main_families li {
  margin-bottom: 20px;
}

.splash_unit_hidden_main_families li:last-child {
  margin: 0;
}

.splash_unit_hidden_main_families a {
  float: left;
  padding: 1px 0 1px 40px;
  position: relative;
}

.splash_unit_hidden_main_families a img {
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.splash_unit_hidden_main_families a span {
  float: left;
}

.splash_unit_hidden_main_ctas {
  list-style-type: none;
  margin: 0;
  padding: 29px 0 30px;
}

.splash_unit_hidden_main_ctas li {
  margin-bottom: 16px;
}

.splash_unit_hidden_main_ctas li:last-child {
  margin: 0;
}

@media screen and (min-width: 720px) {
  .splash_unit_hidden_main {
    float: right;
    padding: 30px;
    width: 53.3333%;
  }
}

@media screen and (min-width: 1280px) {
  .splash_unit_hidden_main {
    padding: 37px;
  }
}

/****************************
-- Splash RBU --
****************************/
/*+++++++++++++++++++++++++++
-- Background & Title --
*/
.splash_unit_rbu .splash_unit_bg {
  background: rgb(115,28,134);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzczMWM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDBiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(115,28,134,1) 1%, rgba(157,11,139,1) 100%);
  background: -webkit-linear-gradient(top, rgba(115,28,134,1) 1%,rgba(157,11,139,1) 100%);
  background: linear-gradient(to bottom, rgba(115,28,134,1) 1%,rgba(157,11,139,1) 100%);
}

/*+++++++++++++++++++++++++++
-- Hidden --
*/
@media screen and (min-width: 720px) {
  .splash_unit_rbu .splash_unit_hidden:before {
    border-color: transparent transparent #6f1e86 transparent;
  }
}

/* Hidden Main */
.splash_unit_rbu .splash_unit_hidden_main_families a {
  color: #6f1e86;
}

.splash_unit_rbu .splash_unit_hidden_main_ctas a {
  color: #6f1e86;
}

/****************************
-- Splash CBU --
****************************/
/*+++++++++++++++++++++++++++
-- Background & Title --
*/
.splash_unit_cbu .splash_unit_bg {
  background: rgb(35,129,189);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzODFiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGI0ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(35,129,189,1) 0%, rgba(93,180,229,1) 100%);
  background: -webkit-linear-gradient(top, rgba(35,129,189,1) 0%,rgba(93,180,229,1) 100%);
  background: linear-gradient(to bottom, rgba(35,129,189,1) 0%,rgba(93,180,229,1) 100%);
}

/*+++++++++++++++++++++++++++
-- Hidden --
*/
@media screen and (min-width: 720px) {
  .splash_unit_cbu .splash_unit_hidden:before {
    border-color: transparent transparent #1978b6 transparent;
  }
}

/* Hidden Main */
.splash_unit_cbu .splash_unit_hidden_main_families a {
  color: #1978b6;
}

.splash_unit_cbu .splash_unit_hidden_main_ctas a {
  color: #1978b6;
}

/****************************
-- Splash SPBU --
****************************/
/*+++++++++++++++++++++++++++
-- Background & Title --
*/
.splash_unit_spbu .splash_unit_bg {
  background: rgb(249,157,0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5OWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWQwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(249,157,0,1) 0%, rgba(254,208,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(249,157,0,1) 0%,rgba(254,208,0,1) 100%);
  background: linear-gradient(to bottom, rgba(249,157,0,1) 0%,rgba(254,208,0,1) 100%);
}

/*+++++++++++++++++++++++++++
-- Hidden --
*/
@media screen and (min-width: 720px) {
  .splash_unit_spbu .splash_unit_hidden:before {
    border-color: transparent transparent #f99900 transparent;
  }
}

/* Hidden Main */
.splash_unit_spbu .splash_unit_hidden_main_families a {
  color: #f99900;
}

.splash_unit_spbu .splash_unit_hidden_main_ctas a {
  color: #f99900;
}

/****************************
-- Footer --
****************************/
@media screen and (min-width: 1024px) {
  #splash + #footer {
    padding-top: 20px;
  }

  #splash + #footer .footer_bottom cf {
    padding-bottom: 40px;
  }
}
