/*-------------------- reset stylesheet --------------------- */
html, body, div, span, h1, h2, h3, p, a, ul, ol, li, img, article, aside, blockquote, figure, figcaption, footer, header, hgroup, menu, nav, section, time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
	display: block;
}
a {
	outline: none;
}


/*-------------------- clearfix --------------------- */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/*-------------------- box-sizing reset --------------------- */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/*-------------------- global styles & structure --------------------- */
body {
    color: #36454F;
    font-family: "utopia-std", Georgia, Times, "Times New Roman", serif;
    font-size: 16px; /* set base font size */
}

/*-------------------- header, footer & navigation --------------------- */
/*--- header ---*/


/*--- main navigation ---*/


/*--- footer ---*/
footer#main-footer {
    font-family: 'Roboto', sans-serif;
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5em 0;
}
footer#main-footer p.legal {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 0 8%;
    padding: 15px 15px 0 15px;
}

/*-- common footer navigation --*/
nav#sub-footer-nav {
    padding: 15px 10% 5px 15%;
}
nav#sub-footer-nav ul {
    margin: 0 auto;
    padding-top: 15px;
    border-top: 2px solid #eee;
    -webkit-columns: 100px 4;
    -moz-columns: 100px 4;
    columns: 100px 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    /*
    -webkit-column-rule: 1px solid #1a242f;
    -moz-column-rule: 1px solid #1a242f;
    column-rule: 1px solid #1a242f;
    */
}
nav#sub-footer-nav li {
    list-style-type: none;
    margin-bottom: 7px;
}
nav#sub-footer-nav a {
    color: #000;
    font-size: 0.8em;
    font-weight: 700;
    text-decoration: none;
}


/*-------------------- body content --------------------- */
/* minard guild styles */
#masthead {
    z-index: 2;
    width: 100%;
}
#masthead .container {
    padding: 1% 3%;
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative;
    text-align: center; */
}
h1.mg-logo {
    /* display: inline-block; */
    /* text-align: center; */
    vertical-align: top;
    width: 50%;
    margin: 0 auto;
}
h1.mg-logo a {
    display: inline-block;
    background: url(/images/new/minard-guild-logo-op.svg) no-repeat top left;
    background-size: 125px;
    width: 125px;
    height: 178px;
    text-indent: -9999px;
    /* margin: 0 auto; */
}
nav#top-nav {
    /* position: absolute;
    top: 0;
    right: 0; */
    float: right;
    /* padding: 2%; */
}
nav#top-nav li {
    display: inline-block;
    list-style-type: none;
}
nav#top-nav li a {
    display: inline-block;
    color: #36454F;
    font-size: 1.728em;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #36454F;
    background-color: rgba(255, 255, 255, 0.50);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    padding: 0.5em 1em;
}
nav#top-nav li a:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* access code */
#private-code {
    display: inline-block;
    float: left;
    /* position: absolute;
    top: 0;
    left: 0; */
    text-align: left;
    /* padding: 2%; */
    vertical-align: top;
    white-space: nowrap;
    /* border: 1px solid #36454F; */
}
#private-code a {
    color: #36454F;
    font-size: 1.728em;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 0.5em 1em;
    cursor: pointer;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}
#private-code a:hover {
    background-color: rgba(255, 255, 255, 1);
}
#private-code:hover form#access {
    width: 100%;
}
form#access {
    display: inline-block;
    vertical-align: top;
    width: 0%;
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
form#access input {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 120px;
    padding: 0.4em 1em;
}
form#access button {
    font-size: 16px;
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #eee;
    /* border: 1px solid #737373; */
    border: none;
    margin-left: -0.2em;
    cursor: pointer;
}
form#access input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
form#access input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
form#access input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
form#access input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}


/* content containers */
#mg-main {
    width: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 1.728em;
}
#mg-sub {
    padding: 1.44em 1em 0 1em;
}
#mg-vid .container {
    margin-bottom: 1.44em;
}

#content {
    padding-top: 5vh;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* general body content */
.info {
    font-size: 1.44em;
    font-style: italic;
    line-height: 1.44em;
    padding-top: 1em;
}
.info sup {
    font-size: 60%;
    vertical-align: super;
}
.info span {
    display: inline-block;
}

.intro-copy {
    max-width: 760px;
    margin: 0 auto 1.2em auto;
    padding: 1.44em;
    background-color: rgba(255, 255, 255, 0.60);
}
.intro-copy p {
    line-height: 1.44em;
}

.event-copy {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 1.44em;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    /* padding: 5vh; */
    padding: 2em 1% 1em 1%;
}
.er-video,
.mg-hmb-video {
    max-width: 680px;
    margin: 0 auto;
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
    /* border: 1px solid #36454F; */
    
}
/* scale all video embeds */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.er-video img {
    max-width: 100%;
    height: auto;
    display: block;
}



/* countdown timer */
#countdown {
    width: 100%;
    display: block;
    margin: 3vh auto 2vh auto;
    text-align: center;
}
#countdown span {
    display: inline-block;   
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0.7em;
}
#countdown span:last-child {
    margin-right: 0;
}
#countdown b {
    color: #aa7f36;
    display: block;
    font-size: 2.074em;
    font-weight: 600;
    line-height: 2.75em;
    min-width: 3em;
    min-height: 3em;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.2em;
}

/* request invitation button */
#request-btn {
    color: #000;
    display: inline-block;
    font-size: 1.728em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em 2em;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    /* border: 1px solid #e5e5e5; */
    border: 1px solid #000;
}
#request-btn:hover {
    /* background-color: rgba(255, 255, 255, 1.0); */
    /* background-color: rgba(183, 220, 236, 1.0); */
}

