@font-face {
  font-family: 'SuisseIntl';
  src: url('/css/fonts/SuisseIntl-Regular-WebM.eot'); /* IE9 Compat Modes */
  src: url('/css/fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/SuisseIntl-Regular-WebM.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/SuisseIntl-Regular-WebM.woff') format('woff'), /* Pretty Modern Browsers */
       url('/css/fonts/SuisseIntl-Regular-WebM.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/SuisseIntl-Regular-WebM.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'SuisseIntl', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.artistbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.artist_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #000;
}

.container.area_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.allartists_flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h1 {
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu {
  font-weight: 700;
  text-transform: uppercase;
}

.menu_wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artistdropdown {
  margin-bottom: 0px;
}

.artistdropdown_wrap {
  max-width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.form {
  margin-bottom: 0px;
}

.artistbox {
  display: block;
  width: 33.33%;
  padding: 20px;
  cursor: pointer;
}

.artistname {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.menuoption {
  color: #333;
  text-decoration: none;
}

.artist_title {
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
}

.artist_back {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #1563a8;
  font-size: 15px;
  font-style: italic;
}

.area {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.area_title {
	margin-bottom: 10px;
	border-style: none none solid;
	border-width: 1px;
	border-color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.photogrid_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.photogrid_item {
	width: 150px;
	font-size: 12px;
}

.photogrid_year {
	text-align: center;
}

.bio_text {
  font-size: 13px;
  text-align: justify;
}


.bio_link.blue {
  display: block;
  color: #1563a8;
  text-align: right;
}

.video_embed {
  height: 270px;
}

.video_title {
  font-size: 12px;
}

.video_item {
  margin-bottom: 10px;
}

.link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link_image {
  width: 100%;
}

.link_item {
  display: block;
  width: 18%;
  padding: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #acacac;
}

.link_item.link_item_facebook {
  background-color: #3d5d95;
}

.link_item.link_item_twitter {
  background-color: #47abe0;
}

.link_item.link_item_instagram {
  background-image: -webkit-linear-gradient(33deg, rgba(239, 192, 87, .9), transparent), -webkit-linear-gradient(323deg, #3b3c80, #d8337d);
  background-image: linear-gradient(57deg, rgba(239, 192, 87, .9), transparent), linear-gradient(127deg, #3b3c80, #d8337d);
}

.link_item.link_item_youtube {
  background-color: #ad3124;
}

.contact_name {
  font-weight: 700;
  text-align: center;
}

.contact_phone {
  text-align: center;
}

.contact_email {
  display: block;
  color: #1563a8;
  text-align: center;
}

.tour_row {
  display: block;
  font-size: 12px;
}

.tour_date {
  display: inline-block;
  padding-right: 10px;
}

.tour_venue {
  display: inline-block;
  padding-right: 10px;
}

.tour_city {
  display: inline-block;
}

.column {
  display: inline-block;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.release_headline {
  display: block;
  color: #1563a8;
}

.release_page_headline {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.getartistinfo_intro {
  margin-bottom: 20px;
}

.getartistinfo_artistname {
  padding-top: 2px;
  padding-bottom: 14px;
}

.artist_field {
  height: 38px;
}

.input_textarea {
  height: 300px;
}

.allartists_link {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #666;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

.allartists_item {
  width: 33%;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.error {
  border-color: red;
}

.clipping_title {
  color: #1563a8;
}

.clipping_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clipping_icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.clipping_icon_wrap {
  display: inline-block;
}

.clipping_title_wrap {
  display: inline-block;
}

@media (max-width: 991px) {
  .container.header {
    max-width: 700px;
  }
  .container.artistbox_wrap {
    max-width: 700px;
  }
  .container.artist_wrap {
    max-width: 700px;
  }
  .h1 {
    display: block;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .container.header {
    max-width: 500px;
  }
  .container.artistbox_wrap {
    max-width: 500px;
  }
  .h1 {
    max-width: 500px;
    font-size: 60px;
  }
  .artistbox {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .artistbox {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
