html {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 100%;
}
/* 
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
}
*/ 
h2 {
    color: #990000;
    font: 0.875em/1.1 "NewsGothicBT",Arial,sans-serif;
    letter-spacing: -0.02em;
	line-height: 200%; 
}
@media screen and (min-width: 830px) {
h2 {
    font-size: 1.04167em;
}
}
@media screen and (min-width: 990px) {
h2 {
    font-size: 1.25em;
}
}
@media screen and (min-width: 1170px) {
h2 {
    font-size: 1.45833em;
}
}
@media screen and (min-width: 1300px) {
h2 {
    font-size: 1.66667em;
}
}

img {
   
    max-width: 100%;
}

.page-inner {
    margin: 0 auto;
    max-width: 1700px;
    overflow: hidden;
}

.content {
    clear: both;
    margin: 0 auto;
    padding: 0 0 0 5%;
    text-align: left;
}


.displayMore {
    background: #fff none repeat scroll 0 0;
}
.displayMore h2.expand .arrow {
    background: rgba(0, 0, 0, 0) url("../img/arrow-red-thin-right.png") no-repeat scroll center center / auto 100%;
    display: inline-block;
    height: 15px;
    transition: all 0.3s ease-out 0s;
    width: 15px;
	
}
@media screen and (min-width: 830px) {
.displayMore h2.expand .arrow {
    height: 20px;
    width: 20px;
}
}
@media screen and (min-width: 1170px) {
.displayMore h2.expand .arrow {
    height: 30px;
    width: 30px;
}
}
.displayMore h2.expand:hover {
    cursor: pointer;
}
.displayMore h2.expand.open .arrow {
    transform: rotate(90deg);
}
.displayMore .displayMore-body {
    display: none;
    font-size: 0.666667em;
}
@media screen and (min-width: 830px) {
.displayMore .displayMore-body {
    font-size: 0.708333em;
}
}
@media screen and (min-width: 990px) {
.displayMore .displayMore-body {
    font-size: 0.791667em;
}
}
@media screen and (min-width: 1170px) {
.displayMore .displayMore-body {
    font-size: 0.875em;
}
}
@media screen and (min-width: 1300px) {
.displayMore .displayMore-body {
    font-size: 1em;
}
}

.no-js #displayMore .displayMore-body {
    display: block;
}

