/*------------------------------------*\
    $GRID
\*------------------------------------*/
.container-fluid,
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.row > .col-xs-1,
.row > .col-sm-1,
.row > .col-md-1,
.row > .col-lg-1,
.row > .col-xs-2,
.row > .col-sm-2,
.row > .col-md-2,
.row > .col-lg-2,
.row > .col-xs-3,
.row > .col-sm-3,
.row > .col-md-3,
.row > .col-lg-3,
.row > .col-xs-4,
.row > .col-sm-4,
.row > .col-md-4,
.row > .col-lg-4,
.row > .col-xs-5,
.row > .col-sm-5,
.row > .col-md-5,
.row > .col-lg-5,
.row > .col-xs-6,
.row > .col-sm-6,
.row > .col-md-6,
.row > .col-lg-6,
.row > .col-xs-7,
.row > .col-sm-7,
.row > .col-md-7,
.row > .col-lg-7,
.row > .col-xs-8,
.row > .col-sm-8,
.row > .col-md-8,
.row > .col-lg-8,
.row > .col-xs-9,
.row > .col-sm-9,
.row > .col-md-9,
.row > .col-lg-9,
.row > .col-xs-10,
.row > .col-sm-10,
.row > .col-md-10,
.row > .col-lg-10,
.row > .col-xs-11,
.row > .col-sm-11,
.row > .col-md-11,
.row > .col-lg-11,
.row > .col-xs-12,
.row > .col-sm-12,
.row > .col-md-12,
.row > .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media only screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.flex-xs {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap.row::before {
  content: none;
}

.fd-r {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.fd-c {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f1 {
  -webkit-flex: 1;
  flex: 1;
}

.f2 {
  -webkit-flex: 2;
  flex: 2;
}

.f3 {
  -webkit-flex: 3;
  flex: 3;
}

.fn,
.flex-n {
  -webkit-flex: none;
  flex: none;
}

.fg-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.order-1 {
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -webkit-order: 3;
  order: 3;
}

.ai-fe {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai-c {
  -webkit-align-items: center;
  align-items: center;
}
.ai-s {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.as-fe {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.as-c {
  -webkit-align-self: center;
  align-self: center;
}

.jc-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.jc-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.jc-fe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-md {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-lg {
    display: -webkit-flex;
    display: flex;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}
/*------------------------------------*\
    General
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

figure > a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

select, input[type="submit"] {
  -webkit-appearance: none;
}

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

button {
  background-color: transparent;
  font: inherit;
  color: inherit;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

figure img {
  width: 100%;
}

.pull-left,
.align-left {
  float: left;
}

.pull-right,
.align-right {
  float: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

iframe,
svg {
  vertical-align: middle;
}

.highlight {
  color: #f31a1e;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* base */
body {
  background-color: white;
  color: black;
  font-family: "Roboto", sans-serif;
}

.b {
  background-color: black;
}

.dg {
  background-color: #262626;
}

.g {
  background-color: #e7e7e7;
}

.mg {
  background-color: #f1f1f1;
}

.lg {
  background-color: #f7f7f7;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-size: 52px;
  line-height: 52px;
}

h2 {
  font-size: 44px;
  line-height: 44px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 24px;
  line-height: 24px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
}

.highlight {
  color: #f31a1e;
}

/* header */
.ph {
  background-color: #f31a1e;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.ph .btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: bold 20px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid white;
  padding: 5px 12px;
}
.ph .btn:hover {
  background-color: white;
  color: #f31a1e;
}
@media only screen and (min-width: 768px) {
  .ph .btn {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ph .btn-wrap {
    text-align: center;
    padding-bottom: 5px;
  }
}
.ph .logo {
  display: block;
  max-width: 328px;
  height: 50px;
  font-size: 0;
  background: url(../images/logo-newsweek.svg) center/contain no-repeat;
  margin: 0 auto;
}

.level-1 .image {
  padding-top: 13px;
  padding-bottom: 13px;
}
.level-1 .dg {
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 20px solid #222;
}
.level-1 .dg h1 {
  color: white;
  margin-bottom: 7px;
}
.level-1 .dg h3 {
  color: #a7a7a7;
}
.level-1 .g {
  padding-top: 15px;
  padding-bottom: 15px;
}
.level-1 .g label {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
}
.level-1 .g .select-wrap select {
  width: 100%;
  background: url(../images/icon-arrow-down.svg) 95% center/15px no-repeat white;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #f31a1e;
  padding: 15px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .level-1 .select-wrap {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .level-1 .select-wrap {
    padding-left: 24px;
  }
  .level-1 .select-wrap select {
    max-width: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .level-1 {
    position: relative;
  }
  .level-1 .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
  .level-1 .image .container-fluid {
    padding-right: 35px;
  }
  .level-1 .dg, .level-1 .g {
    padding-right: calc(418px + 35px);
  }
}

.level-2 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.level-2 p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.level-2 .description {
  font-size: 18px;
}

.subscribe-blocks {
  padding-top: 65px;
  margin-left: -7px;
  margin-right: -7px;
}
.subscribe-blocks li {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 10px solid #e7e7e7;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 30px;
  padding: 30px 20px 40px;
}
.subscribe-blocks li.active {
  border-color: #f31a1e;
}
.subscribe-blocks li.active label strong {
  background-color: #f31a1e;
}
.subscribe-blocks label {
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.subscribe-blocks label strong {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #e7e7e7;
  color: white;
}
.subscribe-blocks h4 {
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.subscribe-blocks .time {
  font: 20px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.subscribe-blocks .price {
  font: bold 55px/65px "Roboto Condensed", sans-serif;
}
.subscribe-blocks .price span {
  font-size: 40px;
  display: inline-block;
  vertical-align: text-top;
}
.subscribe-blocks .rate {
  font-size: 16px;
  line-height: 16px;
}
.subscribe-blocks summary {
  font-size: 17px;
  line-height: 27px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subscribe-blocks .scroll {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  color: #f31a1e;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 5px;
}
.subscribe-blocks .scroll:hover {
  text-decoration: underline;
}
.subscribe-blocks .btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #f31a1e;
  color: white;
  text-transform: uppercase;
  font: bold 20px/50px "Roboto Condensed", sans-serif;
  padding-left: 54px;
  padding-right: 54px;
}
.subscribe-blocks .btn:hover {
  background-color: black;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe-blocks .content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .subscribe-blocks .content > div {
    width: 50%;
  }
  .subscribe-blocks .content .info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .subscribe-blocks .content .info .time,
  .subscribe-blocks .content .info .rate {
    line-height: 40px;
  }
  .subscribe-blocks .content .info .price {
    margin-left: 10px;
    margin-right: 10px;
  }
  .subscribe-blocks .content .info-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-blocks h4,
  .subscribe-blocks summary {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe-blocks .price {
    margin-bottom: 15px;
  }
  .subscribe-blocks summary {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.level-3 {
  padding-top: 65px;
  padding-bottom: 85px;
}
.level-3 h2, .level-3 h4 {
  text-transform: uppercase;
}
.level-3 p {
  color: #727272;
  font-size: 18px;
  line-height: 26px;
}
.level-3 li {
  padding-top: 80px;
}
.level-3 li:last-of-type p {
  max-width: inherit;
}
.level-3 h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.level-4 {
  color: white;
  padding-top: 75px;
  padding-bottom: 40px;
}
.level-4 h2 {
  text-transform: uppercase;
  margin-bottom: 65px;
}
.level-4 .stars {
  margin-bottom: 55px;
}
.level-4 blockquote {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font: bold 32px/36px "Playfair Display SC", serif;
  margin-bottom: 75px;
}

.level-5 {
  padding-top: 70px;
  padding-bottom: 110px;
}
.level-5 h2 {
  text-transform: uppercase;
  margin-bottom: 60px;
}
.level-5 .accordion {
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #d9d9d9;
}
.level-5 .accordion .title {
  font: 20px/24px "Roboto Condensed", sans-serif;
  color: #0c0b0b;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.level-5 .accordion .title::after {
  float: right;
  content: "+";
  font-weight: 300;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
.level-5 .accordion .open .title {
  background-color: #f9f9f9;
  padding-left: 15px;
  padding-right: 15px;
}
.level-5 .accordion .open .title::after {
  font-size: 40px;
  content: "-";
  margin-right: 0;
}
.level-5 .accordion .content {
  font: 300 16px/24px "Helvetica Neue LT Std","Helvetica",Arial,sans-serif;
  color: #565656;
  padding: 34px 50px 6px;
  border-top: 1px solid #d9d9d9;
}
.level-5 .accordion .content p {
  margin-bottom: 25px;
}

.level-6 {
  padding-top: 60px;
  padding-bottom: 75px;
}
.level-6 h2 {
  margin-bottom: 40px;
}
.level-6 p {
  font-size: 24px;
  line-height: 28px;
  color: #797979;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.level-6 form {
  padding-top: 75px;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.level-6 form input, .level-6 form select, .level-6 form textarea {
  border-radius: 0;
  background-color: white;
  color: #666;
  width: 100%;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
}
.level-6 form input, .level-6 form select {
  height: 50px;
  text-indent: 15px;
}
.level-6 form textarea {
  padding: 15px;
}
.level-6 form input[type="submit"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f31a1e;
  color: white;
  text-transform: uppercase;
  text-indent: 0;
  border: 0;
  padding-left: 44px;
  padding-right: 44px;
  font: bold 20px/20px "Roboto Condensed", sans-serif;
  cursor: pointer;
  width: auto;
  height: 55px;
  margin-top: 50px;
}
.level-6 form input[type="submit"]:hover {
  background-color: black;
}

/* footer */
.pf {
  padding-top: 25px;
  padding-bottom: 15px;
}
.pf .logo {
  font-size: 0;
  display: block;
  width: 236px;
  height: 36px;
  background: url(../images/logo-newsweek-red.svg) 0 0/contain no-repeat;
  margin-bottom: 10px;
}
.pf .links {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  margin-bottom: 10px;
}
.pf .links a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 1px solid #d9d9d9;
  padding-left: 12px;
  margin-left: 12px;
}
.pf .links a:first-of-type {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.pf .links a:hover {
  color: black;
}
@media only screen and (max-width: 767px) {
  .pf {
    text-align: center;
  }
  .pf .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