/* go to MC button */
.mc-btn {
    max-width: 680px;
    margin: 1.44em auto 0 auto;
}
.mc-btn a {
    /* color: #000; */
    /* background-color: #EDF5FF; */
    color: #fff;
    background-color: #363638;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.44em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    display: block;
    width: 100%;
    padding: 0.5em 0;
}


/*--- start mg invite form styles ---*/
#mg-form-modal h1 {
    
}
#mg-form-modal h1 + p {
    font-style: italic;
    line-height: 1.44em;
    padding: 1.44em 10% 0 10%;
}
#mg-form-modal h1 + p span {
    display: inline-block;
}
#mg-form-container {
    width: 90%;
    padding-top: 1.44em;
    margin: 0 auto;
}
form#mg-invite {
    width: 100%;
}
form#mg-invite input, form#mg-invite textarea, form#mg-invite select, form#mg-invite button {
    font-family: "proxima-nova", sans-serif;
}
form#mg-invite > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 15px 0;
}
form#mg-invite > div > label {
    font-size: 1em;
    line-height: 2.9em;
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 10px;
}
form#mg-invite > div > div {
    width: 74%;
    float: right;
}
form#mg-invite label span {
    color: red;
    font-size: 1em;
    font-weight: 600;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
    font-size: 18px;
	width: 90%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 2.5em;
    padding: 5px 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-color: #0074be;
}
button[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    float: right;
    cursor: pointer;
    width: 30%;
    margin: 0 4% 0 0;
    padding: 1%;
    background-color: #eee;
    border: 1px solid #737373;
}
button[type="submit"]:hover {
    border-color: #0074be;
}


/* form success message */
.success-msg {
    display: none;
    font-size: 1.2em;
    padding: 5% 10%;
}
.success-msg p {
    margin-bottom: 1em;
    text-align: left;
}
.success-msg p:last-child {
    margin-bottom: 0;
}

/*--- end mg invite form styles ---*/


/* video background */
.video-bg {
    /* position: fixed; */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/images/new/vid/mg-ocean-waves-bg-poster.jpg) no-repeat;
    background-size: cover;
}


/* image backgrounds - CAA update Oct 2018 */
figure.carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 3s ease-in-out;
    
}
figure.carousel.one {
    background: url(/images/new/bg-caa-2.jpg) no-repeat;
    background-size: cover;
    /* animation: fadeOut 5s linear infinite; */
}
figure.carousel.two {
    background: url(/images/new/bg-caa-1.jpg) no-repeat;
    background-size: cover;
    animation: fadeOut 5s infinite ease-in-out;
    animation-direction: alternate-reverse;
    animation-delay: 5s;
    opacity: 0;
}

@keyframes fadeOut {
    /*
    0% {opacity: 1;}
    100% {opacity: 0;}
    */
    0%, 5% {opacity: 1;}
    95%, 100% {opacity: 0;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


/* svg styles */
#minard-guild-logo .cls-1,
#minard-guild-logo .cls-2 {
    fill: black;
}

/* swatch buttons to toggle svg fill color via jQuery */
#swatch-grp {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
}
.swatch {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    cursor: pointer;
}
.black {
    background-color: #000;
}
.gold {
    background-color: #daa520;
}
.white {
    background-color: #fff;
}


/* press section styles */
#press {
    max-width: 680px;
    margin: 0 auto;
}
#press a {
    display: block;
    position: relative;
    width: 100%;
}
#press img {
    width: 100%;
    height: auto;
}
#press p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    padding: 0.5em 1em;
    background-color: rgb(65, 64, 66); /* fallback color */
    background-color: rgba(65, 64, 66, 0.5);
}


/* 
*
* Chicago Athletic Association specific
*
*/
body.mg-landing {
    overflow-x: hidden; /* prevent horizontal scrollbar during image transition */
}
body.caa h1.mg-logo a {
    background: url(/images/new/minard-guild-logo-white-op.svg) no-repeat top left;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.50);
    background-size: 100px;
    width: 100px;
    height: 142px;
}

/* Minard Guild logo sprite - white to gold hover effect - start */
body.caa h1.mg-logo-sprite {
    /* display: inline-block; */
    /* text-align: center; */
    vertical-align: top;
    width: 50%;
    margin: 0 auto;
}
body.caa h1.mg-logo-sprite a {
    display: inline-block;
    position: relative;
    background: url(/images/new/minard-guild-logo-white-gold-sprite.png) 0 0 no-repeat;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.50);
    background-size: 200%;
    width: 100px;
    height: 142px;
    text-indent: -9999px;
}
body.caa h1.mg-logo-sprite a::after {
    content: '';
    background: url(/images/new/minard-guild-logo-white-gold-sprite.png) 100% 0 no-repeat;
    background-size: 200%;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body.caa h1.mg-logo-sprite a:hover::after {
    opacity: 1;
    transition: opacity 0.5s;
}
/* Minard Guild logo sprite - white to gold hover effect - end */

body.caa #mg-form-modal h1.mg-logo a { /* logo in modal form header - dark variant */
    background: url(/images/new/minard-guild-logo-op.svg) no-repeat top left;
    box-shadow: none;
}
body.caa #mg-main {
    font-size: 16px;
    background: url('/images/new/bg-mh-caa-slide-2.jpg') no-repeat center center;
    background-size: cover;
}
body.caa #private-code a,
body.caa nav#top-nav li a,
body.caa #countdown b {
    background-color: rgba(255, 255, 255, 0.85);
}
body.caa .info,
body.caa #countdown span {
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
body.caa .info {
    font-size: 1em;
    line-height: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    padding-top: 0.833em;
}
body.caa .info h2 {
    font-size: 2.488em;
}
body.caa .info p {
    font-size: 1.728em;
}
body.caa .intro-copy {
    color: #fff;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.85);
    max-width: 460px;
}
body.caa .intro-copy p {
    margin-bottom: 1em;
}
body.caa .intro-copy b {
    font-weight: 700;
}
body.caa .intro-copy p:last-child {
    margin-bottom: 0;
}
body.caa #request-btn {
    font-size: 1.44em;    
    padding: 0.44em 2.488em;
}

