/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: brandon-grotesque, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 0px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 20px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-size: inherit;
        font-weight: 500;
        color: var(--primary-color);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 20px 0 40px 20px;
        border-top: 4px solid var(--primary-color);
    }
    .reading-guide h3 {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--primary-color);
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--primary-color);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-size: 20px;
        font-weight: 500;
        color: var(--secondary-color);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 0px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 20px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-size: inherit;
        font-weight: 500;
        color: var(--primary-color);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 20px 0 40px 20px;
        border-top: 4px solid var(--primary-color);
    }
    .reading-guide h3 {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--primary-color);
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--primary-color);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-size: 20px;
        font-weight: 500;
        color: var(--secondary-color);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .article-container {
        width: 600px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left img {
        min-width: 400px;
        max-width: 600px;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 60px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-size: 20px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 20px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-size: inherit;
        font-weight: 500;
        color: var(--primary-color);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 15px 0 30px 15px;
        border-top: 4px solid var(--primary-color);
    }
    .reading-guide h3 {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--primary-color);
        margin: 0 0 15px 0;
        letter-spacing: 1px;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--primary-color);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-size: 20px;
        font-weight: 500;
        color: var(--secondary-color);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
}

@media(max-width: 769px) {
    .article-container {
        width: 100%;
        margin: 0 auto;
        /* max-width: 100%; */
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: flex-start; */
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        display: none;
        width: 100%;
        margin: 15px 0;
    }
    .rightside-wrapper {
        position: relative;
        /* top: 0; */
        /* right: 0; */
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-size: 18px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 20px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-size: inherit;
        font-weight: 500;
        color: var(--primary-color);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 25px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--primary-color);
        margin: 20px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: none;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 15px 0 30px 15px;
        border-top: 4px solid var(--primary-color);
    }
    .reading-guide h3 {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--primary-color);
        margin: 0 0 15px 0;
        letter-spacing: 1px;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--primary-color);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-size: 20px;
        font-weight: 500;
        color: var(--secondary-color);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
}