.stateText {
    fill: #FFFFFF;
    pointer-events: none;
}

.stateImage {
    fill: #F8991D;
}

.stateButton {
    fill: #000;
}

.stateImage,
.stateButton {
    cursor: pointer;
    transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
    fill: #cc0000;
}

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.containerHeader {
    display: none;
}

.containerBody {
    margin-bottom: 0;
    margin-top: 0;
}

html,
body {
    background-color: #fff;
    max-width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
}

header {
    display: none;
}

.smallText {
    font-size: 13px;
    color: #888;
    text-align: center;
}

.blueText {
    color: #326b9a;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-weight: 600;
}

p {
    margin-bottom: 18px;
}

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    letter-spacing: -.05rem;
    line-height: 1.3;
    opacity: 1;
}

h2 {
    font-size: 28px;
    margin: 15px 0 20px;
}

h3 {
    font-size: 22px;
    margin-bottom: 32px;
}

.container {
    max-width: 1024px;
    padding: 0px 10px 48px;
}

.img-responsive {
    margin: auto;
}

.authorBox {
    border-bottom: 1px solid #00a5fa;
    border-top: 1px solid #00a5fa;
    padding: 8px 0;
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.authorImg {
    border-radius: 100%;
    max-width: 35px;
    margin-right: 16px;
}

.authorBox p {
    margin: 0;
    font-size: 14px;
}

.seenOn {
    padding: 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddeefe;
}

.seenOn .smallText {
    font-size: 12px;
}

.quoteBox {
    background-color: #eee;
    padding: 24px;
    border-left: 4px solid #069;
    margin: 24px 0;
}

.link {
    color: #1580f2;
    font-weight: 600;
}

.newOldBox {
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin: 0 auto 18px;
    width: 90%;
}

.newOldBox img {
    margin: 0;
    width: 100%;
}

.stateImage {
    fill: #3b8546;
}

.stateImage:hover {
    opacity: .8;
}

.leave-behind:hover {
    text-decoration: none;
}

svg {
    fill: #fff;
    margin: 30px 0;
}

svg path {
    fill: #3b8546;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.4s;
}

svg path:hover {
    fill: #d94741;
}

.footer {
    background-color: #002d5b;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.greenButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
    margin: auto;
    max-width: 250px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background: #7ac143;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .35);
    border-radius: 6px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.greenButton:hover {
    transform: scale(1.02);
}

@media (max-width:767px) {
    .container {
        padding: 10px 10px 20px;
    }

    h1 {
        font-size: 32px;
        margin-top: 0;
    }

    .smallText {
        margin-bottom: 0;
    }

    .newOldBox {
        flex-direction: column;
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

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

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

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

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

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.modal-header:after,
.row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}


.advertiser-name {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
