/* This is the smallest max width we can support, everything stacks. Goes down to 260px wide reasonably well*/
@media (max-width: 343px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 2.7rem;
	}

	#logo img {
	    width: 9.4rem;
	    height: 5rem;
	    margin-left: 1.18125rem;
	}

    #scorecard-title, .overlay-title {
        font-size: 2rem;
    }

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 5rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 5rem) - 4.8rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-color: rgba(0, 0, 0, 0);
	    width: 15.98625rem; /* 20.3rem; */
	    height: 18.9rem; /* 24rem; */
	    display: block;
	    margin-bottom: 3.15rem;
	    cursor: pointer;
	    z-index: 1;
	}

	.game-badge.one_item, .game-badge.two_items, .game-badge.three_items, .game-badge.four_items {
	    margin: 0 calc((100% - 15.98625rem) / 2) 2.3625rem calc((100% - 15.98625rem) / 2);
	    flex: 0 0 calc(100% - (100% - 15.98625rem));
	}

	.row.middle, .row.lower_lower {
	    max-width: 94.5rem;
	    width: 100%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.span6 img {
	    width: 100%;
	    height: auto;
	}

	.row.middle .span6 {
        width: 60%;
        min-width: 15.98625rem;
        margin: 0 auto 2.3625rem auto;
	}

	#footer {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #000;
	    margin: unset;
	    padding: unset;
	    width: 100% !important;
	    height: 4.8rem;
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
	    position: absolute;
	    top: 50%;
	    transform: translate(0, -50%);
	    font-size: 0;
	    line-height: 0;
	    margin: 0;
		margin-left: calc(100vw - 1.18125rem - 45%);
	    margin-right: 1.18125rem;
	    width: 45%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9;
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: 2.3625rem;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-description {
	    font-size: 1.2rem;
	    line-height: 1.2;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.score-value {
        font-size: 2rem;
    }

	.train-activity .score-label, .train-activity .score-value {
	    font-size: 0.7rem;
	}

	.score-label {
	    font-size: 0.7rem;
	}

	#achieve-gallery #thumbnails {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	#achieve-gallery .gallery-thumbnail {
	    width: calc((100% - (1.575rem * 2)) / 3);
	    display: inline;
	    cursor: pointer;
	    margin-bottom: 0.7875rem;
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 344px) and (max-width: 419px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 2.7rem;
	}

	#logo img {
	    width: 9.4rem;
	    height: 5rem;
	    margin-left: 1.18125rem;
	}

    #scorecard-title, .overlay-title {
        font-size: 2.7rem;
    }

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 5rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 5rem) - 4.8rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-color: rgba(0, 0, 0, 0);
	    width: 14rem;
	    height: 16.5rem;
	    display: block;
	    margin-bottom: 3.15rem;
	    cursor: pointer;
	    z-index: 1;
	}

	.game-badge.one_item {
	    margin: 0 calc((100% - 14rem) / 2) 2.3625rem calc((100% - 14rem) / 2);
	    flex: 0 0 calc(100% - (100% - 14rem));
	}

	.game-badge.two_items, .game-badge.three_items, .game-badge.four_items {
	    margin: 0 calc((100% - (14rem * 2)) / 4) 2.3625rem calc((100% - (14rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (14rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	.row.middle, .row.lower_lower {
	    max-width: 94.5rem;
	    width: 100%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.span6 img {
	    width: 100%;
	    height: auto;
	}

	.row.middle .span6 {
        width: 60%;
        margin: 0 auto 2.3625rem auto;
	}

	#footer {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #000;
	    margin: unset;
	    padding: unset;
	    width: 100% !important;
	    height: 4.8rem;
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	.triple-container.left-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-left: none;
	}

	.triple-container.middle-container {
	    width: calc((100% / 3) - 0.008rem);
	    border-left: none;
	    border-right: none;
	}

	.triple-container.right-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-right: none;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9;
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: calc(2.3625rem - 0.0797rem);
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-description {
	    font-size: 1.2rem;
	    line-height: 1.2;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.score-value {
        font-size: 1.66rem;
    }

	.train-activity .score-label, .train-activity .score-value {
	    font-size: 1rem;
	}

	.score-label {
	    font-size: 1rem;
	}

	#achieve-gallery #thumbnails {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	#achieve-gallery .gallery-thumbnail {
	    width: calc((100% - (1.575rem * 2)) / 6);
	    display: inline;
	    cursor: pointer;
	    margin-bottom: 0.7875rem;
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 420px) and (max-width: 469px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 4.6rem;
	}

	#logo img {
	    width: 9.4rem;
	    height: 5rem;
	    margin-left: 1.18125rem;
	}

    #scorecard-title, .overlay-title {
        font-size: 3rem;
    }

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 5rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 5rem) - 4.8rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge.three_items, .game-badge.four_items {
	    margin: 0 calc((100% - (15.98625rem * 2)) / 4) 2.3625rem calc((100% - (15.98625rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (15.98625rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	#footer {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #000;
	    margin: unset;
	    padding: unset;
	    width: 100% !important;
	    height: 4.8rem;
	}

	.triple-container.left-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-left: none;
	}

	.triple-container.middle-container {
	    width: calc((100% / 3) - 0.008rem);
	    border-left: none;
	    border-right: none;
	}

	.triple-container.right-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-right: none;
	}

	.score-label {
	    font-size: 1.2rem;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9; /* 0.1rem solid #0076a9; */
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: calc(2.3625rem - 0.0675rem);
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-description {
	    font-size: 1.4rem;
	    line-height: 1.2;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.score-value {
	    font-size: 2.23rem;
	}

	.train-activity .score-label, .train-activity .score-value {
	    font-size: 1.8rem;
	}

	#achieve-gallery #thumbnails {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	#achieve-gallery .gallery-thumbnail {
	    width: calc((100% - (1.575rem * 2)) / 6);
	    display: inline;
	    cursor: pointer;
	    margin-bottom: 0.7875rem;
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1.7rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 470px) and (max-width: 564px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 4.6rem;
	}

	#logo img {
	    margin-left: 1.18125rem;
	}

    #scorecard-title, .overlay-title {
        font-size: 3.8rem;
    }

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 7.0875rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 7.0875rem) - 6.3rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge.three_items, .game-badge.four_items {
	    margin: 0 calc((100% - (15.98625rem * 2)) / 4) 2.3625rem calc((100% - (15.98625rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (15.98625rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	.triple-container.left-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-left: none;
	}

	.triple-container.middle-container {
	    width: calc((100% / 3) - 0.008rem);
	    border-left: none;
	    border-right: none;
	}

	.triple-container.right-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-right: none;
	}

	.score-label {
	    font-size: 1.2rem;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9;
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: calc(2.3625rem - 0.0197rem);
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-description {
	    font-size: 1.2rem;
	    line-height: 1.2;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.score-value {
	    font-size: 2.9rem;
	}

	#achieve-gallery #thumbnails {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	#achieve-gallery .gallery-thumbnail {
	    width: calc((100% - (1.575rem * 2)) / 6);
	    display: inline;
	    cursor: pointer;
	    margin-bottom: 0.7875rem;
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1.7rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 565px) and (max-width: 592px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 4.6rem;
	}

	#logo img {
	    margin-left: 1.18125rem;
	}

	#scorecard-title, .overlay-title {
	    font-size: 4.6rem;
	}

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 7.0875rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 7.0875rem) - 6.3rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge.four_items {
	    margin: 0 calc((100% - (15.98625rem * 2)) / 4) 2.3625rem calc((100% - (15.98625rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (15.98625rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	.triple-container.left-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-left: none;
	}

	.triple-container.middle-container {
	    width: calc((100% / 3) - 0.008rem);
	    border-left: none;
	    border-right: none;
	}

	.triple-container.right-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-right: none;
	}

	.score-label {
	    font-size: 1.4rem;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9;
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: calc(2.3625rem - 0.0797rem);
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.score-value {
	    font-size: 4rem;
	}

	#achieve-gallery #thumbnails {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}

	#achieve-gallery .gallery-thumbnail {
	    width: calc((100% - (1.575rem * 2)) / 6);
	    display: inline;
	    cursor: pointer;
	    margin-bottom: 0.7875rem;
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1.7rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 593px) and (max-width: 689px) {
	#page_23 .campaigncontent .row .span12 h1, #page_24 .campaigncontent .row .span12 h1, #page_25 .campaigncontent .row .span12 h1, #page_26 .campaigncontent .row .span12 h1, #page_27 .campaigncontent .row .span12 h1 {
	    font-size: 4.85rem;
	}

	#logo img {
	    margin-left: 1.18125rem;
	}

	#scorecard-title, .overlay-title {
	    font-size: 4.85rem;
	}

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 7.0875rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 7.0875rem) - 6.3rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge.four_items {
	    margin: 0 calc((100% - (15.98625rem * 2)) / 4) 2.3625rem calc((100% - (15.98625rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (15.98625rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}

	.triple-container.left-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-left: none;
	}

	.triple-container.middle-container {
	    width: calc((100% / 3) - 0.008rem);
	    border-left: none;
	    border-right: none;
	}

	.triple-container.right-container {
	    width: calc((100% / 3) - .07875rem - .024rem);
	    border-right: none;
	}

	.score-label {
	    font-size: 1.4rem;
	}

	.overlay-content {
	    border: 0.07875rem solid #0076a9; /* 0.1rem solid #0076a9; */
	    margin: 0 auto calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	}

	#details-overlay {
	    margin: calc((100vh - (100vh - (1.575rem * 2))) / 2) auto;
	    width: calc(100vw - 2rem);
	    min-width: unset;
	    height: calc(100vh - (1.575rem * 2));
	}

	#overlay-navigation {
	    display: flex;
	    width: calc(100vw - 2rem);
	    margin: 0 auto;
	    justify-content: space-evenly;
	}

	.overlay-badge {
	    float: left;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    margin-right: calc(2.3625rem - 0.0797rem);
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	}

	.overlay-header {
	    float: left;
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 1.575rem - 0.1575rem);
	    min-height: calc((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * (817 / 691));
	    border-left: 0.07875rem solid #0076a9;
	}

	.overlay-title, .overlay-description {
	    width: calc(((((100vw - 2rem) - (1.575rem * 2) - (.07875rem * 2) - (.23625rem * 2) - .07875rem) / 4) * 3) - 2.3625rem - 1.575rem);
	    margin-left: 2.3625rem;
	    text-align: left;
	}

	.overlay-hero {
	    width: calc(100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2));
	    height: calc((100vw - (1rem * 2) - (2 * .1rem) - (1rem * 2)) * (376 / 800));
	}

	.cta-image {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    height: calc((((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3) * (274 / 300));
	    margin-bottom: 1.18125rem;
	}

	.cta-description {
	    white-space: normal;
	    font-size: 1.89rem;
	    line-height: 1.2;
	    width: calc(((100vw - 2rem) - (1.575rem * 2) - (1.575rem * 2) - (.07875rem * 2)) / 3);
	    text-align: center;
	    margin-top: -0.38rem;
	    margin-bottom: -0.55125rem;
	}
}

/* This is the max width of the header image */
@media (min-width: 690px) and (max-width: 829px) {
	#logo img {
	    margin-left: 1.18125rem;
	}

	.campaigncontent {
	    position: absolute;
	    top: calc((1.18125rem * 2) + 7.0875rem);
	    left: 0;
	    width: calc(100vw - (1.18125rem * 2));
	    height: calc(100vh - ((1.18125rem * 2) + 7.0875rem) - 6.3rem - (3.15rem * 2));
	    padding: 3.15rem 1.18125rem;
	    overflow-x: hidden;
	    overflow-y: auto;
	}

	.game-badge.four_items {
	    margin: 0 calc((100% - (15.98625rem * 2)) / 4) 2.3625rem calc((100% - (15.98625rem * 2)) / 4);
	    flex: 0 0 calc(50% - ((100% - (15.98625rem * 2)) / 2));
	}

	.row.middle {
	    justify-content: center;
	}

	.row.middle .span6 {
	    margin: 0 calc((100% - (17.9rem * 2)) / 4) 0 calc((100% - (17.9rem * 2)) / 4);  
	}

	#footer .navbar .nav.pull-left {
	    margin-left: 1.18125rem;
	}

	#footer .navbar .nav.pull-right {
		margin-left: calc(100vw - 1.18125rem - 18.9rem);
	    margin-right: 1.18125rem;
	}
}

/* This is the full desktop size. This should be covered with the standard CSS files. */
@media (min-width: 830px) {

}
