/*-------------------- reset stylesheet --------------------- */
html, body, div, span, h1, h2, h3, h5, 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;
}


/*-------------------- global styles & structure --------------------- */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px; /* base font size */
}


/*-------------------- header, footer & navigation --------------------- */
/*--- header & navigation ---*/
#masthead-home {
    padding: 2em 0;
}
#masthead-home h1 {
    float: left;
}
#masthead-home h1 a {
    display: inline-block;
    background: url(/images/new/minard-capital-logo-grey.svg) no-repeat top left;
    background-size: 140px;
    width: 140px;
    height: 117px;
    text-indent: -9999px;
}
#masthead-home nav {
    float: right;
    padding-top: 1.44em;
}
nav#primary-home li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1.44em;
}
nav#primary-home li:last-child {
    margin-right: 0;
}
nav#primary-home li a {
    /* color: #414042; */
    color: #a6a6a6;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
nav#primary-home li a:hover {
    color: #fff;
}

/* mobile nav hamburger */
.mobile-menu {
    float: right;
    display: none; /* hide for large screens */
}


/*--- footer ---*/
footer#main-footer {
    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 --------------------- */
/* landing page styles */
#landing { /* multiple backgrounds for center line and tweed pattern */
    background-color: #333;
    background-image: url(/images/new/gold-line-bg.png), url(/images/new/tweed-tile-bg.jpg);
    background-repeat: repeat-y, repeat;
    background-position: center center, top left;
}
#landing-marble { /* multiple backgrounds for center line and tweed pattern */
    background: #333 url(/images/new/bg-flood-marble.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}
/*
#landing:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid;
    border-image: url(/images/new/gold-line-bg.png) 1 25 round;
}
*/
.landing-main {
    max-width: 1800px;
    margin: 27vh auto 0 auto;
    display: flex; 
    align-items: center;
}
.landing-main .logo {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 5%;
}
.landing-main .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.landing-main .logo a {
    display: inline-block;
    box-shadow: inset 0 1px 10px rgba(0,0,0,0.50);
    -webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.landing-main .logo a:hover {
    /* -webkit-filter: drop-shadow(1px 1px 25px rgba(0, 0, 0, 0.8)); */
    /* fade logo to black on hover */
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    filter: brightness(0%);
    /*
    -webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    */
}
.logo.mc a {
    max-width: 230px; 
}
.logo.mg a {
    max-width: 220px;
}

/*
OLD
*/
/*
.logo h2.mc a {
    display: inline-block;
    text-indent: -9999px;
    -webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
    
}
.logo h2.mc a:hover {
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    filter: brightness(0%);
    -webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.logo h2.mg a {
    display: inline-block;
    text-indent: -9999px;
}
.logo h2.mg a:hover {
    background: url(/images/new/minard-guild-logo-black.png) no-repeat top left;
    background-size: 220px;
    
}

h2.mc a {
    background: url(/images/new/minard-capital-logo-gold.gif) no-repeat top left;
    background-size: 230px;
    width: 230px;
    height: 212px;
}
h2.mg a {
    background: url(/images/new/minard-guild-logo-gold.png) no-repeat top left;
    background-size: 220px;
    width: 220px;
    height: 313px;
}
*/


/* general containers for section content */
.container {
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative; */
    /* height: 100%; */
    padding: 0 2em;
}
.hero-inner {
    position: relative;
    /* min-height: 600px; */
    background-color: #808080;
}
.hero-img img { /* scale embedded hero images */
    width: 100%;
    height: auto;
}

/* primary section/slide wrapper */
.section {
    overflow-x: hidden;
}


/* general section styles & defaults */
.section h2 { /* hero heading defaults */
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    /* font-size: 2.5vw; */
    text-transform: uppercase;
    /* position: absolute;
    left: 12%;
    bottom: 10%;
    max-width: 680px;
    min-width: 600px; */
}
.section h2 span {
    font-weight: 700;
}
h2 span {
    display: inline-block; /* control line breaks */
}
h2 small {
    display: block;
    font-size: 0.44em;
    font-style: italic;
    line-height: 1.44em;
}
.copy {
    background-color: #f8f8f8;
}
.copy-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 2.2em 1.44em;
}
.copy-inner p {
    font-size: 1.28em;
    line-height: 1.44em;
    text-align: justify;
}
.copy-inner p:not(:first-child) {
    margin-top: 1.2em;
}
.copy-inner a {
    color: #0d69d9; /* default link color */
    text-decoration: none;
}
.brick {
    color: #841F27;
}

