html,
body,
div,
span,
iframe,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-size: 14px;
  background: url(gfx/mainBack4.jpg);
  background-size: 335px auto;
  font-family: "myriad-std-tilt";
}
div,
nav,
section,
header {
  position: relative;
  display: block;
}
header {
  height: 50vw;
}
@media (min-width: 1200px) {
  header {
    height: 45vw;
  }
}
@media (min-width: 1400px) {
  header {
    height: 40vw;
  }
}
@media (min-width: 1600px) {
  header {
    height: 35vw;
  }
}
a {
  color: #4d97ad;
  text-decoration: none;
}
h3 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.6em;
  font-weight: normal;
}
#headerImg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
#headerImg img {
  width: 100%;
}
#logo {
  position: fixed;
  left: 42%;
  right: 42%;
  top: 2vw;
}
@media (max-width: 640px) {
  #logo {
    left: 38%;
    right: 38%;
  }
}
#logoImg {
  width: 100%;
}
#headerPunchLine {
  font-size: 5em;
  line-height: 0.8em;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 7vw;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1200px) {
  #headerPunchLine {
    font-size: 4.5em;
  }
}
@media (max-width: 800px) {
  #headerPunchLine {
    font-size: 3em;
  }
}
@media (max-width: 640px) {
  #headerPunchLine {
    font-size: 2.5em;
  }
}
@media (max-width: 400px) {
  #headerPunchLine {
    font-size: 1.8em;
  }
}
section {
  padding: 0 0 44px;
  background: url(gfx/mainBack4.jpg);
  background-size: 335px auto;
  border-top: 2px solid #ffffff;
}
section:before {
  display: block;
  position: relative;
  top: -1.2em;
  width: 3em;
  height: 3em;
  margin: 0px auto -1.1em;
  padding-top: 0.4em;
  content: ' ';
  text-align: center;
  font-size: 1.6em;
  background: url(gfx/whiteDotBlueArrow.png) no-repeat;
  background-size: 100% auto;
  color: #4d97ad;
}
@media (max-width: 640px) {
  section:before {
    font-size: 1em;
  }
}
.contentHolder,
.contentMore {
  margin: 0 auto;
  max-width: 940px;
  line-height: 24px;
  font-size: 1.6em;
}
@media (max-width: 1000px) {
  .contentHolder,
  .contentMore {
    margin: 0 3%;
  }
}
@media (max-width: 640px) {
  .contentHolder,
  .contentMore {
    margin: 0 6%;
    font-size: 1.4em;
  }
}
.contentHolder {
  cursor: pointer;
}
.contentHolder h2 {
  font-size: 2.4em;
  line-height: 48px;
  color: #f27e37;
  text-align: center;
  font-weight: normal;
}
.contentHolder h3 {
  text-align: center;
}
.contentHolder h4 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.84em;
  color: #4d97ad;
}
.contentHolder p {
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 1em;
  text-align: center;
}
.contentMore {
  display: none;
  border-top: 1px solid #92c0ce;
  padding-top: 24px;
  margin-top: -3px;
}
.contentMore p {
  line-height: 24px;
  font-size: 0.8em;
  margin-bottom: 24px;
}
.contentMoreImg {
  display: block;
  position: relative;
  float: right;
  margin: 0 0 48px 24px;
  height: 239px;
}
@media (max-width: 640px) {
  .contentMoreImg {
    float: none;
    margin: 24px 0;
    height: auto;
    width: 100%;
  }
}
