/********  HIDE AND RESTYLE WORDPRESS DEFAULT STUFF  ********/


.blog-post-cat-time, .post-info, .post-title, .post-title-mobile, .block-articles, .sharing-buttons, .post-image, .right-sidebar, .q2w3-fixed-widget-container {
    display: none !important;
}

.mb-4 {
    display: block !important
}

.post-text {
    margin-top: 20px;
    box-sizing: border-box;
}

.post-wrapper, .post-content, .post-text, .post-content-wrapper {
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

/* hide left column + make right column full width */
.tdc-content-wrap .tdc-row:first-of-type .vc_row > div { width: 100%; }
.tdc-content-wrap .tdc-row:first-of-type .vc_row > div.td-pb-span3 { display: none; }

/* hide usual post meta + share icons */
.tdc-content-wrap .tdc-row:first-of-type .vc_row > div .wpb_wrapper > .tdb_single_categories,
.tdc-content-wrap .tdc-row:first-of-type .vc_row > div .wpb_wrapper > .tdb_title,
.tdc-content-wrap .tdc-row:first-of-type .vc_row > div .wpb_wrapper > .tdb_single_featured_image,
.tdc-content-wrap .mc-byline-mobile,
.tdc-content-wrap .mc-share-heading, 
.tdc-content-wrap .tdb_single_post_share { display: none; }

/**********************************************/
/*******   RETIREMENT STATS STYLING    *******/
/********************************************/

.ss-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #16928D;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 0px;
    position: fixed;
    z-index: 4;
    bottom: 1%;
    left: 4%;
}

.ss-to-top a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ss-to-top:hover, .ss-to-top:focus {
    background-color: #16928d4f;
}

.ss-icon {
    margin-top: 6px;
    border: solid white;
    border-width: 0 3px 3px 0px;
    display: inline-block;
    padding: 7px;
  }

.ss-top-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);  
    pointer-events: none;
}

.ss-chapter-section {
    width: 1200px;
    max-width: 100%;
    display:  block;
    margin-left:  auto;
    margin-right:  auto;
    padding-top: 100px;
}

.chapter-section-teal {
    background-color: #E5F3F2;
    width: 100vw;
    padding-bottom: 100px;
    height: max-content;
    padding-top: 100px;
    scroll-margin-top: -2rem;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;    
}

.chapter-section-white {
    background-color: white;
    width: 100vw;
    padding-bottom: 100px;
    padding-top: 100px; 
    scroll-margin-top: -2rem;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;    
}

@media(max-width: 1030px) {
    .chapter-section-teal,
    .chapter-section-white {
        scroll-margin-top: 2rem;
    }
}

/*------------------- TOP SECTION ------------------------*/

.ss-top-section {
    margin-top: 25px;
    position: relative;
    height: 545px;
    max-width: 100%!important;
}

.ss-blue-section {
    max-width: 1200px;
    display:  block;
    margin-left:  auto;
    border-bottom: 5px solid #234D4D;
    margin-right: auto;
}

.ss-top-section-content {
    min-height: 545px;
    max-width: 100%;
    width: 1200px;
    
    display: block;
    justify-content: left;
    align-content: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-bottom: 5px solid #234d4d;
}

.single-post .ss-h1 {
    width: 100%;
    margin: 0 !important;
    font-family: "Halyard", sans-serif;
    font-size: 4.37rem;
    line-height: 1.2142;    
    font-weight: 900;
    color: #234D4D;
    padding-top: 67px !important;
    padding-bottom: 65px !important;
    padding-right: 0 !important;
    z-index: 2;
    position: relative;
    word-spacing: -6px;
}

.ss-h1-teal {
    color: #16928D;
}

.ss-header-img {
    height: auto;
    max-width: 1000px;
    position: absolute;
    margin-top: 70px;
    top: -70px;
    right: 9%;
    z-index: 1;
}



/***********  INTRO CONTENT  ***********/


.ss-main-content-container {
    width: 100%;
    max-width: 100%!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    font-family: "Halyard", sans-serif;
    counter-reset: stats;
    display: block!important;
}

.ss-intro-content-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 102px;
    flex-shrink: 0;
    align-self: flex-start;
}

.ss-intro-img {
    width: 45% !important;
    height: auto;
    margin-right: 20px;
    flex-shrink: 0
    
}