/* specific section content */
/* intro section */
.intro h2 {
    position: absolute;
    left: 12%;
    bottom: 10%;
    max-width: 600px;
    /* min-width: 600px; */
}
.intro .hero-inner {   
    height: 100vh;
    background: #eee url(/images/new/bg-bulls-1600px.jpg) no-repeat center center;
    background-size: cover;    
}

/* section backgrounds */
.hammer .hero-inner {
    background: #eee url(/images/new/bg-hammer-1600px.jpg) no-repeat bottom center;
    background-size: cover; 
}
.house .hero-inner {
    background: #eee url(/images/new/bg-house-new-1600px.jpg) no-repeat center center;
    background-size: cover; 
}
#playbook .hero-inner {
    background: #eee url(/images/new/bg-playbook-1600px.jpg) no-repeat center center;
    background-size: cover; 
}
.trophy .hero-inner {
    background: #eee url(/images/new/bg-trophy-1600px.jpg) no-repeat top 40% center;
    background-size: cover; 
}
.ruler .hero-inner {
    background: #eee url(/images/new/bg-ruler-1600px.jpg) no-repeat bottom center;
    background-size: cover; 
}
.entrance .hero-inner {
    background: #eee url(/images/new/bg-entrance-1600px.jpg) no-repeat top center;
    background-size: cover; 
}
#creed .hero-inner {
    background: #eee url(/images/new/bg-creed-1600px.jpg) no-repeat center center;
    background-size: cover; 
}
.geese .hero-inner {
    background: #eee url(/images/new/bg-geese-1600px.jpg) no-repeat center center;
    background-size: cover; 
}


/* audio player component via amplitude.js - START */
aside#featured {
    margin-top: -60px;
}
aside#featured .container {
    text-align: right;
}
aside#featured p {
    font-size: 0.833em;
    max-width: 325px;
    margin-left: auto;
}
aside#featured p,
aside#featured a {
    color: #fff;
    font-weight: 700;
}

div#audio-player {
    display: inline-block;
    text-align: right;
    max-width: 475px;
}
/*
div#audio-player img[amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
*/
div#audio-player div.bottom-container {
    /* background-color: #202136; */
}
div#audio-player div.bottom-container progress.amplitude-song-played-progress:not([value]) {
  background-color: #a6a6a6;
}
div#audio-player div.bottom-container progress.amplitude-song-played-progress {
    background-color: #a6a6a6;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    display: block;
    cursor: pointer;
    border: none;
}
div#audio-player div.bottom-container progress[value]::-webkit-progress-bar {
    background-color: #a6a6a6;
}
div#audio-player div.bottom-container progress[value]::-moz-progress-bar {
    background-color: #0185d7;
}
div#audio-player div.bottom-container progress[value]::-webkit-progress-value {
    background-color: #0185d7;
}
div#audio-player div.bottom-container div.time-container {
    opacity: 0.5;
    font-size: 12px;
    color: #fff;
    height: 15px;
}
div#audio-player div.bottom-container div.time-container span.current-time {
    float: left;
    margin-left: 5px;
}
div#audio-player div.bottom-container div.time-container span.duration {
    float: right;
    margin-right: 5px;
}
div#audio-player div.bottom-container div.control-container {
    /* margin-top: 10px; */
    padding: 10px;
}
div#audio-player div.bottom-container div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    /* margin-left: 10px; */
}
div#audio-player div.bottom-container div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url('/images/new/ui/btn-play.svg') no-repeat;
}
div#audio-player div.bottom-container div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url('/images/new/ui/btn-pause.svg') no-repeat;
}
div#audio-player div.bottom-container div.control-container div.meta-container {
    float: right;
    width: calc(100% - 90px);
    text-align: left;
    color: white;
    margin: 0 0 0 5px;
}
div#audio-player div.bottom-container div.control-container div.meta-container span[amplitude-song-info="name"] {
    color: #fff;
    font-size: 0.833em;
    font-weight: 700;
    display: block;
}
div#audio-player div.bottom-container div.control-container div.meta-container span[amplitude-song-info="artist"] {
    color: #e5e5e5;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
