.strong { font-weight: bold; }

/*----------  HOMEPAGE BANNER  ----------*/


#tag_wrapper p {
    
}
#tag_wrapper p.homeQuote {
    border: none;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    top: 16px;
    width: 90%;
}

#tag_wrapper p.homeQuote.homeQuoteTitle {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}

/*----------  NEWS HEADER STYLE  ----------*/
/*.news h3 {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin: 0 auto 16px;
}

.news h3 a {
    text-decoration: none;
}
.news h3 a:focus,
.news h3 a:hover {
    border-bottom: 1px solid;
    padding-bottom: 1px;
}
*/

/*----------  LIGHTBOX - HOMEPAGE VIDEO  ----------*/
.lightbox {
  display: none;  /** Default lightbox to hidden */

  /** Position and style */
  background: rgba(0,0,0,0.8);
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
.lightbox:target {
  outline: none; /** Remove default browser outline */
  display: block; /** Unhide lightbox **/
}

/** videoModal **/
#videoModal { border-radius: 0; margin: 10% auto; width: 870px; }
#videoModal .modal-header { background: transparent; border: 0; color: #fff; position: relative; }
#videoModal .modal-body { height: 500px; max-height: none; overflow: hidden;  padding: 0; }
#videoModal .modal-footer:empty { display: none !important;  }
#videoModal .close { background: #666; border: none; border-radius: 50%; color: #fff; font-size: 30px; margin: -30px -20px auto auto; opacity: 1; position: absolute; right: 0; text-shadow: none; top: 0; width: 50px; line-height: 50px; text-align: center; }


/**  Header Social Icons  **/
.main.nav li.social a { border: none; padding: 0; margin: auto auto auto 5px;}