* {
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  font-size: 14pt;
}
html {
  margin: 0;
  padding: 0;
}
body {
  background: #3c516a;
}
@media only screen and (min-width: 960px) {
  body {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  body {
    margin: 0;
    padding: 0;
  }
}
.header {
  background: #3c516a;
}
@media only screen and (min-width: 960px) {
  .header {
    margin-top: 0px;
    position: fixed;
    margin-left: 75%;
    height: 100%;
    width: 25%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header {
    position: relative;
    background-image: url(/theme/images/hdr-background.png);
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 220px;
    text-align: center;
  }
}
@media (max-width: 719px) {
  .header {
    position: relative;
    margin: 0;
    width: 100%;
    height: 130px;
  }
}
.header .tagline {
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .header .tagline {
    display: block;
    margin-right: 70px;
    text-align: center;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .tagline {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    color: #fff;
    padding-right: 10px;
  }
}
@media (max-width: 719px) {
  .header .tagline {
    position: absolute;
    width: 100%;
    display: block;
    margin-top: 70px;
    top: 0;
    text-align: center;
  }
}
.header div.title-holder {
  background: #6d1313;
}
@media only screen and (min-width: 960px) {
  .header div.title-holder {
    position: absolute;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
    width: 60px;
    margin: 0;
    height: 100%;
    right: 0px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header div.title-holder {
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 60px;
    margin: 0;
  }
}
.header div.title-holder h1 {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  padding: 10px;
  margin: 0;
  border: none;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 960px) {
  .header div.title-holder h1 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: left bottom 0px;
    -moz-transform-origin: left bottom 0px;
    -o-transform-origin: left bottom 0px;
    transform-origin: left bottom 0px;
    left: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header div.title-holder h1 {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .header .profile {
    margin-right: 80px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .profile {
    position: absolute;
    margin-top: 70px;
    margin-left: 10px;
    bottom: 10px;
    top: 0px;
  }
}
@media (max-width: 719px) {
  .header .profile {
    display: none;
  }
}
.header .profile img {
  border: 2px solid #6d1313;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media only screen and (min-width: 960px) {
  .header .profile img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header .profile img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .header .navbox {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 80px;
  }
}
.header p {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header .subscribe-button {
    margin-right: 70px;
    margin-left: 10px;
    font-size: 24pt;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .subscribe-button {
    display: none;
    position: absolute;
    margin-top: 70px;
    top: 0px;
    right: 10px;
    width: 150px;
    text-color: yellow;
    color: yellow;
  }
}
@media (max-width: 719px) {
  .header .subscribe-button {
    display: none;
  }
}
.header .big {
  min-height: 40px;
  font-size: 30px;
}
.header .menu {
  padding-left: 0px;
  list-style: none;
}
@media only screen and (min-width: 960px) and only screen and (min-width: 960px) {
  .header .menu {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .menu {
    top: 190px;
  }
}
@media (max-width: 719px) {
  .header .menu {
    top: 100px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header .menu {
    position: absolute;
    width: 100%;
    display: block;
    margin: 0;
    height: 30px;
    text-align: center;
  }
}
.header .menu li {
  margin: 0px;
  left: 0px;
  padding-left: 0px;
}
.header .menu li:first-child {
  border: none;
}
@media only screen and (min-width: 960px), only screen and (min-width: 720px) and (max-width: 959px) {
  .header .menu li .subscribe {
    display: none;
  }
}
@media (max-width: 719px) {
  .header .menu li .subscribe {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  .header .menu li {
    display: block;
    border-top: 1px solid white;
    margin-top: 3px;
    text-align: center;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px), (max-width: 719px) {
  .header .menu li {
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header .menu li a {
  text-decoration: none;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
}
.header .menu li a:hover {
  text-decoration: underline;
}
.content-holder {
  top: 0px;
  background: #ffffff;
  line-height: 1.4em;
}
@media only screen and (min-width: 960px) {
  .content-holder {
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5);
    width: 75%;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .content-holder {
    width: 100%;
    margin: 0px;
  }
}
.content-holder .content {
  max-width: 767px;
  width: 90%;
  margin: 0 auto;
  margin-top: 0;
  padding: 10px;
}
.content-holder .content img {
  max-width: 767px;
  width: 100%;
  height: auto;
}
.content-holder .content img.inline {
  display: inline-block;
  width: auto;
  height: auto;
}
.content-holder .content h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14pt;
  font-weight: 600;
}
.content-holder .content h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16pt;
  font-weight: 600;
}
.content-holder .content h2 {
  font-family: 'Titillium Web', sans-serif;
  margin-top: 0;
  font-size: 18pt;
  font-weight: 600;
}
.content-holder .content h2 a {
  font-size: 18pt;
  font-weight: 600;
}
.content-holder .content h2 a:hover {
  text-decoration: underline;
  color: #3c516a;
}
.content-holder .content li {
  margin-top: 0.5em;
}
.content-holder .content a {
  text-decoration: none;
  color: #3c516a;
}
.content-holder .content a :visited {
  color: #3c516a;
}
.content-holder .content a:hover {
  text-decoration: underline;
}
.content-holder .content .bottom-subscribe {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
}
.content-holder .content .bottom-subscribe .bigsubscribe {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 20px;
  background-image: url(/theme/images/button.png);
  background-size: 100% 100%;
  background-repeat: norepeat;
  text-align: center;
  vertical-align: middle;
  font-family: 'Titillium Web', sans-serif;
}
.content-holder .content .bottom-subscribe .bigsubscribe a {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.content-holder .content .bottom-subscribe .bigsubscribe a:hover {
  text-decoration: underline;
}
form input.input-large {
  display: block;
  width: 80%;
  border-radius: 2px;
  height: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}
form input.btn {
  display: block;
  font-weight: 600;
  font-family: 'Signika', sans-serif;
  font-size: 1.5em;
  border-radius: 2px;
}
form label {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.subscribe-button {
  border: 2px solid #fff;
  background: #6d1313;
  border-radius: 8px;
  padding: 5px;
}
.subscribe-button a {
  display: block;
  margin: auto auto;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
}