div#audio-player div.bottom-container div.control-container:after {
    content: "";
    display: table;
    clear: both;
}
/* audio player component via amplitude.js - END */


/*  NEW BANNERs */
.hero-inner {
    /* max-height: 600px; */
}
.headline {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 700;
}
.hammer .hero-inner {
    padding: 29% 0 14%;
}
.hammer .headline {
    /* max-width: 860px; */
}
.house .hero-inner {
    padding: 14% 0 17%;
}
.house .headline {
    max-width: 1100px;
}
.house .headline h2 {
    max-width: 400px;
}
#playbook .hero-inner {
    padding: 23% 0;
}
#playbook .headline {
    text-align: right;
    max-width: 1020px;
}
#playbook .headline h2 {
    color: #000;
    text-align: left;
    display: inline-block;
    max-width: 400px;
}
#playbook .headline h2 span {
    display: inline;
}
.trophy .hero-inner {
    padding: 23% 0;
}
.trophy .headline {
    max-width: 1000px;
}
.trophy .headline h2 {
    color: #000;
    max-width: 480px;
}
.ruler .hero-inner {
    padding: 15% 0;
}
.ruler .headline {
    max-width: 960px;
}
.ruler .headline h2 {
    max-width: 420px;
}
.entrance .hero-inner {
    padding: 20% 0 23%;
}
.entrance .headline {
    text-align: right;
    max-width: 1000px;
}
.entrance .headline h2 {
    text-align: left;
    display: inline-block;
    max-width: 340px;
}
#creed .hero-inner {
    padding: 15% 0 47%;
}
#creed .headline {
    max-width: 920px;
}
#creed .headline h2 {
    color: #000;
}
.geese .hero-inner {
    padding: 40% 0 5%;
}
.geese .headline {
    text-align: right;
    max-width: 900px;
    margin: 0 5% 0 25%;
}
.geese .headline h2 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}


/* secure & careers/team list sections - common styles */
.secure,
.team {
    text-align: center;
}
.secure h3,
.team h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    border: 2px solid #000;
    display: inline-block;
    padding: 0 1.8em;
    margin: 1em 0;
}
.secure h4,
.team h4 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.secure h5,
.team h5 {
    font-size: 1.6em;
    font-weight: normal;
    text-align: justify;
}
.secure ul,
.team ul {
    list-style-type: none;
    /* padding-left: 50px; */
}
.secure li,
.team li {
    text-align: left;
    background-image: url(/images/new/list-disc.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 65px;
    margin-bottom: 2em;
    padding: 10px 0 10px 85px;
    /* position: relative; */
}
.secure li p,
.team li p {
    text-align: left;
}

/*
.secure li:before {
    position: absolute;
    display: block;
    content: '';
    left: -65px;
    width: 70px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 50%;
}
*/
.secure li p:not(:first-child),
.team li p:not(:first-child){
    margin-top: 0; /* override copy default */
}


/* careers/team list section - unique styles */
#careers .copy-inner a {
    color: #2a8c14; /* override default copy-inner anchor color */
}

