
body {
    margin: 0px 0px 0px 0px;
    -webkit-text-size-adjust: 100%;
    color: #282c36;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 35px;
    background-color: #ffffff;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline: none;
    display: block;
}

img, a, span {
  vertical-align: top;
}

div {
    padding: 0px;
    margin: 0px;
}

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

fieldset, input, textarea, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

input:invalid, textarea:invalid {
	box-shadow: none !important;
}

:invalid {
  	box-shadow: none;
}

:-moz-submit-invalid {
  	box-shadow: none;
}

:-moz-ui-invalid {
  	box-shadow:none;
}

::-webkit-input-placeholder {
    color: #282c36;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #282c36;
	opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #282c36;
	opacity: 1 !important;
}

:-ms-input-placeholder {  
    color: #282c36;
    opacity: 1 !important;
}

button {
	cursor: pointer;
}

ul, ol {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

ul span, ul a {

}

table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    color: #ff4632;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus {
    outline: none;
}

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

a .imgroller {
    opacity: 1.0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
    opacity: 0.7;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

h2 {
    display: block;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: -800px;
    left: 0;
    z-index: 9999;
    background-color: #363941;
    width: 100%;
    text-align: center;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
    top: 0px !important;
}

#mobile-top {
    background-color: #282c36;
    padding-top: 30px;
    padding-bottom: 79px;
}

#close-menu {
    padding-right: 30px;
    text-align: right;
    font-size: 36px;
}

#close-menu a {
    color: #69748f;
    text-decoration: none;
}

#close-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-navigation {
    padding-top: 14px;
    text-align: center;
}

#mobile-navigation a {
    display: inline-block;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
}

#mobile-navigation a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-apply {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    padding-top: 19px;
}

#mobile-apply a {
    display: inline-block;
    width: 140px;
    height: 57px;
    padding-top: 13px;
    background-color: #ff4632;
    border-radius: 70px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#mobile-apply a:hover {
    background-color: #ffffff;
    color: #282c36;
    text-decoration: none;
}

#mobile-social {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 32px;
}

#mobile-social a {
    display: inline-block;
    color: #ff4632;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    margin: 0px 14px;
}

#mobile-social a:hover {
    color: #ffffff;
    text-decoration: none;
}

#open-menu {
    display: none;
    float: right;
    text-align: right;
    color: #ff4632;
    font-size: 38px;
    font-weight: normal;
    line-height: normal;
    padding-top: 21px;
}

#open-menu a {
    color: #ff4632;
    text-decoration: none;
}

#open-menu a:hover {
    color: #282c36;
    text-decoration: none;
}

.common-pad {
    padding-left: 100px;
    padding-right: 100px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

#header-full {
    background-color: #ffffff;
}

#header-wrapper {
    height: 170px;
}

#dsc-logo {
    float: left;
    color: #ff4632;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-top: 72px;
}

#dsc-logo a {
    color: #ff4632;
    text-decoration: none;
}

#dsc-logo a:hover {
    color: #282c36;
    text-decoration: none;
}

#dsc-logo br {
    display: none;
}

#nav-apply {
    float: right;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-top: 60px;
}

#nav-apply a {
    display: inline-block;
    width: 100px;
    height: 36px;
    padding-top: 14px;
    background-color: #ff4632;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#nav-apply a:hover {
    background-color: #282c36;
    color: #ffffff;
    text-decoration: none;
}

#navigation {
    float: right;
    text-align: right;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-top: 74px;
}

#navigation a {
    color: #ff4632;
    text-decoration: none;
    margin-right: 28px;
}

#navigation a:hover {
    color: #282c36;
    text-decoration: none;
}

#footer-full {
    background-color: #282c36;
    background: linear-gradient(90deg, #282c36 50%, #363941 50%);
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}

#footer-full a {
    color: #ff6e3c;
    text-decoration: none;
}

#footer-full a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer-wrapper {
    
}

