body {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

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

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 184px;
  background-image: linear-gradient(135deg, rgba(30, 33, 33, .82) 1%, rgba(32, 32, 32, .14) 98%), url('../images/audience-band-concert-1105666.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .33)), color-stop(99%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), transparent 99%);
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, .25);
}

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 51px;
  font-weight: 600;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 51px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.hero-content {
  text-align: center;
}

.button {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #c00;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #c34040;
  color: #fff;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #fff;
}

.main-section.dark {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #000;
  color: #000;
  text-align: left;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000;
  text-align: center;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, .09) 0px 0px 0px 1px, rgba(0, 0, 0, .09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 25px;
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  color: #a18282;
  list-style-type: lower-alpha;
}

.med-divider.black {
  width: 10%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 2px;
  padding-bottom: 1px;
  background-color: #000;
  color: #000;
}

.white {
  font-family: 'Open Sans', sans-serif;
  color: #efefef;
  letter-spacing: 2px;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 0px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: #000;
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .03)), color-stop(46%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('../images/bridges.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: hsla(354.11042944785277, 69.96%, 54.31%, 1.00);
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, .22);
}

.nav-link {
  display: inline-block;
  margin-top: 0px;
  padding: 0px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nav-link.w--current {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 10px;
  opacity: 1;
  color: #fff;
  font-size: 15px;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #000;
  color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.field-label {
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: hsla(205.71428571428575, 0.00%, 0.00%, 1.00);
  font-size: 14px;
  text-decoration: none;
}

.social-text:hover {
  color: #c72323;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.section-title.black {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 45px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.container-2 {
  padding-top: 0px;
}

.image {
  display: inline-block;
  margin-left: 0px;
  float: none;
}

.navbar-2 {
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.nav-link-2 {
  position: relative;
  display: block;
  margin-top: -3px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 0px;
  text-decoration: none;
}

.nav-link-2:hover {
  margin-top: -5px;
  margin-bottom: 0px;
  color: #b80000;
  font-size: 16px;
  line-height: 0px;
}

.nav-link-2:active {
  color: #e60000;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.w--current:active {
  color: #fe0b0b;
}

.nav-link-2.w--current:focus {
  color: #ff2e2e;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92.42%;
  margin: 0px;
  padding: 90px 0px 0px;
  float: right;
  clear: none;
  border: 1px none #000;
  line-height: 26px;
}

.section {
  background-color: #000;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -20px;
  margin-left: 65px;
  padding-top: 50px;
  padding-bottom: 0px;
  float: right;
  color: #fff;
}

.container-3 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph {
  display: inline-block;
  margin-top: -164px;
  margin-left: 299px;
  padding-top: 5px;
  padding-bottom: 32px;
  padding-left: 3px;
  color: #fff;
}

.italic-text {
  margin-top: -65px;
  float: none;
  clear: left;
}

.heading-2 {
  display: inline-block;
  margin-top: -17px;
  margin-bottom: -43px;
  padding-bottom: 15px;
  float: none;
  clear: none;
}

.div-block {
  margin-top: 2px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.container-4 {
  margin-top: 30px;
  margin-bottom: 32px;
  font-size: 15px;
  text-align: center;
}

.mid-nav {
  padding: 0px 31px 0px 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 1px;
}

.div-block-2 {
  width: 60%;
  height: 50px;
  margin-top: 0px;
  float: right;
}

.html-embed {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.image-2 {
  display: inline-block;
  float: right;
  text-align: center;
}

.columns {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  background-color: transparent;
  text-align: center;
}

.text-span {
  color: #fff;
  line-height: 0px;
}

.text-span:active {
  color: #eb0000;
}

.container-5 {
  margin-top: -34px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  color: #080808;
}

.paragraph-black {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #c00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  font-size: 18px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column {
  clear: none;
}

.container-7 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-8 {
  position: -webkit-sticky;
  position: sticky;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  right: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 20%;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.sidebar-title {
  margin-bottom: 20px;
  background-color: #c00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.current-issue {
  display: block;
  margin-top: 10px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.sponsors {
  margin-top: 10px;
  margin-bottom: 1px;
}

.html-embed-2 {
  margin-bottom: 20px;
}

.container-9 {
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
}

.current-issue-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  background-color: #fff;
}

.site-page-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.current-issue-dates {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 27px;
}

.bold-text-2 {
  font-size: 20px;
}

.feature {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: left;
}

.column-2 {
  left: 50px;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.body {
  background-color: #000;
}

.button-purchase {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #c00;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.button-purchase:hover {
  background-color: #c34040;
  color: #fff;
}

.image-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.columns-2 {
  margin-right: 2px;
  margin-left: 1px;
}

.image-5 {
  margin-top: -50px;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.feature-copy {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.bold-text-3 {
  font-size: 20px;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-5 {
  font-size: 20px;
}

.container-10 {
  margin-top: 0px;
  margin-bottom: 66px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-desktop {
  display: block;
  margin-right: 0px;
  margin-left: -237px;
  padding-right: 12px;
  padding-left: 12px;
}

.container-11 {
  display: block;
  width: 100%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  float: none;
}

.logo-mobile {
  display: block;
  margin-right: 250px;
  margin-left: -272px;
  padding-right: 12px;
  padding-left: 12px;
}

.brand {
  margin-right: 0px;
}

.icon-2 {
  color: #fff;
}

.icon-3 {
  color: #fff;
}

.dropdown-link {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.dropdown-link:hover {
  color: #c00;
}

.dropdown-link:focus {
  color: #c00;
}

.dropdown-link:visited {
  color: #fff;
}

.dropdown-link.w--current {
  color: #c00;
}

.dropdown-link.w--current:active {
  color: #c00;
}

.icon-4 {
  color: #fff;
}

.icon-5 {
  color: #fff;
}

.icon-6 {
  color: #fff;
}

.icon-7 {
  color: #fff;
}

.columns-3 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-4 {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/artist-band-bass-92080.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/artist-band-bass-92080.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.feedback {
  margin-top: 0px;
  padding-top: 75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  line-height: 61px;
  text-align: center;
}

.button-3 {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2-20 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  background-color: #c00;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.feedback--tablet {
  margin-top: 0px;
  padding-top: 75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  line-height: 61px;
  text-align: center;
}

.section-5 {
  background-color: #fff;
}

.section-6 {
  margin-bottom: 21px;
  padding-bottom: 3px;
  background-color: #000;
}

.video {
  height: 496px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.heading-5 {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 47px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.bold-text-6 {
  color: #000;
}

.div-block-3 {
  color: #0e0f0f;
}

.div-block-4 {
  color: #000;
}

.div-block-5 {
  color: #000;
}

.div-block-6 {
  color: #000;
}

.div-block-7 {
  margin-top: 2px;
  background-color: #000;
  color: #000;
}

.columns-4 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.section-7 {
  background-color: #fff;
}

.columns-5 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.section-8 {
  background-color: #fff;
}

.section-9 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.section-10 {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.footer-sub-link {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.footer-sub-link:hover {
  color: #ff2323;
}

.link {
  display: block;
  overflow: visible;
  width: 40%;
  margin-top: -7px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-6 {
  float: left;
}

.div-block-8 {
  display: block;
}

.div-block-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 29px;
  float: none;
}

.column-4 {
  padding-left: 0px;
}

.section-11 {
  background-color: #303030;
}

.heading-7 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.button-4 {
  display: block;
  width: 90%;
  margin: 20px;
  padding: 10px;
  float: right;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #050505;
  text-align: center;
  letter-spacing: 2px;
}

.columns-6 {
  background-color: #222;
}

.section-12 {
  height: 11%;
  background-image: url('../images/photo-1439189741837-58720e8d82d5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-12 {
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/photo-1433878455169-4698e60005b1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-8 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.div-block-10 {
  background-color: #000;
}

.section-13 {
  background-color: #000;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-4 {
  background-color: #fff;
}

.section-14 {
  background-color: #000;
}

.container-13 {
  background-color: #000;
  letter-spacing: 2px;
}

.heading-9 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.div-block-11 {
  background-color: #000;
}

.container-14 {
  height: 500px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/enewsletter.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 19px;
}

.div-block-12 {
  margin-top: -1px;
  padding-top: 16px;
  background-color: #fff;
  color: #000;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.heading-12 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.section-15 {
  background-color: #000;
}

.image-9 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.section-16 {
  margin-bottom: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section-17 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block {
  float: right;
}

.heading-13 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.section-18 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
}

.div-block-13 {
  background-color: #000;
}

.section-19 {
  background-color: #303030;
  color: #fff;
}

.staff {
  margin-top: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.staff-photo {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: right;
}

.column-6 {
  margin-top: 0px;
}

.heading-14 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.heading-15 {
  margin-top: -51px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.slider {
  width: 1625px;
  height: 500px;
}

.slide {
  background-image: url('../images/artist-band-bass-92080.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/beautiful-couple-flirting-807978.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/adult-beautiful-blur-374703.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/aerial-blog-blogger-990819-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.explore-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.container-15 {
  margin-top: -30px;
  margin-bottom: 15px;
}

.div-block-14 {
  display: block;
  width: 70%;
  height: 200px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-16 {
  margin-top: 200px;
  margin-bottom: 0px;
  color: #000;
  font-size: 100px;
  text-align: center;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
}

.div-block-15 {
  background-color: #000;
}

.section-20 {
  background-color: #fff;
  color: #000;
}

.image-12 {
  margin-top: 20px;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.section-21 {
  background-color: #fff;
  color: #000;
}

.container-16 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-8 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.columns-7 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-16 {
  background-color: #000;
}

.section-22 {
  background-color: #fff;
}

.div-block-17 {
  background-color: #000;
}

.section-23 {
  background-color: #fff;
}

.div-block-18 {
  background-color: #000;
}

.section-24 {
  background-color: #fff;
}

.div-block-19 {
  background-color: #000;
}

.section-25 {
  background-color: #fff;
}

.div-block-20 {
  background-color: #000;
}

.section-26 {
  background-color: #303030;
}

.div-block-21 {
  background-color: #000;
}

.section-27 {
  background-color: #fff;
}

.div-block-22 {
  background-color: #000;
}

.link-2 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-2:hover {
  color: #c42121;
}

.paragraph-9 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.heading-17 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
}

.button-5 {
  display: block;
  width: 50%;
  margin: 0px auto 30px;
  background-color: #c00;
  font-family: 'Open Sans', sans-serif;
  color: hsla(21.645569620253163, 0.00%, 100.00%, 1.00);
  text-align: center;
}

.button-5:hover {
  background-color: #d94545;
  color: hsla(21.645569620253163, 0.00%, 100.00%, 1.00);
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-10 {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.button-6 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.button-7 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-11 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
}

.link-3 {
  color: #c00;
}

.container-17 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider-2 {
  height: 500px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-5 {
  height: 500px;
  padding-right: 91px;
  padding-bottom: 0px;
  background-color: #d99b9b;
  background-image: url('../images/CM_SloganSlider.jpg');
  background-size: cover;
}

.slide-6 {
  border-radius: 0px;
  background-image: url('../images/slider/CM_BlogSlider.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-7 {
  background-color: #000;
  background-image: url('../images/slider/CM_FeaturesSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide-8 {
  background-color: #000;
  background-image: url('../images/slider/CM_InterviewsSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #000;
}

.slide-9 {
  background-color: #000;
  background-image: url('../images/slider/CM_OnlineNewsSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide-10 {
  background-color: #000;
  background-image: url('../images/slider/CM_RadioPodcastSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide-11 {
  background-color: #000;
  background-image: url('../images/slider/CM_ShowcaseSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide-12 {
  background-color: #000;
  background-image: url('../images/slider/CM_SubscribeSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/slider/CM_SloganSlider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.mask {
  height: 500px;
}

.paragraph-12 {
  padding: 30px 40px 31px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  text-align: left;
}

.link-4 {
  color: hsla(21.645569620253163, 0.00%, 100.00%, 1.00);
}

.heading-18 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.bold-text-7 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.staff-email {
  margin-top: -11px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.heading-19 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.interview {
  padding-top: 20px;
}

.paragraph-13 {
  margin-top: -15px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.image-14 {
  margin-left: 0px;
}

.column-8 {
  padding-left: 50px;
}

.column-9 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 70px;
}

.slide-0 {
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/slider/CM_BlogSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-00 {
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/slider/CM_SloganSlider.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-18 {
  padding-top: 0px;
}

.container-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 20px;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-10 {
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-28 {
  margin-bottom: 0px;
  padding-bottom: 30px;
  background-color: #fff;
}

.site-page-heading-black {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.columns-8 {
  float: left;
}

.bold-text-8 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.bold-text-9 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.section-title-white {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.section-title-white.black {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 45px;
}

.nav-link-3 {
  padding-bottom: 19px;
}

.div-block-23 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-new {
  font-family: 'Open Sans', sans-serif;
  color: hsla(21.645569620253163, 0.00%, 100.00%, 1.00);
  font-size: 17px;
}

.nav-link-new:hover {
  color: #c00;
}

.nav-link-new.w--current {
  color: hsla(21.645569620253163, 0.00%, 100.00%, 1.00);
}

.nav-link-new.w--current:hover {
  color: #c00;
}

.nav-link-new.w--current:visited {
  color: #c00;
}

.navbar-3 {
  width: 100%;
  background-color: #000;
}

.icon-8 {
  color: #fff;
}

.container-20 {
  width: 100%;
  float: right;
}

.image-18 {
  padding-right: 0px;
  float: left;
}

.nav-menu-3 {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 1px;
  padding-left: 0px;
  float: right;
}

.icon-9 {
  color: #fff;
}

.icon-10 {
  color: #fff;
}

.slide-nav {
  color: #000;
}

.columns-9 {
  margin-bottom: 15px;
}

.link-5 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-6 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-7 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-8 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-9 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.link-10 {
  color: hsla(21.645569620253163, 0.00%, 0.00%, 1.00);
}

.logo-desktop1 {
  padding-right: 0px;
  float: left;
}

.logo-mobile1 {
  padding-right: 0px;
  float: left;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.link-block-7 {
  width: 100%;
  height: 100%;
}

.link-block-8 {
  width: 100%;
  height: 100%;
}

.link-block-9 {
  width: 100%;
  height: 100%;
}

.sectiontitlewhite {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.sectiontitlewhite.black {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 45px;
}

.container-21 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.column-12 {
  padding-bottom: 10px;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .category-block {
    padding: 10px 0px;
  }
  .nav-menu {
    margin-right: -15px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title {
    line-height: 41px;
  }
  .mid-nav {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .html-embed {
    display: block;
    margin-top: 28px;
    float: none;
    clear: none;
  }
  .sponsors {
    margin-bottom: 20px;
  }
  .current-issue-dates {
    text-align: center;
  }
  .column-2 {
    left: 0px;
  }
  .icon {
    font-size: 70px;
  }
  .logo-desktop {
    margin-right: 0px;
    margin-left: 0px;
  }
  .logo-mobile {
    margin-right: 0px;
    margin-left: 0px;
  }
  .columns-3 {
    width: 80%;
  }
  .button-2-20 {
    width: 40%;
  }
  .feedback--tablet {
    font-size: 42px;
    line-height: 49px;
  }
  .heading-5 {
    width: 90%;
    font-size: 35px;
  }
  .bold-text-6 {
    width: 90%;
  }
  .footer-sub-link {
    padding-right: 0px;
    padding-left: 1px;
  }
  .image-6 {
    overflow: visible;
    margin-left: 162px;
    float: left;
    clear: none;
    text-align: left;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-7 {
    font-size: 17px;
  }
  .heading-9 {
    font-size: 29px;
  }
  .heading-15 {
    margin-top: -39px;
    line-height: 19px;
  }
  .explore-title {
    font-size: 24px;
  }
  .slider-2 {
    height: 300px;
  }
  .slide-5 {
    height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-7 {
    background-position: 0% 50%;
  }
  .slide-8 {
    background-repeat: repeat;
  }
  .slide-9 {
    background-size: contain;
  }
  .slide-10 {
    background-position: 0% 50%;
  }
  .slide-11 {
    background-position: 0% 50%;
  }
  .mask {
    height: 300px;
  }
  .staff-email {
    margin-top: 0px;
    line-height: 18px;
  }
  .image-14 {
    margin-top: -68px;
    margin-bottom: 3px;
  }
  .bold-text-9 {
    line-height: 18px;
  }
  .section-title-white {
    line-height: 41px;
  }
  .nav-link-new.w--current {
    display: block;
    padding-left: 20px;
  }
  .container-20 {
    float: left;
  }
  .icon-11 {
    font-size: 46px;
  }
  .menu-button-2 {
    padding-left: 0px;
  }
  .menu-button-2.w--open {
    padding-left: 18px;
  }
  .sectiontitlewhite {
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }
  .hero-subheading {
    line-height: 51px;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-title {
    font-size: 27px;
  }
  .featured-description {
    font-size: 18px;
  }
  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .featuredthumbnail {
    padding: 10px 0px;
  }
  .navmenu {
    width: 100%;
  }
  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .success-text {
    font-size: 18px;
  }
  .div-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .mid-nav {
    padding-right: 15px;
    padding-left: 5px;
    font-size: 15px;
  }
  .html-embed {
    float: none;
  }
  .image-2 {
    width: 50%;
    float: none;
    text-align: center;
  }
  .column {
    margin-bottom: 25px;
  }
  .current-issue-dates {
    text-align: center;
  }
  .column-2 {
    left: 0px;
    border-radius: 0px;
    opacity: 1;
    text-align: left;
  }
  .image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .columns-3 {
    width: 60%;
  }
  .button-2-20 {
    width: 60%;
  }
  .column-3 {
    clear: left;
  }
  .heading-5 {
    font-size: 27px;
    line-height: 37px;
  }
  .heading-7 {
    padding-bottom: 0px;
    font-size: 19px;
    text-align: center;
  }
  .column-5 {
    margin-top: -17px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-9 {
    font-size: 22px;
    line-height: 31px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .staff-photo {
    width: 50%;
  }
  .heading-17 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-2 {
    height: 200px;
  }
  .slide-8 {
    background-repeat: no-repeat;
  }
  .slide-10 {
    background-position: 100% 50%;
  }
  .slide-12 {
    background-position: 0% 50%;
  }
  .mask {
    height: 200px;
  }
  .image-17 {
    width: 70%;
  }
  .nav-link-new {
    width: 100%;
  }
  .container-20 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .nav-menu-3 {
    display: block;
    margin-top: 70px;
    float: none;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section {
    height: 430px;
    padding-top: 141px;
    padding-right: 21px;
    padding-left: 21px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .navbar {
    padding: 2px 15px 7px;
  }
  .menu-button {
    margin-top: 13px;
  }
  .long-text {
    margin-top: 0px;
  }
  .hero-subheading {
    margin-top: -41px;
    font-size: 29px;
    line-height: 27px;
  }
  .hero-content {
    margin-top: 0px;
  }
  .button {
    width: 70%;
    margin-top: 0px;
    margin-bottom: -6px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-img {
    display: block;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-text {
    padding: 0px 15px 55px;
  }
  .featured-title {
    font-size: 18px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-hero {
    height: 330px;
  }
  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbio {
    font-size: 14px;
    text-align: center;
  }
  .author-links {
    font-size: 15px;
  }
  .social-wrapper {
    text-align: center;
  }
  .hero-header {
    font-size: 40px;
  }
  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .blog-post {
    width: 95%;
  }
  .featuredthumbnail {
    padding: 5px 0px;
  }
  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, .72);
  }
  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }
  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }
  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, .92);
  }
  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .success-text {
    line-height: 27px;
  }
  .section-title {
    font-size: 35px;
  }
  .section-title.black {
    font-size: 35px;
  }
  .image-2 {
    width: 65%;
  }
  .paragraph-black {
    text-align: center;
  }
  .current-issue-dates {
    text-align: center;
  }
  .bold-text-2 {
    font-size: 18px;
    text-align: center;
  }
  .feature {
    font-size: 13px;
  }
  .column-2 {
    left: 0px;
    margin-top: 39px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-5 {
    margin-top: -10px;
  }
  .feature-copy {
    font-size: 13px;
  }
  .icon {
    color: snow;
  }
  .logo-desktop {
    margin-top: 15px;
  }
  .logo-mobile {
    margin-top: 15px;
  }
  .button-2-20 {
    width: 75%;
    font-size: 13px;
  }
  .feedback--tablet {
    font-size: 33px;
    line-height: 31px;
  }
  .heading-5 {
    font-size: 23px;
    line-height: 22px;
  }
  .bold-text-6 {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .columns-4 {
    width: 100%;
  }
  .footer-sub-link {
    display: block;
  }
  .image-6 {
    margin-left: 0px;
  }
  .heading-7 {
    line-height: 28px;
  }
  .container-14 {
    height: 200px;
  }
  .paragraph-5 {
    font-size: 14px;
  }
  .staff-photo {
    width: 100%;
  }
  .heading-17 {
    font-size: 15px;
  }
  .slider-2 {
    height: 200px;
  }
  .slide-5 {
    background-color: #000;
    background-image: url('../images/CM_SloganSlider.jpg');
    background-size: contain;
  }
  .slide-6 {
    background-color: #000;
    background-image: url('../images/CM_SloganSlider.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-7 {
    background-color: #000;
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-8 {
    background-color: #000;
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-9 {
    background-color: #000;
    background-position: 0% 50%;
    background-size: contain;
  }
  .slide-10 {
    background-color: #000;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #fff;
  }
  .slide-11 {
    background-color: #000;
    background-size: contain;
  }
  .slide-12 {
    background-color: #000;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mask {
    height: 200px;
  }
  .slide-0 {
    background-color: #000;
    background-image: url('../images/slider/CM_BlogSlider.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .slide-00 {
    background-color: #000;
    background-image: url('../images/slider/CM_BlogSlider.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .section-title-white {
    font-size: 35px;
  }
  .container-20 {
    margin-top: -75px;
  }
  .image-18 {
    margin-top: -8px;
    margin-bottom: 0px;
    padding-top: 81px;
  }
  .nav-menu-3 {
    display: block;
    width: 100%;
    margin-right: 31px;
    float: none;
    clear: none;
    background-color: #6e6e6e;
  }
  .menu-button-2 {
    margin-top: 61px;
    margin-bottom: 12px;
  }
  .column-11 {
    margin-top: -66px;
  }
  .logo-desktop1 {
    margin-top: -8px;
    margin-bottom: 0px;
    padding-top: 81px;
  }
  .logo-mobile1 {
    margin-top: -8px;
    margin-bottom: 0px;
    padding-top: 81px;
  }
  .sectiontitlewhite {
    font-size: 35px;
  }
  .sectiontitlewhite.black {
    font-size: 35px;
  }
}