.intro-block {
    background: repeating-linear-gradient(
    135deg,
    #CCE7E6,
    #CCE7E6 3px,
    white 3px,
    white 10px
    );
    position: relative;
    height: auto;
    width: 1200px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    padding: 30px;
    box-sizing: border-box;
}

.intro-block a {
    color: #008e89;
    transition: all 0.20s ease-in-out;
    text-decoration: none;
}

.intro-block a:hover,
.intro-block a:focus {
    color: #000 !important;
}

.intro-block.outro{
    margin-top: 0;
}


.intro-block-content {
    background-color: white;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 982px;
    max-width: 100%;
    height: auto;
    padding-left: 82px;
    padding-right: 82px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 18px;
    color: #234D4D;
    box-sizing: content-box;
}

.intro-block-content h2 {
    font-size: 34px;
    color: rgb(23,146,141);
    font-weight: 900;
    margin-top: 20px;
}

.ss-content {
    font-weight: lighter;
    margin-left: 20px;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    font-size: 19px;
    letter-spacing: 0;
    color: #a1a3a7;
    line-height: 32px;
    
}

@media screen and (max-width: 1030px) {
    .intro-block {
        width: 100%;
        margin-top: 0 !important;
    }

    .intro-block h2 {
        font-size: 23px;
    }

    .intro-block-content {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        padding-bottom: 40px;
    }
}


/***********  TABLE OF CONTENTS  ***********/

.ss-table-of-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 100px;
}

.ss-toc-block {
    background-color: #E5F3F2;
    box-sizing: border-box;
    width: 376px;
    max-width: 100%;
    min-height: 183px;
    margin: 5px;
    padding: 20px;
    text-decoration: none !important;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}


.ss-main-content-container .ss-toc-title {
    font-weight: 900;
    font-size: 30px;
    color: #16928D;
    line-height: 1.1666;
    max-width: 228px;
    text-transform: uppercase;
    margin: 0;
    font-family: sans-serif;
    
}

.toc-img {
    width: auto;
    height: 145px;
    position: absolute;
    bottom: 0;
    right: 20px;
    opacity: .5;
    max-height: 80%;
}

@media(max-width: 767px) {
    .ss-toc-block {
        min-height: 100px;
    }

    
}

.ss-toc-link:hover .toc-img {
    opacity: 1;
}

.ss-toc-link:focus, .ss-toc-link:hover  {
    background-color: #16928D;
}

.ss-toc-link:hover .ss-toc-title, .ss-toc-link:focus .ss-toc-title {
    color: white;
}



/***********  Section 1  ***********/

