@charset 'UTF-8';
@import url('font-awesome.min.css');

/*
	Concentric by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* @Font-Face                                                                    */
/*********************************************************************************/

@font-face {
  font-family: 'midwestbold';
  src: url('/fonts/midwest-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'midwestsans';
  src: url('/fonts/midwest_sans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'midwestsans';
  src: url('/fonts/midwest_sans.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'midwestsansbold';
  src: url('/fonts/midwest_sans_bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
  background: #373534;
}

body,
input,
textarea,
select {
  font-family: 'midwestsans', Verdana, Helvetica, sans-serif;
  font-feature-settings: 'ss01', 'liga', 'kern', 'clig', 'lnum', 'pnum';
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.6em;
  color: #ffffff; /* was #888787 */
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #ffffff;
}

h1 a {
  color: #e66425;
  text-decoration: none;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

strong,
b {
  font-family: 'midwestsansbold', Verdana, Helvetica, sans-serif;
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

a {
  color: #e66425;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}

header {
  margin-bottom: 3em;
}

header h2 {
  font-weight: 300;
  font-size: 2.3em;
  line-height: 1.2 !important;
  color: #333131;
}

header .byline {
  display: block;
  padding: 1.2em 0 0.5em 0;
  font-size: 1.3em;
  font-weight: 300;
}

footer {
}

br.clear {
  clear: both;
}

/* Sections/Articles */

section,
article {
  margin-bottom: 3em;
}

section > :last-child,
article > :last-child {
  margin-bottom: 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

/* Images */

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.full {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Lists */

ul.lists {
  text-align: center;
}

ul.lists li {
  display: inline-block;
  padding: 0em 1em;
}

ul.featured {
  text-align: center;
}

ul.featured li {
  display: inline-block;
  width: 44%; /* was 22% */
  margin: 0 2.5% 5% 0;
  padding: 0em 0.5em;
}

ul.featured li img {
  display: inline-block;
  width: 100%;
}

ul.font {
  text-align: center;
}

ul.font li {
  display: inline-block;
  width: 100%;
  margin: 0 2.5% 5% 0;
  padding: 0em 0.5em;
}

ul.font li img {
  display: inline-block;
  width: 100%;
  /*			margin: 2em 0 2em 0; */
}

ul.font p {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

ul.default {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.default li {
  display: block;
  border-top: solid 1px #aaa;
  border-top-color: rgba(0, 0, 0, 0.1);
  line-height: 2.5em;
}

ul.default li:first-child {
  padding-top: 0;
  border-top: 0;
}

ul.default a {
  color: #a69d94; /* was #888787 */
  text-decoration: none;
  border-bottom: 1px solid #5a4f44;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.default a:hover {
  color: #e66425;
  text-decoration: none;
  border-bottom: 1px solid #e66425;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

ul.staff {
  margin: 0em 0em 3em 0em;
  padding: 2em 0em 1.5em 0em;
  list-style: none;
  text-align: center;
  box-shadow:
    0px 1px 0px rgba(0, 0, 0, 0.1),
    0px -1px 0px rgba(0, 0, 0, 0.1);
}

ul.staff li {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 0 0.75em;
  background: #e66425;
  border-radius: 50%;
}

ul.staff img {
  border-radius: 50%;
}

ul.social {
  margin: 1em 0em 0em 0em;
  padding: 0em 0em;
  /*			box-shadow: 0px 1px 0px rgba(255,255,255,.1), 0px -1px 0px rgba(255,255,255,.1); */
  text-align: center;
}

ul.social li {
  display: inline-block;
  padding: 0px 3px;
}

ul.social .icon {
  font-size: 1em;
  border: none;
}

ul.social li span {
  display: none;
}

ul.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  background: #e66425;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #333131;
}

ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
}

ul.icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 0;
}

ul.menu {
  cursor: default;
}

ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px #ddd;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

ul.actions {
  cursor: default;
}

ul.actions li {
  display: block;
  margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
  margin-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Forms */

form {
  width: 80%;
  margin: 0em auto;
}

form input,
form select,
form textarea {
  -webkit-appearance: none;
}

form input[type='text'],
form input[type='password'],
form select,
form textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 0.7em 1em;
  text-align: left;
  font-size: 1em;
  font-family: 'midwestsans', Verdana, Helvetica, sans-serif;
  font-weight: 400;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-transition:
    background-color 0.25s ease-in-out,
    border-color 0.35s ease-in-out;
  -webkit-transition:
    background-color 0.25s ease-in-out,
    border-color 0.35s ease-in-out;
  -o-transition:
    background-color 0.25s ease-in-out,
    border-color 0.35s ease-in-out;
  -ms-transition:
    background-color 0.25s ease-in-out,
    border-color 0.35s ease-in-out;
  transition:
    background-color 0.25s ease-in-out,
    border-color 0.35s ease-in-out;
  outline: none;
  color: #888787;
}

form input[type='text']:focus,
form input[type='password']:focus,
form select:focus,
form textarea:focus {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

form textarea {
  height: 10em;
}

form .formerize-placeholder {
  color: #93989f !important;
}

form ::-webkit-input-placeholder {
  color: #93989f !important;
}

form :-moz-placeholder {
  color: #93989f !important;
}

form ::-moz-placeholder {
  color: #93989f !important;
}

form :-ms-input-placeholder {
  color: #93989f !important;
}

form ::-moz-focus-inner {
  border: 0;
}

form .button {
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr:nth-child(2n + 2) {
  background: #f4f4f4;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
  background: #444;
  color: #fff;
}

table.default tfoot {
  background: #eee;
}

table.default tbody {
}

/* Buttons */

.button {
  position: relative;
  display: inline-block;
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 0.85em;
  padding: 0.7em 2em 0.7em 2em;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 400;
  -moz-transition:
    color 0.35s ease-in-out,
    background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
  -webkit-transition:
    color 0.35s ease-in-out,
    background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
  -o-transition:
    color 0.35s ease-in-out,
    background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
  -ms-transition:
    color 0.35s ease-in-out,
    background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
  transition:
    color 0.35s ease-in-out,
    background-color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
  text-align: center;
}

.button:hover {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  color: #000 !important;
  cursor: pointer;
}

.button:active {
}

.button.alt {
  padding: 0.5em 2em 0.5em 2em;
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #e56525 !important;
}

.button.alt:hover {
  background: #e56525;
  color: #ffffff !important;
  cursor: pointer;
}

.button.alt:active {
}

.button.small {
}

.button.big {
}

.button.huge {
}

/* FA Icons */

.pennant {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  padding: 0.4em;
  border-radius: 50%;
  border: 1px solid #787777;
  cursor: default;
}

.icon {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #787777;
  line-height: 3em;
  font-size: 1.8em;
  color: #e66425;
}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

.icon {
  text-decoration: none;
}

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
  position: relative;
  padding: 1em 1.5em 1em 1.5em;
}

#header .container {
  position: relative;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
  height: 60px;
  display: block;
}

/* #logo h1
		{
			font-family: 'midwestbold', Verdana, sans-serif;
			color: #e66425;
		}

		#logo a
		{
			display: block;
			font-size: 1.35em;
			letter-spacing: 1px;
			font-weight: normal;
			color: #e66425;
		} */

#logo img {
  width: 120px;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
  position: absolute;
  right: 1em;
  top: 1.5em; /* was 0.9em */
}

#nav > ul {
  margin: 0;
}

#nav > ul > li {
  float: left;
}

#nav > ul > li:last-child {
  padding-right: 0;
}

#nav > ul > li > a,
#nav > ul > li > span {
  display: block;
  margin-left: 0.7em;
  padding: 0.2em 1.2em;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-family: 'midwestsansbold', Verdana, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  outline: 0;
  color: #ffffff;
  border-radius: 5px;

  -moz-transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  -webkit-transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  -o-transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  -ms-transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}

#nav > ul > li > a:hover {
  color: #e66425;
}

#nav li.active:hover > a,
#nav li.active:hover > span {
  color: #e66425;
}

#nav li.current_page_item > a,
#nav li.current_page_item > span {
  background: #e66425;
  color: #fff;
}

#nav > ul > li > ul {
  display: none;
}

