body #top-menu-wrap { /* this rule is only needed for dev server to override blue bar */
	border: none !important;
}


/***************
*
*    GENERAL
*
***************/


.button-container,
.wrapper-button {
	margin: 1em auto;
}

a.button {
	background: #a2be25;
	border: 1px solid #a2be25;
	color: #fff;
	display:inline-block;
	font-size:16px;
	font-weight:400;
	margin: 6px;
	padding: 10px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a.button > img {
	border:inherit;
}

a.button:hover, a.button:focus {
	background:#fff;
	color:#a2be25;
}

/*
*
*	TOP NAV
*
*/

/* 
*	Top half
*/

#header-spacer {
	height: 144px;
}

/* Toplinks */

#masthead-wrap {
	background-color: #000000;
	height: 40px;
}

#top-links {
	display: inline-block;
	padding-right:0.5em;
}

#top-links a {
	border-left: 1px solid;
	color: #a4a4a4;
	display:inline-block;
	font-size: 15px;
	font-weight: 400;
	margin: 0.5em 0;
	line-height: 1.5em;
	padding: 0 1em;
	text-transform: uppercase;
	vertical-align:top;
}

#top-donate-btn a:hover,
#top-links a:hover,
#top-donate-btn a:focus,
#top-links a:focus{
	color:#fff;
    border-color: #a4a4a4;
	outline-color: #a3be25;
}

#top-links a.brickworks-link {
	background-image: url(/images/icons/icon-ebw-40x40.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	color: #a2be25;
    line-height: 40px;
    margin: 0;
	padding-left: 44px;
}

/* Search box */

#masthead-wrap #search-box {
	float: right;
    height: 40px;
    width: 255px;
}

#search-box input#search-field {
    background-color: #474747;	
	
	/* INHERIT */
	height: 30px;
    width: 205px;
    padding: 5px;
    margin: 0;
    color: #fff;
    border: none;
    outline: 0;
    float: left;
}

#search-box input#search-field::-webkit-input-placeholder {
   color: #ffffff;
}
#search-box input#search-field:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
#search-box input#search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
#search-box input#search-field:-ms-input-placeholder {  
   color: #ffffff;  
}

/*
*	Lower half
*/

.site-logo {    /* THIS REPLACES #site-logo */
    display: inline-block;
    margin: 0.75em 2em 0.75em 0;
}

#top-menu {
    display: inline-block;
    vertical-align: top;
}

#top-menu-wrap {
    background-color: #ffffff;
	height: 104px;
    /*text-align: center;*/
	
	/* RESETS */
	border: none;
	
	/* INHERIT */
    z-index: 90;
}

#top-menu-wrap > .site-width {
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navBtn {
    display: inline-block;
    vertical-align: middle;
}

#navBtn ~ #navBtn { /* hack because the menu JS is adding a second button when transitioning between tablet / desktop layouts */
    display: none;
}

#myMenu {
	color:#fff;
}

.mm-list > li.last {
    margin-right: 0 !important; /* !important required to override the default .last selector -- remove the flag from there when there's time */
}

#top-menu a { /* rule modified from: #top-menu ul a */
	color: #2c2c2c;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	
	/* RESETS */
	font-size: 1em;
	
	/* INHERITS */
    line-height: 40px;
    outline-color: #dcef6f;
}

#top-menu > a, #top-menu .nav > li > a {
	text-transform: uppercase;
}

#top-menu ul {
    max-width: 700px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav > li {
    padding: 2em 0;
}

#top-menu ul a { /* TEMP OVERRIDE UNTIL ORIGINAL RULE REMOVED */
	color: #2c2c2c;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#top-menu ul li.level-1.here > a,
#top-menu ul li.level-1.parent-here > a{ /* REDUCE SPECIFICITY */
	
	/* RESET */
	color: #2c2c2c;
}

#top-menu ul ul {
    background-color: #eaeaea;
    margin: 0;
    padding: 10px 0;
	position: absolute;
	top: 104px;
    width: 180px;
}

#top-menu li.level-2.has-children {
	background-image: url(../images/interior/im_plus.png);
	background-repeat:no-repeat;
	background-position:160px center;
}

#top-menu ul ul li a{
	display:block;
	padding:7px 15px;
	font-size:16px;
	line-height:18px;
	color:#333333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#top-menu ul ul li:hover,