.team.copy-inner {
    max-width: 1200px; /* override default */
}
.team h4 {
    font-size: 1.44em;
}
.team h5 {
    font-weight: 700;
    text-align: center;
}
.team ul {
    -webkit-column-count: 4;        
    -moz-column-count: 4;
    column-count: 4;
    margin: 0 auto;
}
.team li {
    min-height: 4em;
    background-image: url(/images/new/list-disc-solid.svg);
    background-position: 0 25%;
    background-size: 10px;
    break-inside: avoid-column;
    margin-bottom: 1em;
    padding: 10px 10px 10px 25px;     
    /* position: relative; */
}



/* data section */
#data .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1em 0 0;

}
#data .panel {
    /* display: inline-block; */
    float: left;
    width: 49.74%;
    margin: 0 0.5% 0.5% 0;
    /* border: 1px solid #eee; */
    font-family: 'PT Sans Narrow', sans-serif;
    /* font-size: 1.5em; */
    font-size: 1.65vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12% 0;
    background-color: #eee;
    background-size: cover;
}
#data .panel:nth-child(even) {
    margin-right: 0;
}
.panel b {
    /* font-size: 3.6em; */
    font-size: 6.2vw;
    line-height: 1;
    font-weight: 700;
    display: block;
}
.panel span:after {
    display: block;
    content: '\00a0';
}
.panel.insider {
    background: #eee url(/images/new/bg-data-insider.jpg) no-repeat center center;
}
.panel.countries {
    background: #eee url(/images/new/bg-data-countries.jpg) no-repeat center center;
}
.panel.channels {
    background: #eee url(/images/new/bg-data-channels.jpg) no-repeat center center;
}
.panel.debt {
    background: #eee url(/images/new/bg-data-debt.jpg) no-repeat center center;
}
.panel.clients {
    background: #eee url(/images/new/bg-data-clients.jpg) no-repeat center center;
}
.panel.assets {
    background: #eee url(/images/new/bg-data-assets.jpg) no-repeat center center;
}
.panel.founding {
    background: #eee url(/images/new/bg-data-founding.jpg) no-repeat center center;
}
.panel.retention {
    background: #eee url(/images/new/bg-data-retention.jpg) no-repeat center center;
}


/* contact section */
#contact .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 2em 1em;
}
.logo-header {
    display: flex; 
    align-items: center;
}
.logo-header .mc,
.logo-header .mg {
    float: left;
    width: 49.9%;
    text-align: center;
}
.logo-header .mg {
    border-left: 2px solid #333;
}
.logo-header .mc img {    
    max-width: 140px;
    height: auto;
}
.logo-header .mg img {
    max-width: 170px;
    height: auto;
}
.office {
    padding: 1.2em 0;
}
.office img {
    max-width: 100%;
    height: auto;
}
.contact-info {
    padding-bottom: 2.4em;
}
.contact-info .info {
    display: inline-block;
    width: 49%;
    text-align: center;
}
.info .info-inner {
    display: inline-block;
}
.info-inner p:nth-child(2n+1) {
    padding-top: 1.2em;
}
.contact-info h2,
.contact-info p {
    text-align: left;
}
.contact-info a {
    color: #000;
    text-decoration: none;
}
.contact-info h2 {
    color: #000;
    font-size: 1.44em;
}
.mg-request-btn {
    /* 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;
}

/* fatNav styles - start */
.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 10000;
    /* padding: 12px; */
    padding: 20px 12px 12px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
    display: block;
    width: 25px;
    height: 2px;
    /* background-color: #222; */
    background-color: #363638;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.hamburger__icon:before,
.hamburger__icon:after {
    position: absolute;
    content: "";
}
.hamburger__icon:before {
    top: -7px;
}
.hamburger__icon:after {
    top: 7px;
}
.hamburger.active .hamburger__icon {
    background-color: transparent;
}
.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
    background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.mobile-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.mobile-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mobile-nav ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.mobile-nav li {
    font-size: 2em;
    list-style-type: none;
    text-align: center;
    padding: 10px;
}
.mobile-nav li,
.mobile-nav li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.mobile-nav li a {
    text-decoration: none;
}
/* fatNav styles - end */


/*-------------------- media queries --------------------- */
/* 1280px breakpoint ----------- */
@media only screen 
and (max-width : 1280px) {
    body {
        font-size: 15px;
    }
    .section h2 {
        font-size: 2.3em;
    }
    .contact-info h2 {
        font-size: 1.44em;
    }
    .intro h2 {
        left: 7%;
    }
    footer#main-footer {
        padding: 2em 0 2.5em;
    }
    
    /* hero sections */
    .hammer .hero-inner {
        padding: 26% 0 12% 5%;
    }
    .hammer .headline {
        max-width: 650px;
    }
    .house .hero-inner {
        padding: 14% 0 17% 5%;
    }
    .trophy .hero-inner {
        padding: 22% 0 22% 5%;
    }
    .house .headline span {
        display: inline;
    }
    .ruler .hero-inner {
        padding: 15% 0 15% 5%;
    }
    #creed .hero-inner {
        padding: 17% 0 47% 5%;
    }
    .geese .headline {
        margin: 0 5% 0 20%;
    }
}