/* top nav */
body.caa #private-code a,
body.caa nav#top-nav li a {
    /* color: #e5cc81; */
	color: #000;
    font-size: 1.728em;
	font-weight: 600;
    padding: 0.44em 1.2em;
    /* background-color: rgba(25, 25, 25, 0.98); */
	background-color: #e5cc81;
	border: 1px solid #000;
    
}

/* countdown timer */
body.caa #countdown {
    width: 100%;
    display: block;
    margin: 3vh auto 2vh auto;
    text-align: center;
}
body.caa #countdown span {
    display: inline-block;   
    font-size: 0.833em;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
    border-right: 1px solid #fff;
}
body.caa #countdown span:last-child {
    margin-right: 0;
    border-right: none;
}
body.caa #countdown b {
    color: #e5cc81;
    display: block;
    font-size: 2.488em;
    font-weight: 600;
    line-height: 1em;
    min-width: 3em;
    min-height: auto;
    background-color: inherit;   
    margin-bottom: 0;
}




/* 
*
* Jan 2019 updates
*
*/
body.caa #mg-main {
    min-height: auto;
    padding-bottom: 7vh;
}
body.caa #countdown {
    margin: 3vh auto 3vh auto;
}
body.caa nav#sub-footer-nav ul {
    border: none;
    padding-top: 0;
}


/* 
*
* Aug 2019 updates
*
*/
#mg-vid-2019 {
    background-color: #eaeaea;
}
#mg-vid-2019 .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 2% 2.5% 2%;
    text-align: center;
    vertical-align: top;
}
#mg-vid-2019 .video-block {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 2.488em;
}
#mg-vid-2019 .video-block:nth-of-type(odd) {
    margin-right: 4%;
}
#mg-vid-2019 figcaption {
    color: #282828;
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.579em;
}
#mg-vid-2019 .desc-copy {
    padding-left: 1%;
    padding-right: 1%;
}

/* SEP 2019 UPDATE: Offset first video (of three) */
/*
#mg-vid-2019 .video-block:first-of-type {
    display: block;
    width: 60%;
    margin: 0 auto 2.488em auto;
}
#mg-vid-2019 .video-block:nth-of-type(2) {
    margin-right: 4%;
}
*/

/* Tips & Techniques block */
#mg-tips-pub h2 {
    color: #fff;
    font-size: 2.074em;
    font-weight: 600;
    text-align: center;
}
#mg-tips-pub .inner {
    padding: 3%;
    max-width: 1400px;
    margin: 0 auto;
}
#mg-tips-pub .pub-embed {
    float: none;
    clear: both;
    width: 100%;
    max-width: inherit;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}
#mg-tips-pub .pub-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Zine block */
#mg-zine {
    
}
#mg-zine .inner {
    padding: 3%;
    max-width: 1400px;
    margin: 0 auto;
}
#mg-zine .pub-embed {
    float: none;
    clear: both;
    width: 100%;
    max-width: inherit;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}
#mg-zine .pub-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mg-zine .section-subhead {
    margin-bottom: 0;
}


#mg-intro .inner-wrap {
    max-width: 600px;
}
#mg-intro .inner {
    padding-bottom: 0;
}
#mg-intro.aside.copy h3 {
    font-size: 1.44em;
}
#mg-intro .dropcap {
    padding-bottom: 30px;
}