#top-menu ul ul li a:focus {
	background-color:#ffffff;
}

#top-menu ul ul ul {
	width:265px;
	left:180px;
	top:0;
	background-color:#ffffff;
    padding: 1em 0 0.5em;
}

#top-menu-wrap,
.nav li.level-1 > ul,
.nav li.level-2 > ul {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

#top-menu ul ul ul a {
	color:#666666;
	font-weight:300;
	padding:7px 20px;
}

#top-menu ul ul ul li.level-3 > a {
	color:#333333;
	font-weight:400;
}

#top-menu ul li.level-1 > a { /* TEMP RESET UNTIL ORIGINAL RULE REMOVED */
	text-shadow: none;
}

.last { /* RESET -- LOOK AT REMOVING THIS CLASS AND REPLACING WITH :last-child */
    margin-right: 40px !important;
}

#top-menu ul li.level-1 > a:hover { /* REDUCE SPECIFICITY */
	color: #a2be25;
}

#top-donate-btn {
	display: inline-block;
    margin: 1.5em 0;
    vertical-align: top;
}

#top-donate-btn .button {
	background-color: #a2be25;
    border: none;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
    margin: 0;
	padding: 1em 2em;
	text-transform:uppercase;
}

/* START DONATE MENU LEGACY */

#top-donate-btn:hover #donate-nav ul {
	left:1101px;
	-webkit-transform:scale(1,1);
    transform:scale(1,1);
}

#donate-nav ul {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    position: absolute;
    margin: 0 0 0 -67px;
    padding: 10px 0;
    left: -9000px;
    width: 125px;
    background-color: #efefef;
    list-style-type: none;
    top: 104px;
    text-align: center;
    -webkit-transform: scale(1,0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -webkit-transform-origin: 0 0;
    transform: scale(1,0);
    transition: transform 0.3s ease;
    transform-origin: 0 0;
    
    display: none !important; /* TEMPORARILY DISABLED UNTIL POSITIONING IS FIXED */
}

#donate-nav > ul:before {
    content: '';
    width: 100%;
    height: 24px;
    position: absolute;
    left: 0;
    top: -24px;
}

#donate-nav ul li {
    margin: 0;
	padding:0 10px;
    float: none;
}

#donate-nav ul li a {
    display: block;
    padding: 7px 0px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform:none;
}

#donate-nav ul li a:hover {
    color: #333333;
}

#donate-nav ul li:hover {
    background-color: #ffffff;
}

#donate-nav li.last { /* !important required to override the default .last selector -- remove the flag from there when there's time */
    margin-right: 0 !important;
}

/* END DONATE MENU LEGACY */

/* START LEGACY BANNERS */

#banner-wrap {
	margin-bottom:40px;
}

#overview-banner {
	width:1150px;
	max-width:100%;
	margin:0 auto;
	position:relative;
}

#overview-banner #banner-title{
	position:absolute;
	left:6%;
	bottom: 0;
}

/* END LEGACY BANNERS */

/**************
*
*    FOOTER
*
**************/

footer {
    color: #a4a4a4;
}

#footer-wrap {
    min-width: 1060px;
}

footer a {
    color: #a2be25;
    font-weight: 400;
}

footer a:hover,
footer a:focus {
    color: #efefef;
}

#footer-top {    /* REMOVE THIS ELEMENT ENTIRELY? */
    display: none;
}

#footer-bottom {
    background-color: #000000;
    padding: 2em 0;
    font-size: 0.875em; /* 14px */
}

#footer-bottom footer { /* REDUCE SPECIFICITY */
    /* RESET */
    height: auto;
}

.wrapper-footernav {
    text-align: center;
}

.wrapper-footernav > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.wrapper-footernav > div:not(:last-child) {
    margin-right: 0em;
}

.footer-social {
    width: 80px;
}

.footer-title,
.footer-sitemap > ul > li > a {
    font-weight: 600;
    margin-bottom: 1em;
}

.footer-sitemap > ul > li > a {
    color: #efefef;
    display: block;
}

.footer-sitemap > ul > li > a:hover,
.footer-sitemap > ul > li > a:focus {
    color: #a2be25;
}

#footer-bottom .footer-social ul,
.footer-sitemap ul ul{
	margin-top:1em;
}

