/*start 321 guide css*/

.guide-page-body .page-header {
    position: relative;
    z-index: 2;
    background-size: cover;
}

.guide-page-body .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.guide-page-body.page .site-container h1 {
    font-weight: 700;
}

.guide-page-body.page .site-container section[role="banner"]>.wrap,
.guide-page-body.page .site-container div[role="banner"]>.wrap {
    max-width: 1280px;
    width: 90%;
}

.guide-page-body .entry {
    padding: 0;
}

.seaglass-guide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 15px;
    overflow: hidden;
    padding-top: 5rem;
}

.seaglass-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px
}

.seaglass-service-page--row-container .row {
    max-width: 1080px;
    margin: 0 auto
}

body .seaglass-guide h2,
body .seaglass-guide h3,
body .seaglass-guide h4,
body .seaglass-guide h5,
body .seaglass-guide h6 {}

body .seaglass-guide h2 {}

body .seaglass-guide h3 {}

body .seaglass-guide h4 {}

body .seaglass-guide p,
body .seaglass-guide ul>li {}


/*end generic guide styling*/

.guide-page-body .page-header p {
    width: 100%;
    margin: 1em auto 0;
    max-width: 700px;
}

.guide-page-body h1>span {
    color: var(--accent-color);
    display: block;
}


/*start orases custom styling for guide*/

.seaglass-guide .seaglass_toc_container.fixed {
    opacity: 1;
    right: auto;
    left: 75%;
    transition: 0.25s ease-in-out opacity;
}

.seaglass-guide .custom-wrap .social-icons-sidebar {
    top: 90px;
    left: 75%;
    z-index: 2;
}

.social-icons-sidebar>div {
    display: flex;
}

.seaglass-guide .social-icons-sidebar .sharrre {
    display: block;
    margin: 1.5rem 1rem 0 0;
}

.guide-page-body .seaglass-guide .custom-wrap .seaglass-guide__toc-column {
    display: none;
}

.seaglass-guide__authors-column {
    position: relative;
}

.seaglass-guide .custom-wrap .seaglass-guide-content {
    padding: 0;
    width: 100%;
}

.seaglass-guide .seaglass-guide--closeout-section .custom-wrap .seaglass-guide-content {
    padding-top: 6rem;
}

@media (min-width: 992px) {
    .seaglass-guide > .custom-wrap:before {
        content: '';
        width: 1px;
        border-left: dotted 2px #9aadba;
        height: 100000px;
        display: block;
        position: absolute;
        left: 80px;
        z-index: 2;
    }
    .seaglass-guide .seaglass-guide__chapter-top-left:before {
        content: '01';
        display: block;
        position: absolute;
        height: 7.4rem;
        width: 7.4rem;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 0px 0 3px var(--accent-color);
        top: 10px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        color: #6e7c7c;
        border: 1px solid #9aadba;
        z-index: 3;
    }
    .seaglass-guide .chapter-section:nth-of-type(2) .seaglass-guide__chapter-top-left:before {
        content: '02';
    }
    .seaglass-guide .chapter-section:nth-of-type(3) .seaglass-guide__chapter-top-left:before {
        content: '03';
    }
    .seaglass-guide .chapter-section:nth-of-type(4) .seaglass-guide__chapter-top-left:before {
        content: '04';
    }
    .seaglass-guide .chapter-section:nth-of-type(5) .seaglass-guide__chapter-top-left:before {
        content: '05';
    }
    .seaglass-guide .chapter-section:nth-of-type(6) .seaglass-guide__chapter-top-left:before {
        content: '06';
    }
    .seaglass-guide .chapter-section:nth-of-type(7) .seaglass-guide__chapter-top-left:before {
        content: '07';
    }
    .seaglass-guide .chapter-section:nth-of-type(8) .seaglass-guide__chapter-top-left:before {
        content: '08';
    }
    .seaglass-guide .chapter-section:nth-of-type(9) .seaglass-guide__chapter-top-left:before {
        content: '09';
    }
    .seaglass-guide .chapter-section:nth-of-type(10) .seaglass-guide__chapter-top-left:before {
        content: '10';
    }
    .seaglass-guide .custom-wrap .seaglass-guide-content {
        width: 75%;
        padding: 6rem 3rem 6rem 12rem;
    }
    .seaglass-guide__chapter-top {
        padding-left: 9.2rem;
    }
    .seaglass-guide .custom-wrap {
        position: relative;
    }
    /* .seaglass-guide>.custom-wrap:before {
        content: '';
        width: 1px;
        border-left: dotted 2px #9aadba;
        height: 100000px;
        display: block;
        position: absolute;
        left: 67px;
        z-index: 0;
    } */
}

@media (min-width: 1450px) {
    .seaglass-guide > .custom-wrap:before {
        left: 67px;
    }
}

/*reference links*/

a.guide-reference-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    transform: translateY(-4px);
}

a.guide-reference-link:hover,
a.guide-reference-link:focus {
    color: #255384;
}

a.guide-reference-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100px;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

a.guide-reference-link:hover::after {
    pointer-events: all;
    z-index: 99;
}

.guide-page-body .seaglass-guide a.guide-reference-link>span {
    position: absolute;
    top: auto;
    left: 85%;
    bottom: 84%;
    right: auto;
    opacity: 0;
    background: #fff;
    padding: 4px 8px;
    display: block;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0/21%), 0 1px 5px -3px rgb(0 0 0/48%);
    border-radius: 1px;
    z-index: 100;
    pointer-events: none;
}