/* Common styles */
.inner-wrap {
    max-width: 465px;
    margin: 0 auto;
    text-align: justify;
}
.dropcap {
    float: left;
    font-size: 3.583em;
    line-height: 0.35em;
    padding: 0.2em 5px 0 0;
}
.btn-white,
.btn-dk {
    display: inline-block;
    font-size: 1.44em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.402em 2.986em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.btn-white {
    color: #000;
    background-color: #fff;
    min-width: 300px;
    border: 1px solid #fff;
}
.btn-white:hover {
    color: #e5cc81;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid #e5cc81;
}
.btn-dk {
    color: #e5cc81;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid #e5cc81;
    min-width: 420px;
}
blockquote p {
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote p:before {
    content: open-quote;
}
blockquote p:after {
    content: close-quote;
}
blockquote cite span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.694em;
    font-style: normal;
    font-weight: 500;
    text-align: left;
}


/* Heading sections */
.heading {
    padding: 1% 0;
    transition: all .2s ease;
}
.heading.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.heading .inner {
    border-top: 1px solid #e5cc81;
    border-bottom: 1px solid #e5cc81;
    margin: 5% 0;
    background-color: rgba(40, 40, 40, 0.85);
}
.heading .inner-wrap {
    text-align: center;
    max-width: 500px;
    padding: 5% 0;
}
.heading h2 {
    color: #fff;
    font-size: 2.488em;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* List sections (e.g. Attendees) */
.list .inner {
    /* margin: 5% 0; */
}
.list .inner-wrap {
    max-width: 1200px;
    padding: 5% 3%;
    text-align: left;
}
.list ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.list li {
    list-style-type: none;
    line-height: 150%;
}



/* Aside sections */
.aside.copy .inner {
    padding: 5% 0;
}
.aside.copy h3 {
    color: #000;
    font-size: 1.728em;
    line-height: 1.44em;
}
.aside.copy p {
    font-size: 1.44em;
    line-height: 1.44em;
    margin-bottom: 1em;
}
.aside.copy p:last-of-type {
    margin-bottom: 0;
}
.aside.reverse {
    padding: 1% 0;
}
.aside.reverse .inner {
    border-top: 1px solid #e5cc81;
    border-bottom: 1px solid #e5cc81;
    margin: 5% 0;
    background-color: rgba(40, 40, 40, 0.85);
}
.aside.reverse .inner-wrap {
    padding: 2% 0;
}
.aside.reverse h4,
.aside.reverse p {
    color: #fff;
    font-size: 1.25em;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: normal;
    line-height: 1.728em;
}
.aside p.sig {
    color: #ba9b86;
    font-weight: 600;
    font-style: italic;
    line-height: 1em;
}
.aside p.sig span {
    display: block;
    color: #5a7781;
    font-family: 'Roboto', sans-serif;
    font-size: 0.694em;
    font-style: normal;
    font-weight: 500;
}
.aside blockquote::before {
    content: '';
    display: block;
    margin: 0 auto 1.44em auto;
    width: 90px;
    height: 80px;
    background: url(/images/new/copper-quote-dk.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #ba9b86;
}
.aside blockquote cite {
    color: #fff;
    font-size: 1.44em;
}
.aside blockquote cite span {
    color: #ba9b86;
}
aside[id^='mg-quote'].reverse p,
aside[id^='mg-quote'].lt p{
    font-family: "utopia-std", Georgia, Times, "Times New Roman", serif;
    font-size: 1.44em;
    line-height: 1.728em;
    margin-bottom: 1em;
}
aside[id^='mg-quote'].reverse .inner-wrap {
    padding: 5% 0;
}
aside[id^='mg-quote'].lt .inner-wrap {
    /* alternate padding here? */
}


/* aside blockquote - light variant */
.aside.lt .inner {
    padding: 5% 0;
}
.aside.lt.no-top-padding .inner {
    padding-top: 0; /* reducing space underneath Aug 2019 videos */
}
.aside.lt blockquote::before {
    background: url(/images/new/copper-quote-trans.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #ba9b86;
}
.aside.lt blockquote cite {
    color: #ba9b86;
}
.aside.lt blockquote cite span {
    color: #5a7781;
}



/* Backgrounds & images */
.bg-hotel-wp-lt {
    background: url(/images/new/mg-priv/bg-tile/hotel-wallpaper.png);
}
.bg-hotel-wp-black {
    background: url(/images/new/mg-priv/bg-tile/hotel-wallpaper-black.png);
}
.bg-hotel-wp-dk-grey {
    background: url(/images/new/mg-priv/bg-tile/hotel-wallpaper-dk-grey.png);
}
.bg-checkerboard-cross {
    background: url(/images/new/mg-priv/bg-tile/checkerboard-cross.png);
}
.keyline-top {
    border-top: 1px solid #262626;
}



.bg-paper {
    background: url(/images/new/bg-paper-texture-mg.jpg);
}
.bg-dk-grey {
    background-color: #353535;
}
.bg-seal-stamps {
    background: url(/images/new/bg-mg-stamps-1450.jpg) no-repeat center center;
    background-size: cover;
}
.bg-seal-stamps-2 {
    background: url(/images/new/bg-mg-stamps-2-1450.jpg) no-repeat center center;
    background-size: cover;
}
.bg-chicago-map-1 {
    background: url(/images/new/bg-chicago-map-1-1450.jpg) no-repeat center top;
    background-size: cover;
}
.bg-chicago-map-2 {
    background: url(/images/new/bg-chicago-map-2-1450.jpg) no-repeat center top;
    background-size: cover;
}
.bg-chicago-map-3 {
    background: url(/images/new/bg-chicago-map-3-1450.jpg) no-repeat center top;
    background-size: cover;
}
.bg-mg-package {
    background: url(/images/new/bg-mg-package-1450.jpg) no-repeat center center;
    background-size: cover;
}
.bg-mg-journal {
    background: url(/images/new/bg-mg-journal-1450.jpg) no-repeat center center;
    background-size: cover;
}
.bg-press {
    background: url(/images/new/press-san-francisco-chronicle-minard-guild-photo-bw.jpg) no-repeat center center;
    background-size: cover;
}
.bg-mg-letterpress {
    background: url(/images/new/bg-mg-letterpress-1450.jpg) no-repeat center top;
    background-size: cover;
}
.bg-mg-letter-setting {
    background: url(/images/new/bg-mg-letter-setting-1450.jpg) no-repeat center center;
    background-size: cover;
}
.bg-mg-wineracks {
    background: url(/images/new/bg-mg-wine-racks-1200.jpg) no-repeat center center;
    background-size: cover;
}

img.wax-seal {
    display: block;
    max-width: 175px;
    height: auto;
    margin: 0 auto 1.2em auto;
}
img.sig-img {
    max-width: 200px;
    height: auto;
}

/* Section/Block-specific styles */
#mg-copy-event .inner-wrap {
    padding: 7% 0;
}
#mg-copy-event p {
    font-family: "utopia-std", Georgia, Times, "Times New Roman", serif;
    font-size: 1.728em;
}
#mg-rm-vid .inner-wrap {
    max-width: 100%;
}
#mg-quote-2 .inner {
    border: none;
    background: none;
}
#mg-press.aside {
    padding: 22% 0;
}
#mg-press.aside .inner-wrap {
    max-width: inherit;
    text-align: center;
    padding: 4% 0;
}
#mg-request-sub .inner-wrap {
    max-width: inherit;
    text-align: center;
    padding: 5% 0;
}
#mg-request-sub .btn-white {
    
}


