@charset "utf-8";
/* CSS Document */

body { font-family: "Avenir LT", Verdana, Arial, sans-serif; }
strong { font-family: "Avenir LT", verdana, arial, sans-serif; font-weight: 700; color: inherit; }

.clear-this:before, .clear-this:after { content: " "; display: table; }
.clear-this:after { clear: both; }

.flex-row-between, .flex-row-around, .flex-row-center { /* Flexbox */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
}
.flex-row-between { justify-content: space-between; } /* Distribute items evenly in row.  First on start line, last on end line. */
.flex-row-around { justify-content: space-around; } /* Distribute items in row with equal space around them. */
.flex-row-center { justify-content: center; } /* Distribute items centered in row with equal space around them. */
.flex-wrap { flex-wrap: wrap; }

/* -------------- */
.attnYellow {
  background-color: transparent;
  -webkit-animation: coverType 2s; /* Safari and Chrome */
  animation: coverType 2s;
}
/* Safari and Chrome */
@-webkit-keyframes coverType {
 from { background-color: yellow; }
 to { background-color: transparent; }
}
@keyframes coverType {
 from { background-color: yellow; }
 to { background-color: transparent; }
}
/* -------------- */

/* Form Field "Placeholder" text styles */
::-webkit-input-placeholder { color: #58595b !important; } /* Chrome */
:-ms-input-placeholder { color: #58595b !important; } /* IE 10+ */
::-moz-placeholder { color: #58595b !important; opacity: 1; } /* Firefox 19+ */
:-moz-placeholder { color: #58595b !important; opacity: 1; } /* Firefox 4 - 18 */
/* END Form Field "Placeholder" text styles */

#yearbook_container, 
#bulkbook_container {
  font-weight: 400;
  font-size: 13px;
  font-family: 'Montserrat', Verdana, Arial, sans-serif;
  color: #58595b;
}


hr { border-top: 1px solid #CFCFCF; margin: 30px 0; }

a, .pop-call {
  color: #1aaeba;
  text-decoration: none;
}

a:hover, .pop-call:hover { text-decoration: underline; }

a.yb-cta-secondary, 
a.yb-cta-secondary:hover {
  font-weight: 700;
  font-size: 12px;
  color: #181512;
  text-transform: uppercase;
  text-decoration: none;
}
a.yb-cta-secondary::after { content: " >" }

a.cta-btn, a.cta-btn:hover, 
#yearbook_container input.cta-btn, 
#bulkbook_container input.cta-btn {
  font: normal normal 700 12px "Avenir LT", Verdana, Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #F05323;
  border: none;
}
a.cta-btn.disabled {
  background-color: #F3CCBF;
  cursor: default;
} 

#yearbook_container input.cta-btn:focus, 
#bulkbook_container input.cta-btn:focus { outline: none; }

.yb-title { font-weight: 200; font-size: 22px; text-align: center; }

.yb-subhead { font-weight: 700; font-size: 15px; }

.yb-section-headline { font-weight: 200; font-size: 17px; }

.yb-section-title { font-weight: 700; font-size: 12px; }

.yb-sub-section-title { font-weight: 600; font-size: 11px; color: #838486; }

.yb-disclaimer { font-size: 11px; color: #929497; }

.yb-seo-headline { font-weight: 700; font-size: 11px; }

.yb-seo-copy { font-size: 11px; }

.yb-cta-help, 
.yb-cta-help:hover {
  font-weight: 700;
  font-size: 14px;
  color: #58595b;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 0 0 3px 0;
}
.yb-cta-help::after { content: " >" }

#yb-works {
  background-color: #eeeeee;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px 10px 50px 10px;
}

#ybw-title {
  font-weight: 200;
  font-size: 22px;
  padding: 0;
  margin: 0 0 30px 0;
}

.yb-works-number {
  display: inline-block;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 30px;
  color: #fff !important;
  background-color: #58595b;
  border-radius: 22px;
  text-align: center;
  padding-top: 4px;
  margin: 0 auto 10px auto;
}

.ybw-item span {
  display: block;
  text-align: center;
  color: #58595b;
}

.ybw-item span:nth-of-type(2) { font-weight: 700; font-size: 13px; margin-bottom: 5px; }

.ybw-item span:nth-of-type(3) { font-weight: 400; font-size: 13px; line-height: 16px; }

#yb-tool-quote, #yb-tool-email {
  box-sizing: border-box;
  width: 549px;
  height: 574px;
  position: relative;
  border: 1px solid #dddfe1;
  padding: 10px 15px 20px 15px;
}

#yb-tool-email { width: 423px; }

/* Quote Tool */

.yearbook_contact_required {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 9px;
    display: block;
    color: #323232;
    margin-top: 3px;
}

#ybq_title_quote { padding: 0; }

#yearbook_size {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 265px;
  box-sizing: border-box;
  z-index: 99;
}

#yearbook_size .yb-section-title, #yba-title { margin-bottom: 15px; }

#cover-select { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } 

.yb_cover_select { margin: 0 15px 10px 0;  }

.yb_cover_select label, 
.yb_cover_select span { font-weight: 500; font-size: 12px; display: block; margin-top: 4px; }

.yb_cover_select input { margin: 0 4px 0 0; position: relative; top: 2px; }

.yb_cover_select span.yearbook_select_size_disclaimer {
  font-weight: 500;
  font-size: 9px;
  margin-top: 4px;
}

#yearbook_additional {
  box-sizing: border-box;
  padding: 16px 0 0 4px;
  margin: 0 0 25px 0;
  text-align: right;
}