.guide-page-body .seaglass-guide a.guide-reference-link:hover span {
    opacity: 1;
    transition: 0.15s ease opacity;
    pointer-events: all;
}

.guide-page-body .seaglass-guide a.guide-reference-link>span:hover,
.guide-page-body .seaglass-guide a.guide-reference-link>span:focus {
    color: #393e4b;
}


/*new table of contents section*/

.seaglass-guide .seaglass-guide__chapter-title,
.guide-page-body .seaglass-guide .seaglass-guide__toc-box .seaglass-guide__toc-header>* {
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
    color: #183752;
}

.seaglass-guide .seaglass-guide__chapter-title {
    font-size: 5rem;
}

.guide-page-body .seaglass-guide .seaglass-guide__toc-box .seaglass-guide__toc-header>* {
    font-size: 2rem;
    margin-top: 5px;
    color: #255384;
}

.guide-page-body .seaglass-guide .seaglass-guide__toc-box:hover .seaglass-guide__toc-header>* {
    color: #183752;
}

.seaglass-guide__toc-box {
    /* background: #e7edf0;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 19%), 0px 5px 20px -9px rgba(0, 0, 0, .2); */
    margin: 1.5rem 0;
    padding: 2rem;
    transition: .25s ease all;
}

.seaglass-guide__chapter-number span,
.seaglass-guide .seaglass-guide__toc-number span {
    padding: 0;
    font-weight: 800;
    /* color: var(--accent-color); */
    color: #183752;
    margin-bottom: 0;
}

.seaglass-guide .seaglass_toc_container {
    opacity: 0;
    transition: none;
}

.seaglass-guide .seaglass-guide__toc-box {
    border-bottom: 1px solid #d0dbe1;
    border-right: 1px solid #d0dbe1;
    padding: 2rem 4rem 4rem;
    flex-basis: 100%;
    flex-grow: 0;
    margin: 0;
}

.seaglass-guide .col-sm-6:nth-of-type(2n) .seaglass-guide__toc-box {
    border-right: none;
}

.seaglass-guide .col-sm-6:nth-last-child(1) .seaglass-guide__toc-box,
.seaglass-guide .col-sm-6:nth-last-child(2) .seaglass-guide__toc-box {
    border-bottom: none;
}

.seaglass-guide__toc .row>div {
    padding: 0;
}

.seaglass-guide .seaglass-guide__toc-number span {
    display: block;
    height: 4.4rem;
    width: 4.4rem;
    font-size: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0 3px var(--accent-color);
    top: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #255384;
    margin-bottom: 5px;
}

.seaglass-tip-area__tip-image {
    max-width: 200px;
    padding: 2rem;
}


/*guide table*/

.guide-table {
    margin: 6rem 0;
}

.guide-page-body .seaglass-guide .seaglass-guide-content .guide-table h4 {
    font-family: var(--gelasio-font);
    color: var(--accent-blue);
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 6px;
}

.guide-page-body .seaglass-guide .guide-table h5 {
    font-weight: 800;
    font-size: 2.4rem;
    padding: 0 0rem;
}

.guide-table .row:nth-of-type(1)>div {
    padding-bottom: 1rem;
    padding-top: 0;
}