/* Private page overrides & additions */
body.private #mg-copy-event .inner-wrap {
    text-align: center;
}
body.private #mg-copy-event .inner-wrap p {
    text-align: justify;
    margin-bottom: 1.2em;
}
body.caa.private #mg-main {
    background: url(/images/new/bg-mg-antique-chicago-map-1450.jpg) no-repeat center center;
    background-size: cover;
}
body.caa .info p.alt-sm {
    font-size: 1.05em;
}
.pub-embed {
    max-width: 960px;
    margin: 1.44em auto;
}
.entry-alert {
	display: flex;
    align-items: center;
    justify-content: center;
	color: #000;
	max-width: 620px;
	margin: 1.2em auto 0 auto;
	padding: 2%;
	background-color: rgba(229, 204, 129, 0.9);
	border: 1px solid #000;
}
.entry-alert h3 {
	font-size: 1.6em;
	font-weight: 600;
	padding: 0 2%;
	flex-basis: 70%;
}
.entry-alert h3 span {
	display: block;
	font-weight: 600;
	margin-top: 0.4em;
	text-transform: uppercase;
}
.entry-alert h3 b {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	margin-top: 0.1em;
}
.entry-alert .arrows {
	font-size: 2em;
	font-weight: 600;
	flex-basis: 15%;
}


/* Testimonials section */
.testimonials {
    
}
.testimonials .inner {
    padding: 3%;
    max-width: 1200px;
    margin: 0 auto;
}
.testimonials h2 {
    color: #000;
    font-size: 2.488em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.833em;
}
.testimonials .grid {
    /*
    column-count: 4;
    column-gap: 2em;
    */
    column-count: 4;
    column-gap: 1.728em;
}
.testimonials .grid-item {
    display: inline-block;
    margin-bottom: 1.44em;
    /*
    width: 22.5%;
    margin-right: 3%;
    margin-bottom: 2%;
    vertical-align: top;
    */
    
    /*
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    */
}
.testimonials .grid-item:nth-child(4) {
    margin-right: 0;
}

/* Testimonials blockquotes */
.testimonials blockquote {
    background-color: #fff;
    padding: 1.44em;
}
.testimonials blockquote p {
    color: #414042;
    margin-bottom: 0.694em;
}
.testimonials blockquote cite {
    color: #ba9b86;
    font-size: 1.2em;
    font-weight: 600;
}
.testimonials blockquote cite span {
    color: #5a7781;
    margin-top: 0.16em;
}



/* 
*
* Dossier download specific
*
*/
#mg-main.dossier-dl {
    background: url(/images/new/bg-clouds-1600px.jpg) no-repeat center center;
    background-size: cover;
}
#mg-main.dossier-dl #private-code a {
    text-transform: none;
}
#dossier-dl-main {
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    /* max-width: 550px;
    padding: 5vh 5% 0 5%;
    */
    max-width: 960px;
    margin: 0 auto;
    padding: 5vh 3% 0 3%;
}
#dossier-dl-main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
#dossier-dl-main a {
    color: #fff;
    font-size: 1.728em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
#dossier-dl-main a:hover {
    /* color: #333; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: rgba(88, 129, 183, 0.5);
}
#dossier-dl-main p {
    font-size: 1.44em;
    text-transform: uppercase;
    margin-top: 5px;
}
#dossier-dl-main p.alert {
    font-size: 1.728em;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.40);
    max-width: 600px;
    margin: 0 auto 15px auto;  
}
#dossier-dl-main p span {
    display: block;
    font-size: 75%;
}


/* 
*
* Feature/ Silent film page specific
*
*/

/* Common type styles */
.section-heading {
    color: #000;
    font-size: 2.074em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}
.section-subhead {
    color: #000;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin-bottom: 1.44em;
}
.section-heading.lt,
.section-subhead.lt {
    color: #fff;
}


#mg-intro.aside.copy h3::after {
    display: block;
    content: '';
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 7%;
    max-width: 250px;
    margin: 0 auto;
}

#mg-silent-film {  
}
#mg-silent-film .inner {
    padding: 3% 0 2% 0;
}
#mg-silent-film figcaption {
    color: #000;
    /* font-size: 1.44em; */
    /* text-align: center; */
    margin-bottom: 1em;
}
.desc-copy {
    font-size: 1.44em;
    font-style: normal;
    line-height: 150%;
    text-align: justify;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3% 3% 3%;
}


/* Playlist section - using Flexbox Grid system */
.playlist-item.row {
    /* flex-direction: row-reverse; */
    margin-bottom: 2.488em;
}
@media only screen and (max-width : 768px) {
    .playlist-item.row {
        /* flex-direction: column-reverse; */ /* reverse player/image order when linearized to single-column */
    }
}
.playlist-item .box {
    background: #eee;
}
.playlist-item .box.img {
    height: 100%;
}


/* Playlist section - general styles & structure */
#mg-playlist {
    color: #000;
}
#mg-playlist .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 2% 2.5% 2%;
    text-align: center;
}
#mg-playlist h3 {
    color: #fff;
    font-size: 1.44em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
    background-color: #333;
    padding: 7% 3%;
    background: url(/images/new/mg-priv/mg-playlist-header-bg.jpg) no-repeat top center;
    background-size: cover;
}
.box.player,
.box.img {
    background-color: #171614; /* match spotify player embed bg */
}
.box.img {
    padding-bottom: 56.25%; /* force height for empty element */
}


