html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    }

body {
	line-height: 1;
    }

ol, ul {
    list-style: none;
    }

blockquote, q {
	quotes: none;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

html,
body {
    height: 100%;
    }

body {
    display: table;
    width: 100%;
    background: #FFF;
    }

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    }

.page-row {
    display: table-row;
    height: 1px;
    }
 
.page-row-expanded { height: 100%; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.ie6 .clearfix { zoom: 1 }

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 10001;}

.spinner {
    position: absolute;
	left: 50%;
	top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    text-align: center;}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

.spinner .bounce_01 { background-color: #fa8dd2; }
.spinner .bounce_02 { background-color: #fa8dd2; }
.spinner .bounce_03 { background-color: #fa8dd2; }

.spinner .bounce_01 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;}

.spinner .bounce_02 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* SIGN UP
----------------------------------------------------------------------------------------*/

.signup_form {
	position: relative;
    margin: 2.5em auto 4em;
    display: block;
}

.form {
    max-width: 50em;
    background: url(../../images/signup_background.png) center center repeat;
    background-size: 1000px auto;
    padding: 2.5em;
    margin: 1em auto 0;}

.signup_form:before, 
.signup_form:after { 
	content: " "; display: table; 
}

.signup_form:after { 
	clear: both; 
}

.signup_form_row {
    clear: both;
	width: 100%;
    margin: 0 auto;
    display: block;}

.signup_form_column {
	width: 50%;
	padding: 10px 2.5%;
	float: left;
}

.signup_form_column_large {
	width: 100%;
	padding: 10px 2.5%;
}

.signup_form label {
	display: block;
	padding: 40px 5px 5px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
}

.signup_form input,
.signup_form textarea,
.signup_form select {
	font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 700;
    letter-spacing: 0.25em;
    background-color: #fff;
    width: 100%;
    border: none;
    font-size: 1em;
    color: #3e3837;
    -webkit-appearance: none;
}

.signup_form input,
.signup_form textarea {
    padding: 1.5em 2.8125em;
    border: 0.25em solid #3e3837;
    background: #fff;
}

.signup_form textarea {
	min-height: 200px;
}

.signup_form input:focus,
.signup_form textarea:focus,
.signup_form label:active + input,
.signup_form label:active + textarea {
	outline: none;
	border: 0.25em solid #96dbaf;
}

.signup_form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.signup_submit_wrapper {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.signup_form input.signup_submit {
	background: #FFF;
    border: 0.25em solid #3e3837;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
    position: relative;
	padding: 1em 2em;
    font-weight: 800;
	font-size: 1em;
	border-radius: 2px;
	letter-spacing: 0.25em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: background-color 0.5s ease;
    -ms-transform: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.signup_form input.signup_submit:hover {
	background: #96dbaf;
    color: #FFF;
    border: 0.25em solid #96dbaf;
}

@media screen and (max-width: 70em) {
	.signup_form_column {
		width: 50%;
	}
	.signup_form_column:nth-child(3) {
		width: 100%;
	}
    .signup_form_column_large {
	   width: 100%;
}
}

@media screen and (max-width: 48em) {
	.signup_form_column {
		width: 100%;
		padding: 10px;
	}
    .signup_form_column_large {
        width: 100%;
        padding: 10px;
}
}


/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/

body {
    font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 300;
    color: #000;
    }

hr {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: 0.809em;
    line-height: 1.25em;}

h1.lower {
    margin-top: 0.809em;}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: 0.809em;
    line-height: 1.25em;}

p, table {
    line-height: 1.618em;
    margin: 0 auto;
    max-width: 35em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;}

p + p { margin: 1em auto 0 auto; }

p.center { text-align: center; }
.center { text-align: center; }

p.smaller { font-size: 0.75em;}

table {
    margin: 1.25em auto;
    width: 100%;}

td { width: 100px;}

.table_wrapper {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;}

td + td {
    text-align: left;}

.copyright {
    font-size: 0.85em;
    line-height: 1.618em;}
    
ul { list-style-type: disc; margin: 0 auto; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0 auto; padding: 0;}

b, strong { font-weight: 500; }
i, em { font-style: italic; }
sl { font-size: 80%; }

::selection { background: #96dbaf; color: #fff; }
::-moz-selection { background: #96dbaf; color: #fff;}

a, a:visited {
    font-weight: 400;
    color: #000;
    outline: none;
    text-decoration: none;
    border: none;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;}

a:hover { outline: none; text-decoration: none; color: #96dbaf; }  
a:active, a:focus { outline: none; }

a.button {
    display: block;
    position: relative;
    width: 100px;
    padding: 1em 1em 1em 1em;
    margin: 2.5em auto 0 auto;
    background-color: #333;
    color: #FFF;
    border: none;
    font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: background-color 0.5s ease;
    -ms-transform: background-color 0.5s ease;
    transition: background-color 0.5s ease;}

a.large { width: 200px; }

a.button:hover {
	background-color: #000000;
	color: #FFF;}


/* SIZES
----------------------------------------------------------------------------------------*/
h1 { font-size: 2em; }

h2 { font-size: 1.10em; }

h1.title { margin: 1.5em auto 0.85em auto; }

p, ul, ol, dl, blockquote { font-size: 1.10em; }


/* LAYOUT
----------------------------------------------------------------------------------------*/
#wrapper {
	max-width: 100%;
    margin: 0 auto;}

.column + .column { margin: 2.5em auto;}

header {
    max-width: 100%;
    padding: 0;}

#hero {
    position: relative;
    display: block;}

#hero_desktop {
    position: relative;
    display: none;}

#hero_mobile { display: block; }

.header_mobile {
    background-image: url(../../images/header/global_header_02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    display: block;
    position: relative;}

.verticalcenter {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    z-index: 1000;}

.content {
    max-width: 60em;
    margin: 2.5em auto;
    display: block;
    padding: 0 5%;}

.content_wide {
    max-width: 80em;
    margin: 2.5em auto;
    display: block;
    padding: 0 5%;}

a.logo {
    text-indent: -9999px;
	width: 300px;
    height: 400px;
	background-image: url(../../images/logoNEW.png);
    background-size: 300px auto;
    background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
    border: none;}

img {
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 auto;}

.home img {
    margin: 2.5em auto;
    max-width: 50em;}

img.navigation_scissors {
    width: 55px;
    height: 122px;
    margin: 0.5em auto;
    display: block;}

img.navigation_mdam_logo {
    width: 200px;
    height: 50px;
    margin: 0.5em auto;
    display: block;}

img.scissors {
    width: 55px;
    height: 122px;
    margin: 0.5em auto;
    display: block;}

img.twitter_scissors {
    width: 80px;
    height: 150px;
    margin: 0.5em auto;
    display: block;}

img.phone_scissors {
    width: 80px;
    height: 130px;
    margin: 0.5em auto;
    display: block;}

img.header_content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;}

img.thegirls {
    width: 100%;
    max-width: 500px;
    margin: 2.5em auto;
    display: block;}

img.popbrixton_logo {
    width: 100%;
    max-width: 200px;
    margin: 1.5em auto;
    display: block;}


/* NAVIGATION
----------------------------------------------------------------------------------------*/

.green { background-color: #8fe5b8; }

.purple { background-color: #fa8dd2; }

.news_wrapper {
    margin-bottom: 1.25rem;
    padding: 18.75rem 0 2.25rem;
    position: relative;
    text-align: center
}

.news_wrapper h1 {
    margin: 1em auto;}
@media (min-width: 30.0625em) {
    .news_wrapper {
        margin-bottom: 2.75rem
    }
}
.news_wrapper:last-child {
    margin-bottom: 0
}
@media (min-width: 48.0625em) {
    .news_wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        min-height: 30.125rem;
        padding-top: 2.25rem;
        padding-right: 55.08%
    }
    .news_wrapper:nth-child(even) {
        padding-right: 0;
        padding-left: 55.08%
    }
}
.news_wrapper__description {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.25rem;
    max-width: 20em;
    padding: 0 1.25rem
}
@media (min-width: 30.0625em) {
    .news_wrapper__description {
        font-size: 1.15625rem;
        font-size: calc(1.0625rem + .1875 * ((100vw - 30.0625rem) / 29.9375))
    }
}
@media (min-width: 60em) {
    .news_wrapper__description {
        font-size: 1.25rem
    }
}
@media (min-width: 30.0625em) {
    .news_wrapper__description {
        margin-bottom: 2.75rem
    }
}
@media (min-width: 48.0625em) {
    .news_wrapper__description {
        margin-bottom: 2.75rem
    }
}
.news_wrapper__background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16.5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}
.news_wrapper__background:hover {
    border: none;   
}
@media (min-width: 48.0625em) {
    .news_wrapper__background {
        bottom: 0;
        height: 100%;
        left: 44.92%
    }
    .news_wrapper:nth-child(even) .news_wrapper__background {
        left: 0;
        right: 44.92%
    }
}


/* NAVIGATION
----------------------------------------------------------------------------------------*/

#navigation_small { display: block; }
#navigation_large { display: none; }

.navigation_left, .navigation_right {
  	display: block;
	max-width: 100%;
	text-align: center;
	background-color: #FFF;
    margin: 3.5em auto 0;}

.navigation {
    display: block;
	max-width: 90%;
	text-align: center;
	background-color: #FFF;
    margin: 0.5em auto;}

.navigation ul, .navigation_left ul, .navigation_right ul, .footer_navigation ul {
    margin: 0 auto;}

.navigation li, .navigation_left li, .navigation_right li {
	display: inline-block;
	padding: 2% 6%;}

.navigation li a, .navigation_left li a, .navigation_right li a {
	font-family: 'brandon-grotesque', 'Brandon Grotesque';
	font-weight: 500;
    font-size: 0.85em;
	color: #2c2c2c;
    text-transform: uppercase;
	letter-spacing: 0.25em;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;}

.navigation li a:hover,
.navigation li.current a,
.navigation_left li a:hover,
.navigation_right li a:hover,
.navigation_left li.current a,
.navigation_right li.current a {color: #96dbaf;}


/* FOOTER
----------------------------------------------------------------------------------------*/

footer { background-color: #FFF; }

.footer { padding: 1.5em 2.5%; }

.footer_navigation {
  	display: block;
	text-align: left;
    list-style: none;}

.footer_navigation li a {
	font-family: 'brandon-grotesque', 'Brandon Grotesque';
	font-weight: 500;
    font-size: 0.75em;
	color: #FFF;
    text-transform: uppercase;
	letter-spacing: 0.25em;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;}

.footer_navigation li a:hover, .footer_navigation li.current a {color: #96dbaf;}

img.footer_scissors {
    display: none;
    width: 40px;
    height: 89px;
    margin: 0.5em 0;}

#socialnetwork {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1.25em 0;}

a#facebook, a#twitter, a#instagram, a#pinterest {
    color: #000;
    font-size: 1.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

a#facebook:hover {
    color: #3b5997;}

a#twitter:hover {
    color: #4597d1;}

a#instagram:hover {
    color: #517fa4;}

a#pinterest:hover {
    color: #cb2027;}


/* RESOLUTION
----------------------------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
    
    a.logo {
    background-image: url(../../images/logoNEW@2x.png);
	background-size: 300px auto;}

    .form {
    background-image: url(../../images/signup_background@2x.png);
    background-size: 1000px auto;}
	
}