/* 960px breakpoint ----------- */
@media only screen 
and (max-width : 960px) {
    .section h2 {
        font-size: 2em;
    }
    .contact-info h2 {
        font-size: 1.44em;
    }
    .copy-inner {
        padding: 2.2em 3em;
    }
    #contact .container {
        padding: 2em 1em 0.5em 1em;
    }
    
    /* hero sections */
    .intro .hero-inner {
        background-position: center right 35%;
    }
    .house .headline {
        margin: 0;
        max-width: 360px;
    }
    .intro.section h2 {
        font-size: 2.3em;
    }
    #playbook .hero-inner {
        padding: 18% 3% 18% 0;
    }
    #playbook .headline h2 {
        max-width: 300px;
    }
    .ruler .headline {
        margin: 0;
        max-width: 400px;
    }
    #creed .hero-inner {
        background-position: top 25% center;
        padding: 14% 0 44% 10%;
    }
    #data .panel {
        font-size: 1.8vw;
    }
    .panel b {
        font-size: 6.7vw;
    }
    .secure h5 {
        font-size: 1.5em;
        text-align: center;
    }
    
}

/* 820px breakpoint ----------- */
@media only screen 
and (max-width : 820px) {
    /* show mobile nav */
    nav#primary-home {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    
    /* aside content */
    aside#featured {
        margin-top: 0;
    }
    aside#featured .container {
        text-align: left;
    }
    div#audio-player {
        max-width: 400px;
    }
    
    
    /* hero sections */
    .geese .headline {
        margin: 0 5% 0 15%;
    }
}

/* tablets (portrait) ----------- */
@media only screen 
and (max-width : 768px) {
    body {
        font-size: 14px;
    }
    .section h2 {
        font-size: 1.8em;
    }
    
    /* hero sections */
    .hammer .hero-inner {
        padding: 26% 0 12% 5%;
    }
    .hammer .headline {
        max-width: 460px;
    }
    .house .headline {
        max-width: 270px;
    }
    #playbook .headline h2 {
        max-width: 260px;
    }
    .ruler .headline {
        margin: 0;
        max-width: 260px;
    }
    .entrance .headline h2 {
        max-width: 280px;
    }
    
    /* hero sections */
    .geese .headline {
        margin: 0 5% 0 5%;
    }
    
    /* contact section */
    .contact-info h2 {
        font-size: 1.44em;
    }
    .logo-header .mc img {    
        max-width: 120px;
    }
    .logo-header .mg img {
        max-width: 140px;
    }
    
    
    /* secure section */
    .secure h3 {
        font-size: 2em;
    }
    .secure h5 {
        font-size: 1.44em;
        padding: 0 3em;
    }
    .secure li {
        padding: 10px 0 10px 75px;
        background-size: 50px;
    } 
    
}

