/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*html {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #92AED3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Oxygen', sans-serif;
  font-size: 62.5%;
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}*/

a {
  color: #23336a;
  text-decoration: none;
}
a:hover {
  color: #d20729;
}

table {
  width: 100%;
}


@media screen and (max-width: 1100px) {
 
}

.wrap-content {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 100%;
}
.wrap-content:last-child {
  margin-right: 0;
}

aside {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
}
aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 780px) {
  aside {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 100%;
  }
  aside:last-child {
    margin-right: 0;
  }
}

main {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 74.5283%;
  *zoom: 1;
}
main:last-child {
  margin-right: 0;
}
main:before, main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  main {
    width: 100% !important;
  }
}

.mean-nav {
  padding: 0;
}

.mean-container .mean-bar {
  float: none !important;
}



.stock-price-performance {
  background: #a1051f;
  color: #fff;
  border-bottom: 4px solid #88051b;
  position: relative;
}
.stock-price-performance h2 {
  background: #6f0416 url(../img/top-tip.png) no-repeat top left;
  margin: 0;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}
.stock-price-performance h3.stock-symbol {
  font-size: 2.5em;
  margin: 5px 0;
  text-align: center;
}
.stock-price-performance ul {
  *zoom: 1;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.stock-price-performance ul:before, .stock-price-performance ul:after {
  content: " ";
  display: table;
}
.stock-price-performance ul:after {
  clear: both;
}
.stock-price-performance ul:before, .stock-price-performance ul:after {
  content: " ";
  display: table;
}
.stock-price-performance ul:after {
  clear: both;
}
.stock-price-performance ul li {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 66.03774%;
  margin-top: 1px;
  float: left;
  font-size: 2em;
  font-weight: 700;
  background: #92051c;
  text-align: center;
  padding: 5px 10px;
}
.stock-price-performance ul li:last-child {
  margin-right: 0;
}
.stock-price-performance ul li:nth-child(2n) {
  margin-right: 0;
}
.stock-price-performance ul li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 950px) {
  .stock-price-performance ul li {
    font-size: 1.5em;
  }
}
.stock-price-performance ul li.stock-market {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 32.07547%;
}
.stock-price-performance ul li.stock-market:last-child {
  margin-right: 0;
}
.stock-price-performance ul li .change-percentage {
  font-size: 0.6em;
}
.stock-price-performance p {
  text-align: center;
  margin-top: 10px;
}
.stock-price-performance .button {
  margin: 20px;
  text-align: center;
}
.stock-price-performance .button a {
  background: #6f0416;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 15px;
}
.stock-price-performance .button a:hover {
  background: #570311;
}
.stock-price-performance .button a:active {
  background: #3e020c;
}
.stock-price-performance .stock-details {
  background: #6f0416;
  position: absolute;
  height: 198px;
  top: 0;
  left: -100%;
  width: 100%;
  margin: 0;
  font-size: 1.4em;
  display: none;
}
@media screen and (max-width: 1100px) {
  .stock-price-performance .stock-details {
    width: 130%;
    left: -130%;
  }
}
.stock-price-performance .stock-details td {
  padding: 9px 25px 0 25px;
}
.stock-price-performance .stock-details em {
  display: block;
  color: #d90024;
  font-style: normal;
}
.stock-price-performance .show-details {
  display: inherit;
}

nav {
  padding-top: 5px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  padding: 2px 5.5%;
}
nav ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 1.1em;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
nav ul li a:hover, nav ul li a:active {
  color: #3e020c;
  background: #c30726;
}
nav ul .active {
  background: url(../img/white-arrow-right.png) no-repeat left center;
}

main {
  width: 76.41509%;
  margin-right: 0;
}

.opening-slogan {
  font-size: 3em;
  font-weight: 700;
  padding: 25px 0;
  color: #23336a;
  line-height: 1.2em;
}
.opening-slogan span {
  font-weight: 400;
  font-size: 0.8em;
  display: block;
}

