/* Add your CSS here */

@media print {

 #accordion > *{display:block !important;}

}


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

.page-content {
  padding-top: 45px;
  padding-bottom: 90px;
}

body {
    color: #000000;
    font-size: 14px;
}




/* a {
  color: #305e84;
  text-decoration: underline;
}
a:hover {
  color: #727f80;
  text-decoration: underline;
} */


.table > thead > tr > th {
  padding: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #000000;
  color: #F93;
}

.menu {
	background-color: #F93;
  color: #000;
}

/*Changed background image*/

body.bg2 {
    background: #ffffff url(../images/bg2.jpg) 50% 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

