@charset "UTF-8";
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Overwrite CP Blog
   ========================================================================== */
#blog #content.fluid {
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', serif !important;
}

#blog {
    font-family: 'Roboto', serif !important;
}

#blog .site-header {
    display: none !important;
}

html {
    line-height: normal;
    margin-top: 0;
}

#blog {
    line-height: normal;
}

.infographic-main-container .city-heading::after, .infographic-main-container .city-heading::before {
    box-sizing: content-box;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.infographic-main-container {
    position: relative;
    /* intro */
    /* Sub Header */
    /* Per Section */
}

.infographic-main-container #intro-section {
    background: #1D2B54;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infographic-main-container #intro-section h1 {
    margin-left: -99999px;
}

.infographic-main-container #intro-section .intro-bg {
    position: absolute;
}

.infographic-main-container #intro-section .intro-bg img {
    transform: scale(1.5);
}

@media (max-width: 1094px) {
    .infographic-main-container #intro-section .intro-bg img {
        transform: scale(1);
    }
}

.infographic-main-container #intro-section .intro-content {
    position: absolute;
    display: flex;
}

@media (max-width: 828px) {
    .infographic-main-container #intro-section .intro-content {
        flex-direction: column;
    }
}

.infographic-main-container #intro-section .intro-content .intro-title {
    display: inline-block;
}

.infographic-main-container #intro-section .intro-content .intro-title h2 {
    color: #ffffff;
    font-weight: 900;
    font-size: 40px;
    margin: 0;
    padding: 0;
}

@media (max-width: 828px) {
    .infographic-main-container #intro-section .intro-content .intro-title h2 {
        font-size: 30px;
        text-align: center;
    }
}

.infographic-main-container #intro-section .intro-content .intro-title h3 {
    margin: 0;
    padding: 0;
    color: #F8971D;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 828px) {
    .infographic-main-container #intro-section .intro-content .intro-title h3 {
        font-size: 32px;
        margin-bottom: 50px;
    }
}

.infographic-main-container #intro-section .intro-content .intro-img {
    margin: -33px 30px 30px 30px;
}

@media (max-width: 828px) {
    .infographic-main-container #intro-section .intro-content .intro-img {
        text-align: center;
        margin: -20px 0 0 0;
    }
}

@media (max-width: 828px) {
    .infographic-main-container #intro-section .intro-content .intro-img img {
        width: 240px;
    }
}

.infographic-main-container #intro-section .intro-arrow-down {
    position: fixed;
    top: calc(100vh - 80px);
    left: calc(50% - 20px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    transition: .1s ease-out;
    animation: _arrow_animate ease-out 4s infinite forwards 1s;
}

@keyframes _arrow_animate {
    0% {
        transform: translate3d(0, 0px, 0);
    }
    8% {
        transform: translate3d(0, 10px, 0);
    }
    14% {
        transform: translate3d(0, 0px, 0);
    }
    100% {
        transform: translate3d(0, 0px, 0);
    }
}

.infographic-main-container #sub-header {
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/sub-header-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.infographic-main-container #sub-header .read-more-btn {
    color: #F8971D;
    font-weight: 500 !important;
}

.infographic-main-container .sub-header-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sub-header-traffic-lights {
    min-height: 230px;
}

.infographic-main-container .sub-header-heading {
    font-weight: 500;
    font-size: 42px;
    color: #fff;
    margin: 50px 20px;
}

@media (max-width: 815px) {
    .infographic-main-container .sub-header-heading {
        font-size: 20px;
    }
}

@media (max-width: 510px) {
    .infographic-main-container .sub-header-heading {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .sub-header-heading {
        font-size: 16px !important;
    }
}

.infographic-main-container .sub-header-heading-left {
    position: absolute;
    left: -350px;
    max-width: 360px;
}

.infographic-main-container .sub-header-p-wrapper {
    opacity: 0;
}

.infographic-main-container .sub-header-heading-right {
    position: absolute;
    right: -350px;
    max-width: 360px;
}

.infographic-main-container .sub-header-heading .sub-heading-title {
    font-weight: 900;
    font-size: 42px;
    color: #F8971D;
}

.infopage__wrap .go-to-top-link-wrap {
    display: flex;
    margin: 1rem auto;
    justify-content: end;
}

.infopage__wrap .go-to-top-link {
    display: flex;
}

@media (max-width: 815px) {
    .infographic-main-container .sub-header-heading .sub-heading-title {
        font-size: 24px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .sub-header-heading .sub-heading-title {
        font-size: 17px;
    }
}

#blog .infographic-main-container .sub-header-p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

#blog .infographic-main-container .sub-header-p-wrapper a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 815px) {
    .infographic-main-container .sub-header-p {
        font-size: 15px;
    }
}

.infographic-main-container .btn-wrapper {
    text-align: center;
    padding-bottom: 30px;
}

.infographic-main-container .btn-wrapper .read-more-btn {
    border-radius: 32px;
    cursor: pointer;
    padding: 16px 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #ffce05;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 170px;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 1;
}

.infographic-main-container #main {
    position: relative;
}