.guide-table .row>div {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.guide-table .row>div>p {
    color: #3e4c56;
    margin: 0;
}

.guide-table .row.heading>div {
    padding-bottom: 1rem;
}

.guide-table hr {
    padding-top: 0;
    margin-bottom: 1rem;
}


/*pros and cons section */

.pros-cons-container .row>div>div {
    display: flex;
    margin-bottom: 17px;
}

.pros-cons-container .row>div svg {
    margin-right: 9px;
    margin-top: 3px;
}


/*start blog section*/

.seaglass-guide a.related-blog-wrapper {
    display: block;
}

.related-blog-image-header {
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
}

.related-blog .related-blog-content {
    padding: 3rem 2rem;
}

h4.related-blog-title {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

body .seaglass-guide p {
    margin-bottom: 1.382em;
    line-height: 2;
    font-size: 1.8rem;
}

body .seaglass-guide .seaglass-guide__chapter p {
    color: #fff;
}

@media (max-width: 575px) {
    .guide-table .row>div.col-sm-4:not(:first-of-type) {
        max-width: 50%;
    }
    .guide-page-body .page-header p {
        display: none;
    }
}


/* body .seaglass-guide .seaglass-guide__toc-box-bottom-text {
    color: #fff;
} */

.seaglass-service-page--row-container {
    padding: 9rem 0 3rem;
    position: relative;
    margin: 3rem 0 1rem
}

.seaglass-service-page--row-container:nth-of-type(2n+1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    background: linear-gradient(67deg, #5db0cf, #5b7ac6 80%, #5a6cc4)
}

.seaglass-service-page--row-container:nth-of-type(4n+1):before {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

.seaglass-wrap:not(:first-of-type) {
    margin: 9rem auto
}

.seaglass-service-page--image-container {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4rem
}

.seaglass-service-page--row-container.has-image:nth-of-type(2n+1) .row {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

h1.descriptive-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem;
    position: relative
}

h1.descriptive-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 30px;
    left: calc(50% - 15px);
    bottom: -10px;
    opacity: 0.9
}

body .cta-register {
    background: #5b7ac6
}

.seaglass-guide-content-container {
    padding: 5rem 0
}

.guide-page-body .page-title--guide {
    background-color: #133147;
    padding: 16rem 0px 12rem
}

.guide-page-body .page-title--guide .page-title__container {
    min-height: 0;
    height: auto
}

.guide-page-body .seaglass-guide a>span:not(.arrow-animation) {
    display: block
}

.guide-page-body .seaglass-guide__toc-box .seaglass-guide__chapter-image img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
    max-width: 100px;
    width: auto;
    margin-bottom: 13px
}

.guide-page-body span.seaglass-guide__toc-number {
    font-size: 2rem
}

.guide-page-body .seaglass-guide h4:not(.related-blog-title) {
    font-size: 2.3rem;
    margin-bottom: 0.8em;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

.guide-page-body .seaglass-guide h4:not(.related-blog-title) svg {
    margin-right: 3px;
    transform: translateY(1px);
}

.guide-page-body ul:not(.menu) {
    list-style-type: disc;
    padding-left: 2rem
}

.guide-page-body ol {
    list-style-type: decimal;
    padding-left: 2rem
}

.guide-page-body span.seaglass-guide__toc-box-middle.match-height {
    display: block
}

.guide-page-body .guide-page-body .seaglass-guide__toc-box .seaglass-guide__chapter-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    max-height: 80px
}

div#static-toc-column {
    position: relative
}

.seaglass-guide .seaglass_toc_container {
    display: block;
    position: static;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    padding: 1rem 0;
    border: 1px solid #bbb;
    border-radius: 0 2px 0 0;
    line-height: 1.3;
    border: none;
}

.seaglass-guide .seaglass_toc_container a {
    display: block;
    padding: 1rem 0 1rem 35px;
    text-decoration: none;
    transition: none;
    text-align: left;
    font-family: var(--gelasio-font);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #1d679e;
    transition: .3s ease-in-out all;
}

.seaglass-guide .seaglass_toc_container a.highlighted {
    /* color: var(--accent-color); */
    color: #777;
    cursor: default;
}

.seaglass-guide .seaglass_toc_container a:before {
    content: '01';
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0 3px var(--accent-color);
    top: 15px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6e7c7c;
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(2):before {
    content: '02';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(3):before {
    content: '03';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(4):before {
    content: '04';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(5):before {
    content: '05';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(6):before {
    content: '06';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(7):before {
    content: '07';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(8):before {
    content: '08';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(9):before {
    content: '09';
}

.seaglass-guide .seaglass_toc_container a:nth-of-type(10):before {
    content: '10';
}

.seaglass-guide .seaglass_toc_container.fixed {
    position: fixed;
    top: calc(110.5px + 5vh);
    background-color: #fff;
    margin-left: 0;
    width: 19.9%;
    opacity: 1;
    transition: opacity 0.25s ease-in-out
}

body.logged-in.admin-bar .seaglass-guide .seaglass_toc_container.fixed {
    top: calc(142.5px + 5vh);
}

.seaglass-guide .seaglass_toc_container.fixed.bottom {
    opacity: 0
}


/* .seaglass-guide .seaglass-guide-content p:not(.seaglass-guide__chapter-paragraph-text):not(.seaglass-guide__toc-box-bottom-text):not(.seaglass-tip-area__content-text):not(.seaglass-guide__author-bio-text),
.seaglass-guide .content ul li {
    color: #333
} */

.seaglass-guide .seaglass-tip-area p,
.seaglass-guide .seaglass-tip-area span {
    font-family: 'Poppins', sans-serif
}

.seaglass-guide .custom-wrap .seaglass-guide__toc-column,
.seaglass-guide .custom-wrap .seaglass-guide__authors-column {
    display: none
}

.seaglass-guide__authors-column {
    text-align: center
}

.seaglass-guide__author-sidebar img {
    width: 35%;
    margin: 4rem auto 1.5rem
}

.seaglass-guide__authors-column .social-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.seaglass-guide p {
    font-size: 1.8rem;
    line-height: 1.5
}

.seaglass-guide .seaglass-guide__author-sidebar p {
    font-size: 1.5rem
}

.seaglass-guide .seaglass-guide__author-sidebar p strong {
    font-size: 1.8rem
}

.seaglass-guide .seaglass-guide__author-bio p {
    font-size: 1.6rem
}

.seaglass-guide a.button,
.seaglass-guide a.button--background,
.seaglass-guide .box-with-illustration-background.parents-page a.box-with-illustration-background__button,
.box-with-illustration-background.parents-page .seaglass-guide a.box-with-illustration-background__button,
.seaglass-guide a.button--background-navy,
.seaglass-guide a.button--background--bahama-blue,
.seaglass-guide a.button--primary,
.seaglass-guide .fixed-header a.button--login-secondary,
.fixed-header .seaglass-guide a.button--login-secondary,
.seaglass-guide .colored-background-layout form a[type=submit],
.colored-background-layout form .seaglass-guide a[type=submit],
.seaglass-guide a.button--outline,
.seaglass-guide a.button--outline--white,
.seaglass-guide a.button--login,
.seaglass-guide a.box-with-illustration-background__button,
.seaglass-guide a.button--outline--red,
.seaglass-guide a.button--outline--green,
.seaglass-guide a.button--outline--purple,
.seaglass-guide a.button--outline--blue,
.seaglass-guide a.button--outline--bahama-blue,
.seaglass-guide a.button--outline--shakespeare,
.seaglass-guide a.button--outline--fun-blue,
.seaglass-guide a.button--outline--dblue,
.seaglass-guide a.button--outline--black,
.seaglass-guide a.button--link,
.seaglass-guide body.Vanilla .header__menu .menu a.SignOut,
body.Vanilla .header__menu .menu .seaglass-guide a.SignOut,
.seaglass-guide body.Vanilla a.Button,
body.Vanilla .seaglass-guide a.Button,
.seaglass-guide body.Vanilla .SearchForm .SiteSearch a.Button,
body.Vanilla .SearchForm .SiteSearch .seaglass-guide a.Button,
.seaglass-guide a.splash-header__button {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0
}

.seaglass-guide__outro-button {
    text-align: center;
    margin-bottom: 3rem
}

.seaglass-guide__toc p,
.seaglass-guide__stats p:not(.modal-text),
.seaglass-guide__chapter-header p,
.seaglass-guide__chapter-text p,
.seaglass-guide__references p,
.seaglass-guide__author-bio p,
.seaglass-tip-area p,
.ui-demo-area p,
.ui-demo-area--tip p,
.seaglass-guide__image-section-content p {
    margin: 0
}

.geo-images {
    border-width: 5px;
    border-color: blue
}

.ui-demo {
    margin: 4rem 0
}

figure.ui-demo-area {
    border-left: 2px solid rgba(0, 152, 255, 0.7);
    background: #f5f5f5;
    padding: 1rem 3rem;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-bottom: 2rem
}

.ui-demo-area--content {
    padding-bottom: 1rem;
    text-align: center
}

.ui-demo-area--content br {
    display: none
}

.ui-demo-area--tip p {
    font-size: 1.5rem;
    color: #474747;
    letter-spacing: -0.01em
}

.ui-demo-area--tip svg {
    color: #0084db;
    margin-right: 0.6rem
}

.ui-demo-area .button,
.ui-demo-area .button--background,
.ui-demo-area .box-with-illustration-background.parents-page .box-with-illustration-background__button,
.box-with-illustration-background.parents-page .ui-demo-area .box-with-illustration-background__button,
.ui-demo-area .button--background-navy,
.ui-demo-area .button--background--bahama-blue,
.ui-demo-area .button--primary,
.ui-demo-area .fixed-header .button--login-secondary,
.fixed-header .ui-demo-area .button--login-secondary,
.ui-demo-area .colored-background-layout form [type=submit],
.colored-background-layout form .ui-demo-area [type=submit],
.ui-demo-area .button--outline,
.ui-demo-area .button--outline--white,
.ui-demo-area .button--login,
.ui-demo-area .box-with-illustration-background__button,
.ui-demo-area .button--outline--red,
.ui-demo-area .button--outline--green,
.ui-demo-area .button--outline--purple,
.ui-demo-area .button--outline--blue,
.ui-demo-area .button--outline--bahama-blue,
.ui-demo-area .button--outline--shakespeare,
.ui-demo-area .button--outline--fun-blue,
.ui-demo-area .button--outline--dblue,
.ui-demo-area .button--outline--black,
.ui-demo-area .button--link,
.ui-demo-area body.Vanilla .header__menu .menu .SignOut,
body.Vanilla .header__menu .menu .ui-demo-area .SignOut,
.ui-demo-area body.Vanilla .Button,
body.Vanilla .ui-demo-area .Button,
.ui-demo-area body.Vanilla .SearchForm .SiteSearch .Button,
body.Vanilla .SearchForm .SiteSearch .ui-demo-area .Button,
.ui-demo-area .splash-header__button {
    margin-top: 2rem
}

.ui-demo-area__button:first-of-type {
    margin-top: 1rem
}

.ui-demo-area__button:not(:last-of-type) {
    margin-bottom: 2rem
}

.seaglass-tip-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem auto;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    padding: 1rem 3rem;
    box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.05), 0 7px 14px 0 rgba(50, 50, 93, 0.02), 0 3px 6px 0 rgba(0, 0, 0, 0.05)
}

.seaglass-tip-area__content {
    line-height: 1;
    text-align: left;
    margin: 2rem 0
}

span.seaglass-tool-button__output {
    font-size: 1.5rem
}

.seaglass-tip-area__right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 3rem
}

.seaglass-tip-area__content p {
    color: #2d70b4;
    font-weight: 500;
    font-size: 1.8rem
}

.seaglass-tip-area__tip-image img {
    width: auto;
    height: auto
}

.seaglass-tip-area__tool-button-container {
    text-align: left
}

.seaglass-tool-button {
    background: #2bbcec;
    text-shadow: 0 1px 3px rgba(35, 174, 179, 0.4);
    font-weight: 600;
    border-radius: 3px;
    padding: 0 2rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    max-width: 350px
}

span.seaglass-tool-button__icon {
    margin-left: 1rem
}

span.seaglass-guide__bottom-cta {
    margin-right: 1rem
}

.seaglass-guide .content-sidebar-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

.seaglass-guide .content {
    padding: 0 !important
}

.seaglass-guide .custom-wrap {
    display: block;
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw
}

.seaglass-guide .seaglass-guide__container {
    margin: 0 auto;
    position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
    height: 100%;
}

.seaglass-guide__full-width-section-wrap {
    margin: 0 2rem 4rem;
    padding: 4rem 0 0
}

.seaglass-guide__image-section-content,
.seaglass-guide__image-row .seaglass-guide__image-section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.seaglass-guide__image-section-content p {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1rem
}

.seaglass-guide__image-row .seaglass-guide__image-section-content p:not(:first-of-type) {
    margin-top: 1rem
}

p.seaglass-guide__image-text-separator {
    display: block;
    margin: 0 0.25rem
}

.seaglass-guide .social-icons-sidebar {
    opacity: 0;
    display: block;
    position: fixed;
    /* top: 30%;
    right: 1% */
    transition: none;
}

.seaglass-guide .social-icons-sidebar.visible {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.seaglass-guide .social-icons-sidebar .sharrre {
    display: block;
    /* margin: 1.5rem 0 */
}

@media (min-width: 992px) {
    .seaglass-guide .custom-wrap .seaglass-guide__toc-column {
        display: none;
        width: 22.7%;
        padding: 6rem 0
    }
    .seaglass-guide .custom-wrap .seaglass-guide__authors-column {
        display: block;
        width: 22.7%;
        padding: 6rem 0
    }
    .seaglass-guide .custom-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 88%;
        padding: 0
    }
    .seaglass-guide .seaglass-guide__container {
        width: 88%;
        padding-left: 0;
        padding-right: 0
    }
    .seaglass-guide .seaglass-guide__full-width-section-wrap {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 6rem 3rem;
        position: relative;
        max-width: 1280px;
    }
    .seaglass-guide .chapter-section .seaglass-guide__full-width-section-wrap {
        padding: 6rem 3rem 64px;
    }
    .seaglass-guide__related-blogs-wrap-inner:before,
    .seaglass-guide__chapter-top:before {
        content: '';
        position: absolute;
        display: block;
        right: -90%;
        width: 100%;
        background-color: #fff;
        height: 600px;
        top: -121px;
    }
    .seaglass-guide__chapter:before {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        width: calc(50% - 260px);
        background-color: #fff;
        height: 600px;
        top: -121px;
    }
    .seaglass-guide .entry-content blockquote {
        width: auto;
    }
    .seaglass-guide__chapter-top {
        max-width: 880px;
        position: relative;
        padding-right: 13rem;
    }
    .seaglass-guide__related-blogs-wrap-inner {
        max-width: 880px;
        position: relative;
        padding-right: 5rem;
        padding-left: 10rem;
    }
}

@media (min-width: 768px) {
    .seaglass-guide__image-row .seaglass-guide__image-section-content {
        display: block;
        text-align: center
    }
    .seaglass-guide__image-row .seaglass-guide__image-section-content p:not(:first-of-type) {
        margin-top: 0
    }
    p.seaglass-guide__image-text-separator {
        display: none;
        margin: 0
    }
}

.seaglass-guide__reference-paragraph {
    margin-bottom: 1.382em
}

.seaglass-guide__reference-paragraph p {
    display: inline
}

.seaglass-guide sup,
sup.seaglass-guide__superscript.seaglass-guide__sup a,
span.seaglass-guide__reference-number {
    color: var(--accent-color);
    font-weight: 500;
    box-shadow: none;
    transition: 0.2s ease all
}

.seaglass-guide sup:hover,
.seaglass-guide sup:focus,
sup.seaglass-guide__superscript.seaglass-guide__sup,
sup.seaglass-guide__superscript.seaglass-guide__sup a:focus,
button.seaglass-guide__reference-button.modal-sup:hover,
button.seaglass-guide__reference-button.modal-sup:focus {
    cursor: pointer;
    color: #4c85d7;
    transition: 0.2s ease all;
    box-shadow: none
}

button.seaglass-guide__reference-button.modal-sup {
    font-size: 2rem;
    line-height: 1.618;
    height: auto
}

button.seaglass-guide__reference-button,
button.close.seaglass-guide__reference-button {
    margin: 0;
    padding: 0;
    background: none;
    transition: 0.2s ease all
}

button.close.seaglass-guide__reference-button {
    color: #000000;
    margin-right: 3rem;
    padding-top: 0.618em;
    font-size: 2rem
}

button.close.seaglass-guide__reference-button:hover,
button.close.seaglass-guide__reference-button:focus {
    color: #444444;
    box-shadow: none;
    transition: 0.2s ease all
}

button.close.seaglass-guide__reference-button.view-all p a {
    box-shadow: none
}

button.close.seaglass-guide__reference-button.view-all p,
button.close.seaglass-guide__reference-button.view-all p a:focus {
    color: #009cff;
    transition: 0.2s ease all
}

span.seaglass-guide__reference-number {
    font-weight: 600;
    margin-right: 0.5rem
}

.seaglass-guide-section {
    text-align: center;
    margin: 5rem auto
}

.seaglass-guide__buttons .button,
.seaglass-guide__buttons .button--background,
.seaglass-guide__buttons .box-with-illustration-background.parents-page .box-with-illustration-background__button,
.box-with-illustration-background.parents-page .seaglass-guide__buttons .box-with-illustration-background__button,
.seaglass-guide__buttons .button--background-navy,
.seaglass-guide__buttons .button--background--bahama-blue,
.seaglass-guide__buttons .button--primary,
.seaglass-guide__buttons .fixed-header .button--login-secondary,
.fixed-header .seaglass-guide__buttons .button--login-secondary,
.seaglass-guide__buttons .colored-background-layout form [type=submit],
.colored-background-layout form .seaglass-guide__buttons [type=submit],
.seaglass-guide__buttons .button--outline,
.seaglass-guide__buttons .button--outline--white,
.seaglass-guide__buttons .button--login,
.seaglass-guide__buttons .box-with-illustration-background__button,
.seaglass-guide__buttons .button--outline--red,
.seaglass-guide__buttons .button--outline--green,
.seaglass-guide__buttons .button--outline--purple,
.seaglass-guide__buttons .button--outline--blue,
.seaglass-guide__buttons .button--outline--bahama-blue,
.seaglass-guide__buttons .button--outline--shakespeare,
.seaglass-guide__buttons .button--outline--fun-blue,
.seaglass-guide__buttons .button--outline--dblue,
.seaglass-guide__buttons .button--outline--black,
.seaglass-guide__buttons .button--link,
.seaglass-guide__buttons body.Vanilla .header__menu .menu .SignOut,
body.Vanilla .header__menu .menu .seaglass-guide__buttons .SignOut,
.seaglass-guide__buttons body.Vanilla .Button,
body.Vanilla .seaglass-guide__buttons .Button,
.seaglass-guide__buttons body.Vanilla .SearchForm .SiteSearch .Button,
body.Vanilla .SearchForm .SiteSearch .seaglass-guide__buttons .Button,
.seaglass-guide__buttons .splash-header__button {
    padding: 0 2rem;
    margin: 0.75rem 0
}

.seaglass-guide__phone span {
    color: #4d5968;
    background: #eee;
    padding: 1rem 1.5rem;
    border-radius: 5px
}

.seaglass-guide-section.seaglass-guide__socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 5rem;
    width: 60%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seaglass-guide .portfolio-gallery-section.seaglass-guide__portfolio {
    margin: 4rem 0
}

.seaglass-guide .portfolio-item {
    margin: 0
}

.seaglass-guide__toc {
    margin: 5rem 0
}

.seaglass-guide__toc a,
.seaglass-guide__toc {
    text-decoration: none
}


/* .seaglass-guide__toc-box {
    background: linear-gradient(135deg, #31549c 0%, #00c4ff 100%);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 1.5rem 0;
    padding: 2rem;
    transition: 0.25s ease all
} */


/* .seaglass-guide__toc-box:hover,
.seaglass-guide__toc-box:focus {
    box-shadow: 0px 0px 13px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 30px -1px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: 0.25s ease all
} */

.seaglass-guide__toc a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button),
.seaglass-guide__references a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button) {
    box-shadow: none;
    color: #009cff
}

.seaglass-guide__toc a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button):hover,
.seaglass-guide__toc a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button):focus,
.seaglass-guide__references a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button):hover,
.seaglass-guide__references a:not(.button):not(.button--background):not(.button--background-navy):not(.button--background--bahama-blue):not(.button--primary):not(.button--outline):not(.button--outline--white):not(.button--login):not(.box-with-illustration-background__button):not(.button--outline--red):not(.button--outline--green):not(.button--outline--purple):not(.button--outline--blue):not(.button--outline--bahama-blue):not(.button--outline--shakespeare):not(.button--outline--fun-blue):not(.button--outline--dblue):not(.button--outline--black):not(.button--link):not(.splash-header__button):focus {
    color: #3cb3ff
}

.seaglass-guide__toc-box-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seaglass-guide__toc-number {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.seaglass-guide__toc-image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1rem
}

.seaglass-guide__toc-number span {
    color: #ffffff;
    font-weight: 500
}

.seaglass-guide__toc-box-bottom p {
    color: #ffffff;
    margin: 1.5rem 0 0
}

.seaglass-guide__toc-box-bottom span {
    margin-left: 0.8rem
}

.seaglass-guide__references {
    background: #f9f9f9;
    border-radius: 2px;
    border: 2px solid #6f6f6f;
    padding: 3rem
}

.seaglass-guide__references br {
    display: none
}

.seaglass-guide__references h3 {
    margin: 0;
    padding: 0
}

.seaglass-guide__image-section {
    margin: 0 auto 1em
}

.seaglass-guide__image {
    border: 2px solid #636363;
    padding: 2rem;
    border-radius: 5px
}

.seaglass-guide__stats {
    background: #dddddd;
    text-align: center;
    padding: 4rem;
    margin: 4rem
}

.seaglass-guide__stats-text,
.seaglass-guide__stats-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.seaglass-guide__chapter {
    /* background: linear-gradient(270deg, #052c6d 0%, #23c2ef 0%, #31549c 100%, #96d5ec 100%, #31549c 100%, #b6b6b6 100%, #fff 100%); */
    /* background: #ccc; */
    background: #ddd;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 3rem;
    position: relative;
}

.seaglass-guide__chapter#chapter-1 {
    margin-top: 5rem;
}

