video:-webkit-full-page-media {
  margin:0px;
}
.breadcrumb {
  margin-bottom: 0px;
}

hr {
}
i[fa-chevron-down]::before{
   background:transparent;
}

/***********************************/
/******** START: Carousel **********/
/***********************************/

.billboard-container-text {
  margin-bottom: 50px;
}

.billboard-container .title {
  padding: 8px 10px;
}

.cc-xl-title {
  color: #fff;
  padding-top: 8px !important;
  background: rgba(0,0,0,.65);
  border: 2px solid #8e6f3e;
  max-width: 50%;
  margin: auto;
  font-family: "United Sans",Impact,"Arial Black","sans serif";
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .billboard-container .title.cc-xl-title { 
    font-size : 1.6em !important; }
}

@media (max-width: 767px){
  .billboard-container .title.cc-xl-title {
    font-size: 1.2rem !important;
    margin-bottom: 3rem;
  }
}

@media (max-width: 1200px) {
  .story-content {
    text-align: center !important;
  } 
}

/**********************************************/
/******** START: Proof Points *****************/
/**********************************************/

    /* START: MODIFICAITONS */

    .homepage #college-proof-points-container {
        margin-top: -1rem;
    }
    
    /* END: MODIFICAITONS */

.row.rtb-cards {
    padding: 3rem 0;
}

.row.rtb-cards .columns {
    display: flex;
    /*margin: -0.75rem;*/
}


.row.rtb-cards .columns:not(:last-child) {
    border-right: 1px solid #cfb911;
}

@media (max-width: 992px) {
  .rtb-cards .columns {
    border-right: none !important;
    padding-bottom: 30px;
  }
  .rtb-cards .columns .pu-proofpoint .column {
    border-bottom: 1px solid #cfb911;
  }  
}

.pu-proofpoint {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: none;
    color: black;
    min-height: 250px
}

.pu-proofpoint .container {
    padding: 3.0875rem 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    align-items: center;
    max-width: 318px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.pu-proofpoint__lead {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.3125rem !important;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
}

.pu-proofpoint__highlighted {
    /*MODIFIED*/
    /* font-size: 5rem; */
    font-size: 3.5rem;
    line-height: 0.9;
    margin-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-weight: 400;
    margin-top: 0.5rem;
}

.pu-proofpoint__content {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5;
    white-space: pre-wrap;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}

.pu-proofpoint__source {
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4;
    font-style: italic;
    white-space: pre-wrap;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

a.pu-proofpoint__source, a:hover.pu-proofpoint__source, a:link.pu-proofpoint__source, a:visited.pu-proofpoint__source, a:active.pu-proofpoint__source {
    color: black;
}

.pp_form { 
    display: table;
    padding-bottom: 50px;      
}

.pp_form_section { 
    display: table-row;
    padding: 10 0px;  
}

.pp_form_label { 
    display: table-cell;
    padding: 5px 0px; 
}

.pp_form_input { 
    display: table-cell; 
}

.pp_form_submit {
    margin-top: 5px;
}

/***** Proof Points Site Customization ******/
@media (max-width: 768px){
  .proof-points-container {
    padding-bottom: 0;
  }
}

/***************************************/
/******** START: Video *****************/
/***************************************/
@media (max-width: 768px) {
  .video-container {
    padding: 2rem !important;
  }
}