.footer-donate {
    max-width: 100%;
    width: 124px;
}

#footer-bottom .footer-sitemap > ul > li {
	float:left;
    margin-left: 2em;
	max-width:150px;
}

#footer-bottom .footer-social li,
#footer-bottom .footer-sitemap ul ul li,
#footer-bottom .footer-donate li {
    line-height: 1.25em;
	padding-bottom:0.5em;
}

.footer-donate .button {
    display: block;
    background: #a2be25;
    border-color: #a2be25;
    margin: 0 0 1em;
    text-align: center;
}

.footer-donate .button:hover,
.footer-donate .button:focus {
    color: #a2be25;
}

.legal {
    color: #efefef;
    padding: 2em 0;
}

.co2_neutral {
	float:right;
}


/***************
*
*    General
*
***************/

p {
	line-height: 1.5em;
	margin-bottom:1.25em;
}

p.lead, p.lede {
	font-size: 1.5em;
	line-height: 1.4em;
    margin-bottom: 1em;
}




/****************
*
*    Homepage
*
****************/

body {
    background-color: #ffffff;
}

.feature {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.feature .wrapper-image {
    height: 540px;
    overflow: hidden;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .wrapper-image img {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 540px;
    min-width: 100%;
}

.feature-home {
    height: 540px;
}

.wrapper-wordmark {
    text-align: center; /* IE 9 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flex;
    -ms-flex-flow: column nowrap;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: column nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.wrapper-wordmark img {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    max-width: 100%;
    padding-bottom: 1em;
}

.wrapper-wordmark p {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 auto; /* IE 9 */
    max-width: 540px;
    padding: 0 0.5em;
    text-align: center;
}

.main {
    padding: 2em 0;
}

.wrapper-cards {
    text-align: center;
}

.card {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    display: inline-block;
    height: 400px;
    margin: 0.5em;
    max-width: 100%;
    padding: calc(200px + 1em) 1em 0.5em;
    position: relative;
    width: 322px;
    text-align: center;
    transition: box-shadow 0.1s linear;
    vertical-align: top;
}

.card-wide {
    padding-left: 4em;
    padding-right: 4em;
    width: 662px;
}

.card:hover,
.card:focus {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

.card img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.card h1,
.card h2 {
    font-family: 'Roboto Slab','Roboto',Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    margin: 0 0 0.5em;
}

.card a.category-link {
    color: #ffffff;
    font-size: 0.8em;
    padding: 1em 2em;
    position: absolute;
    top: 2em;
    left: -0.5em;
    text-transform: uppercase;
    z-index: 10;
}

.guides {
    background: #dc654e;    
}

.card .wrapper-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 200px;
}

.card a.article-link {
    display: -ms-flex;
    -ms-flex-flow: column nowrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: column nowrap;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.card a p {
    color: #1d1d1d;
    font-weight: 300;
    margin: 0;
}

.sidebar .card {
    max-width: 100%;
    margin: 0 0 1em 0;
    padding: calc(178px + 1em) 1em 1em;
    height: auto;
    width: 288px;
}

.sidebar .card h1,
.sidebar .card h2 {
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
}

.sidebar .card a p {
    margin: 0;
}

.bottom {
    clear: left;
    float: left;
    margin: 2em auto;
    width: 700px;
}

.bottom p {
    margin-bottom: 0.5em;
}

.newslettersignup {
    text-align: center;
}

.newslettersignup input[type="text"],
.newslettersignup button[type="submit"] {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
}

.newslettersignup input[type="text"] {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    padding: 0 0.5em;
    text-align: center;
    width: 240px;
}

.newslettersignup button[type="submit"] {
    background: #a2be25;
    border: 1px solid #a2be25;
    border-radius: 0;
    color: #ffffff;
    padding: 0 1em;
    text-transform: uppercase;
}

.newslettersignup-home {
    padding: 3em 0 1em;
}

.newslettersignup-home h1 {
    display: inline-block;
    font-family: 'Roboto Slab','Roboto',Arial,Helvetica,sans-serif;
    font-size: 32px;
    margin: 0 1em;
    vertical-align: top;
}

.newslettersignup-home form {
    display: inline-block;
    vertical-align: middle;
}



/*****************************
*
*    CONTENT LANDING PAGES
*
*****************************/

.feature-contentlanding,
.feature-contentlanding .wrapper-image {
    height: 480px;
}

.wrapper-bannertext {
    background: #8ca808;
    padding: 3em 1em;
}

.wrapper-bannertext p {
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 0.75em;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

.wrapper-bannertext p:last-child {
    margin-bottom: 0;
}

.main h1,
.main h2 {
    font-family: 'Roboto Slab',Helvetica,Arial,sans-serif;
}

.main ul,
.main ol {
    margin: 1em auto 2em;
}

.main li {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.center {
    text-align: center;
}

.main-discrete {
    background: #ffffff;
    padding: 3em 0;
}

.main-discrete:nth-of-type(even) {
    background: #efefef;
}

.main-discrete:nth-of-type(odd) .image-discretecontent {
    float: right;
    margin: 0 0 1.5em 2em;
}

.main-discrete:nth-of-type(even) .image-discretecontent {
    float: left;
    margin: 0 2em 1.5em 0;
}

.main-discrete .wrapper-text {
    min-height: 300px;
    display: -ms-flex;
    -ms-flex-flow: column nowrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: column nowrap;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.main-discrete p {
    font-size: 1.2em;
}

.wrapper-text p:last-child {
    margin-bottom: 0;
}

.wrapper-cards.site-width {
    padding: 0;
}

/*************
*
*    BLOG
*
*************/

.site-width.blog-legacy {
    margin-top: 2em;
}

.blog-legacy img {
    max-width: 100%;
    height: auto !important;
}

.feature-blog {
    margin-bottom: 1.5em;
}

.caption {
    color: #ffffff;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    max-width: 500px;
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    text-align: right;
    text-shadow: 1px 1px 2px #000000;
}

.main-blog {
    box-sizing: border-box;
    float: left;
    padding: 0 4em 0 0;
    width: 700px;
}

.main-blog h1 {
    font-family: 'Roboto Slab','Roboto',Arial,Helvetica,sans-serif;
}

.main-blog p:not(.lede) {
    font-size: 1.2em;
}

.main-blog .card {
    width: 298px;
}

.social-share {
    margin-bottom: 1.5em;
}

.social-share > div {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}

.social-share .facebook {
    margin-top: -1px;
}

.newslettersignup + .bottom.social-share {
    margin-top: 0;
    text-align: center;
}

.sidebar {
    box-sizing: border-box;
    clear: right;
    float: right;
    padding: 1em;
    width: 320px;
}

.tag {
    background: #eeeeee;
    color: #333333;
    font-size: 0.8em;
    font-weight: 400;
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    padding: 0.25em 0.5em;
}

.tag:hover,
.tag:focus {
    color: #a2be25;
}

.sidebar h1 {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

.author {
    margin-bottom: 0.5em;
    min-height: 80px;
    position: relative;
    display: -ms-flex;
    -ms-flex-flow: column nowrap;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: column nowrap;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

img + .author-name,
img ~ .author-title {
    padding-left: 88px;
}

.author .headshot {
    position: absolute;
    top: 0;
    left: 0;
}

.author-name {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0.25em;
}

.author-title {
    font-size: 0.8em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

.publicationdate {
    margin: 0;
}

.sidebar-publicationinfo + .sidebar-tags {
    margin-top: -0.5em;
    padding-top: 0;
}

.sidebar-supporter .logo {
    display: block;
    margin: 0 0 1em;
}

.sidebar-supporter p {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 0.25em;
}

/* REMOVE *
#copyright
#reg-no
*/

@media screen and (max-width:1060px) {
    
    h2.no-desktop:not(.no-tablet),
    p.no-desktop:not(.no-tablet),
    img.no-desktop:not(.no-tablet) {
        display: block !important; /* HACKY RESET */
    }
    
    #top-donate-btn .button {
        padding: 0.5em 1em;
    }
	
	#footer-wrap {
		min-width:765px;
	}
    
    .main,
    .sidebar,
    .bottom {
        clear: both;
        float: none;
    }
    
    .main-blog,
    .sidebar,
    .bottom {
        padding-left: 0;
        padding-right: 0;        
        width: 100%;
    }
    
    .feature {
        height: 480px;
    }
    
    .feature-home .wrapper-image img,
    .feature-blog .wrapper-image img,
    .feature-contentlanding .wrapper-image img {
        min-height: 480px;
    }
    
    .main-blog .card {
        width: 320px;
    }
    
    .card-wide {
        padding-left: 0.5em;
        padding-right: 0.5em;
        width: 320px;
    }

    .wrapper-cardcollection .card {
        max-width: 100%;
        margin: 0 0 1em 0;
        padding: calc(178px + 1em) 1em 1em;
        height: auto;
        width: 288px;
    }

    .wrapper-cardcollection .card h1,
    .wrapper-cardcollection .card h2 {
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper-cardcollection .card a p {
        margin: 0;
    }
    
    .sidebar .card h1,
    .sidebar .card h2,
    .wrapper-cardcollection .card h1,
    .wrapper-cardcollection .card h2 {
        font-size:1.25em;
    }
    
    .sidebar .card p,
    .wrapper-cardcollection .card p {
        font-size: 0.9em;
        line-height: 1.25em;
        margin: 0 0.5em;
    }
    
    .sidebar-related,
    .wrapper-cardcollection {
        text-align: center;
    }
    
    .sidebar-related .card,
    .wrapper-cardcollection .card {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    
    .sidebar .card:nth-of-type(odd) {
        margin-right: 1em;
    }
    
}

@media screen and (max-width:570px) {
    
    h2.no-desktop:not(.no-phone),
    p.no-desktop:not(.no-phone),
    img.no-desktop:not(.no-phone),
    h2.no-tablet:not(.no-phone),
    p.no-tablet:not(.no-phone),
    img.no-tablet:not(.no-phone) {
        display: block !important; /* HACKY RESET */
    }
    
    #header-spacer {
        height: 104px;
    }
    
    #top-menu-wrap {
        height: 64px;
    }
    
    #top-menu {
        padding-left: 80px;
        text-align: center;
        width: 100%;
    }
    
    #masthead-wrap #search-box {
		position: absolute;
		top: 0;
		right: 0;
		width: 114px;
    }
	
	#search-box input#search-field {
		width: 64px;
	}
	
	#top-links a.brickworks-link, #top-links a.contact-link {
		display:none;
	}
	
	#top-links a.lang-switcher {
        border-left: none;
		position: absolute;
		right: 120px;
        top: 0;
	}
    
    .site-logo {
        margin: 0;
    }
    
    .site-logo .no-desktop {
        position: absolute;
        bottom: 0em;
    }
	
	#top-donate-btn {
        margin: 0.75em 0;
	}
    
    #top-donate-btn a {
        font-size: 1em;
    }
	
	#footer-wrap {
		min-width:320px;
	}
    
    footer {
        text-align: center;
    }
    
    .co2_neutral {
        float: none;
    }
    
    .main p:not(.lede) {
        font-size: 1em;
    }

    .main li {
        font-size: 1em;
    }
    
    .feature,
    .feature-home .wrapper-image,
    .feature-blog .wrapper-image,
    .feature-contentlanding .wrapper-image {
        height: 300px;
    }
    
    .feature-home .wrapper-image img,
    .feature-blog .wrapper-image img,
    .feature-contentlanding .wrapper-image img {
        max-height: 300px;
        min-height: 300px;
    }
    
    .wrapper-wordmark p {
        font-size: 1em;
        width: 240px;
    }
    
    .sidebar .card:nth-of-type(1n), /* :nth-of-type required to override */
    .wrapper-cardcollection .card {
        margin-left: 0;
        margin-right: 0;
        padding: calc(178px + 1em) 1em 1em;
    }
    
    .newslettersignup input[type="text"] {
        width: 180px;
    }
    
    .card {
        margin: 0.5em auto;
        padding-top: calc(186px + 0.5em);
        width: 300px;
    }

    .card .wrapper-image {
        height: 174px;   
    }
    
    .newslettersignup h1 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    
    .wrapper-bannertext {
        padding: 1.5em 0.75em;
    }
    
    .wrapper-bannertext p {
        font-size: 1.25em;
    }

    .main-discrete:nth-of-type(odd) .image-discretecontent,
    .main-discrete:nth-of-type(even) .image-discretecontent {
        float: none;
        margin: 0 0 1em;
        max-width: 100%;
    }
    
    .main-discrete .wrapper-text {
        min-height: 0;
    }
    
}