.seaglass-guide__chapter-header,
.seaglass-guide__chapter-text p {
    color: #fff;
}

.seaglass-guide__chapter-text p {
    font-size: 2rem;
}

.seaglass-guide__chapter-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    margin-top: 7px;
}

.seaglass-guide__chapter-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.seaglass-guide__chapter-top-left {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.seaglass-guide__chapter-top-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.seaglass-guide__chapter-bottom {
    margin-bottom: 5rem
}

.seaglass-guide__chapter-image img {
    display: block;
    margin: 0 auto;
    max-width: 250px
}

.seaglass-guide__chapter hr {
    border: none;
    height: 6px;
    background-color: #fff;
    padding: 0;
    margin: 2rem 0
}

.seaglass-guide__header-icon {
    margin-right: 1.2rem
}

.entry-content .seaglass-guide h3 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-top: 2rem;
    /* color: #2b343b; */
    color: #1d679e;
}

.seaglass-guide h3.related-blog-headline {
    font-size: 1.5em;
    margin-bottom: 5rem;
    text-align: left;
    padding-top: 0;
}

.seaglass-guide h4:not(.related-blog-title) {
    font-size: 2.3rem;
    margin-bottom: 1.8rem;
    font-weight: 600
}

.seaglass-guide .seaglass-guide__authors-sidebar h4 {
    margin: 0;
    padding: 0
}

