@font-face {
    font-family: 'Gotham';
    src: url(../fonts/GothamBook.otf) format('otf'),
         url(../fonts/GothamBook.ttf) format('truetype'),
         url(../fonts/GothamBook.woff) format('woff'),
         url(../fonts/GothamBook.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/GothamBold.otf) format('otf'),
         url(../fonts/GothamBold.ttf) format('truetype'),
         url(../fonts/GothamBold.woff) format('woff'),
         url(../fonts/GothamBold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/GothamBlack.otf) format('otf'),
         url(../fonts/GothamBlack.ttf) format('truetype'),
         url(../fonts/GothamBlack.woff) format('woff'),
         url(../fonts/GothamBlack.woff2) format('woff2');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: Gotham;
}
body.infographic-pg {
    font-family: 'Poppins', sans-serif;
}
footer {
    font-family: Gotham, sans-serif
}

html, body, .outer-main-container {
    height: 100%;
}
html,body {
    color: #095986;
}

/* box-shadow: 0 2px 16px rgba(0,0,0,0.25); */
.sdg-header {
    background-color: #DBEEFC;
    z-index: 9999;
}

.primary-gradient-bg {
    background: rgb(212,232,250);
    background: linear-gradient(180deg, rgba(212,232,250,1) 31%,
                rgba(188,239,253,1) 80%,
                rgba(255,255,255,1) 100%);
}

a:link {
    color: #095986;
}

.badge-primary {
    color: #fff;
    background-color: #05bbff;
  }

img {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
/*
    ==========================
    Font sizes
    ==========================
*/

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: 800;
}

h2 {
    font-size: 1.5em;
    margin: .75em 0;
    font-weight: 800;
}

h3 {
    font-size: 1.17em;
    margin: .83em 0;
    font-weight: 700;
}

h4, p,
blockquote, ul,
ol, dl, dir,
menu {
    font-size: 1em;
    margin: 1.12em 0;
}
h4 {
    font-weight: 700;
}

h5 {
    font-size: .83em;
    margin: 1.5em 0;
    font-weight: 700;
}

h6 {
    font-size: .75em;
    margin: 1.67em 0;
    font-weight: 700;
}

.page-title-small {
    font-size: 1.625em;
    font-weight: 700;
}

.large-heading {
    font-size: 2.1875em;
    font-weight: 800;
    text-align: center;
}
.large-sub-heading {
    font-size: 1.16667em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.75em;
}

.infographic-title {
    background-color: #d9e2ed;
    font-size: 1.5625em;
    padding: 15px;
    text-align: center;
    margin-top: 0;
}
.info-badges .badge {
    width: 33%;
    margin: 0 10px 20px;
    font-size: 0.875em;
    padding: .5em 1em;
    border-radius: 12px;
    white-space: normal;
    line-height: 1.2;
}

.lg-text {
    font-size: 1em;
}

.main ul li {
  margin-bottom: 0.7em;
}