/* GENERAL CHAPTER STYLING */
.ss-chapter-top-banner {
    background: repeating-linear-gradient(
  135deg,
  #CCE7E6,
  #CCE7E6 3px,
  white 3px,
  white 10px
    );
    position: relative;
    min-height: 253px;
    width: 1200px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:  auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.ss-chapter-banner-content {
    background-color: white;
    width: 95%;
    height: 203px;
    min-height: 203px;
    margin: 25px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 92px;
    box-sizing: border-box;
}

.ss-main-content-container .chapter-banner-img {
    position: absolute;
    bottom: 0;
    left: 54px;
    width: 500px;
}

.ss-chapter-banner-content h2 {
    font-size: 67px;
    line-height: 1.074;
    color: #234d4d;
    font-weight: 900;
    width: 440px;
    float: right;
    margin: 0;
    text-shadow: 2px 2px 2px #fff;
    z-index: 10;
}

@media screen and (max-width: 1030px) {
    .ss-chapter-top-banner {
        width: 100%;
    }

    .ss-chapter-section {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-post .ss-h1 {
        width: 100%;
        padding: 0 !important;
        font-size: 45px;
        /* margin-top: 20px !important; */
    }

    .ss-header-img {
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        opacity: .6;
    }

    .ss-main-content-container {
        margin-top: 0;
    }

    .ss-chapter-section {
        padding-top: 0;
    }

    .chapter-section-teal {
        padding-top: 0;
    }

    .chapter-section-white {
        padding-top: 0;
    }

    .ss-main-content-container .chapter-banner-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 43%;
    }

    .ss-chapter-banner-content {
        padding-right: 40px;
    }

    .ss-chapter-banner-content h2 {
        font-size: 57px;
        text-align: right;
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .ss-chapter-banner-content h2 {
        font-size: 9vw;
    }
    .ss-chapter-banner-content {
        padding-right: 20px;
    }
    .chapter-banner-img {
        opacity: 0.75;
    }
}


/* GRID STYLING */

.ss-grid-container {
    display: block;
    width: 1200px; 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: content-box;
}

.ss-grid {
    display: grid;
    grid-auto-flow: row; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px;   
}

.ss-grid-1 {
    grid-template-rows: 285px 285px 285px 285px 285px 285px;
}

.ss-stat-block {
    background-color: #f6f8fb;
    margin: 10px;
    position: relative;
    padding: 52px 26px 28px;
    margin-top: 0;
}

.ss-main-content-container .ss-stat-block img {
    margin-bottom: 0;
}

.ss-stat {
    font-size: 18px;
    line-height: 1.4666;
    font-weight: 400 !important;
    color: #239893;
    margin-top: 0;
    font-family: sans-serif;
}

.ss-stat-block::before {
    counter-increment: stats;
    content: counter(stats)".";
    position: absolute;
    top: 24px;
    color: #c0c8d3;
    font-size: 14px;
    font-weight: bold;
}

.ss-1-stat-1::before,
.ss-1-stat-10::before,
.ss-2-stat-1::before,
.ss-2-stat-8::before,
.ss-3-stat-1::before,
.ss-4-stat-1::before,
.ss-5-stat-1::before,
.ss-6-stat-1::before,
.ss-6-stat-7::before {
    color: #fff;
}


.ss-bold-stat {
    font-weight: 700 !important;
    color: #239893;
}

.ss-source {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #848689;
    position: relative;
    z-index: 3;
    max-width: 207px!important;
    text-decoration: none;
    max-width: calc(100% - 35px);
}

.ss-source:hover, .ss-source:focus {
    color: #172060 !important;
}

.ss-social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
}

.ss-social-icons::after {
    content: "Copied to clipboard!";
    position: absolute;
    font-size: 12px;
    bottom: 0;
    left: -20px;
    bottom: -12px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;      
}

/* Display "Copied to Clipboard" animation */
.ss-social-icons.copied::after {
    -webkit-animation-name: copy;
            animation-name: copy;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}

@-webkit-keyframes copy {
    from { opacity: 1;}
    to { opacity: 0;}
}

@keyframes copy {
    from { opacity: 1;}
    to { opacity: 0;}
}

.ss-twitter-share, .ss-clipboard {
    height: 24px;
    width: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.ss-clipboard {
    height: 26px;
}

.ss-twitter-share:hover, .ss-twitter-share:focus, .ss-clipboard:hover, .ss-clipboard:focus {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
}

.ss-copied {
    display: none;
    position: absolute;
    z-index: 2;
}

@media(max-width: 1030px) {

    .ss-grid-container {
        display: block;
        width: 95%;
    }

    .ss-grid {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .ss-stat-block {
        background-color: #f6f8fb;
        margin: 10px;
        height: 207px;
        width: auto;
    }
}

/* UNIQUE GRID BOXES STYLING */

.ss-1-stat-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    background-color: #44B68A;
    color: white;
    position: relative;
    min-height: 270px;
}

.ss-1-stat-1-img {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media(max-width: 1030px) {
    .ss-1-stat-1-img {
        width: auto;
        max-height: 54%;
    }
}
@media(max-width: 590px) {
    .ss-1-stat-1-img {
        max-height: 34%;
    }
}

.ss-1-stat-1 .ss-stat, .ss-1-stat-1 .ss-source, .ss-1-stat-1 .ss-bold-stat {
    color: white;
}

.ss-1-stat-1 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-1-stat-4 {
    grid-column: 3 / 5;
    grid-row: 2;
    position: relative;
    overflow: visible;
}

.ss-1-stat-9 {
    grid-column: 1 / 3;
    grid-row: 4;
}

.ss-1-stat-10 {
    grid-column: 3 / 5;
    grid-row: 4 / 6;
    background-color: #FE9C3B;
}

.ss-1-stat-10 .ss-stat, .ss-1-stat-10 .ss-source, .ss-1-stat-10 .ss-bold-stat {
    color: white;
}

.ss-1-stat-10 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-1-stat-10-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ss-1-stat-11 {
    grid-column: 2;
    grid-row: 5 / 7;
}
.ss-1-stat-11 {
    min-height: 150px;
}
.ss-1-stat-11-img {
    position: absolute;
    width: 80%;
    bottom: 20%;
    left: 10%;
}

.ss-1-stat-14 {
    grid-column: 1;
    grid-row: 5 / 7;
}

@media screen and (max-width: 1030px) {
    .ss-1-stat-10-img {
        display: none;
    }

    .ss-1-stat-11-img {
        width: 80px;
        bottom: 15px;
        left: 43%;
    }
    
}



/***********  Section 2  ***********/

.ss-chapter-img-2 {
    max-height: 396px;
    max-width: 434px;
    width: auto;
    position: absolute;
    right: 2%;
    bottom: -70%;
}

.ss-grid-2 {
    grid-template-rows: 285px 285px 285px 285px; 
}

.ss-2-stat-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    position: relative;
    background-color: #F23D55;
}

.ss-2-stat-1 .ss-stat, .ss-2-stat-1 .ss-source, .ss-2-stat-1 .ss-bold-stat {
    color: white;
}

.ss-2-stat-1 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-2-stat-1-img {
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 20%;
}

.ss-2-stat-8 .ss-stat, .ss-2-stat-8 .ss-source, .ss-2-stat-8 .ss-bold-stat {
    color: white;
}

.ss-2-stat-8 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-2-stat-8-img {
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 10%;
}

.ss-2-stat-8 {
    grid-column: 3 / 5;
    grid-row: 3 / 5;
    background-color: #4AB7DE;
}



@media(max-width: 1030px) {

    .ss-2-stat-1-img {
        display: none;
    }

    .ss-2-stat-8-img {
        width: 10%;
        z-index: 1;
        bottom: 15%;
        left: 74%;
    }
}

/***********  Section 3  ***********/

.ss-chapter-img-3 {
    max-height: 314px;
    max-width: 548px;
    width: auto;
    position: absolute;
    right: 2%;
    bottom: -70%;
}

.ss-grid-3 {
    grid-template-rows: 285px 285px 285px;   
}

.ss-3-stat-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    background-color: #4981A4 ;
}

.ss-3-stat-1 .ss-stat, .ss-3-stat-1 .ss-source, .ss-3-stat-1 .ss-bold-stat {
    color: white;
    width: 60%;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 767px) {
    .ss-3-stat-1 .ss-stat, .ss-3-stat-1 .ss-source, .ss-3-stat-1 .ss-bold-stat {
        width: 100%;
        font-size: 22px;
    }
}

.ss-3-stat-1 .ss-source {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.712);
}

