
/* ------------ GLOBAL STYLE SETTINGS ------------*/

#top_button {
  display: none;
  background-color: #77C045;
  border: 2px solid #77C045;
  color: white;
  width: 80px;
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  z-index: 100;
}


#content-area {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}

#content-area p {
  color: #5D5E5E;
  font-size: 1em;
}

#content-area ul, ol {
  color: #802E47;
}

#content-area .notes {
  font-family: "Arial", sans-serif;
  font-size: 0.80em;
}

#content-area a {
  color: #802E47;
}

.dropdown-item:focus {
  background-color: transparent !important;
}

.dropdown-item:hover {
  background-color: #802E47 !important;
  color: white !important;
  transition: background-color 0.2s;
}

.maroon {
  color: #802E47 !important;
}

.maroon-bg {
  background-color: #802E47 !important;
}

.lt-green {
  color: #77C045 !important;
}

.lt-green-bg {
  background-color: #77C045 !important;
}

.dk-green {
  color: #325A2B !important;
}

.dk-green-bg {
  background-color: #325A2B !important;
}

.blue {
  color: #009BBF !important;
}

.white {
  color: #FFFFFF !important;
}

.white-bg {
  background-color: #FFFFFF !important;
}

.blue-bg {
  background-color: #009BBF !important;
}

.orange {
  color: #D57C28 !important;
}

.orange-bg {
  background-color: #D57C28 !important;
}

.lt-grey {
  color: #DBDBDB !important;
}

.lt-grey-bg {
  background-color: #DBDBDB !important;
}

.dk-grey {
  color: #5D5E5E !important;
}

.dk-grey-bg {
  background-color: #5D5E5E !important;
}

.blue-hover:hover {
  color: #009BBF !important;
}

.lt-green-hover:hover {
  color: #77C045 !important;
}

.maroon-hover:hover {
  color: #802E47 !important;
}

/* ------------ GENERAL HELPERS & SUPPORT STYLES ------------*/


.underline {
  text-decoration: underline;
}

.add-spacing {
  margin-bottom: 25px;
}

.add-padding {
  padding: 0.5em;
}

.add-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.table-wrap {
  overflow-x: auto !important;
}

/* .sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
} */

.sm-caps {
    font-variant: small-caps;
}

.nav-item {
  margin-right: 20px;
}

.navbar-nav > .nav-item:last-child {
    margin-right:0 !important;
}

.adjust-alert-margin {
  margin-bottom: -3.5em !important;
}

.hidden {
  display: none;
}

blockquote {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 1140px !important;
}

.hfpp-dropdown {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5) !important;
  border: 0 !important;
}


/* ------------ RESOLUTION-SPECIFIC ------------*/



@media (min-width: 0px) and (max-width: 992px) {

  .hf-call-out span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .hf-call-out div {
    max-width: none !important;
  }

  .alert a .btn {
    margin-top: 1em;
  }

  .alert {
    padding-top: 2em;
    padding-bottom: 1.75em;
  }

}

@media only screen and (max-width: 800px) {

  .new_header {
    margin-top: 3.5em;
  }

}


@media only screen and (max-width: 767px) {

  .left-border {
    border-left: 0px;
  }

  .gen-button {
    width: 90% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .hundred-percent {
    width: 100% !important;
  }


  .res-button {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .default_header_block_link {
    display: none;
  }

  #card-body-blue, #card-body-purple, #card-body-green {
    padding: 3.5rem 1.25rem !important;

  }


}


@media only screen and (min-width: 768px) {

  .left-border {
    border-left: 8px solid;
    padding-left: 4%;
  }

  .res-button {
    display: inline;
    float: right;
  }

  .choice-divider {
    margin-left: 1.5%;
    margin-right: 1.5%;
    display: inline-block;
  }

  .cs-title {
    margin-top: -1.35em;
  }


  /* styles for '...' */
  .yotu-video-description {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 6.7em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    padding-right: 1em;
    width: auto !important;
    display: block !important;
  }
  /* create the ... */
  .yotu-video-description:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
  }
  /* hide ... if we have text, which is less than or equal to max lines */
  .yotu-video-description:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
  }
}




/* -------------------------- GENERAL HFPP PAGE STYLES ----------------------------*/

.cs-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}

.gen-title {
  font-size: 2.0em;
  font-weight: normal;
  text-transform: uppercase;
}

.gen-sec-title {
  font-size: 2.2em;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}

.gen-subtitle {
  font-size: 1.3em;
  font-weight: bold;
  color: #5D5E5E;
  padding-bottom: 15px;
  border-bottom: solid 2px #DBDBDB;
}

.gen-subtitle span {
  margin-top: 5px;
  display: block;
  font-size: 0.75em;
  color: #5D5E5E;
  font-style: italic;
}

.gen-resource {
  margin-left: 3%;
  margin-right: 3%;
  padding: 2em;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
  margin-bottom: 50px;
}