/* 600px breakpoint ----------- */
@media only screen 
and (max-width : 600px) {
    /* smaller screen section backgrounds */
    .intro .hero-inner {         
        background: #eee url(/images/new/bg-bulls-800px.jpg) no-repeat center center;
        background-size: cover;    
    }
    .hammer .hero-inner {
        background: #eee url(/images/new/bg-hammer-800px.jpg) no-repeat bottom center;
        background-size: cover; 
    }
    .house .hero-inner {
        background: #eee url(/images/new/bg-house-new-800px.jpg) no-repeat center center;
        background-size: cover; 
    }
    #playbook .hero-inner {
        background: #eee url(/images/new/bg-playbook-800px.jpg) no-repeat center center;
        background-size: cover; 
    }
    .trophy .hero-inner {
        background: #eee url(/images/new/bg-trophy-800px.jpg) no-repeat top 40% center;
        background-size: cover; 
    }
    .ruler .hero-inner {
        background: #eee url(/images/new/bg-ruler-800px.jpg) no-repeat bottom center;
        background-size: cover; 
    }
    .entrance .hero-inner {
        background: #eee url(/images/new/bg-entrance-800px.jpg) no-repeat top center;
        background-size: cover; 
    }
    #creed .hero-inner {
        background: #eee url(/images/new/bg-creed-800px.jpg) no-repeat center center;
        background-size: cover; 
    }
    .geese .hero-inner {
        background: #eee url(/images/new/bg-geese-800px.jpg) no-repeat center center;
        background-size: cover; 
    }
    
    /* masthead */
    #masthead-home .container {
        padding: 0 1em;
    }
    #masthead-home h1 a {
        width: 100px;
        height: 84px;
        background-size: 100px;
    }
    
    /* hero sections */
    .section h2 {
        font-size: 1.5em;
    }
    .copy-inner p {
        font-size: 1.2em;
    }
    .intro h2 {
        left: 5%;
    }
    .intro .hero-inner {
        background-position: center right 30%;
    }
    #creed .hero-inner {
        padding: 22% 0 39% 5%;
    }
    .hammer .headline {
        max-width: 360px;
    }
    .house .headline {
        max-width: 200px;
    }
    #playbook .headline h2 {
        max-width: 200px;
    }
    .trophy .headline h2 {
        color: #000;
        max-width: 400px;
    }
    .ruler .headline {
        margin: 0;
        max-width: 220px;
    }
    .entrance .headline h2 {
        max-width: 200px;
    }
    
    /* contact section */
    .contact-info h2 {
        font-size: 1.44em;
    }
    .logo-header .mc img {    
        max-width: 100px;
    }
    .logo-header .mg img {
        max-width: 120px;
    }
    
    /* 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;
    }
    
    /* aside content */
    aside#featured {
        margin-top: -10px;
    }
    aside#featured .container {
        padding: 0 1.2em;
    }
    aside#featured div#audio-player div.bottom-container div.control-container {
        padding: 5px;
    }
    div#audio-player {
        max-width: 480px;
    }
}