.infographic-main-container .section-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

@media (max-width: 499px) {
    .infographic-main-container .section-wrapper {
        padding: 20px 0;
    }
}

.infographic-main-container .city-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.infographic-main-container .city-heading .city {
    width: 100%;
}

.infographic-main-container .city-heading .city h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 20px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 746px) {
    .infographic-main-container .city-heading .city h3 {
        font-size: 17px !important;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .city-heading .city h3 {
        padding: 20px 10px;
    }
}

.infographic-main-container .city-heading .obj-center {
    background: #CE1616;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
    flex: 0 0 152px;
    position: relative;
}

@media (max-width: 499px) {
    .infographic-main-container .city-heading .obj-center {
        flex: 0 0 90px;
    }
}

.infographic-main-container .city-heading .obj-center .road {
    position: absolute;
    top: 64px;
    left: calc(50% - 30px);
    z-index: 50;
    width: 60px;
    height: 4865px;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/road-pattern.jpg") repeat-y;
}

@media (max-width: 1279px) {
    .infographic-main-container .city-heading .obj-center .road {
        margin-top: 0;
        top: 59px;
    }
}

@media (max-width: 746px) {
    .infographic-main-container .city-heading .obj-center .road {
        top: 52px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .city-heading .obj-center .road {
        top: 94px;
        left: calc(50% - 15px);
        width: 34px;
        background-position: center center;
    }
}

.infographic-main-container .city-heading .obj-center .arrow-down-center {
    position: absolute;
    top: 62px;
    left: 57px;
    z-index: 9999;
}

@media (max-width: 1279px) {
    .infographic-main-container .city-heading .obj-center .arrow-down-center {
        top: 57px;
    }
}

@media (max-width: 746px) {
    .infographic-main-container .city-heading .obj-center .arrow-down-center {
        top: 51px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .city-heading .obj-center .arrow-down-center {
        top: 93px;
        left: 29px;
    }
}

.infographic-main-container .city-heading .obj-center p {
    margin: 0;
    padding-bottom: 0 !important;
}

@media (max-width: 746px) {
    .infographic-main-container .city-heading .obj-center p {
        font-size: 14px;
    }
}

@media (max-width: 815px) {
    .infographic-main-container .sub-header-traffic-lights {
        margin-top: 0;
    }
}

@media (max-width: 815px) {
    .infographic-main-container .sub-header-traffic-lights img {
        width: 60px;
    }
}

.infographic-main-container .first-section__wrapper .city-heading .city h3 {
    padding: 5px 20px;
}

@media (max-width: 815px) {
    .infographic-main-container .first-section__wrapper .city-heading .city h3 {
        font-size: 16px;
    }
}

.infographic-main-container .hours-lost {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infographic-main-container .hours-lost .hours-center {
    flex: 0 0 60px;
    position: relative;
}

.infographic-main-container .hours-lost .hours-center .center-el {
    position: absolute;
    top: -108px;
    left: -95px;
    z-index: 99999;
    transform: scale(0);
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-center .center-el {
        top: -58px;
        left: -55px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .hours-lost .hours-center .center-el {
        left: -52px;
    }
}

.infographic-main-container .hours-lost .hours-center .center-el .svg-img {
    max-width: none;
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-center .center-el .svg-img {
        width: 170px;
    }
}

.infographic-main-container .hours-lost .hours-content {
    flex: 1;
}

.infographic-main-container .hours-lost .hours-content .hours-range {
    position: relative;
    width: 183px;
    height: 130px;
    margin: 53px auto;
}

@media (max-width: 499px) {
    .infographic-main-container .hours-lost .hours-content .hours-range {
        width: 113px;
        margin: 20px auto;
    }
}

.infographic-main-container .hours-lost .hours-content .hours-range .hours-meter {
    position: absolute;
}

.infographic-main-container .hours-lost .hours-content .hours-range .hours-figure {
    position: absolute;
    font-weight: 900;
    font-size: 70px;
    color: #000000;
    top: 16px;
    width: 183px;
    text-align: center;
    letter-spacing: -3px;
    left: -5px;
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-content .hours-range .hours-figure {
        font-size: 50px;
        top: 35px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .hours-lost .hours-content .hours-range .hours-figure {
        width: 113px;
        font-size: 40px;
        top: 10px;
    }
}

.infographic-main-container .hours-lost .hours-content .hours-range .hours-desc {
    position: absolute;
    top: 90px;
    left: 44px;
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-content .hours-range .hours-desc {
        left: 50px;
        font-size: 16px;
    }
}

@media (max-width: 499px) {
    .infographic-main-container .hours-lost .hours-content .hours-range .hours-desc {
        left: 18px;
        top: 54px;
    }
}

.infographic-main-container .hours-lost .hours-content .per-commuter {
    text-align: center;
    margin: 20px 0;
}

.infographic-main-container .hours-lost .hours-content .per-commuter .per-commuter-figure {
    font-size: 55px;
    font-weight: 900;
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-content .per-commuter .per-commuter-figure {
        font-size: 35px;
    }
}

.infographic-main-container .hours-lost .hours-content .per-commuter .per-commuter-txt {
    font-size: 25px;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

@media (max-width: 746px) {
    .infographic-main-container .hours-lost .hours-content .per-commuter .per-commuter-txt {
        font-size: 14px;
    }
}

@media (max-width: 429px) {
    .infographic-main-container .hours-lost .hours-content .per-commuter .per-commuter-txt {
        margin-left: 0;
        display: block;
    }
}

.infographic-main-container #main {
    background: #ffffff;
    overflow: hidden;
}

.infographic-main-container #main .project .left-box {
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
}

.infographic-main-container #main .project .right-box {
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
}

.infographic-main-container .footer-section {
    background: #000;
    color: #bfbfbf;
    text-align: center;
    font-size: 13px;
    margin-bottom: 80px;
}

.infographic-main-container .footer-section .section-wrapper {
    padding-top: 50px;
}

.infographic-main-container .footer-section p {
    color: inherit;
    font-size: inherit;
}

.infographic-main-container .footer-section .cp-logo {
    width: 240px;
    margin: 10px auto 0;
}

.infographic-main-container .bg-02-wrapper .obj-center,
.infographic-main-container .bg-03-wrapper .obj-center,
.infographic-main-container .bg-04-wrapper .obj-center,
.infographic-main-container .bg-05-wrapper .obj-center,
.infographic-main-container .bg-06-wrapper .obj-center,
.infographic-main-container .bg-07-wrapper .obj-center,
.infographic-main-container .bg-08-wrapper .obj-center,
.infographic-main-container .bg-09-wrapper .obj-center,
.infographic-main-container .bg-10-wrapper .obj-center {
    opacity: 0;
    flex: 0 0 38px;
}

.infographic-main-container .bg-01-wrapper {
    background: #E8852A;
    position: relative;
}

.infographic-main-container .bg-01-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/grocery-tips.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .first-section__wrapper {
    background: #ffffff;
    position: relative;
}

.infographic-main-container .bg-02-wrapper {
    position: relative;
}

.infographic-main-container .bg-02-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/loads-of-laundry-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-02-wrapper {
    background: #283a6f;
}

.infographic-main-container .second-section__wrapper {
    background: #E8852A;
}

.infographic-main-container .bg-03-wrapper {
    background: #ffffff;
    position: relative;
}

.infographic-main-container .third-section__wrapper {
    background: #1D2B54;
}

.infographic-main-container .bg-03-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/baseball-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-03-wrapper .hours-lost .hours-content .hours-range .hours-figure,
.infographic-main-container .bg-03-wrapper .hours-lost .hours-content .hours-range .hours-desc,
.infographic-main-container .bg-03-wrapper .hours-lost .hours-content .per-commuter {
    color: #ffffff;
}

.infographic-main-container .bg-04-wrapper {
    background: #283a6f;
    position: relative;
}

.infographic-main-container .fourth-section__wrapper {
    background: #167722;
}

.infographic-main-container .bg-04-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/binged-ep-friends.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-04-wrapper .hours-lost .hours-content .hours-range .hours-figure,
.infographic-main-container .bg-04-wrapper .hours-lost .hours-content .hours-range .hours-desc,
.infographic-main-container .bg-04-wrapper .hours-lost .hours-content .per-commuter {
    color: #ffffff;
}

.infographic-main-container .bg-05-wrapper {
    background: #E8852A;
    position: relative;
}

.infographic-main-container .fifth-section__wrapper {
    background: #ffffff;
}

.infographic-main-container .bg-05-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/superbowl-halftime-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-06-wrapper {
    background: #1D2B54;
    position: relative;
}

.infographic-main-container .sixth-section__wrapper {
    background: #0e3858;
}

.infographic-main-container .bg-06-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/pots-of-pasta-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-06-wrapper .hours-lost .hours-content .hours-range .hours-figure,
.infographic-main-container .bg-06-wrapper .hours-lost .hours-content .hours-range .hours-desc,
.infographic-main-container .bg-06-wrapper .hours-lost .hours-content .per-commuter {
    color: #ffffff;
}

.infographic-main-container .bg-07-wrapper {
    background: #ffffff;
    position: relative;
}

.infographic-main-container .seventh-section__wrapper {
    background: #E8852A;
}

.infographic-main-container .bg-07-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/basketball-games-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-08-wrapper {
    background: #E8852A;
    position: relative;
}

.infographic-main-container .eight-section__wrapper {
    background: #0e3858;
}

.infographic-main-container .bg-08-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/sales-call-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-08-wrapper .hours-lost .hours-content .hours-range .hours-figure,
.infographic-main-container .bg-08-wrapper .hours-lost .hours-content .hours-range .hours-desc,
.infographic-main-container .bg-08-wrapper .hours-lost .hours-content .per-commuter {
    color: #ffffff;
}

.infographic-main-container .bg-09-wrapper {
    background: #1D2B54;
    position: relative;
}

.infographic-main-container .ninth-section__wrapper {
    background: #151c21;
}

.infographic-main-container .bg-09-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/streamed-song-icons-bg.png") no-repeat;
    background-size: cover;
}

.infographic-main-container .bg-09-wrapper .hours-lost .hours-content .hours-range .hours-figure,
.infographic-main-container .bg-09-wrapper .hours-lost .hours-content .hours-range .hours-desc,
.infographic-main-container .bg-09-wrapper .hours-lost .hours-content .per-commuter {
    color: #ffffff;
}

.infographic-main-container .bg-10-wrapper {
    background: #E8852A;
    position: relative;
}

.infographic-main-container .tenth-section__wrapper {
    background: #ffffff;
}

.infographic-main-container .bg-10-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: url("/blog/wp-content/themes/genesis_child/custom/img/infographic/traffic_congestion/youtube-video-bg.png") no-repeat;
    background-size: cover;
}

/***Content***/
/*main.css:307*/
/* .infographic-main-container .city-heading {
  line-height: 0.8;
} */
.infographic-main-container .city-heading::after, .infographic-main-container .city-heading::before {
    box-sizing: content-box;
}

/* Helper Class */
.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

#main .bg01 {
    background: #F4EB27;
}

.main-container .content h1 {
    color: #fff;
}

.to-top {
    display: block;
    text-align: center;
    margin: 20px 0;
}

/* ==========================================================================
   Article 
   ========================================================================== */
#blog #content .infopage__wrap {
    height: 100%;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 8px;
}

.infopage__wrap h1, .infopage__wrap h2, .infopage__wrap h3, .infopage__wrap h4, .infopage__wrap h5, .infopage__wrap h6 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
}

.infopage__wrap p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: justify;
}

.infopage__wrap-heading h1 {
    font-size: 50px;
}

.infopage__wrap h1, .infopage__wrap h2, .infopage__wrap h3, .infopage__wrap h4, .infopage__wrap h5, .infopage__wrap h6 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
}

.infopage__wrap h1, .infopage__wrap h2, .infopage__wrap h3, .infopage__wrap h4, .infopage__wrap h5, .infopage__wrap h6 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
}

.infopage__wrap p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
* {
    box-sizing: border-box;
}

.infographic-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.infographic-item {
    width: 25%;
    padding: 0 0.5rem 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .infographic-item {
        width: 50%;
    }
}

@media only screen and (max-width: 430px) {
    .infographic-item {
        width: 100%;
    }
}

.infographic-item > div {
    background: #222;
    color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.fb-share-button {
    padding-right: 5px;
}

.twitter-share-button {
    position: relative;
    display: inline-block;
    top: 2px;
}

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*# sourceMappingURL=main.css.map */