.ss-3-stat-1-img {
    position: absolute;
    width: 95%;
    bottom: 0;
    left: 1%;
}

.ss-3-stat-2 {
    grid-column: 4;
    grid-row: 1 / 3;
}

.ss-3-stat-5 {
    grid-column: 3 / 5;
    grid-row: 3;
}

.ss-3-stat-5-img {
    position: absolute;
    width: 75%;
    bottom: 0;
    left: 10%;
}




@media(max-width: 1030px) {
    .ss-3-stat-1-img {
        width: 35%;
    }

    .ss-3-stat-5-img {

width: 30%;

left: 50%;

}
}

/***********   Section 4   ***********/

.ss-chapter-img-4 {
    max-height: 367px;
    max-width: 434px;
    width: auto;
    position: absolute;
    right: 2%;
    bottom: -70%;
}

.ss-grid-4 {
    grid-template-rows: 285px 285px 285px; 
}

.ss-4-stat-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    position: relative;
    background-color: #16928D;
}

.ss-4-stat-1 .ss-stat, .ss-4-stat-1 .ss-bold-stat {
    color: white;
}

.ss-4-stat-1 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-4-stat-1-img {
    position: absolute;
    width: 75%;
    bottom: 10%;
    left: 10%;
}

.ss-4-stat-4 {
    grid-column: 3;
    grid-row: 2 / 4;
}

.ss-4-stat-5 {
    grid-column: 4;
    grid-row: 2 /4;
    position: relative;
}

