
@media (min-width: 310px) and (max-width: 437.875px) {
   #BILLBOARD-container {
     height: 895px !important;
     min-height: 895px !important;
   }
   .homepage #billboard-links-container, .homepage #billboard-container {
    background-color: #000 !important;
    }
}




@media (min-width: 438px) and (max-width: 575px) {
   #BILLBOARD-container {
     height: 825px !important;
     min-height: 825px !important;
   }
   .homepage #billboard-links-container, .homepage #billboard-container {
       background-color: #000 !important;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
   #BILLBOARD-container {
     height: 1142px !important;
     min-height: 1142px !important;
   }
   .homepage #billboard-links-container, .homepage #billboard-container {
    background-color: #000 !important;
    }
}








/* .manual-button { margin: 10px; }*/

#moreInformation {
  color: #DAAA00; 
  font-family: 'ACUMIN-PRO-CONDENSED', 'Franklin Gothic', sans-serif; 
  font-weight: 500; 
  font-style: italic; 
  text-transform: uppercase; 
  font-size: 2.5em; 
/*  margin-top: 4rem; 
  margin-bottom: 3rem;*/
}

.proof-points-container {
  padding-bottom: 0px;
  padding-top:150px;
}

.pageTable {
    /*padding-left: 50px;*/
}

.iconLogo { max-width: 400px; }