.callout-box {
  width: 50%;
  padding: 1.25em;
}

.ex-text {
  margin-left: 3%;
  margin-right: 3%;
  font-style: italic;
}


.gen-label {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.6em;
  background-color: #DBDBDB;
  color: white;
}

/* .gen-table th {
  background-color: #95021E !important;
  color: white !important;
} */

.gen-table ul, li {
  color: #5D5E5E !important;
}

.gen-table td {
  /* padding-left: 1.25em !important;
  padding-right: 1.25em !important; */
  padding-top: 0.85em !important;
  padding-bottom: 0.85em !important;
  /* border: none !important; */
  border-radius: 0px !important;
}

.gen-table td {
  font-size: 1em !important;
  font-weight: normal !important;
  color: #5D5E5E !important;
}


.gen-table tr:nth-child(odd){background-color: #DBDBDB !important}
.gen-table tr:nth-child(even){background-color: #f2f2f2 !important}

.contact-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-button {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 32px;
  flex-grow: 1;
}


.gen-button, #learnmore-button2_3, .contact-button {
  padding: .3em 1.5em !important;
  text-align: center !important;
  color: white !important;
  font-size: 16px !important;
  text-decoration: none !important;
  border-radius: 20px !important;
  border: none !important;
}


.gen-button:hover {
  cursor: pointer !important;
}


.gen-form label {
  color: #802E47;

}

.gen-form input {
  color: #5D5E5E;
}


/* -------------------------- CASE-STUDY PAGE STYLES ----------------------------*/


.hf-title {
  background-color: #802E47;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.hf-title span {
  font-weight: 300;
  text-transform: capitalize;
}

.hf-subtitle {
  color: #802E47;
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 2px #C8ACB4;
}

.hf-subtitle-2 {
  color: #5D5E5E;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.hf-subtitle-2:before {
  content: "↳ ";
}

.hf-subtitle-2:after {
  content: ":";
}


.hf-call-out span {
  color: #802E47;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 2px #802E47;
  border-radius: 3px;
  margin-right: 15px;
  display: inline-block;
}

.hf-call-out div {
  max-width: 305px;
  color: #802E47;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}

.hf-blockquote {
  font-size: 2em;
  font-style: italic;
  color: #5D5E5E;
}

.hf-blockquote div {
  margin-top: 25px;
  padding-top: 15px;
  border-top: solid 2px #C8ACB4;
  font-size: 0.60em;
  font-style: normal;
  color: #802E47;
}

#content-area figcaption {
  margin-top: -3px;
  font-size: 0.85em;
  font-style: italic;
  background-color: #802E47;
  color: white;
  border-radius: 3px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.35em;
  padding-bottom: 0.25em;
}

/* -------------------------- CASE-STUDY TABLE STYLES ----------------------------*/

#content-area table {
  width: 100%;
}

#content-area table hr {
  width: auto !important;
  height: 2px !important;
  margin-left: 0px !important;
}


#content-area th {
  text-align: center;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: white;
  border: 2px solid white;
  color: #802E47;
}

#content-area td {
  font-size: 0.825em;
  padding-left: 0.60em;
  padding-right: 0.60em;
  padding-top: 0.30em;
  padding-bottom: 0.30em;
  border-radius: 3px;
  border: 2px solid white;
  color: white;
  vertical-align: top;
}

#content-area tr {
  border-radius: 3px;
  background-color: #802E47;
  color: white;
}

#content-area tr .meta-data {
  color: #802E47;
  background-color: #D8D8D8;
}


/* -------------------------- CASE-STUDY TOOLTIP STYLES ----------------------------*/


.hf-tooltip {
    display: inline;
    position: relative;
    font-style: normal !important;
}


.hf-tooltip:hover:after {
    background: #5D5E5E;
    border-radius: 3px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.hf-tooltip:hover:before {
    border: solid;
    border-color: #5D5E5E transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}


/* -------------------------- CASE-STUDY TIMELINE STYLES ----------------------------*/

.timeline {
  color: #802E47;
}

.timeline span {
  font-size: 1.3em;
  font-weight: bold;
}

.timeline .data-point div {
  margin-left: 20px;
  max-width: 375px;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: solid 3px #C8ACB4;
  padding-left: 15px;
}


/* ------------ WEBINAR PAGE-SPECIFIC ------------*/

.yotu-video-title {
  color: #802E47 !important;
  font-weight: bold !important;
  font-size: 1.1em !important;
}

.yotu-playing-description {
  margin-top: 1.5em !important;
  color: #5D5E5E !important;
  font-size: 1.1em !important;
}

.yotu-video-description {
  display: none;
}


.yotu-videos {
  padding-top: 2em !important;
  margin-top: 2em !important;
  border-top: solid 2px #DBDBDB !important;
}

.yotu-button-prs {
  background-color: #77C045 !important;
  color: white !important;
}

.yotu-button-prs:hover {
  background-color: #6dc62d !important;
  color: white !important;
}