#yba-title { text-align: left; padding-left: 293px; }

.yba-label, .yba-label-long {
  text-align: left;
  width: 102px;
  display: inline-block;
  margin-bottom: 5px;
}

.yba-label-long { width: 264px; padding-top: 8px; }

.yba-form-field {
  font: normal normal 600 12px "Avenir LT", Verdana, Arial, sans-serif;
  color: #58595b;
  border: 1px solid #dddfe1;
  border-radius: 4px;
  box-sizing: border-box;
  height: 32px;
  width: 113px;
  padding: 5px 0 5px 5px;
  margin: 0 0 8px 0;
}

#yearbook_delivery_picker { position: relative; }

#yearbook_delivery_picker input { position: absolute; top: 0; right: 0; }

span.yearbook_minimum_lead_time {
  display: block;
  font: normal normal 300 10px/1.3em "Avenir LT", Verdana, Arial, sans-serif;
  color: #58595b;
  margin-top: 5px;
}

#yearbook_total_table_wrapper {
  background-color: #f9f9f9;
  min-height: 190px;
  position: absolute;
  bottom: 10px;
  left: 16px;
  right: 16px;
}

#yearbook_total_table { display: none; background-color: #fff; }

.yb_table_style table { background-color: #dddfe1; margin-bottom: 5px; border-collapse: collapse; }

.yb_table_style td { background-color: #fff; border: 1px solid #DEDFE1; }

.yb_table_style .yb-section-title { padding: 3px 5px 5px 5px; }

.ybqt-cta { text-align: right; padding-top: 10px; }


/* Terms and conditions styles */
.terms-section { float: left; width: calc(100% - 128px); text-align: left; font-size: 11px; }

#terms-checkbox { display: inline-block; vertical-align: text-top; }

#terms-error { color: #B50B00; text-align: left; margin: 0 0 6px; visibility: hidden; }

/* Quote Email Tool */

#yearbook_contact_form .yba-form-field { margin-bottom: 12px; }

#ybq_email_text { padding-top: 15px; margin-bottom: 40px; }

.ybq-form-name-field { width: 189px; }

.ybq-form-field { width: 100%; display: block; }

#ybca_check { width: 16px; }

#yearbook_contact_agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

#yearbook_contact_agree span { display: block; width: 363px; font-size: 11px; }

#ybq-submit { position: absolute; right: 15px; bottom: 20px; }

#yb-favorite .yb-title { margin-bottom: 60px; }

#yb-favorite p { padding: 0; margin: 0 0 22px 0; }

#yearbook_btm_videos { margin: 0 auto 22px; width: 900px; }

#yearbook_btm_videos .yb-title, 
#yearbook_btm_downloads .yb-title { margin-bottom: 26px; }

#yb_vid_container { margin-bottom: 42px; }

.yb_vid_box p { padding: 0; margin: 0; text-align: center; }

#yearbook_btm_tips {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.yb-learn-box { box-sizing: border-box; width: 352px; }

.yb-learn-box:first-of-type { width: 340px; }

.yb-learn-box li { list-style: none; display: table; margin-bottom: 8px; }

.yb-learn-box li::before { content: "\2022"; display: table-cell; padding-right: 5px; }

#yearbook_btm_downloads { margin: 0 auto; width: 700px; }

#yearbook_btm_downloads .flex-row-between a, 
#yearbook_btm_downloads .flex-row-between a:hover {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #58595b;
  text-decoration: none;
}

#yearbook_btm_downloads .flex-row-between a img { margin-bottom: 8px; }

.yearbook_total_item { font-size: 11px; padding: 3px 5px 5px 5px; }

#yearbook_hero { position: relative; height: 135px; margin-bottom: 7px; }

#bulkbook_container #yearbook_hero { height: 136px; margin-bottom: 15px; }

#yearbook_hero_contact {
  background-color: #f9f9f9;
  box-sizing: border-box;
  width: 252px;
  height: 134px;
  text-align: center;
}