.dropotron {
  text-align: left;
  line-height: 2em;
  min-width: 13em;
  background: #333131;
  line-height: 1em;
  padding: 0.85em;
  border-radius: 8px;
}

.dropotron a,
.dropotron span {
  display: block;
  padding: 1em 0 1em 0;
  border-top: solid 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;

  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.dropotron li:first-child > a,
.dropotron li:first-child > span {
  border-top: 0;
}

.dropotron li.active > a,
.dropotron li.active > span,
.dropotron li:hover > a,
.dropotron li:hover > span {
  color: #e66425;
}

.dropotron.level-0 {
  border-radius: 0px 0px 8px 8px !important;
  margin-left: 0.75em;
}

.dropotron-level-0:before {
}

.dropotron-level-0.center:before {
}

.dropotron-level-0.left:before {
}

.dropotron-level-0.right:before {
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  position: relative;
  /* padding: 10em 0 9em 0; */
  padding: 5em 0 4em 0;
  /* background: #333 url(../images/banner_highway.jpg) no-repeat center; */
  background-color: #e56525; /* was #333 */
  background-size: cover;
  text-align: center;
  color: #fff;
}

#studio {
  position: relative;
  padding: 10em 0 9em 0;
  background: #333 url(/assets/images/banner_studio_2023_02.jpg) no-repeat
    center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#help {
  position: relative;
  padding: 10em 0 9em 0;
  background: #333 url(/assets/images/banner_faq.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#banner:after,
#studio:after,
#help:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner header,
#studio header,
#help header {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}

#banner header h2 {
  height: 550px;
  background: url(/assets/images/mt_new_script_w_dropshadow.svg) no-repeat
    center;
  font-size: 3.5em;
  font-weight: 100;
  color: #fff;
}