/* playlist/room photos */
.img.stagg-court {
    background: url(/images/new/mg-priv/mg-playlist-stagg-court.jpg) no-repeat center center;
    background-size: cover;
}
.img.cherry-circle {
    background: url(/images/new/mg-priv/mg-playlist-cherry-circle.jpg) no-repeat center center;
    background-size: cover;
}
.img.cindys {
    background: url(/images/new/mg-priv/mg-playlist-cindys.jpg) no-repeat center center;
    background-size: cover;
}
.img.game-room {
    background: url(/images/new/mg-priv/mg-playlist-game-room.jpg) no-repeat center center;
    background-size: cover;
}
.img.madison-white-city {
    background: url(/images/new/mg-priv/mg-playlist-madison-white-city.jpg) no-repeat center center;
    background-size: cover;
}


/* Letters & Collage sections */
#letters .inner,
#collage .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 2% 2.5% 2%;
}

/* letters/emails: reduce image opacity on hover */
#letters .masonry img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
#letters .masonry .item {
    background-color: #353535;
}
#letters .masonry .item img {
    border: 1px solid #262626;
}
#letters .masonry .item:hover img {
    opacity: 0.25;
}


/* Isotope/Masonry Grid */
.masonry {
    
}
.masonry .grid-sizer {
    width: 23.425%;
}
.masonry .gutter-sizer {
    width: 2.1%; 
}
.masonry .item {
    width: 23.425%;
    float: left;
    /* display: inline-block; */
    background-color: #eee;
    margin-bottom: 2%;
}
#collage .masonry .item:nth-child(3n) {
    width: 48.95%;
}
/*
.masonry .item.w2 {
    width: 48.95%;
}
*/
.masonry .item .item-inner {
    position: relative;
}
.masonry .item .item-hover {
    cursor: default;
    position: absolute;
    bottom: 45%;
    left: calc(50% - 150px);
    /* left: 10%; */
    /* max-width: 425px; */
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 10;
}

.masonry .item .item-inner:hover .item-hover {
    opacity: 1;
    visibility: visible;
}
.masonry .item img {
    display: block;
    width: 100%;
    height: auto;
}
.masonry .item .speech-bubble {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.50);
}
.masonry .item .speech-bubble::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}
.masonry .item .speech-bubble blockquote p {
    font-size: 1.1em;
    line-height: 1.25em;
}
.masonry .item .speech-bubble blockquote cite {
    color: #ba9b86;
    display: block;
    font-weight: 600;
    margin-top: 0.579em;
}
.masonry .item .speech-bubble blockquote span {
    color: #5a7781;
    display: block;
    margin-top: 0.16em;
}

/*
#mg-playlist .pl-block {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 2.488em;
}
#mg-playlist .pl-block:nth-of-type(odd) {
    margin-right: 4%;
}
*/




/*
body.sfp {
    color: #333;
}
body.sfp .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.074em 1em;
}
body.sfp h2 {
    font-size: 1.728em;
    font-weight: 600;
    text-align: center;
}
#sfp-header {
    
}
#sfp-header .container {
    padding-bottom: 0;
}
#sfp-header h1 {
    text-align: center;
}
#sfp-film {
    text-align: center;
}
#sfp-film .container {
    max-width: 1600px;
    padding-top: 1.44em;
}
#sfp-film h2 {
    margin-bottom: 0.335em;
}
#sfp-film p {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 1em; 
}
#sfp-playlist::before {
    display: block;
    content: ' ';
    height: 1px;
    background-color: #d9d9d9;
    max-width: 640px;
    margin: 0 auto;
}
#sfp-playlist .container {
}
#sfp-playlist h2 {
    margin-bottom: 1em;
}
#sfp-playlist h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.279em;
}
.mg-playlist {
}
.mg-playlist .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2em;
}
.mg-playlist .column {
    flex: 1;
    margin-right: 3%;
}
.mg-playlist .column:last-of-type {
    margin-right: 0;
}
*/

/*-------------------- media queries --------------------- */
/* 1280px breakpoint ----------- */
@media only screen 
and (max-width : 1280px) {
    
    /* footer */
    footer#main-footer {
        padding: 2em 0 2.5em;
    }
}

/* 1080px breakpoint ----------- */
@media only screen 
and (max-width : 1080px) {
    
    #mg-vid-2019 figcaption {
        font-size: 1.1em;
    }
}

/* tablets (landscape) ----------- */
@media only screen 
and (max-width : 1024px) {
    h1.mg-logo {
        /* margin-top: 2em; */
    }
    .testimonials .grid {
        column-gap: 1.44em;   
    }
    .testimonials .grid-item {
        margin-bottom: 1.2em;
    }

}

/* 980px breakpoint ----------- */
@media only screen 
and (max-width : 980px) {
    
    #mg-vid-2019 figcaption {
        font-size: 1em;
    }
    #mg-vid-2019 .video-block {
        width: 48.5%;
        margin-bottom: 2em;
    }
    #mg-vid-2019 .video-block:nth-of-type(odd) {
        margin-right: 2%;
    }
    
    /* priv */
    .section-heading {
        font-size: 1.85em;
    }
    .desc-copy {
        font-size: 1.25em;
    }
    
    /* masonry grids to three columns */
    .masonry .item,
    .masonry .grid-sizer {
        width: 31.933%;
    }
    #collage .masonry .item:nth-child(3n) {
        width: 31.933%;
    }
    #collage .masonry .item:nth-child(6n) {
        width: 65.966%;
    }
    
}