ul ul li, ul ol li, ol ul li, ol ol li {
    margin-bottom: .7em;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0 0 1em 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: .7em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

ol li ol.alpha, ol.alpha {
    list-style-type: lower-alpha;
}



li ol > li:before {
    content: counters(item, ".") " ";
}

ul.goal-list li {
    margin: 0;
}
/*
    =====================
    Button Styles
    =====================
*/
.btn {
    font-size: 1em;
    font-weight: 700;
    border-radius: 2em;
}

.btn-primary {
    background-color: #095986;
    border-color: #095986;
}


/*
    =====================
    Forms
    =====================
*/
.toggle-password {
    z-index: 10;
    position: relative;
}

.form-logo-image {
    background-color:rgba(255,255,255,.50);
    height: 80px;
    width: 80px
}
.view-pw-icon {
    float: right;
    margin-top: -56px;
    margin-right:1em;
}

.form-control {
    height: calc(1.5em + .75rem + 12px);
    background-color: #FFFFFF;
    border: 1px solid #1671A4;
    border-radius: 2em;
    margin-bottom: 25px;
}
.form-control:focus {
    background-color: #f5f7fb
}

/*
    ======================
    Footer styles
    ======================
*/

.footer {
    padding: 20px 0;
}
.footer nav > a {
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #095986;
    padding: 0 10px;
}
.footer.footer nav a:last-child {
    border-right: none;
}
/*
    ======================
    Landing page
    ======================
*/
section.home-section {
    padding: 25px 0 25px;
}
section.home-section:first-child {
    padding: 50px 0 25px;
}
.feature-device-img {
    margin-bottom: 1.3em;
}
ul.goal-list {
    list-style-type: none;
    padding: 0px;
}

ul.features {
    margin-bottom: 2em;
}

.icon-grid {
    margin: auto;
}

/*
    ================
    Infographic
    ================
*/
.infographic-wrap {
    background-color: #ffffff;
    padding: 0;
}

.item-meta {
    background-color: #d8e5f8;
    border-radius: 18px;
    margin-bottom: 20px;
}
.meta-totals {
    background-color: #ffffff;
}

.meta-totals .total-actions, .meta-totals .total-saved {
    color: #ffffff;
    border-radius: 18px;
}
.meta-totals .total-actions {
    background: rgb(254,99,131);
    background: linear-gradient(90deg, rgba(254,99,131,1) 0%, rgba(233,164,132,1) 100%);
}

.meta-totals .total-saved {
    background: rgb(254,99,131);
    background: linear-gradient(270deg, rgba(254,99,131,1) 0%, rgba(233,164,132,1) 100%);
}

.meta-count, .meta-name {
    margin:0;
    line-height: 1;
}

.meta-count {
    font-size: 1.625em;
}

.meta-name {
    font-size: 1em;
}

.item-meta .item {
    flex: 1 1 0;
    text-align: center;
}

.infograpic-details {
    padding: 12px 30px 12px 30px;
}

.meta-circle-size {
    width: 4.5em;
    height: 4.5em;
}
@media (max-width:768px) {
    .meta-totals {
        font-size: 0.875em;
    }
}

/*
    =================
    General
    =================
*/

.app-store-container {
  margin: 2.5em 0;
}
.play-store-icons {
    text-align: center;
}

.pos-relative {
    position: relative;
}

/*
    =================
    General
    =================
*/


ul.goal-list.features {
    max-width: 75%;
    width: 100%;
}

ul.goal-list.features li {
    float: left;
    width: 50%;
    max-width: 75px;
}

.goal-list.features img {
    width: 100%;
    height: auto;
}

.play-store-icons img {
    max-width: 47%;
    height: auto;
}

.col-768 {
  max-width: 768px;
  margin: auto;
}

/*
    ===============
    media query
    ===============
*/
@media (min-width: 500px) {
    .icon-grid {
        width: 450px;
    }


    ul.goal-list.features {
        max-width: 110px;
        max-width: 78%;
        width: 100%;
    }
        ul .goal-list.features li {
        float: left;
        width: 50%;
        max-width: 80px;
    }

    .goal-list.features img {
        width: 100%;
        height: auto;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    ul.features {
        margin-bottom: 0;
    }

    ul.goal-list.features {
        max-width: 77%;
        width: 100%;
    }

    ul.goal-list.features li {
        float: left;
        width: 50%;
        max-width: 80px;
    }

    .goal-list.features img {
        width: 100%;
        height: auto;
    }

    .play-store-icons img {
        max-width: unset;
    }
}

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .large-heading {
        font-size: 2.5em;
        text-align: unset;
    }

    .large-sub-heading {
        font-size: 1.125em;
        text-align: unset;
    }

    .lg-text {
        font-size: 1.25em;
    }

    .icon-grid {
        width: 720px;
    }
    .play-store-icons {
        text-align: unset;
    }

    .feature-device-img {
        margin-bottom: 0;
    }

    ul.goal-list.features {
        max-width: unset;
        width: 100%;
    }

    ul.goal-list.features li {
        float: none;
        width: unset;
        max-width: unset;
    }

    .goal-list.features img {
        width: 70px;
        height: auto;
    }

    .app-store-wrap {
        margin-bottom: 2em;
    }
    ul.goal-list.features li {
        width: 100%;
        max-width: 16.666%;
    }

    .goal-list.features img {
        width: 100%;
        height: auto;
    }

    .infographic-bg:before {
        content: '';
        background: url(../img/item-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-size: contain;
        opacity: 0.15;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .large-heading {
        font-size: 4.375em;
        text-align: unset;
    }

    .large-sub-heading {
        font-size: 1.875em;
        text-align: unset;
    }

    section.home-section {
        padding: 50px 0 25px;
    }

    section.home-section:first-child {
        padding: 75px 0 25px;
    }

    ul.goal-list.features li {
        width: 100%;
        max-width: 16.666%;
    }

    .goal-list.features img {
        width: 100%;
        height: auto;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    ul.goal-list.features li {
        width: 100%;
        max-width: 11.111%;
    }

    .goal-list.features img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .container-sm-full {
        width: 100%;
        max-width: 95%;
    }

}
@media (max-width: 991px) {
    .goal-list img {
        width: 75px;
        height: auto;
    }
}
@media (max-width: 521px) {
    .goal-list img {
        width: 70px;
        height: auto;
    }
}