#footer-links {
    float: left;
    width: calc(100% - 150px);
    height: 64px;
    background-color: #282c36;
    padding-top: 36px;
}

#footer-links span {
    color: #5b616e;
}

#footer-links span.mobile {
    display: inline-block;
}

#footer-links br {
    display: none;
}

#footer-social {
    float: right;
    width: 150px;
    font-size: 20px;
    font-weight: normal;
    padding-top: 38px;
    text-align: right;
}

#footer-social a {
    margin-left: 20px;
}

#footer-social a.first {
    margin-left: 0px;
}

#page-title {
    height: 230px;
    background-color: #282c36;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 2600px 230px;
    background-image: url(/img/common/content-header.jpg);
    text-align: center;
    padding-left: 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    #page-title {
        background-image: url(/img/common/content-header@2x.jpg);
    }
}

#page-title h1 {
    display: block;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 50px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 1px;
    padding-top: 77px;
    text-align: center;
}

.red-content-full {
    background-color: #ff4632;
    color: #ffffff;
    text-align: center;
    padding-top: 59px;
    padding-bottom: 66px;
}

.grey-content-full {
    background-color: #ececec;
}

#about-content {
    padding-top: 62px;
    padding-bottom: 62px;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
}

#about-quotes {
    padding-top: 56px;
    padding-bottom: 69px;
    text-align: center;
}

.quote-name {
    color: #ff4632;
}

.quote-text {
    font-size: 26px;
    line-height: 45px;
}

.quote-text span.quotes {
    color: #ff4632;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    top: 4px;
}

.quote-divider {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 51px;
    border-top: 2px solid #ff4632;
    padding-top: 43px;
}

#mentors-content {
    padding-top: 62px;
    padding-bottom: 62px;
}

.mentors-img {
    float: left;
    width: 350px;
    padding-top: 83px;
}

.mentors-img img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.mentors-text {
    float: right;
    width: calc(100% - 400px);
}

.mentors-spotify {
    
}

.mentors-spotify .fa-spotify {
    color: #ff4632;
    font-size: 20px;
}

.mentors-spotify-embed {
    padding-top: 13px;
}

#mentors-bottom {
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 62px;
}

#studios-content {
    padding-top: 62px;
    padding-bottom: 62px;
}

#studios-secret-genius {
    padding-top: 70px;
    text-align: center;
}

#studios-secret-genius img {
    display: inline-block;
    width: 100%;
    max-width: 448px;
    height: auto;
}

#studios-secret-genius a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#studios-secret-genius a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

.studios-img {
    float: left;
    width: 350px;
    padding-top: 83px;
}

.studios-img img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.studios-text {
    float: right;
    width: calc(100% - 400px);
}

.studios-button {
    padding-top: 11px;
}

.studios-button a.button {
    display: inline-block;
    width: 152px;
    height: 29px;
    padding-top: 11px;
    background-color: #ff4632;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.studios-button a.button:hover {
    background-color: #282c36;
    color: #ffffff;
    text-decoration: none;
}

.studios-divider {
    height: 85px;
}

#studios-bottom-full {
    background-color: #ff4632;
}

#studios-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

#instagram-wrapper {
    display: table;
    width: 100%;
}

#instagram-title {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    text-align: center;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: normal;
    padding-right: 50px;
}

#instagram-title img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 23px;
}

#instagram-title a {
    color: #ffffff;
    text-decoration: none;
}

#instagram-title a:hover {
    color: #282c36;
    text-decoration: none;
}

#instagram-feed {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 300px);
}

ul#secretgenius-instagram {
    display: none;
    padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#secretgenius-instagram li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
}

ul#secretgenius-instagram li img {
	width: 100%;
    height: auto;
}

ul#secretgenius-instagram li a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

ul#secretgenius-instagram li a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

ul#secretgenius-instagram li:nth-child(4) {
    margin-right: 0px;
}