section {
  *zoom: 1;
  min-height: 448px;
  background: #fff;
  padding: 30px 50px 0;
  font-size: 1.4em;
}
section.home {
  min-height: 300px;
}
section.upcoming-events {
  min-height: 300px;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section > h2:first-child {
  margin: 0 0 20px -50px;
  color: #23336a;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 24px solid #23336a;
  line-height: 1.7em;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  section > h2:first-child {
    line-height: 25px;
  }
}
section > h2:first-child span {
  border-left: 8px solid #d20729;
  display: block;
  padding-left: 15px;
}
section .meta {
  margin-bottom: 24px;
}
section .meta time {
  display: inline-block;
  margin-right: 24px;
}
section h3 {
  color: #d20729;
  margin-bottom: 0;
}
section h3 + p {
  margin-top: 5px;
}
section p {
  line-height: 22px;
}
section #tab-container {
  margin: 40px 0;
}
section #tab-container > ul:first-child {
  *zoom: 1;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 3px solid #eee;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0;
}
section #tab-container > ul:first-child:before, section #tab-container > ul:first-child:after {
  content: " ";
  display: table;
}
section #tab-container > ul:first-child:after {
  clear: both;
}
section #tab-container > ul:first-child li {
  float: left;
  margin-right: 20px;
  margin-bottom: -3px;
}
section #tab-container > ul:first-child li a {
  display: block;
  width: 100%;
  height: 100%;
}
section #tab-container > ul:first-child li.active a {
  color: #d20729;
  padding-bottom: 6px;
  border-bottom: 3px solid #d20729;
}
section .listing-4 {
  *zoom: 1;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
section .listing-4:before, section .listing-4:after {
  content: " ";
  display: table;
}
section .listing-4:after {
  clear: both;
}
section .listing-4 li {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
  text-align: center;
  margin-bottom: 1.88679%;
  background: #eee;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section .listing-4 li:last-child {
  margin-right: 0;
}
section .listing-4 li:nth-child(4n) {
  margin-right: 0;
}
section .listing-4 li:nth-child(4n+1) {
  clear: left;
}
section .listing-4 li img {
  border: 1px solid #eee;
  max-width: 100%;
  margin-bottom: 10px;
}
section .listing-4 li span {
  display: block;
}
section .listing-4 li:hover {
  background: #e2e2e2;
}
section .listing-4 li a {
  display: block;
  padding: 10% 0 5% 0;
}
section .listing-2 {
  *zoom: 1;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
section .listing-2:before, section .listing-2:after {
  content: " ";
  display: table;
}
section .listing-2:after {
  clear: both;
}
section .listing-2 li {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 49.0566%;
  margin-bottom: 4.88679%;
  padding-right: 30px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section .listing-2 li:last-child {
  margin-right: 0;
}
section .listing-2 li:nth-child(2n) {
  margin-right: 0;
}
section .listing-2 li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  section .listing-2 li {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 100%;
    margin-bottom: 8.88679%;
  }
  section .listing-2 li:last-child {
    margin-right: 0;
  }
}
section .listing-2 li span {
  font-weight: bold;
}
section .listing-2 li h3 {
  font-weight: 400;
  color: #23336a;
  margin-top: 0;
}
section .listing-2 li time {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  color: #d20729;
  letter-spacing: 1px;
}
section .listing-2 li img {
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
}
@media screen and (max-width: 950px) {
  section .listing-2 li img {
    float: none;
  }
}
section .listing-2 li a + a {
  padding-top: 10px;
  display: inline-block;
}
section .listing-1 {
  *zoom: 1;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
}
section .listing-1:before, section .listing-1:after {
  content: " ";
  display: table;
}
section .listing-1:after {
  clear: both;
}
section .listing-1 li {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 100%;
  margin-bottom: 4.88679%;
  padding-right: 30px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section .listing-1 li:last-child {
  margin-right: 0;
}
section .listing-1 li h3 {
  font-weight: 400;
  color: #23336a;
  margin-top: 0;
}
section .listing-1 li h3:hover {
  color: #d20729;
}
section .listing-1 li time {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  color: #d20729;
  letter-spacing: 1px;
}
section .listing-1 li img {
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size: 1.4em;
  line-height: 22px;
}

/*.key-downloads, nav {
  padding: 20px 0;
}*/

.key-downloads ul, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.key-downloads ul li, nav ul li {
  padding: 2px 5.5%;
}

.key-downloads ul li a, nav ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  font-size: 1.1em;
  font-weight: 700;
  display: block;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.key-downloads ul li a:active, .key-downloads ul li a:hover, nav ul li a:active, nav ul li a:hover {
  color: #3e020c;
  background: #c30726;
}

.key-downloads ul .active, nav ul .active {
  background: url(../img/white-arrow-right.png) no-repeat left center;
}

.key-downloads {
  padding-top: 0;
  background: #b40623;
}
.key-downloads h3 {
  border-top: 1px solid #b40623;
  background: #a1051f;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  font-size: 1.4em;
  padding: 5px 20px;
}

footer {
  background: #fff;
  padding: 0 50px 20px;
}
footer .credit {
  color: #a7a7a7;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
      position: absolute;
    top: 0;
 background: #003054;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
 background: #003054;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
 /* background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {

  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;

}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
               /*////////////////
Custom select///*/
.custom-select-menu {
  display: inline-block;
  margin-bottom: 8px;
  outline: none;
  position: relative;
}

.custom-select-menu label {
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  color: #888;
  display: inline-block;
  font-weight: bold;
  padding: 10px 32px 10px 10px;
  position: relative;
  /* Prevents text-selection on the label. */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /* We're giving the label a specific width. 
  Don't forget to set a width for the list of options
  as well (see below). */
  width: 200px;
min-height: 36px;
}

/* Sometimes you want to change the look of the menu/label
when a selection with a value has been made. In this case,
we're increasing the contrast of the font color. */
.custom-select-menu label.selection-made {
  color: #000;
}

/* Here we're adding a down arrow to make it look more
like a select menu. */
.custom-select-menu label:after {
  border-top: 6px solid #B4B7BA;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  position: absolute;
  right: 10px;
  top: 16px;
}

/* When the list of options is displayed we'll remove
the bottom border-radius on the label so that it sits
flush next the menu. */
.custom-select-menu label.opened {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* When the label has focus or is hovered over, increase
the contrast of the border. */
.custom-select-menu:focus label,
.custom-select-menu:hover label {
  border-color: #B4B7BA;
}

/* If you don't want the menu to be too tall, then 
give it a max-height, but don't forget to allow it to
scroll so all the options are visible. */
.custom-select-menu ul {
  background: #fff;
  border: 1px solid #B4B7BA;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 10px;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Allow it to scroll vertically. */
  position: absolute;
  top: 40px;
  width: 242px;
  /* Set a width equal to the label. */
  z-index: 2;
}

.custom-select-menu li {
  background-color: #fff;
  cursor: pointer;
  padding: 7px 10px;
}

/* When you hover over an option we'll change the 
background color. We'll do the same when an option 
is selected. */
.custom-select-menu li:hover,
.custom-select-menu .selected {
  background-color: rgba(0, 0, 0, 0.05);
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.cal1 {
  margin: 30px auto;
  max-width: 600px;
  font-size: 14px;
}

.cal1 .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.cal1 .clndr .clndr-controls .month {
  float: left;
  width: 33%;
  text-align: center;
}

.cal1 .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 33%;
}

.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 34%;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}

.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}

.cal1 .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  background: #0D70A6;
}

.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #fff;
}

.cal1 .clndr .clndr-table .header-days .header-day:last-child {
  border-right: 1px solid #000000;
}

.cal1 .clndr .clndr-table tr {
  height: 85px;
}

.cal1 .clndr .clndr-table tr td {
  vertical-align: top;
}

.cal1 .clndr .clndr-table tr .day {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
}

.cal1 .clndr .clndr-table tr .day:hover {
  background: #eee;
}

.cal1 .clndr .clndr-table tr .day.today {
  background: #9AD6E3;
}

.cal1 .clndr .clndr-table tr .day.today:hover {
  background: #72c6d8;
}

.cal1 .clndr .clndr-table tr .day.today.event {
  background: #a7dbc1;
}

.cal1 .clndr .clndr-table tr .day.event {
  background: #B4E09F;
}

.cal1 .clndr .clndr-table tr .day.event:hover {
  background: #96d478;
}

.cal1 .clndr .clndr-table tr .day.inactive {
  background: #ddd;
}

.cal1 .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #000000;
}

