@font-face {
  font-family: "ConsortRRExtraBoldCondensed";
  src: url("../fonts/ConsortRRExtraBoldCondensed.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ConsortRRExtraBoldCondensed.woff") format("woff"),
    url("../fonts/ConsortRRExtraBoldCondensed.ttf") format("truetype"),
    url("../fonts/ConsortRRExtraBoldCondensed.svg#ConsortRRExtraBoldCondensed")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConsortRRBoldCondensed";
  src: url("../fonts/ConsortRR-BoldCondensed.woff2") format("woff2"),
    url("../fonts/ConsortRR-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futura";
  src: url("../fonts/futura-medium-webfont.woff2") format("woff2"),
    url("../fonts/futura-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaStd-Bold";
  src: url("../fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaStd-Bold.otf") format("opentype"),
    url("../fonts/FuturaStd-Bold.woff") format("woff"),
    url("../fonts/FuturaStd-Bold.ttf") format("truetype"),
    url("../fonts/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.white {
  color: white;
}

.theme {
  color: #fc3c08;
}

.off-white {
  background-color: #f1f3e6;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #ff5400;
  text-decoration: none;
}

header {
  position: relative;
  height: 394px;
  background-color: #000;
  background-size: auto 100%;
  background-position: 50%;
  background-repeat: repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 5;
}

header .top-nav-container {
  position: relative;
  z-index: 100;
  width: 100%;
}

header .top-nav {
  width: 800px;
  margin: auto;
}

header .logo {
  float: left;
  background-color: #f23d00;
}

header .hed {
  position: absolute;
  width: 790px;
  top: 165px;
  left: 50%;
  margin: 0 0 0 -385px;
  font-family: "ConsortRRBoldCondensed";
  font-size: 74px;
  line-height: 0.875;
  font-weight: normal;
}
header .hed span {
  display: block;
}
header .hed .theme{
  margin-left:4px;
  font-size:78px;
}

header .new-flag {
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -57px;
}

#featured {
  position: relative;
  opacity: 1;
  background-color: #f2f4e6;
  width: 100%;
}

#featured .featured-wrapper {
  width: 830px;
  margin: 0 auto;
  padding: 90px 0 60px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

#featured .featured-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

#featured .featured-image {
  display: block;
  width: 410px;
  margin-right: 60px;
  flex: 0 0 auto;
}

#featured .featured-image img {
  width: 100%;
}