.ybhc-title { font-size: 14px; }

#yearbook_hero_contact p.ybhc-title { margin: 20px 0 7px 0; }

.call_us, 
.call_us2, 
.call_us3 { position: relative; }

.call_us span, 
.call_us2 span, 
.call_us3 span { margin-left: -9999em; position: absolute; }

.call_us:hover span, 
.call_us2:hover span, 
.call_us3:hover span {
  display: block;
  border-radius: 5px 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  font: normal normal 400 12px "Avenir LT", Verdana, Arial, sans-serif;
  color: #181512;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  margin-left: 0;
  border: 1px solid #181512;
  background-color: #fff;
  padding: 10px 0;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
}

/* Pre-pay overlay styles */

#yb_quote_review_pop_inner { width: 710px; }

#yb_quote_review_pop_inner .yb-section-headline { margin-bottom: 20px; }

#yb_pop_table { margin-bottom: 10px; }

#yb_pop_table table { width: 475px; }

#yb_pop_delivery_date { width: 220px; padding-top: 4px; }

#yb_pop_delivery_date .yb-disclaimer { margin: 5px 0 0 0; }

#yb_pop_delivery_date a.cta-btn { position: relative; top: 10px; }

.yb-pp-list {
  font-weight: 600;
  font-size: 11px;
  background-color: #f9f9f9;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.yb-pp-list p {
  display: table;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
}

.yb-pp-list p span.yb-bullet { display: table-cell; padding-right: 5px; }

.yb-pp-list p span.yb-list-pseudo-p { display: block; margin-bottom: 5px; }

.yb-pp-list strong { color: #000; }

span.yb-pp-list-subhead {
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* Prepay Page Styles */

#bulkbook_container #yb-tool-quote { border: none; padding-top: 20px; }

.yb-bullet-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 10px;
  color: #fff !important;
  background-color: #58595b;
  border-radius: 10px;
  text-align: center;
  padding-top: 4px;
}

#yb-tools .yb-pp-list { box-sizing: border-box; padding: 20px; width: 423px; }

#yb-tools .yb-section-headline { margin-bottom: 16px; }

.yb-pp-list .ybhc-title { padding-top: 10px; margin-bottom: 10px; }

.call_us2:hover span { left: -83px; }

.call_us3:hover span { left: 65px; }