.pageTableHeading {
    background-color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 18px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.pageTableRow {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.pageTableRowGrey {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #C4BFC0;
}

.pageTableRowRequired {
    color: #FFF;
    background-color: #6F727B;
    text-align: center;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.pageTableRowFinal {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.pageTableRowFinalGrey {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #C4BFC0;
}
.pageTableRowFinalGreyA {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    background-color: #C4BFC0;
}

.pageTableRowGreyStart  {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #000;
    background-color: #C4BFC0;
}

.concentration {
    background-color: #EBD99F;
}

.greyBackground {
    background-color: #DDD;
    padding: 30px 0px;
}

#apply {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.applyIcon {
    color: rgb(207, 185, 145); 
    font-size: 6.0em;
}

.applyIconPMP {
    color: #000; 
    font-size: 6.0em;
}


.applyText {
    color: #FFF; 
    font-size: 1.6em;
}

.spacer15 {
    padding: 15px;
}










/* Styles for banner and request for information form. */
/* Banner request for information form. */
.newsbox { color: #FFFFFF !important; }
.survey-question>div, .survey-question-text {
  display: inline;
}

.billboard-container-text { 
    z-index: 1010; 
    bottom: 0px;
    margin-bottom: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    width: 100%;
}

.banner-title {
    color: #FFFFFF;
    font-size: 3em !important;
    padding: 0;
    text-shadow:
        0px 1px 1px rgba(0, 0, 0, 0.65),
        1px 1px 1px rgba(0, 0, 0, 0.65),
        0px -1px 1px rgba(0, 0, 0, 0.65),
        -1px -1px 1px rgba(0, 0, 0, 0.65),
        0px 1px 3px rgba(0, 0, 0, 0.65),
        0px 1px 9px rgba(0, 0, 0, 0.65);
}

.billboard-container .title.cc-xl-title {
  font-size      : 3em !important;
}

.billboard-container .intro_head {
  color           : #FFF;
  font-size       : 1.3rem !important;
  margin-bottom   : 0px;
}

.billboard-container .intro_head.cc-xl-intro-head {
  background     : rgba(0, 0, 0, 0.8);
  font-size      : 2.0em !important;
  text-transform : uppercase;
  color          : #DAA520 !important;
}

.shadow {
  z-index           : 1000;
}

/* Screen Size Changes */

@media (max-width: 575.98px) {
  #billboard-container .billboard-container-text { margin-bottom : 0; }
  .BANNER-box { height: 250px !important; }
  .banner-title { font-size: 2em !important; }
  .billboard-container-text { margin-bottom: 0px !important; }
  .applyIconPMP { font-size: 50px !important; }
  .applyTextPMP { font-size: 13px !important; }
  .iconLogo { max-width: 200px !important; }
  .manual-button .button, .survey-submit-bar input { font-size: 12px !important; }
  #moreInformation { margin-top: 100px !important; }
  #formSpace { height: 10px; }
  #billboard-container .billboard-container-text { padding-bottom : 20px; }
  .row.rtb-cards { padding-top: 1em !important; }
}

@media (max-width: 767.98px) {
  #billboard-container .billboard-container-text { margin-bottom : 0; }
  .billboard-container .title.cc-xl-title           { font-size : 1.6em !important; }
  .billboard-container .intro_head.cc-xl-intro-head { font-size : 1.2em !important; }
    .proof-points-container { padding-top: 0px !important; }

}

@media (min-width: 768px) { 
  #billboard-links-container { background: none !important; }
}


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

@media (max-width: 992px) {
  #billboard-links-container { background: none !important; }
  .row.rtb-cards { padding-top: 1em; }




}



@media (min-width: 1200px) {
  #billboard-links-container { background: none !important; }
}






.pageTableHeading {
    background-color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 18px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.pageTableRow {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.pageTableRowGrey {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #C4BFC0;
}

.pageTableRowRequired {
    color: #FFF;
    background-color: #6F727B;
    text-align: center;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.pageTableRowFinal {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.pageTableRowFinalGrey {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #C4BFC0;
}
.pageTableRowFinalGreyA {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    background-color: #C4BFC0;
}

.pageTableRowGreyStart  {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #000;
    background-color: #C4BFC0;
}

.concentration {
    background-color: #EBD99F;
}

.greyBackground {
    background-color: #DDD;
    padding: 30px 0px;
}

#apply {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.applyIcon {
    color: rgb(207, 185, 145); 
    font-size: 6.0em;
}

.applyText {
    color: #FFF; 
    font-size: 1.6em;
}

.spacer15 {
    padding: 15px;
}


/* BEGIN: PROOF POINTS */

.row.rtb-cards {
    /*margin-top: 1rem;*/
}

.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 {
    font-size: 5rem;
    line-height: 0.7;
    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;
}

/* END: PROOF POINTS */











.survey-question>div, .survey-question-text {
  display: inline;
}

@media (min-width: 768px){
.homepage #billboard-links-container {
  background-color: #000 !important;
  padding: 15px;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  height: 9rem;
  position: inherit;
  top: 0;
}
}


.manual-button .button, .survey-submit-bar input {
  font-family: "United Sans",Impact,"Arial Black","sans serif";
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
  background-color: none;
}

.manual-button .button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}

.survey-submit-bar input {
  color: #000;
  border-color: #fff;
  background-color: #fff;   
}

.survey-submit-bar input:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;   
  cursor: pointer;
}

.black-gold-link {
background-color: #000;
text-transform: uppercase;
padding: 50px;
border-bottom: 5px solid #8E6F3E;
margin-bottom: 10px;
}

.black-gold-link, .black-gold-link a{
font-size: 18px;
color: white;
font-weight:bold;
}



/************** Local SPECIAL **************/
.BUTTON svg {
  font-size: 50px;
  padding: 8px;
  border-bottom: 2px solid white;
}

.newsbox h2 { font-size: 16px; clear: both; margin-top: 0px; padding-top: 10px; }
.newsbox .field { padding-top: 2px; }
.newsbox .field.last { padding-top:10px; padding-bottom:20px; }
.newsbox label { color: #fff;margin:0; }
.newsbox input, .newsbox select { float: right; width: 50%; }



/************** Unknown **************/
#entity-subsite-title a {
text-transform: none !important;
}




/************** Billboard **************/

.billboard-container-text {
bottom          : 0px;
margin-bottom   : 100px;
position        : absolute;
text-align      : center;
text-shadow     : 0px 2px 2px rgba(0, 0, 0, 1);
text-decoration : none;
width           : 100%;
}

.billboard-container .title {
color           : #FFFFFF;
font-size       : 1.5rem !important;
padding         : 0;
}

.billboard-container .intro_head {
color           : #FFFFFF;
font-size       : 1.3rem !important;
margin-bottom   : 0px;
}



.BILLBOARD-image {
background-position            : top center;
background-size                : cover;
padding                        : 0;
}


/* Media queries for a given screen size or SMALLER */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
#billboard-container .billboard-container-text {
  margin-bottom : 0;
}
}


/* Banner updates on 06-08-2018 */
.billboard-container .title.cc-xl-title {
font-size      : 3em !important;
}

.billboard-container .intro_head.cc-xl-intro-head {
background     : rgba(0, 0, 0, 0.8);
font-size      : 2.0em !important;
text-transform : uppercase;
color          : #FFFFFF !important;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.billboard-container .title.cc-xl-title           { font-size : 2.0em !important; }
.billboard-container .intro_head.cc-xl-intro-head { font-size : 1.4em !important; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.billboard-container .title.cc-xl-title           { font-size : 1.6em !important; }
.billboard-container .intro_head.cc-xl-intro-head { font-size : 1.2em !important; }
}

/* Banner updates on 06-01-2018 */
.billboard-container-text {
bottom          : 0px;
margin-bottom   : 100px;
position        : absolute;
text-align      : center;
text-shadow     : 0px 2px 2px rgba(0, 0, 0, 1);
text-decoration : none;
width           : 100%;
/* z-index         : 1010; */
}
.billboard-container .title {
/*  background      : rgba(255, 215, 0, 0.65);*/
color           : #FFF;
font-size       : 1.5rem !important;
padding         : 0;
}
.billboard-container .intro_head {
color           : #FFF;
font-size       : 1.3rem !important;
margin-bottom   : 0px;
}











.shadow {
z-index           : 1000;
}


.caption {
background                     : #EEE;
border-bottom                  : 1px solid #DDD;
padding                        : 10px;
font-size                      : 14px;
}
.story p {
font-size                      : 16px;
}
.XL-title {
color                          : #FFFFFF;
font-size                      : 30px;
margin                         : 0;
}
.LG-title {
color                          : #FFFFFF;
font-size                      : 26px;
margin                         : 0;
}
.MD-title {
color                          : #FFFFFF;
font-size                      : 22px;
margin                         : 0;
}





/* *************** CC- Items *************** */
.story-content {
margin-bottom       : 60px;
}
.story-content p, .story-content li {
font-size           : 1.25em;
}
.cc-canopy {
position              : absolute;
}
.cc-story:hover {
background-color      : #C28E0E;
}
.cc-story a {
color                 : #000;
}
.cc-story a:hover {
color                 : #FFF !important;
text-decoration       : none !important;
}
.cc-xl-push {
margin-top            : 30px;
}
.cc-xl-padding {
margin-top            : 30px;
margin-bottom         : 30px;
}
.homepage #news-container .story a {
  display: block;
  height: 100%;
  color: #333;
  background-color: #eee;
  text-decoration: none;
}
.cc-story .title {
font-size             : 1.0rem;
font-weight           : 600;
margin                : 1.0rem;
}
.cc-story .intro {
font-size             : 0.8rem;
margin-left           : 1.0rem;
margin-right          : 1.0rem;
}
.cc-story .image {
height                : 200px;
background-size       : cover;
background-position-y : 20%;
background-position-x : 50%;
}
.cc-story {
background-color   : #EEE;
display            : block;
height             : 100%;
padding            : 0;
text-decoration    : none;
}

.cc-container {
padding-bottom     : 30px;
}
.cc-event-details {
border-left        : 2px solid #C28E0E;
}
.cc-month {
color              : #FFF;
background-color   : #C28E0E;
text-transform     : uppercase;
text-align         : center;
letter-spacing     : 1px;
padding            : 3px 2px 2px 2px;
}
.cc-day {
font-size          : 2.5rem;
font-weight        : 600;
text-align         : center;
letter-spacing     : 1px;
}
.cc-focus-bar {
background         : #000;
padding-top        : 30px;
padding-bottom     : 30px;
text-align         : center;
}
.cc-buffer {
background         : #000;
margin-top         : -9rem;
margin-bottom      : 9rem;
padding-top        : 10px;
padding-bottom     : 10px;
width              : 100%;
}
.cc-boost {
text-align         : center;
padding-bottom     : 30px;
padding-top        : 30px;
}
.cc-boost img {
max-height         : 200px;
}
.cc-breadcrumbs {
margin-top         : -9rem;
}
.cc-bouncer {
margin-top         : 9rem;
}
@media (max-width: 767.98px) {
.cc-bouncer, .cc-breadcrumbs {
  margin-top         : 0;
}
.cc-buffer {
  margin-top         : 0;
  margin-bottom      : 0;
}
}
.cc-full .title {
color: #000!important;
}

/* --- B L O C K S --- */
.arrow-down {
display             : inline-block;
width               : 0;
height              : 0;
border-left         : 20px solid transparent;
border-right        : 20px solid transparent;
border-top          : 20px solid #EEE;
z-index             : 1000;
}

#entity-subsite-title a {
text-transform: none !important;
}
#college-proof-points-container { margin-top: auto !important; }

.IMP {
color               : #AD3C98;
font-weight         : 600;
}
.IMP-2 {
color               : #FF8800;
font-weight         : 600;
}
.BIG-IMP {
color               : #FFF;
font-weight         : 600;
font-size           : 1.50em;
text-shadow: 0 1px 0 #ccc,
             0 2px 0 #c9c9c9,
             0 3px 0 #bbb,
             0 4px 0 #b9b9b9,
             0 5px 0 #aaa,
             0 6px 1px rgba(0,0,0,.1),
             0 0 5px rgba(0,0,0,.1),
             0 1px 3px rgba(0,0,0,.3),
             0 3px 5px rgba(0,0,0,.2),
             0 5px 10px rgba(0,0,0,.25);
}
.XS-text, .SM-text, .MD-text, .LG-text, .XL-text {
color                   : #FFF;
}
.ONE-SIZE {
height                  : 0;
overflow                : hidden;
padding-bottom          : 56.25%;
position                : relative;
}
.CALLOUT-intro {
color                   : #000;
font-style              : italic;
padding-top             : 0;
text-align              : left;
}
.CALLOUT-title {
color                   : #000;
font-weight             : 600;
margin                  : 1.0rem;
}

.TUTORIAL-BOX, .EXAMPLE-BOX, .HEADER-BOX {
background-color        : #EEE;
padding                 : 30px;
width                   : 100%;
}
.HEADER-BOX {
background              : #635B4A;
box-shadow              : inset 0 6px 12px rgba(0, 0, 0, 0.15);
padding-top             : 0;
}
.CODE-BOX {
background-color        : #FFF;
border                  : 2px dotted #DDD;
border-radius           : 6px;
display                 : block;
margin-bottom           : 30px;
padding                 : 30px;
text-align              : left;
width                   : 100%;
}
.TUTORIAL-BOX .SM-text {
color                   : #666;
}
.EXAMPLE-BOX {
margin-top              : 0;
padding-top             : 0;
}




/* ********************* */
/* *** D E F A U L T *** */
/* ********************* */
.PADDED         { padding-left: 30px; padding-right: 30px; }
.XS-text        { font-size: 1.00em; }
.SM-text        { font-size: 1.00em; }
.MD-text        { font-size: 1.00em; }
.LG-text        { font-size: 1.15em; }
.XL-text        { font-size: 1.35em; }
.SHADOW-text    { text-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }
.EXPANDER-links { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; bottom: 0; color: #FFF; height: auto; margin: 0; padding: 0; padding-bottom: 9px; padding-top: 9px; top: auto; }
.EXPANDER-box   { height: 625px; }
.BANNER-box     { background-position: center; background-size: cover; padding: 0; }
.GLASS          { background: rgba(0, 0, 0, 0.65); border-top: 2px solid rgba(0, 0, 0, 0.70); bottom: 0; padding: 0; position: absolute; text-align: center; }
.OBSIDIAN       { background: #000; padding: 0; text-align: center; }
.BUTTON,
.BUTTON-ACTIVE  { border: 2px solid #C28E0E; color: #FFF !important; font-size: 1.15em; font-weight: 400; margin: 5px; padding: 8px 10px 6px 10px; text-transform: uppercase; text-align: center; }
.BUTTON-ACTIVE  { background: #444444; }
.BUTTON-BLACK   { border: 2px solid #C28E0E; color: #000 !important; font-size: 1.05em; font-weight: 400; margin: 5px; padding: 8px 30px 6px 30px; text-transform: uppercase; text-align: center; }
.BUTTON-BLACK:hover,
.BUTTON:hover,
.BUTTON-ACTIVE:hover { background: #C28E0E; color: #FFF !important; text-decoration: none; }



/* START: Registration content on the banner form. */
#formRegistrationHeader {
  color: #DAAA00; 
  font-size: 18px; 
  margin: 0px;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  font-weight: 600;
}

.formRegistrationContent {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0px;
}

@media (max-width: 1200px) {  
  #formRegistrationHeader {
    font-size: 14px; 
  }
  .formRegistrationContent {
    font-size: 13px; 
  }
  #registrationButton {
    font-size: 13px !important;
  }
}

/* END: Registration content on the banner form. */

@media (max-width: 992px) {
  .rtb-cards { padding-top: 1em; }
}