#home-top-full {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top 30px;
    background-size: 2700px auto;
    background-image: url(/img/home/top-background.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    #home-top-full {
        background-image: url(/img/home/top-background@2x.jpg);
    }
}

#home-top {
    border-top: 1px solid #ffa298; 
    text-align: center;
    padding-top: 70px;
    padding-bottom: 48px;
}

#home-top-gvmg {
    width: 100%;
    max-width: 257px;
    margin: 0 auto;
    padding-bottom: 0px;
}

#home-top-gvmg img {
    width: 100%;
    height: auto;
}

.home-top-small {
    color: #ff4632;
    font-size: 15px;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 3px;
}

.home-top-large {
    color: #282c36;
    font-size: 38px;
    font-weight: 200;
    line-height: 60px;
    padding-bottom: 6px;
}

.home-top-large h1 {
    display: block;
    color: #282c36;
    font-size: 38px;
    font-weight: 200;
    line-height: 60px;
}

#home-top-presents {
    
}

#home-top-discovery {
    
}

#home-top-with {
    
}

#home-top-babyface {
    
}

#home-top-hosted {
    
}

#home-top-sg {
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 3px;
}

#home-top-sg img {
    width: 100%;
    height: auto;
}

#home-top-studios {
    
}

#home-grey-full {
    background-color: #282c36;
}

#home-grey {
    max-width: 830px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 42px;
    text-align: center;
    padding-top: 79px;
    padding-bottom: 73px;
}

#home-grey h2 {
    display: block;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 42px;
}

#home-red-full {
    background-color: #ff5e41;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1294px auto;
    background-image: url(/img/home/city-background.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    #home-red-full {
        background-image: url(/img/home/city-background@2x.jpg);
    }
}

#home-red {
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 42px;
    text-align: center;
    padding-top: 69px;
    padding-bottom: 80px;
}

#home-red-text {
    max-width: 920px;
    margin: 0 auto;
}

#home-red-cities {
    padding-top: 64px;
}

ul#home-cities-list {
    padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#home-cities-list li {
	float: left;
	width: calc(20% - 32px);
	margin-right: 40px;
    text-align: center;
}

ul#home-cities-list li h3 {
	display: block;
    color: #282c36;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}

ul#home-cities-list li h4 {
	display: block;
    color: #0c0d10;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

ul#home-cities-list li .home-cities-button {
    padding-top: 28px;
}

ul#home-cities-list li .home-cities-button a {
    display: inline-block;
    width: 140px;
    height: 37px;
    padding-top: 13px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

ul#home-cities-list li .home-cities-button a:hover {
    background-color: #282c36;
    color: #ffffff;
    text-decoration: none;
}

ul#home-cities-list li .home-cities-button span.closed {
    display: inline-block;
    width: 140px;
    height: 37px;
    padding-top: 13px;
    background-color: #282c36;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

ul#home-cities-list li .home-cities-button a span {
   display: inline-block;
}

ul#home-cities-list li .home-cities-button a br {
   display: none;
}

ul#home-cities-list li:nth-child(5) {
    margin-right: 0px;
}

.city-change {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-top: -30px;
    margin-bottom: -12px;
}

#home-white-full {
    background-color: #ffffff;
}

#home-white {
    text-align: center;
    padding-top: 88px;
    padding-bottom: 97px;
}

#apply-content {
    padding-top: 62px;
    padding-bottom: 70px;
}

ul#cities-list {
    padding: 0px;
	margin: 0px;	
	list-style: none;
	overflow: hidden;
}

ul#cities-list li {
	float: left;
	width: calc(20% - 32px);
	margin-right: 40px;
    text-align: center;
}

ul#cities-list li h2 {
	display: block;
    color: #ff4632;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
}

ul#cities-list li h3 {
	display: block;
    color: #282c36;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

ul#cities-list li h4 {
	display: block;
    color: #282c36;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 14px;
}

ul#cities-list li .cities-button {
    padding-top: 21px;
}