.ss-4-stat-5-img {
    width: 60%;
    position: absolute;
    bottom: 20%;
    left: 20%;
}

.ss-4-stat-6 {
    grid-column: 1 / 3;
    grid-row: 3;
}

@media(max-width: 1030px) {
    .ss-4-stat-1-img {
        width: 15%;    
        bottom: 8%;    
        left: 45%;
    }

    .ss-4-stat-5-img {
        width: 12%;
        bottom: 0;
        left: 55%;
    }
}

/***********  Section 5  ***********/

.ss-chapter-img-5 {
    max-height: 237px;
    max-width: 434px;
    width: auto;
    position: absolute;
    right: 2%;
    bottom: -70%;
}

.ss-grid-5 {
    grid-template-rows: 285px 285px; 
}

.ss-5-stat-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    background-color: #4981A4;
}

.ss-5-stat-1 .ss-stat, .ss-5-stat-1 .ss-bold-stat {
    color: white;
}

.ss-5-stat-1 .ss-source {
    color: rgba(255, 255, 255, 0.712);
}

.ss-5-stat-1-img {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 15%;
}

.ss-5-stat-4 {
    grid-column: 3 / 5;
    grid-row: 2;
    position: relative;
}

.ss-5-stat-4 .ss-stat, .ss-5-stat-4 .ss-bold-stat, .ss-5-stat-4 .ss-source {
    width: 70%;
}

.ss-5-stat-4-img {
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 0;
}

.ss-5-stat-4 .ss-social-icons {
    left: 0;
}

@media(max-width: 1030px) {
    .ss-5-stat-1-img {
        width: 15%;
        left: 55%;
    }

    .ss-5-stat-4-img {
        width: 28%;
    }

    .ss-5-stat-4 .ss-social-icons {
        left: 55%;
    }
}

/***********  CHAPTER 6 - Startup Teams  ***********/

.ss-chapter-img-6 {
    max-height: 317px;
    max-width: 434px;
    width: auto;
    position: absolute;
    right: 2%;
    bottom: -70%;
}

.ss-grid-6 {
    grid-template-rows: 285px 285px 285px 285px 285px;
}

.ss-6-stat-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    position: relative;
    background-color: #4AB7DE;
}