.seaglass-guide__toc-header {
    font-size: 0.8em
}

.seaglass-guide .seaglass-guide__toc-header h4 {
    color: #ffffff
}

.seaglass-guide .related-blog-section {
    background: #f9f9f9;
    width: 100%;
    margin-top: 5rem;
    padding: 0
}

.seaglass-guide .related-blog {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
    height: 100%;
}

.seaglass-guide .related-blog:hover {
    box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.12)
}

.seaglass-guide a.related-blog-wrapper {
    display: block;
}

.related-blog-image-header {
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
}

.related-blog .related-blog-content {
    padding: 3rem 2rem;
}

h4.related-blog-title {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

.seaglass-guide__authors-section {
    margin-top: 5rem
}

.seaglass-guide__author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
    border: 2px solid #6f6f6f;
    padding: 1.5rem 2rem;
    border-radius: 2px
}

.seaglass-guide__author-bio p {
    font-size: 1.8rem
}

.seaglass-guide__author-bio span {
    font-size: 2rem;
    font-weight: 600;
    color: #000000
}

.seaglass-guide__author-left,
.seaglass-guide__author-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seaglass-guide__author-image {
    width: 100px;
    margin-right: 2rem
}

.seaglass-guide__author-image img,
.seaglass-guide__author-sidebar-image img {
    border-radius: 50%
}