/* tablets (portrait) ----------- */
@media only screen 
and (max-width : 768px) {
    body {
        font-size: 15px;
    }
    
    /* CAA */
    .inner-wrap {
        max-width: 360px;
    }
    .aside.copy .inner {
        padding: 5% 10%;
    }
    .aside.copy h3 {
        font-size: 1.44em;
    }
    .testimonials .grid {
        column-count: 3;
        column-gap: 1.2em;
    }
    .testimonials blockquote {
        padding: 1.2em;
    }
    #mg-copy-event p {
        font-size: 1.44em;
    }
    #mg-press.aside {
        padding: 18% 0;
    }
    img.wax-seal {
        max-width: 150px;
    }
    img.sig-img {
        max-width: 175px;
    }
    
    /* heading section */
    .heading .inner-wrap {
        padding: 5%;
    }
    .heading h2 {     
        font-size: 2.074em;
    }
    
    /* list section */
    .list ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    
    /* private code */
    form#access {
        display: block;
    }
    
    /* countdown */
    #countdown {
        /* padding: 0 20%; */ /* force two columns */
    }
    #countdown span {
        margin-bottom: 0.7em;
    }
    #countdown span:last-child {
        margin-right: 0.7em; /* restore margin on last-child to even rows */
    }
    
    #mg-video-bg {
        display: none;
    }
    #mg-main {
        background: url(/images/new/vid/mg-ocean-waves-bg-poster.jpg) no-repeat;
        background-size: cover;
    }
    
    #request-btn,
    .mc-btn a {
        font-size: 1.2em;
    }
    
    /* form */
    form#mg-invite > div > label {
        font-size: 16px;
    }
    form#mg-invite label span {
        font-size: 16px;
    }
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    textarea,
    select {
        font-size: 16px;
    }
    
    /* 2019 videos */
    #mg-vid-2019 figcaption {
        font-size: 1.2em;
        padding: 0 7%;
    }
    #mg-vid-2019 .video-block {
        display: block;
        width: 100%;
        margin: 0 0 5% 0;
    }
    
    /* Tips & Techniques pub block */
    #mg-tips-pub h2 {
        font-size: 1.728em;
    }
    
    /* priv */
    .masonry .item .item-hover {
        width: 250px;
        left: calc(50% - 125px);
    }
    .masonry .item .speech-bubble {
        padding: 15px;
    }

}

/* 701px breakpoint ----------- */
@media only screen 
and (max-width : 701px) {
    
    /* CAA */
    body.caa #mg-main {
        font-size: 15px;
    }
    body.caa #countdown b {
        min-width: 2.488em;
    }
    .aside blockquote::before {
        width: 75px;
        height: 68px;
    }
    
    /* form */
    form#mg-invite > div > label {
        font-size: 15px;
    }
    form#mg-invite label span {
        font-size: 15px;
    }
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    textarea,
    select {
        font-size: 15px;
    }
    
    /* priv */
    .masonry .item .item-hover {
        width: 220px;
        left: calc(50% - 110px);
    }
    .masonry .item .speech-bubble blockquote p {
        font-size: 1em;
    }

}

/* 600px breakpoint ----------- */
@media only screen 
and (max-width : 600px) {
    
    /* linearize masthead elements */
    /*
    #private-code,
    nav#top-nav {
        float: none;
        margin-bottom: 1.44em;
    }
    */
    
    /* CAA */
    .testimonials .grid {
        column-count: 2;
        column-gap: 1.2em;
    }
    .btn-white,
    .btn-dk {
        font-size: 1.2em;
    }
    
    
    h1.mg-logo {
        /* margin-top: 3em; */
    }
    .event-copy {
        font-size: 1em;
    }
    
    /* heading section */
    .heading h2 {     
        font-size: 1.728em;
    }
    
    /* list section */
    .list .inner-wrap {
        padding: 5%;
    }
    .list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    
    /* single column countdown */
    #countdown {
        /* padding: 0 25%; */
    }
    #countdown span,
    #countdown span:last-child {
        margin-right: 0;
    }
    
    /* top navigation */
    nav#top-nav li a {
        /* font-size: 1em; */
    }
    
    /* dossier download top navigation */
    #mg-main.dossier-dl nav#top-nav li a,
    #mg-main.dossier-dl #private-code a
    {
        font-size: 1.44em;
    }
    
    /* common footer navigation */
    nav#sub-footer-nav {
        padding: 15px 5% 5px 5%;
    }
    footer#main-footer p.legal {
        margin: 0 5%;
        padding: 15px 10px 0 10px;
    }
    
    /* 2019 videos */
    #mg-vid-2019 figcaption {
        font-size: 1em;
    }
    
    /* priv */
    .desc-copy {
        padding: 0 5% 5% 5%;
    }
    
    /* priv */
    /* masonry grids to two columns */
    .masonry .grid-sizer,
    .masonry .item {
        width: 48.5%;
    }
    .masonry .gutter-sizer {
        width: 3%;
    }
    .masonry .item {
        margin-bottom: 3%;
    }
    #collage .masonry .item:nth-child(3n) {
        width: 48.5%;
    }
    #collage .masonry .item:nth-child(6n) {
        width: 48.5%;
    }
    #collage .masonry .item:nth-child(5n) {
        width: 100%;
    }
    
}


/* 578px breakpoint ----------- */
@media only screen 
and (max-width : 578px) {
    
    /* CAA */
    body.caa #private-code a,
    body.caa nav#top-nav li a {
        font-size: 1em;
    }
    
    /* press */
    #press p {
        font-size: 1.728em;
    }
    
    /* form */
    .remodal {
        padding: 15px;
    }
    #mg-form-container {
        width: 100%;
    }
    form#mg-invite > div {
        margin: 0 0 15px 0;
    }
    form#mg-invite > div > label {
        width: 100%;
        /* float: none; */
        margin: 0 0 0 3px;
        text-align: left;
        line-height: 28px;
    }
    form#mg-invite > div > div {
        width: 100%;
        float: none;
    }
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    textarea,
    select {
        width: 100%; 
    }
    form#mg-invite button[type="submit"] {
        width: 100%;
        margin: 0;
    }
    
}