.ss-6-stat-1 .ss-stat, .ss-6-stat-1 .ss-bold-stat {
    color: white;
    font-size: 22px;
    text-align: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.ss-6-stat-1 .ss-source {
    color: rgba(255, 255, 255, 0.712);
    font-size: 18px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.ss-6-stat-1-img {
    position: absolute;
    width: 80%;
    bottom: 10%;
    left: 10%;
}

.ss-6-stat-7 {
    grid-column: 2 / 5;
    grid-row: 3 / 5;
    position: relative;
    background-color: #44B68A;
}

.ss-6-stat-7 .ss-stat, .ss-6-stat-7 .ss-bold-stat {
    color: white;
    font-size: 22px;
    text-align: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 767px) {
    .ss-6-stat-7 .ss-stat, .ss-6-stat-7 .ss-bold-stat  {
        width: 100%;
        font-size: 18px;
    }
}

.ss-6-stat-7 .ss-source {
    color: rgba(255, 255, 255, 0.712);
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ss-6-stat-7-img {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
}

.ss-6-stat-8 {
    grid-column: 1;
    grid-row: 4 / 6;
    position: relative;
}

.ss-6-stat-8-img {
    position: absolute;
    width: 75%;
    bottom: 15%;
    left: 13%;
}


@media(max-width: 1030px) {
    .ss-6-stat-1-img {
        width: 20%;
        left: 5%;
    }

    .ss-6-stat-7-img {
        width: 35%;
        left: 0;
    }

    .ss-6-stat-8-img {
        width: 15%;
        bottom: 4%;
        left: 50%;
    }
}



/************ CLOSING SECTION *************/

.ss-closing {
display: flex;
flex-direction: row;
margin-top: 137px;
margin-bottom: 137px;
align-items: center;
padding: 10px;
}

.ss-closing-img {
    max-width: 320px;
    padding-right: 40px;
}

.ss-closing-content-container {

}

.ss-closing-p {
    color: #848689;
}

.ss-closing-a {
    color: #6673FF;
    font-weight: 500;
}

.ss-closing-a:hover, .ss-closing-a:focus {
    text-decoration: underline;
}

/*******************************************/
/********    MOBILE FORMATTING    ********/


@media(max-width: 1030px) {

    .ss-top-section {
        height: max-content;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .ss-top-section-content {
        width: 100%;
        max-width: 100%;
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 30px;
        box-sizing: border-box;
    }

    .ss-blue-section {
        max-width: 89%;
        max-height: max-content;
    }
    
    .ss-intro-content-container {
        flex-direction: column;
    }

    .ss-intro-content {
        z-index: 1;
        margin-top: 30px;
    }

    .ss-content {
        z-index: 3;
    }

    .ss-intro-img {
        display: none;
    }

    .ss-chapter-top-section {
        position: relative;
        height: 150px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .ss-table-of-contents {
        margin-top: 0;
        padding-top: 0;
    }

    .ss-toc-block {
        width: 300px;
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ss-toc-title {
        font-size: 18px;
        text-align: left;
        width: 150px;
        align-self: flex-start;
    }

    .ss-chapter-number::after {
        max-width: 200px;
        min-width: 200px;
    }

    .ss-chapter-header {
        background-color: rgba(41, 41, 41, 0.473);
        z-index: 4;
        height: 250px;
        width: max-content
    }

    .ss-chapter-title {
        font-size: 30px !important;
        line-height: 30px !important;
        padding-left: 10px;
        margin-left: 10px !important;
        position: absolute;
        width: 250px;
        top: -50%;
    }

    .ss-chapter-img-1, .ss-chapter-img-2, .ss-chapter-img-3, .ss-chapter-img-4, .ss-chapter-img-5, .ss-chapter-img-6, .ss-chapter-img-7, .ss-chapter-img-8, .ss-chapter-img-9, .ss-chapter-img-10, .ss-chapter-img-11, .ss-chapter-img-12
     {
        position: absolute;
        bottom: 0;
        max-width: 300px;
    }

    .ss-stat-block {
        box-shadow: -1px 0px 5px 0px rgba(89,89,89,0.2);
        -webkit-box-shadow: -1px 0px 5px 0px rgba(89,89,89,0.2);
        -moz-box-shadow: -1px 0px 5px 0px rgba(89,89,89,0.2);
    }


    .ss-stat-block {
        height: max-content;
        margin-bottom: 30px;
    }

    .ss-closing {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ss-closing-img {
        display: none;
    }

    .ss-to-top {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 500px) {

    .ss-intro-img {
        display: block;
        position: absolute;
        top: .45%;
        z-index: 0;
        width: 45% !important;
        height: auto;
        right: 0;
        margin: 0;
    }

    .single-post .ss-h1 {
        width: 100%;
        max-width: 100%;
        font-size: 9vw;
        padding-left: 50px;
        padding-right: 50px;
        z-index: 2;
        word-spacing: inherit;
    }

    .ss-header-img {
        /* display: none; */
    }

        .ss-chapter-top-section {
        position: relative;
        height: 150px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ss-table-of-contents {
        margin-top: 0;
        padding-top: 0;
    }

    .ss-toc-block {
        width: 100%;
        max-width: 300px;
    }

    .ss-toc-title {
        font-size: 18px;
    }

    .ss-chapter-number::after {
        max-width: 200px;
        min-width: 200px;
        z-index: 0 !important;
    }

    .ss-chapter-header {
        background-color: rgba(41, 41, 41, 0.473);
        z-index: 4;
        height: 250px;
        width: max-content
    }

    .ss-chapter-title {
        font-size: 30px !important;
        line-height: 30px !important;
        padding-left: 10px;
        margin-left: 10px !important;
        position: absolute;
        width: 250px;
        top: -47%;
    }

    .ss-chapter-img-1, .ss-chapter-img-2, .ss-chapter-img-3, .ss-chapter-img-4, .ss-chapter-img-5, .ss-chapter-img-6, .ss-chapter-img-7, .ss-chapter-img-8, .ss-chapter-img-9, .ss-chapter-img-10, .ss-chapter-img-11, .ss-chapter-img-12
     {
        position: absolute;
        bottom: 0;
        max-width: 200px !important;
        z-index: 2 !important;
    }

    .ss-top-section-content {
        padding: 0 0 0 12px;
        min-height: 290px;
    }
    
}