.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
  text-align: right;
}

.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
  background: #eee;
}

.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover {
  background: #ddd;
}

.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child {
  border-right: 1px solid #000000;
}

.cal1 .clndr .clndr-table tr:last-child .day {
  border-bottom: 1px solid #000000;
}

.cal1 .clndr .clndr-table tr:last-child .empty {
  border-bottom: 1px solid #000000;
}

.cal2 {
  max-width: 212px;
  margin: 0 auto;
}

.cal2 .clndr .clndr-controls {
  display: block;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}

.cal2 .clndr .clndr-controls .clndr-previous-button {
  float: left;
  width: 10%;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.cal2 .clndr .clndr-controls .clndr-previous-button:hover {
  color: #B4E09F;
}

.cal2 .clndr .clndr-controls .month {
  float: left;
  width: 80%;
  text-align: center;
  line-height: 3em;
}

.cal2 .clndr .clndr-controls .clndr-next-button {
  float: left;
  width: 10%;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.cal2 .clndr .clndr-controls .clndr-next-button:hover {
  color: #B4E09F;
}

.cal2 .clndr .clndr-grid {
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
}

.cal2 .clndr .clndr-grid .header-day {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #23336a;
  color: #fff;
}

.cal2 .clndr .clndr-grid .day {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.cal2 .clndr .clndr-grid .day.event {
  border-bottom: 3px solid #B4E09F;
}

.cal2 .clndr .clndr-grid .day.today {
  border-bottom: 3px solid #E3C57F;
}

.cal2 .clndr .clndr-grid .empty,
.cal2 .clndr .clndr-grid .adjacent-month {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ddd;
}

.cal2 .clndr .clndr-today-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #ddd;
  padding: 5px 0;
}

.cal2 .clndr .clndr-today-button:hover {
  background-color: #23336a;
  color: #fff;
}

ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  width: 100%;
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 0;
}

.resp-tab-active {
  margin-bottom: -3px !important;
  border-bottom: 3px solid #d20729 !important;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border-top: 3px solid #c1c1c1;
}

h2.resp-accordion {
  border-bottom: 1px solid #d20729;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 5px;
  background: url("../img/plus.png") no-repeat;
}

h2.resp-tab-active span.resp-arrow {
  background: url("../img/minus.png") no-repeat;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
#share-price-module {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#share-price-module .up {
  color: green;
}

#share-price-module .down {
  color: red;
}