#featured .featured-content {
  /* position:absolute;
    right:0;
    top:50%; */
  /* margin-top:5px; */
  width: calc(100% - 470px);
  /* -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

#featured .featured-content .hed {
  color: #ff5400;
  font-family: "ConsortRRExtraBoldCondensed";
  line-height: 1;
  font-size: 49px;
  outline: none;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0;
  text-align: left;
}

#featured .featured-content .newtitle {
  margin: 2px 0 0;
}

#featured .featured-content .by-line {
  color: #ff5400;
  font-family: "FuturaStd-Bold";
  line-height: 28px;
  font-size: 19px;
  outline: none;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 3px;
  text-align: left;
  margin: 40px 0 15px;
}

#featured .featured-content .dek {
  outline: none;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  color: #111;
  text-align: justify;
  z-index: 4;
  letter-spacing: 0;
}

#featured .featured-content .dek p {
  margin-bottom: 0;
}

#featured .featured-content .read-now {
  color: #f23d00;
  font-family: "FuturaStd-Bold";
  line-height: 27px;
  font-size: 18px;
  outline: none;
  word-wrap: break-word;
  -webkit-transform: rotate(0deg);
  overflow: hidden;
  letter-spacing: 2px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  z-index: 6;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  width: 200px;
}

#about {
  background: #000;
  height: auto;
}

#about .about-wrapper {
  width: 800px;
  margin: 0 auto;
  z-index: 10;
}

#about .about-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#about .frame {
  z-index: 0;
}

#about .what {
  position: relative;
  margin-top: 95px;
  width: 52%;
  float: left;
  padding-right:80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

#about .who {
  position: relative;
  border-left: 2px solid #c3c3c3;
  padding-left: 80px;
  margin-top: 95px;
  width: 48%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}



#about h2 {
  font-family: "ConsortRRExtraBoldCondensed";
  line-height: 118px;
  font-size: 59px;
  color: #ff5400;
  text-align: left;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

#about h3 {
  font-family: "Futura";
  line-height: 35px;
  font-size: 22px;
  color: #f2f4e6;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.625;
  margin: 30px 0 40px;
  width: 250px;
}

#about .what-content {
  font-family: "Helvetica";
  line-height: 22px;
  font-size: 15px;
  color: #c3c3c3;
  text-align: justify;
}

#about .who h2 {
  margin-bottom: 0;
}

#about h4 {
  font-family: "FuturaStd-Bold";
  line-height: 35px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0 0;
}

#about .person {
  margin-bottom: 15px;
}

#about .person > img {
  height: 170px;
}

#about .person-description {
  color: #c3c3c3;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  text-align: justify;
}

#about .person-description p {
  margin-top:5px;
}

#about .person-connect {
  margin-top: 5px;
}

#about .person-connect a img {
  width: 100%;
}

#about .person-connect .email {
  display: inline-block;
  width: 23px;
  height: 14px;
  vertical-align: middle;
}

#about .person-connect .twitter {
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

#about .epic-connect {
  width: 815px;
  margin: 32px auto 0;
  padding-bottom: 25px;
}

#about .epic-connect:after {
  content: "";
  display: table;
  clear: both;
}

#about h5 {
  font-family: "FuturaStd-Bold";
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

#about .epic-connect .epic-logo {
  width: 135px;
  float: left;
}

#about .epic-connect .connect-arrow {
  width: 42px;
  height: 75px;
  float: left;
  margin: 12px 10px 0;
}

#about .epic-connect .follow {
  float: left;
  margin: 10px 0 0 0;
}

#about .epic-connect .signup {
  float: right;
  clear: none;
}

#about #mc_embed_signup {
  background: #000;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 350px;
}
#about #mc_embed_signup .button {
  float: left;
  background-color: #ff5400;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 33px;
  line-height: 32px;
  margin: 10px 5px 10px 0;
  padding: 1px 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#about #mc_embed_signup input.email {
  display: inline-block;
  padding: 8px 0;
  margin: 10px 4% 10px 0;
  float: left;
  text-indent: 5px;
  border-radius: 5px;
  border: none;
  width: 68%;
  min-width: 130px;
}

#about .mc_custom_border_hdr {
  border-width: 0px;
  border-style: none;
  border-color: #e3e3e3;
  color: #000000;
  background-color: transparent;
  font-size: 1.2em;
  padding: 5px 10px;
  font-family: futura;
  width: 100%;
  display: none;
}

#about .mc_merge_var {
  float: left;
}

#about #mc_signup_form .mc_var_label {
  display: none;
}

#about #mc_signup_submit {
  margin-top: 0em !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 0px !important;
  color: white !important;
}
#about .mc_signup_submit {
  background: #333;
  border: none;
  color: #ff3900;
  font-size: 17px;
  letter-spacing: 3px;
  padding: 7px;
  border-radius: 10px;
  float: left;
  margin-left: 10px;
}

#about .mc_signup_submit:hover {
  background-color: rgb(213, 213, 213);
}

#about #mc_mv_EMAIL {
  font-size: 15px;
  padding: 10px;
  width: 205px;
  border: none;
  background: #f1f3e6;
}

#about .mc_merge_var {
  padding: 0;
  font-size: 20px;
  margin: 0;
}

#about .mc_success_msg {
  color: white;
  position: fixed;
  margin-top: 61px;
  padding: 5px;
  background-color: rgb(78, 233, 78);
}

#about .mc_error_msg {
  color: white;
  position: fixed;
  margin-top: 61px;
  padding: 5px;
  background-color: rgb(255, 168, 168);
}

#about .epic-connect h4 {
  margin-top: 13px;
  margin-bottom: 1px;
  color: #ff5400;
  line-height: 1;
}

#about .epic-connect a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

#about .epic-connect a img {
  max-width: 100%;
}

#about .epic-connect .twitter {
  width: 38px;
  height: 38px;
  margin-top: 6px;
}

#about .epic-connect .instagram {
  margin-top: 6px;
}

#about .epic-connect .facebook {
  width: 44px;
  height: 42px;
}

#about .epic-connect .facebook img {
  margin-left: -7px;
}

#classics {
  width: 100%;
  position: relative;
  background-color: #ff5400;
}

#classics p {
  margin: 0;
}

#classics .classics-wrapper {
  width: 100%;
  text-align: center;
}

#classics .classic-title {
  color: #ffffff;
  font-family: "Stint Ultra Expanded";
  font-size: 48px;
  outline: none;
  word-wrap: break-word;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  letter-spacing: 0;
  padding: 60px 0 25px;
  text-transform: uppercase;
}

#classics .classic-description {
  color: #000000;
  font-family: "FuturaStd-Bold";
  font-size: 22px;
  outline: none;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#classics .classics-items {
  padding-bottom: 75px;
}

#classics a {
  margin: 0 27px;
}

#classics a img {
  height: 321px;
}

#titles {
  width: 100%;
  background: #f1f3e6;
}

#titles .titles-wrapper {
  width: 783px;
  margin: 0 auto;
}

#titles .all-titles {
  display: inline-block;
  height: 30px;
  width: 247px;
  margin: 100px 0 75px;
}

#titles .newstory {
  display: inline-block;
}

#titles .newitems h2 {
  color: #f23d00;
  font-family: "ConsortRRExtraBoldCondensed";
  line-height: 48px;
  font-size: 48px;
  outline: none;
  font-weight: normal;
  word-wrap: break-word;
  -webkit-transform: rotate(0deg);
  overflow: hidden;
  letter-spacing: 0;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  width: 500px;
  z-index: 6;
  margin: 0 0 10px;
}

#titles .newitems p {
  color: #7a7a7a;
  font-family: "Helvetica neue";
  line-height: 23px;
  font-size: 16px;
  outline: none;
  word-wrap: break-word;
  -webkit-transform: rotate(0deg);
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  text-align: justify;
  width: 466px;
  z-index: 4;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  letter-spacing: 0;
}
.newtitle {
  color: #000000;
  font-family: "FuturaStd-Bold";
  line-height: 22px;
  font-size: 18px;
  outline: none;
  word-wrap: break-word;
  -webkit-transform: rotate(0deg);
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 2px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  z-index: 7;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#titles .newsread a {
  color: #f23d00;
  font-family: "FuturaStd-Bold";
  line-height: 27px;
  font-size: 18px;
  outline: none;
  word-wrap: break-word;
  text-transform: uppercase;
  -webkit-transform: rotate(0deg);
  overflow: hidden;
  letter-spacing: 2px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  z-index: 6;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  width: 200px;
}

#titles .dotline {
  margin-top: 58px;
  margin-left: -14px;
  display: inline-block;
}

/* FOOTER */
.footer {
  background-color: black;
  width: 100%;
  height: 130px;
  padding-top: 20px;
}

.footer-center {
  width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.footer img.logo {
  max-width: 165px;
}

.nav-links {
  padding: 2px 0 5px 36px;
  float: left;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.footer .nav-links {
  flex-direction:column;
  padding:0;
}

.footer .nav-links li {
  padding: 0 10px;
}

.nav-links ul {
  margin: 0;
  padding: 0;
}

.nav-links li {
  font-family: "Stint Ultra Expanded";
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 0px 15px;
  list-style: none;
  display: inline;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.footer .nav-links {
  padding-left: 0;
}

.footer .footer-logo {
  float: left;
}

.footer .meta {
  margin-top: 10px;
  text-align: center;
  font-family: "futurastd-bold";
  color: #a0a0a0;
  font-size: 13px;
  letter-spacing: 1px;
}

.footer .meta a {
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding-top: 26px;
  text-align: center;
  font-family: "futurastd-bold";
  font-size: 13px;
  letter-spacing: 1px;
}

.footer .footer-submit {
  clear: both;
  background-color: #000;
  font-size: 20px;
  font-family: "FuturaStd-Bold";
  color: #f23d00;
  text-align: center;
  padding: 20px 0px 45px 0px;
  letter-spacing: 2px;
}

.footer .footer-submit a {
  text-decoration: underline;
}