#studio header h2,
#help header h2 {
  height: 200px;
  background: url(/assets/images/mtv2_monogram.svg) no-repeat center;
  font-size: 3.5em;
  font-weight: 100;
  color: #fff;
}

#banner header .byline,
#studio header .byline,
#help header .byline {
  margin-top: 0.5em;
  font-size: 1.5em;
  font-weight: 100;
}

#banner p,
#studio p,
#help p {
  letter-spacing: -0.02em;
  font-size: 1.3em;
  color: #888787;
}

#banner .button,
#studio .button,
#help .button {
  position: relative;
  z-index: 1;
}

#banner .container,
#studio .container,
#help .container {
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
  position: relative;
  padding: 2em 0em 5em 0em;
  /*		background: #fff; */
}

#main .container {
}

.midwest #main {
  text-align: center;
}

#main h3 {
  display: block;
  padding: 1.2em 0em 1em 0em;
  color: #e66425;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#main h4 {
  display: block;
  padding: 3em 0em 3em 0em;
  font-size: 1.3em;
  font-weight: 400;
}

#main p {
  margin-top: 1em;
}

#main p.answer {
  margin-bottom: 3em;
}

#main .pennant,
#main .icon {
  border-color: #c9c9c9;
}

#main .actions {
  padding-top: 1em;
}

.icon {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid #787777;
  line-height: 3em;
  font-size: 1.8em;
  color: #e66425;
}

#main p a {
  color: #a69d94; /* was #888787 */
  text-decoration: none;
  border-bottom: 1px solid #5a4f44;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main p a:hover {
  color: #e66425;
  text-decoration: none;
  border-bottom: 1px solid #e66425;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
}

#sidebar section,
#sidebar2 section {
  margin-top: 4em;
}

#sidebar section:first-child,
#sidebar2 section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

#sidebar header,
#sidebar2 header {
  margin-bottom: 2em;
}

#sidebar header h2,
#sidebar2 header h2 {
  font-size: 1.6em;
}

#sidebar .button,
#sidebar2 .button {
  margin: 2em 0em 0em 0em;
}

#sidebar .default,
#sidebar2 .default {
  margin-top: 2em;
}

#sidebar .default li,
#sidebar2 .default li {
  text-align: left;
}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

#intro {
  position: relative;
  padding: 5em 0em 4em 0em;
  background: #e66425;
  text-align: center;
  color: #fff;
}

#intro p {
  line-height: 1.8em;
  font-size: 1.3em;
  font-weight: 100;
}

#intro header {
}

#intro header h2 {
  color: #fff;
  line-height: 1.2 !important;
}

#intro .content {
  padding: 0em 3em;
}

/*********************************************************************************/
/* Exordium                                                                      */
/*********************************************************************************/

#exordium {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #998f86;
  text-align: center;
}

#exordium img {
  width: 100%;
  max-width: 1180px;
}

/*********************************************************************************/
/* Staff                                                                         */
/*********************************************************************************/

#staff {
  position: relative;
  padding: 5em 0em 4em 0em;
  background: #f2f1f1;
  text-align: center;
}

#staff p {
  letter-spacing: -0.02em;
  font-size: 1.3em;
  color: #888787;
}

/*********************************************************************************/
/* Quotes                                                                        */
/*********************************************************************************/

#quotes {
  position: relative;
  padding: 8em 0em;
  background: #fff url(../images/quote_texture.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#quotes .quote {
  display: block;
  font-size: 1.5em;
  line-height: 1.5em;
}

#quotes .attribution {
  display: block;
  font-size: 1.1em;
  line-height: 1.25em;
  padding-top: 0.7em;
}

/*********************************************************************************/
/* Tweets                                                                        */
/*********************************************************************************/

#tweets {
  position: relative;
  padding: 8em 0em;
  /*		background: #fff url(../images/pic02.jpg) no-repeat center; */
  background: #fff url(../images/addressotype_test.svg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#tweets .tweet {
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
}

/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

#contact {
  position: relative;
  padding: 5em 0em 5em 0em;
  background: #fff;
  /* text-align: center; */
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
  position: relative;
  padding: 2em 0em 2em 0em;
}

#footer header {
  text-align: center;
  padding-bottom: 3em;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}

#footer header h2 {
  color: #e66425;
}

#footer ul.default li {
  border-top-color: #403e3e;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

.copyright {
  display: block;
  padding: 0em 0em 1em 0em;
  font-size: 80%;
  text-align: center;
}

.dropdown button {
  font-size: 15px;
}
