/* 2020 styles for BOL exclusive template */
/* szimmerman@berklee.edu */

/* global template customizations */

/* Avenir Condensed */
@font-face {
  font-family: 'Avenir-Condensed';
  src: url('/rs/497-GEH-430/images/AvenirNextCondensed-DemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/rs/497-GEH-430/images/AvenirNextCondensed-DemiBoldItalic.otf') format('opentype'), url('/rs/497-GEH-430/images/AvenirNextCondensed-DemiBoldItalic.woff') format('woff'), url('/rs/497-GEH-430/images/AvenirNextCondensed-DemiBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

header {
  height: auto;
  min-height: 600px;
}

header .headercontainer {
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.58) 100%) !important;
  padding: 20px 0 !important;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  header .container {
    padding: 0 15px;
  }
}


/* Partner-specific CSS:hide the right masthead column, and center the partner logo lockup */
.partner-template .headercontainer .col.m8 {
  text-align: center;
  width: 100%;  
}

.partner-template .headercontainer .col.m4 {
  display: none !important;
}

.partner-template header .logo img { 
  width: auto; 
  max-width: 450px;
  width: 95%;
}

.handbook-hero-header {
  display: none;
}

/* form - no more box or negative margin */
#form {
  margin-top: 0 !important;
}

#form .box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed-footer-cta {
  height: 0;
  visibility: hidden;
}

/* form column */

.form_container {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .28);
  margin-top: -100px;
  padding: 0 !important;
  position: relative;
}

.box form {
  width: 100% !important;
}

#form.playing .form_container {
  margin-top: 0;
}

#myForm {
  padding: 0 30px 10px;
}

#form .box {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

#form {
  margin-top: 0;
}

#form h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

#form #mainTitleText {
  padding-right: 60px;
  position: static !important;
}

#formConditionsText {
  display: none;
}

#form .col.box {
  padding-bottom: 0;
  margin-bottom: 0;
}

#mainTitleText ul li {
  background: url(https://welcome.online.berklee.edu/rs/497-GEH-430/images/mkto-bullet.png) no-repeat 0px 9px;
  background-size: 7px;
  padding-left: 17px
}

#mainTitleText ul li:before {
  display: none;
}

/* for now, ditch the green "swoosh" */
#description_items {
  border-top: 1px solid #DDD;
  margin: 80px 0 0 0;
}

#description_items .top_bk {
  display: none;
}

#description_items .bottom_bk {
  display: none;
}

#description_items .content {
  display: none;
}

#highlights h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}

/* copy area highlight callout */

#form .copy-callout {
  background: #EEF0F2; 
  padding: 20px;
}

#form .copy-callout h4 {
  color: #444 !important;
}

#bubble_popup {
  background: #EE243C;
  display: block;
  height: auto;
  padding-bottom: 25px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#bubble_popup span {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
}

#bubble_popup::after {
  border-color: #EE243C transparent transparent transparent;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translatex(-50%);
  width: 0;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.box .mktoForm .mktoRequiredField label[for="Express_Opt_In"].mktoLabel {
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-left: 30px;
  text-align: left;
  width: 93% !important;
}

.mktoForm input[type="checkbox"].mktoField.mktoInvalid {
  background-color: #FFF;
  border-bottom-color: #5a5a5a !important;
  border-bottom-width: 2px !important;
  border-radius: 2px;
  border: 2px solid #5a5a5a;
  cursor: pointer;
  left: 4px;
  position: absolute !important;
  height: 15px !important;
  width: 15px !important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth,
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.input-field,
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.input-field.mktoValid {
  border: 2px solid #5a5a5a;
  border-radius: 2px;
  position: absolute;
  left: 0;
  z-index: 10;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.input-field.mktoInvalid {
  border: 2px solid #EE243C;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.input-field.mktoValid::before {
  border-color: #222;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 13px;
  left: 22%;
  position: absolute;
  top: 40%;
  width: 5px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#Express_Opt_In {
  opacity: 0 !important;
}

.box .mktoFieldDescriptor.mktoFormCol .mktoRadioList label {
  min-height: 28px;
}

/* just for the SMS opt-in */

input#Berklee_Online_Live_Text_Opt_In__c,
input#LiveMessage_Opt_In_Status__c {
  visibility: hidden;
  margin-left: -9999px;
}

.mktoForm div.mktoLogicalField.mktoCheckboxList {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top:0;
  left: 0;
}

.box .mktoForm label[for=Berklee_Online_Live_Text_Opt_In__c].mktoLabel,
.box .mktoForm label[for=LiveMessage_Opt_In_Status__c].mktoLabel {
  color: #333 !important;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 30px;
  margin-bottom: 32px;
  width: 93% !important;
}

.mktoLogicalField.mktoCheckboxList input#Berklee_Online_Live_Text_Opt_In__c:checked + label:before,
.mktoLogicalField.mktoCheckboxList input#LiveMessage_Opt_In_Status__c:checked + label:before  {
  border-color: #222;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  display: block;
  height: 13px;
  left: 18px;
  position: absolute;
  top: 2px;
  width: 5px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.mktoLogicalField.mktoCheckboxList input#Berklee_Online_Live_Text_Opt_In__c + label:after,
.mktoLogicalField.mktoCheckboxList input#LiveMessage_Opt_In_Status__c + label:after {
  display: none;
}

#myForm .mktoForm .mktoButtonWrap.mktoRound button.mktoButton {
  background: #EE243C !important
}

@media (max-width:1023px) {
  .form_container {
    margin-top: 20px;
  }
   #mainTitleText {
    padding-right: 0 !important;
  }
  
  #description_items {
    margin-top: 0;
  }
  
  .fixed-footer-cta {
    display: block;
    height: auto;
    visibility: visible;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFF;
    background: #EE243C;
    text-align: center;
    font-size: 1.5rem;
    width: 95%;
    padding: 10px 0;
    z-index: 100;
    font-weight: bold;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) {
  #form.playing {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  header {
    min-height: 320px;
  }
}