#share-price-module span {
  color: inherit;
}

#share-price-module li {
  clear: none;
}

#share-price-module .date p {
  margin: 0;
}

#share-price-module .share-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#share-price-module .share-info li {
  list-style: none;
  float: left;
  margin-right: 5%;
}

#share-price-module .share-info li h4 {
  font-size: 2em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
}

#share-price-module .share-info li.share-price h4 {
  display: inline-block;
}

#share-price-module .share-info li.change span {
  font-size: 2em;
  display: inline-block;
  margin: 5px 0;
}

#share-price-module .share-info li.change .change-dir {
  font-weight: bold;
  line-height: 1em;
}

#share-price-module .share-info li.change .change-value {
  margin-right: 30px;
}

#share-price-module .meta-data ul {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#share-price-module .meta-data ul li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #eee;
}

#share-price-module .meta-data ul li h5 {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
}

#share-price-module .meta-data ul li:first-child {
  padding-left: 0;
}

#share-price-module .meta-data ul li div {
  padding-bottom: 10px;
}

#share-price-module .meta-data ul li div:first-child {
  border-bottom: 1px solid #eee;
}

#share-price-module h1,
#share-price-module h2,
#share-price-module h3,
#share-price-module h4,
#share-price-module h5,
#share-price-module h6 {
  color: #23336a;
}

#share-history-graph {
  width: 100% !important;
}