.seaglass-guide .share-medium .no-count .share {
    width: 100px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 600
}

.seaglass-guide .share-medium .share:before {
    font-size: 18px;
    top: 5px;
    left: 7px;
    line-height: 30px;
    height: 40px
}

.share-medium .sharrre:hover .no-count .share {
    width: 100px;
    opacity: 0.85
}

.seaglass-guide--closeout-section {
    border-top: 1px solid #eaeaea;
}

@media (max-width: 960px) {
    .seaglass-guide__stats-text {
        font-size: 2rem
    }
}

@media (max-width: 992px) {
    .seaglass-guide__full-width-section-wrap {
        margin: 0 0 6rem;
        padding: 4rem 6vw 0;
    }
    .seaglass-guide .seaglass-guide__chapter-title {
        font-size: 3.4rem;
        margin-bottom: 5rem;
    }
}

.seaglass-tip-area br {
    display: none;
}

@media (max-width: 767px) {
    .seaglass-guide__stats-image,
    .seaglass-guide__chapter-image {
        display: none
    }
    .seaglass-guide__chapter-middle {
        display: block
    }
    .seaglass-guide p {
        font-size: 1.8rem
    }
    .seaglass-guide__stats {
        margin: 4rem 0
    }
    .seaglass-tip-area {
        display: block
    }
    .seaglass-tip-area__left {
        display: none;
    }
    .seaglass-tip-area__right {
        margin: 0;
        padding: 2rem;
    }
    .seaglass-tip-area__tip-image,
    .seaglass-tip-area__tip-image img {
        margin: 0 auto;
        width: 123px;
    }
    .seaglass-tip-area__content,
    .seaglass-tip-area__tool-button-container {
        text-align: center;
        margin-top: 0;
    }
    .seaglass-guide .button,
    .seaglass-guide .button--background,
    .seaglass-guide .box-with-illustration-background.parents-page .box-with-illustration-background__button,
    .box-with-illustration-background.parents-page .seaglass-guide .box-with-illustration-background__button,
    .seaglass-guide .button--background-navy,
    .seaglass-guide .button--background--bahama-blue,
    .seaglass-guide .button--primary,
    .seaglass-guide .fixed-header .button--login-secondary,
    .fixed-header .seaglass-guide .button--login-secondary,
    .seaglass-guide .colored-background-layout form [type=submit],
    .colored-background-layout form .seaglass-guide [type=submit],
    .seaglass-guide .button--outline,
    .seaglass-guide .button--outline--white,
    .seaglass-guide .button--login,
    .seaglass-guide .box-with-illustration-background__button,
    .seaglass-guide .button--outline--red,
    .seaglass-guide .button--outline--green,
    .seaglass-guide .button--outline--purple,
    .seaglass-guide .button--outline--blue,
    .seaglass-guide .button--outline--bahama-blue,
    .seaglass-guide .button--outline--shakespeare,
    .seaglass-guide .button--outline--fun-blue,
    .seaglass-guide .button--outline--dblue,
    .seaglass-guide .button--outline--black,
    .seaglass-guide .button--link,
    .seaglass-guide body.Vanilla .header__menu .menu .SignOut,
    body.Vanilla .header__menu .menu .seaglass-guide .SignOut,
    .seaglass-guide body.Vanilla .Button,
    body.Vanilla .seaglass-guide .Button,
    .seaglass-guide body.Vanilla .SearchForm .SiteSearch .Button,
    body.Vanilla .SearchForm .SiteSearch .seaglass-guide .Button,
    .seaglass-guide .splash-header__button {
        margin-top: 2rem;
        white-space: unset;
        display: inline-block;
        padding: 1rem 1.5rem;
        line-height: 2rem
    }
    .seaglass-tip-area {
        width: 100%
    }
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--background,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--background-navy,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--background--bahama-blue,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--primary,
    .fixed-header a.seaglass-tip-area__tool-button.seaglass-tool-button.button--login-secondary,
    .colored-background-layout form a.seaglass-tip-area__tool-button.seaglass-tool-button[type=submit],
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--white,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--login,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.box-with-illustration-background__button,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--red,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--green,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--purple,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--blue,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--bahama-blue,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--shakespeare,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--fun-blue,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--dblue,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--outline--black,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.button--link,
    body.Vanilla .header__menu .menu a.seaglass-tip-area__tool-button.seaglass-tool-button.SignOut,
    body.Vanilla a.seaglass-tip-area__tool-button.seaglass-tool-button.Button,
    a.seaglass-tip-area__tool-button.seaglass-tool-button.splash-header__button {
        margin: 0 auto
    }
    .seaglass-guide__toc-image img {
        width: 50%
    }
    .seaglass-guide .portfolio-item {
        margin: 2rem auto;
        max-width: 300px
    }
    .author-info {
        margin: 0 auto
    }
    .seaglass-guide__chapter-top-left {
        width: 100%
    }
    .seaglass-guide__chapter-top-right {
        display: none
    }
    .guide-page-body .page-header {
        padding: 10rem 0 4rem;
        background-size: cover;
    }
}