/* 481px breakpoint ----------- */
@media only screen 
and (max-width : 481px) {
    
    /* CAA */
    body.caa #mg-main {
        font-size: 14px;
        padding-bottom: 5vh;
    }
    body.caa nav#top-nav,
    body.caa #private-code {
        margin: 1em 0 1.44em 0;
    }
    body.caa h1.mg-logo,
    body.caa h1.mg-logo-sprite {
        display: block;
        width: 85px;
    }
    body.caa h1.mg-logo a,
    body.caa h1.mg-logo-sprite a {
        box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.50);
        
        width: 85px;
        height: 121px;
    }
    body.caa h1.mg-logo a {
        background-size: 85px;
    }
    body.caa .info h2 {
        font-size: 2.074em;
    }
    body.caa .info p {
        font-size: 1.44em;
    }
    body.caa #countdown {
        margin: 1.44em auto 1em auto;
    }
    body.caa .intro-copy {
        margin: 0 0.833em 1.2em 0.833em;
    }
    .inner-wrap {
        max-width: 300px;
    }
    .aside.copy h3 {
        font-size: 1.2em;
    }
    .aside.copy p {
        font-size: 1.2em;
    }
    .aside.reverse h4,
    .aside.reverse p {
        font-size: 1em;
    }
    aside[id^='mg-quote'].reverse p,
    aside[id^='mg-quote'].lt p{
        font-size: 1.2em;
    }
    .testimonials h2 {
        font-size: 2.074em;
        margin-bottom: 0.579em;
    }
    .btn-dk {
        min-width: inherit;
        width: 100%;
    }
    img.wax-seal {
        max-width: 125px;
    }
    img.sig-img {
        max-width: 150px;
    }
    .aside blockquote::before {
        width: 60px;
        height: 54px;
    }
    #mg-copy-event p {
        font-size: 1.2em;
    }
    #mg-form-modal h1 + p {
        padding: 1.44em 15% 0 15%;
    }
    #mg-form-modal h1 + p span {
        display: inline;
    }
    
    /* 2019 videos */
    #mg-vid-2019 .inner {
        padding-top: 5%;
    }
    #mg-vid-2019 figcaption {
        margin-bottom: 0.833em;
    }    
    
    /* Tips & Techniques pub block */
    #mg-tips-pub h2 {
        font-size: 1.44em;
        padding: 0 3%;
    }
    
    /* dossier download */
    #mg-main.dossier-dl nav#top-nav li a,
    #mg-main.dossier-dl #private-code a
    {
        font-size: 1em;
    }
    #mg-main.dossier-dl #dossier-dl-main a {
        font-size: 1.44em;
    }
    
    /* priv */
    .masonry .item .item-hover {
        width: 180px;
        left: calc(50% - 90px);
    }
    .desc-copy {
        font-size: 1.15em;
    }
}


/* 401px breakpoint ----------- */
@media only screen 
and (max-width : 401px) {
    
    /* CAA */
    body.caa h1.mg-logo {
        display: block;
        width: 85px;
    }
    .testimonials .grid {
        column-gap: 1em;
    }
    .testimonials .grid-item {
        margin-bottom: 1em;
    }
    
    /* heading section */
    .heading h2 {     
        font-size: 1.5em;
    }
    
}


/* 395px breakpoint ----------- */
@media only screen 
and (max-width : 395px) {
    .hide-on-small {
        display: none;
    }
    
    #mg-intro.aside.copy h3 {
        font-size: 1.2em;
    }
    
}


/* 380px breakpoint ----------- */
@media only screen 
and (max-width : 380px) {
    
    /* footer */
    footer#main-footer {
        padding: 1em 0 2.5em;
    }
    
}


/* 361px breakpoint ----------- */
@media only screen 
and (max-width : 361px) {
    
    /* CAA */
    body.caa .info h2 {
        font-size: 1.728em;
    }
    body.caa .info p {
        font-size: 1.2em;
    }
    body.caa #countdown {
        margin: 1em auto 0.833em auto;
    }
    .inner-wrap {
        max-width: 280px;
    }
    .aside.copy .inner {
        padding: 5% 12%;
    }
    aside[id^='mg-quote'].reverse .inner-wrap {
        padding: 5% 2%;
    }
    .testimonials .inner {
        padding: 3% 5%;
    }
    .testimonials .grid {
        column-count: 1;
        column-gap: normal;
    }
    .testimonials .grid-item {
        width: 100%;
    }
    .btn-white {
        min-width: 275px;
    }
    img.wax-seal {
        max-width: 100px;
    }
    img.sig-img {
        max-width: 125px;
    }
    
    .list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    /* press */
    #press p {
        font-size: 1.44em;
    }
    
    #mg-form-modal h1 + p {
        padding: 1.44em 10% 0 10%;
    }
    
    /* priv */
    .masonry .item .item-hover {
        width: 160px;
        left: calc(50% - 80px);
    }
    .masonry .item .speech-bubble {
        padding-right: 10px;
    }
}


/* smartphones (portrait) ----------- */
@media only screen 
and (max-width : 321px) {
    
    /* CAA */
    .inner-wrap {
        max-width: 250px;
    }
    .btn-white {
        min-width: inherit;
    }
       
    /* footer */
    footer#main-footer p.legal {
        margin: 0 3%;
    }
    
    /* Tips & Techniques pub block */
    #mg-tips-pub h2 {
        font-size: 1.2em;
        padding: 0 5%;
    }
    
}