ul#cities-list li .cities-button a {
    display: inline-block;
    width: 140px;
    height: 37px;
    padding-top: 13px;
    background-color: #ff4632;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

ul#cities-list li .cities-button a:hover {
    background-color: #282c36;
    color: #ffffff;
    text-decoration: none;
}

ul#cities-list li .cities-button span.closed {
    display: inline-block;
    width: 140px;
    height: 37px;
    padding-top: 13px;
    background-color: #282c36;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

ul#home-cities-list li .cities-button a span {
   display: inline-block;
}

ul#cities-list li .cities-button a br {
   display: none;
}

ul#cities-list li:nth-child(5) {
    margin-right: 0px;
}

#general-content {
    padding-top: 62px;
    padding-bottom: 62px;
}

.sorry-closed {
    text-align: center;
}

#city-top {
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-weight: 200;
}

#city-top h2 {
    display: block;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

#city-top span.label {
    font-weight: 700;
}

#city-top span.slash {
    display: inline-block;
    color: #bc2c1d;
}

#city-top br {
    display: none;
}

#city-content {
    padding-top: 25px;
    padding-bottom: 70px;
}

#city-required {
    color: #282c36;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding-bottom: 27px;
}

#city-form {
	width: 100%;
    max-width: 600px;
	margin: 0 auto;
}

.city-form-input {
    margin-bottom: 10px;
}

input.city-input {
	width: calc(100% - 30px);
    height: 50px;
	border: none;
    border-radius: 10px;
	background-color: #ebebeb;
    padding: 0px 15px;
	color: #282c36;
	font-family: 'Muli', sans-serif;
    font-size: 18px;
	font-weight: 200;
	line-height: normal;
}

textarea.city-input {
	width: calc(100% - 30px);
    height: 157px;
	border: none;
    border-radius: 10px;
	background-color: #ebebeb;
    padding: 13px 15px 0px 15px;
	color: #282c36;
	font-family: 'Muli', sans-serif;
    font-size: 18px;
	font-weight: 200;
	line-height: normal;
    resize: none;
}

label.city-file {
	display: inline-block;
    width: calc(100% - 30px);
    height: 37px;
	border: none;
    border-radius: 10px;
	background-color: #ebebeb;
    padding: 13px 15px 0px 15px;
	color: #282c36;
	font-family: 'Muli', sans-serif;
    font-size: 18px;
	font-weight: 200;
	line-height: normal;
    cursor: pointer;
}

input.city-file {
	display: none;
}

.city-form-text {
    color: #282c36;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.city-form-text span {
    font-weight: 600;
}

.city-form-radio {
    
}

.city-form-radio input[type="radio"] {
    clear: both;
    float: left;
    width: 35px;
    margin-top: 9px;
}

.city-form-radio .radio-label {
    float: right;
    width: calc(100% - 35px);
}

#city-form-submit {
    text-align: center;
    padding-top: 14px;
}

#city-form-submit button {
    display: inline-block;
    width: 120px;
    height: 50px;
    padding-top: 0px;
    background-color: #ff4632;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#city-form-submit button:hover {
    background-color: #282c36;
    color: #ffffff;
    text-decoration: none;
}