@media (min-width: 100px) {
    .seaglass-guide img[class*=align] {
        display: block;
    }
}

@media (max-width: 600px) {
    .seaglass-guide h3.related-blog-headline {
        max-width: 250px;
    }
    .seaglass-guide-section.seaglass-guide__socials {
        display: block
    }
    svg:not(:root).seaglass-guide__social:last-child {
        margin: 0 auto
    }
    svg:not(:root).seaglass-guide__social {
        display: block;
        margin: 0 auto 3rem
    }
    .seaglass-guide__chapter-header {
        margin: 2rem 0 0
    }
    .seaglass-guide__chapter-header h2 {
        font-size: 2.8rem
    }
    .seaglass-guide__authors-section {
        text-align: center
    }
    .seaglass-guide__author {
        display: block;
        margin-top: 5rem
    }
    .seaglass-guide__author-image {
        width: 200px;
        margin: 0 auto
    }
    .seaglass-guide__author-right {
        margin-top: 2rem
    }
    .seaglass-guide__chapter-text {
        width: 100%
    }
}

@media (max-width: 575px) {
    .seaglass-guide .seaglass-guide__toc .row {
        margin: 0;
    }
    .seaglass-guide .seaglass-guide__toc .row>div a .seaglass-guide__toc-box {
        border-right: none;
        border-bottom: 1px solid #d0dbe1;
        padding: 4rem 2rem 2rem 5px;
    }
    .guide-table .row:first-of-type {
        display: none;
    }
    .guide-page-body .seaglass-guide .guide-table h5 {
        position: relative;
        text-decoration: underline;
        margin-bottom: 3rem;
    }
    .guide-page-body .seaglass-guide .guide-table h5:after {
        content: 'Custom Software';
        display: block;
        position: absolute;
        bottom: -44px;
        left: 0;
        font-size: 2rem;
        color: var(--accent-color);
        font-weight: 600;
        max-width: 50%;
    }
    .guide-page-body .seaglass-guide .guide-table h5:before {
        content: 'Off-The-Shelf';
        display: block;
        position: absolute;
        bottom: -44px;
        right: 19%;
        font-size: 2rem;
        color: var(--accent-color);
        font-weight: 600;
        max-width: 50%;
    }
    .guide-table .row>div:empty {
        display: none;
    }
}

@media (max-width: 476px) {
    .guide-table {
        display: none;
    }
}

.seaglass-guide__references p {
    font-size: 1.3rem;
    margin-top: 2rem
}


/*tw customizations*/

.seaglass-guide svg {
    color: var(--main-color);
    margin-right: 4px;
}

/* SeaGlass Customizations */

@media (min-width: 768px) {
    body.full-width-content.guide-page-body .content-sidebar-wrap {
        max-width: 100%;
    }

    body.full-width-content.guide-page-body .content-sidebar-wrap .custom-wrap {
        width: 90%;
        max-width: 1280px;
        padding: 0;
    }
}