@media only screen and (max-width: 840px) {
  /* Style adjustments for viewports that meet the condition */
  #share-price-module .meta-data ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 725px) {
  /* Style adjustments for viewports that meet the condition */
  #share-price-module .meta-data ul li {
    width: 50%;
  }

  #share-price-module .meta-data ul li div {
    border-bottom: 1px solid #eee;
  }
}
.el-list {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  font-size: 10px;
}
.el-list .el-item {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.el-list .el-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  float: left;
  padding: 5px 10px;
}
.el-list .el-item a .el-date-sum {
  float: left;
  background: #a1051f;
  padding: 5px;
  color: #fff;
  width: 11%;
  margin-right: 3%;
}
.el-list .el-item a .el-date-sum span {
  display: block;
  text-align: center;
}
.el-list .el-item a .el-date-sum span.el-day {
  font-size: 1.3em;
}
.el-list .el-item a .el-date-sum span.el-year {
  font-size: 2em;
}
.el-list .el-item a .el-info {
  float: left;
  width: 82%;
}
.el-list .el-item a .el-info .el-sum h3 {
  margin-top: 0;
  font-size: 1.9em;
  color: #23336a;
  font-weight: 400;
}
.el-list .el-item a .el-info .el-sum p {
  font-size: 1.4em;
  line-height: 1.4em;
}
.el-list .el-item a .el-info .el-meta {
  float: left;
  width: 100%;
}
.el-list .el-item a .el-info .el-meta .date-time {
  float: left;
  width: 40%;
  border-right: 3px solid #a1051f;
  margin-right: 30px;
}
.el-list .el-item a .el-info .el-meta .date-time .el-time {
  float: left;
  margin: 10px 5% 0 0;
  font-size: 2em;
}
.el-list .el-item a .el-info .el-meta .date-time .el-date-container {
  float: left;
  font-size: 1.18em;
}
.el-list .el-item a .el-info .el-meta .date-time .el-date-container p {
  margin: 0;
}
.el-list .el-item a .el-info .el-meta .date-time .el-date-container p .el-label {
  display: inline-block;
  font-weight: bold;
  width: 35px;
}
.el-list .el-item a .el-info .el-meta .el-place {
  float: left;
}
.el-list .el-item a .el-info .el-meta .el-place h5 {
  font-size: 1.3em;
  margin: 3px 0 0 0;
}
.el-list .el-item a .el-info .el-meta .el-place p {
  font-size: 1.1em;
  margin: 0;
}
.el-list .el-item a:hover {
  background: #f4f4f4;
}

@media only screen and (max-width: 900px) {
  /* Style adjustments for viewports that meet the condition */
  .el-list .el-item a .el-date-sum,
  .el-list .el-item a .el-date-sum span {
    display: inline-block;
    width: auto;
  }

  .el-list .el-item a .el-info {
    width: 100%;
    margin-top: 5px;
  }

  .el-list .el-item a .el-date-sum span.el-day:after {
    content: ",";
  }

  .el-list .el-item a .el-date-sum span.el-year {
    font-size: 1.3em;
  }

  .el-list .el-item a .el-info .el-meta .date-time {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .el-list .el-item a .el-info .el-meta .date-time {
    width: 100%;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
  }

  .el-list .el-item a .el-info .el-meta .el-place {
    width: 100%;
  }
  .el-list .el-item a .el-info .el-meta .el-place h5 {
    font-size: 1.3em;
    margin: 3px 0 0 0;
    float: left;
    margin-top: 1px;
    margin-right: 2px;
  }
  .el-list .el-item a .el-info .el-meta .el-place h5:after {
    content: ",";
  }
}
.tabular {
  width: 100%;
}
.tabular tr:nth-child(even) {
  background-color: #f9f9f9;
}
.tabular th.main {
  width: 30%;
}
.tabular .pdf-download {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: url("../img/pdf-icon.png") no-repeat;
}
.tabular .pdf-download.financial {
  width: 100%;
  padding-left: 35px;
  padding-top: 4px;
}
.tabular .download-container:first-child {
  margin-bottom: 15px;
}

table.alt tr:nth-child(even) {
  background-color: #eeeeee;
}

.events-tabular {
  width: 65%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.events-tabular tr:nth-child(even) {
  background-color: #f9f9f9;
}
.events-tabular th.main {
  width: 60%;
}
.events-tabular .ics-download {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/ics-icon.png") no-repeat;
}
.events-tabular td a {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .calendar {
    float: none;
    width: 100%;
  }

  .events-tabular {
    width: 100%;
  }
}
.calendar {
  float: right;
  float: right;
  margin-top: -10px;
}

.bio-popup h3 {
  margin-bottom: 5px;
}

.bio-popup .bio-title {
  font-style: italic;
  margin-bottom: 12px;
}

@media only screen and (max-width: 480px) {
  section {
    padding: 30px;
  }

  section > h2:first-child {
    margin: 0 0 50px -30px;
  }
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