/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

    /* ipad horizontal layout */
    
    body {
        font-size: 17px;
        line-height: 32px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .common-pad {
        padding-left: 52px;
        padding-right: 52px;
    }

    #header-wrapper {
        height: 150px;
    }

    #dsc-logo {
        letter-spacing: 6px;
        padding-top: 62px;
    }

    #nav-apply {
        padding-top: 50px;
    }

    #navigation {
        padding-top: 64px;
    }

    #navigation a {
        margin-right: 26px;
    }

    #page-title {
        height: 190px;
        background-size: auto 190px;
    }

    #page-title h1 {
        font-size: 40px;
        padding-top: 65px;
    }
    
    .red-content-full {
        padding-top: 51px;
        padding-bottom: 58px;
    }

    #about-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    #about-quotes {
        padding-top: 48px;
        padding-bottom: 61px;
    }

    .quote-text {
        font-size: 22px;
        line-height: 38px;
    }

    .quote-text span.quotes {
        font-size: 30px;
        top: 4px;
    }

    .quote-divider {
        margin-top: 43px;
        padding-top: 35px;
    }
    
    #mentors-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    
    .mentors-img {
        width: 300px;
        padding-top: 76px;
    }

    .mentors-text {
        width: calc(100% - 340px);
    }
    
    .mentors-spotify .fa-spotify {
        font-size: 18px;
    }

    .mentors-spotify-embed {
        padding-top: 10px;
    }
    
    #mentors-bottom {
        font-size: 24px;
        line-height: 32px;
        padding-top: 53px;
        padding-bottom: 54px;
    }
    
    #studios-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    #studios-secret-genius {
        padding-top: 62px;
    }

    .studios-img {
        width: 300px;
        padding-top: 76px;
    }

    .studios-text {
        width: calc(100% - 340px);
    }

    .studios-divider {
        height: 77px;
    }

    #instagram-title {
        width: 200px;
        padding-right: 40px;
    }

    #instagram-title img {
        margin-bottom: 12px;
    }

    #instagram-feed {
        width: calc(100% - 240px);
    }

    #home-top {
        padding-top: 60px;
        padding-bottom: 42px;
    }

    .home-top-small {
        font-size: 15px;
        line-height: 50px;
        letter-spacing: 3px;
        padding-left: 3px;
    }

    .home-top-large {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 6px;
    }

    .home-top-large h1 {
        font-size: 38px;
        line-height: 50px;
    }

    #home-top-sg {
        width: 100%;
        max-width: 392px;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 3px;
    }

    #home-grey {
        font-size: 22px;
        line-height: 36px;
        padding-top: 59px;
        padding-bottom: 53px;
    }

    #home-grey h2 {
        font-size: 22px;
        line-height: 36px;
    }

    #home-red-full {
        background-size: 100% auto;
    }

    #home-red {
        font-size: 22px;
        line-height: 36px;
        padding-top: 49px;
        padding-bottom: 60px;
    }

    #home-red-cities {
        padding-top: 44px;
    }

    ul#home-cities-list li {
        width: calc(20% - 24px);
        margin-right: 30px;
    }

    ul#home-cities-list li h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    ul#home-cities-list li .home-cities-button {
        padding-top: 24px;
    }

    ul#home-cities-list li:nth-child(5) {
        margin-right: 0px;
    }
    
    .city-change {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        margin-top: -24px;
        margin-bottom: -12px;
    }

    #home-white {
        padding-top: 68px;
        padding-bottom: 77px;
    }
    
    #apply-content {
        padding-top: 42px;
        padding-bottom: 50px;
    }

    ul#cities-list li {
        width: calc(20% - 24px);
        margin-right: 30px;
    }

    ul#cities-list li h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    ul#cities-list li h3 {
        font-size: 18px;
        line-height: 28px;
    }

    ul#cities-list li h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    ul#cities-list li .cities-button {
        padding-top: 16px;
    }

    ul#cities-list li:nth-child(5) {
        margin-right: 0px;
    }
    
    #general-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    
    #city-top h2 {
        font-size: 28px;
    }

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

    /* ipad vertical layout */
    
    .common-pad {
        padding-left: 34px;
        padding-right: 34px;
    }

    #header-wrapper {
        height: 130px;
    }

    #dsc-logo {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 6px;
        padding-top: 42px;
    }

    #dsc-logo br {
        display: block;
    }

    #nav-apply {
        padding-top: 40px;
    }

    #navigation {
        padding-top: 54px;
    }

    #navigation a {
        margin-right: 20px;
    }
    
    #footer-links {
        width: calc(100% - 130px);
    }

    #footer-social {
        width: 130px;
    }

    #footer-social a {
        margin-left: 16px;
    }

    #footer-social a.first {
        margin-left: 0px;
    }
    
    #page-title {
        height: 170px;
        background-size: auto 170px;
    }

    #page-title h1 {
        font-size: 36px;
        padding-top: 58px;
    }
    
    .red-content-full {
        padding-top: 43px;
        padding-bottom: 50px;
    }

    #about-content {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    #about-quotes {
        padding-top: 40px;
        padding-bottom: 53px;
    }

    .quote-divider {
        margin-top: 35px;
        padding-top: 27px;
    }
    
    #mentors-content {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    
    .mentors-img {
        width: 220px;
        padding-top: 76px;
    }

    .mentors-text {
        width: calc(100% - 260px);
    }
    
    #mentors-bottom {
        padding-top: 45px;
        padding-bottom: 46px;
    }
    
    #studios-content {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    #studios-secret-genius {
        padding-top: 54px;
    }

    .studios-img {
        width: 220px;
        padding-top: 76px;
    }

    .studios-text {
        width: calc(100% - 260px);
    }

    .studios-divider {
        height: 69px;
    }

    #home-top {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .home-top-small {
        font-size: 15px;
        line-height: 44px;
        letter-spacing: 3px;
        padding-left: 3px;
    }

    .home-top-large {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 6px;
    }

    .home-top-large h1 {
        font-size: 34px;
        line-height: 44px;
    }

    #home-top-sg {
        max-width: 340px;
        padding-top: 16px;
        padding-bottom: 3px;
    }
    
    #home-grey {
        padding-top: 49px;
        padding-bottom: 43px;
    }

    #home-red {
        padding-top: 39px;
        padding-bottom: 50px;
    }

    #home-red-cities {
        padding-top: 34px;
    }

    ul#home-cities-list li {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    ul#home-cities-list li h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    ul#home-cities-list li .home-cities-button {
        padding-top: 14px;
    }
    
    ul#home-cities-list li:nth-child(2) {
        margin-right: 0px;
    }
    
    ul#home-cities-list li:nth-child(3) {
        clear: both;
        margin-top: 40px;
    }

    ul#home-cities-list li:nth-child(4) {
        margin-right: 0px;
        margin-top: 40px;
    }
    
    ul#home-cities-list li:nth-child(5) {
        clear: both;
        margin-top: 40px;
    }
    
    .city-change {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        margin-top: -24px;
        margin-bottom: -12px;
    }

    #home-white {
        padding-top: 68px;
        padding-bottom: 77px;
    }
    
    #apply-content {
        padding-top: 42px;
        padding-bottom: 50px;
    }

    ul#cities-list li {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    ul#cities-list li h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    ul#cities-list li h3 {
        font-size: 18px;
        line-height: 28px;
    }

    ul#cities-list li h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    ul#cities-list li .cities-button {
        padding-top: 16px;
    }
    
    ul#cities-list li:nth-child(2) {
        margin-right: 0px;
    }
    
    ul#cities-list li:nth-child(3) {
        clear: both;
        margin-top: 60px;
    }

    ul#cities-list li:nth-child(4) {
        margin-right: 0px;
        margin-top: 60px;
    }
    
     ul#cities-list li:nth-child(5) {
        clear: both;
        margin-top: 60px;
    }
    
    #general-content {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    
    #city-top span.slash {
        display: none;
    }

    #city-top br {
        display: inline-block;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

    /* mobile layout */

    body {
        font-size: 16px;
        line-height: 26px;
    }
    
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
    
    #mobile-menu {
        display: block;
    }

    .common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #header-wrapper {
        height: 90px;
    }

    #dsc-logo {
        font-size: 17px;
        line-height: 18px;
        letter-spacing: 2px;
        padding-top: 27px;
    }
    
    #nav-apply {
        display: none;
    }
    
    #navigation {
        display: none;
    }
    
    #open-menu {
        display: block;
    }
    
    #footer-full {
        background-color: #282c36;
        background: rgb(40, 44, 54);
    }

    #footer-links {
        float: none;
        width: auto;
        height: 98px;
        background-color: #282c36;
        padding-top: 22px;
        text-align: center;
    }

    #footer-links span.mobile {
        display: none;
    }

    #footer-links br {
        display: block;
    }

    #footer-social {
        display: none;
    }
    
    #page-title {
        height: 120px;
        background-size: auto 120px;
    }

    #page-title h1 {
        font-size: 28px;
        padding-top: 42px;
    }
    
    .red-content-full {
        padding-top: 33px;
        padding-bottom: 40px;
    }

    #about-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #about-quotes {
        padding-top: 30px;
        padding-bottom: 43px;
    }
    
    .quote-text {
        font-size: 18px;
        line-height: 30px;
    }

    .quote-text span.quotes {
        font-size: 24px;
        top: 3px;
    }

    .quote-divider {
        margin-top: 25px;
        padding-top: 20px;
    }
    
    #mentors-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    .mentors-img {
        float: none;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .mentors-text {
        float: none;
        width: 100%;
    }
    
    .mentors-spotify .fa-spotify {
        font-size: 18px;
    }

    .mentors-spotify-embed {
        padding-top: 8px;
    }
    
    #mentors-bottom {
        font-size: 20px;
        line-height: 26px;
        padding-top: 35px;
        padding-bottom: 36px;
    }
    
    #studios-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #studios-secret-genius {
        padding-top: 44px;
    }

    .studios-img {
        float: none;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .studios-text {
        float: none;
        width: 100%;
    }

    .studios-divider {
        height: 59px;
    }
    
    #studios-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #instagram-wrapper {
        display: block;
        width: 100%;
    }

    #instagram-title {
        display: block;
        vertical-align: top;
        width: auto;
        max-width: 250px;
        margin: 0 auto;
        font-size: 16px;
        padding-right: 0px;
    }

    #instagram-feed {
        display: block;
        vertical-align: top;
        width: auto;
        padding-top: 30px;
    }

    ul#secretgenius-instagram li {
        float: left;
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    ul#secretgenius-instagram li:nth-child(4) {
        margin-right: 0px;
    }
    
    #home-top-full {
        background-size: 1800px auto;
    }
    
    #home-top {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    
    #home-top-gvmg {
        max-width: 220px;
        padding-bottom: 12px;
    }

    .home-top-small {
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 3px;
        padding-left: 3px;
    }

    .home-top-large {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 6px;
    }

    .home-top-large h1 {
        font-size: 26px;
        line-height: 40px;
    }

    #home-top-sg {
        max-width: 300px;
        padding-top: 16px;
        padding-bottom: 3px;
    }
    
    #home-grey {
        font-size: 16px;
        line-height: 30px;
        padding-top: 31px;
        padding-bottom: 49px;
    }

    #home-grey h2 {
        font-size: 16px;
        line-height: 30px;
    }

    #home-red-full {
        background-size: 140% auto;
    }

    #home-red {
        font-size: 16px;
        line-height: 30px;
        padding-top: 31px;
        padding-bottom: 80px;
    }

    #home-red-cities {
        padding-top: 39px;
    }

    ul#home-cities-list li {
        float: none;
        width: 100%;
        max-width: 280px;
        margin-right: 0px;
        margin: 0 auto;
        text-align: left;
    }

    ul#home-cities-list li h3 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    ul#home-cities-list li h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    ul#home-cities-list li .home-cities-text {
        float: left;
        padding-top: 1px;
    }

    ul#home-cities-list li .home-cities-button {
        float: right;
        padding-top: 0px;
        text-align: right;
    }

    ul#home-cities-list li .home-cities-button a {
        width: 100px;
        height: 44px;
        padding-top: 6px;
        font-size: 14px;
        line-height: 19px;
    }
    
    ul#home-cities-list li .home-cities-button a span {
       display: none;
    }
    
    ul#home-cities-list li .home-cities-button a br {
       display: inline-block;
    }
    
    ul#home-cities-list li .home-cities-button span.closed {
        width: 100px;
        height: 36px;
        padding-top: 14px;
        font-size: 14px;
        line-height: 19px;
    }

    ul#home-cities-list li:nth-child(2) {
        margin: 0 auto;
        margin-top: 30px;
    }
    
    ul#home-cities-list li:nth-child(3) {
        margin: 0 auto;
        margin-top: 30px;
    }

    ul#home-cities-list li:nth-child(4) {
        margin: 0 auto;
        margin-top: 30px;
    }
    
    ul#home-cities-list li:nth-child(5) {
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .city-change {
        color: #ffffff;
        font-size: 11px;
        font-weight: 400;
        font-style: italic;
        margin-top: -19px;
        margin-bottom: -11px;
    }

    #home-white {
        text-align: left;
        padding-top: 22px;
        padding-bottom: 24px;
    }
    
    #apply-content {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    ul#cities-list li {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    ul#cities-list li h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    ul#cities-list li h3 {
        font-size: 16px;
        line-height: 20px;
    }

    ul#cities-list li h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    ul#cities-list li .cities-button {
        padding-top: 12px;
    }
    
    ul#cities-list li:nth-child(2) {
        margin-right: 0px;
    }
    
    ul#cities-list li:nth-child(3) {
        clear: both;
        margin-top: 50px;
    }

    ul#cities-list li:nth-child(4) {
        margin-right: 0px;
        margin-top: 50px;
    }

    ul#cities-list li:nth-child(5) {
        clear: both;
        margin-top: 50px;
    }
    
    #general-content {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    #city-top h2 {
        font-size: 22px;
    }
    
    

    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

    /* in-between size */

    ul#secretgenius-instagram li {
        float: left;
        width: calc(33.33% - 13.33px);
        margin-right: 20px;
    }

    ul#secretgenius-instagram li:nth-child(3) {
        margin-right: 0px;
    }
    
    ul#secretgenius-instagram li:nth-child(4) {
        display: none;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

    /* mobile vertical layout */

    #page-title {
        height: 100px;
        background-size: auto 100px;
    }
    
    #page-title h1 {
        font-size: 24px;
        padding-top: 34px;
    }
    
    ul#secretgenius-instagram li {
        float: left;
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    
    ul#secretgenius-instagram li:nth-child(2) {
        margin-right: 0px;
    }

    ul#secretgenius-instagram li:nth-child(3) {
        clear: both;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    ul#secretgenius-instagram li:nth-child(4) {
        display: block;
        margin-right: 0px;
        margin-top: 20px;
    }
    
    #home-top-full {
        background-size: 1400px auto;
    }
    
    #home-top {
        padding-top: 30px;
        padding-bottom: 28px;
    }
    
    #home-top-gvmg {
        max-width: 180px;
        padding-bottom: 16px;
    }

    .home-top-small {
        font-size: 15px;
        line-height: 36px;
        letter-spacing: 3px;
        padding-left: 3px;
    }

    .home-top-large {
        font-size: 19px;
        line-height: 36px;
        padding-bottom: 2px;
    }

    .home-top-large h1 {
        font-size: 19px;
        line-height: 36px;
    }

    #home-top-sg {
        max-width: 260px;
        padding-top: 9px;
        padding-bottom: 0px;
    }
    
    ul#cities-list li {
        width: 100%;
        margin-right: 0px;
    }
    
    ul#cities-list li:nth-child(2) {
        margin-right: 0px;
        margin-top: 50px;
    }
    
    ul#cities-list li:nth-child(3) {
        margin-right: 0px;
        margin-top: 50px;
    }

    ul#cities-list li:nth-child(4) {
        margin-right: 0px;
        margin-top: 50px;
    }
    
    ul#cities-list li:nth-child(5) {
        margin-right: 0px;
        margin-top: 50px;
    }

}


@media all and (min-width: 768px) {

    #mobile-menu, #open-menu {
        display: none !important;
    }

}