/* smartphones (landscape) ----------- */
@media only screen 
and (max-width : 481px) {
    body {
        font-size: 13px;
    }
    
    /*
    #masthead-home nav {
        float: left;
        max-width: 200px;
        padding-left: 2em;
    }
    */
    .intro.section h2 {
        font-size: 2em;
        bottom: 15%;
    }
    
    /* hero sections */
    .section h2 {
        font-size: 1.4em;
    }
    .hammer .hero-inner {
        padding: 26% 0 10% 5%;
    }
    .hammer .headline {
        max-width: 320px;
    }
    .house .headline {
        max-width: 160px;
    }
    #playbook .headline h2 {
        max-width: 160px;
    }
    .trophy .headline h2 {
        color: #000;
        max-width: 300px;
    }
    .ruler .headline {
        margin: 0;
        max-width: 180px;
    }
    .entrance .headline h2 {
        max-width: 175px;
    }
    
    /* secure section */
    .secure h5 {
        font-size: 1.2em;
        padding: 0 1.2em;
    }
    .secure li {
        padding: 10px 0 10px 65px;
        background-size: 45px;
    }
    .copy-inner.secure {
        padding: 2.2em 2.5em;
    }
    
    /* contact section */
    .contact-info .info {
        display: block;
        float: left;
    }
    .contact-info .info:first-child {
        padding-right: 2%;
    }
    .contact-info h2 {
        font-size: 1.2em;
    }
    .logo-header .mc img {    
        max-width: 90px;
    }
    .logo-header .mg img {
        max-width: 100px;
    }
    
    /* aside content */
    div#audio-player div.bottom-container div.control-container div.amplitude-play-pause {
        width: 65px;
        height: 65px;
    }
    div#audio-player div.bottom-container div.control-container div.meta-container {
        width: calc(100% - 80px);   
    }
    
}


/* 400px breakpoint ----------- */
@media only screen 
and (max-width : 400px) {
    
    /* hero sections */
    .geese h2 span {
        display: inline;
    }
    
}


/* smartphones (portrait) ----------- */
@media only screen 
and (max-width : 380px) {
    body {
        font-size: 12.5px;
    }
    footer#main-footer {
        padding: 1em 0 2.5em;
    }
    
    /*
    #masthead-home nav {
        float: left;
        max-width: 180px;
        padding-left: 2em;
    }
    */
    
    .copy-inner {
        padding: 2em;
    }
    .hammer .hero-inner {
        padding: 20% 0 10% 15%;
    }
    .hammer .headline {
        max-width: 300px;
    }
    .house .hero-inner {
        padding-left: 3%;
    }
    .house .headline {
        max-width: 150px;
    }
    #playbook .headline h2 {
        max-width: 135px;
    }
    .ruler .headline {
        margin: 0;
        max-width: 150px;
    }
    .entrance .headline h2 {
        max-width: 140px;
    }
    #creed .hero-inner {
        padding-left: 5%;
    }
    
    /* secure section */
    .secure h5 {
        font-size: 1.2em;
        padding: 0;
    }
    .copy-inner.secure {
        padding: 2.2em 1.8em;
    }
    
    /* data section */
    #data .panel {
        font-size: 2.1vw;
    }
    .panel b {
        font-size: 7vw;
    }
    
    /* contact section */
    .contact-info {
        font-size: 12px;
    }
    .logo-header .mc img {    
        max-width: 80px;
    }
    .logo-header .mg img {
        max-width: 90px;
    }
    .mg-request-btn {
        font-size: 1.2em;
    }
}


/* smartphones @ 350px breakpoint ----------- */
@media only screen 
and (max-width : 350px) {
    body {
        font-size: 12px;
    }
    #masthead-home .container {
        padding: 0 0 0 1em;
    }
    
    /*
    #masthead-home nav {
        max-width: 170px;
        padding-left: 1em;
    }
    */
    
    #playbook .hero-inner {
        padding: 18% 0 18% 0;
    }
    #playbook .headline h2 {
        max-width: 130px;
    }
    .ruler .hero-inner {
        background-position: center center;
    }
    .ruler .headline {
        max-width: 170px;
    }
    .entrance .headline h2 {
        max-width: 130px;
    }
    .geese .headline {
        margin: 0 5% 0 15%;
    }
    
    .secure li {
        margin-bottom: 0.5em;
    }
}


/* smartphones (portrait) ----------- */
@media only screen 
and (max-width : 321px) {
    .hammer .hero-inner {
        padding: 20% 0 10% 15%;
    }
    .hammer .headline {
        max-width: 230px;
    }
    footer#main-footer p.legal {
        margin: 0 3%;
    }
}