.container-full:after,
.container:after,
.main .author:after {
    content: " ";
    display: table;
    clear: both
}

.author:before,
.container-full:before,
.container:before,
.main .author:before {
    display: table;
    content: " "
}

@media only screen and (min-width:1024px) {

    .article__body-container,
    .popular-container {
        float: left;
        width: 620px
    }
}

.align-top {
    vertical-align: top !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: sticky !important
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.my-0 {
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.my-1 {
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.my-2 {
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.my-3 {
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.my-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.my-auto {
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important
    }

    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .my-sm-auto {
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .my-md-0 {
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .my-md-auto {
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .my-lg-auto {
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

article,
aside,
figure,
footer,
header,
main,
nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

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

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }

    .nav-menu {
        margin-top: 15px;
    }


}

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

/* .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
} */

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

/*for spacing around premium-ads*/

@media (min-width:767px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.nav-link {
    font: 700 1.25rem/1 Archivo, sans-serif;
    letter-spacing: -.2px;
    color: #000 !important
}

body,
html {
    overflow-x: hidden
}


@media (min-width:991.98px) {

    .mobile-uni-button {
        display: none;
    }

}

@media (max-width:991.98px) {


    .desktop-uni-button {
        display: none;
    }

    .uni-button .nav-link {
        color: #000 !important;
        font-size: 12px
    }

    .uni-button {
        padding: 0 !important
    }
}

.text-black {
    color: #000 !important;
    font-size: 12px
}

html {
    font: 1rem/1 Archivo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

.container img,
.story img {
    width: 100%;

}


img {
    display: block;
    height: auto
}

li,
ul {
    margin: 0;
    padding: 0
}

ul,
ul li {
    list-style: none
}

nav li {
    display: inline-block
}

a,
a:active,
a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

.advert {
    text-align: center
}

.advert iframe {
    box-sizing: content-box;
    margin: 1em auto;
    background: rgba(0, 0, 0, 0) !important
}

@media (max-width:320px) {
    .advert iframe {
        margin-left: -3px !important;
        border-right-width: 0;
        border-left-width: 0
    }
}

.advert-no-margin .advert iframe {
    margin-top: 0 !important;
    background: rgba(0, 0, 0, 0) !important
}

body {
    overflow: visible !important
}

.sticky-ad {
    position: sticky;
    top: 0
}

.mobile-sticky-ad {
    box-sizing: content-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    z-index: 10
}

.mobile-sticky-ad iframe {
    margin: 0;
    border: 0 none;
    border-bottom-width: 0 !important
}

div[id^=ezoic-pub-ad-placeholder-] {
    width: 100%
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.sub-nav {
    margin-left: 30px;

}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    list-style: none;
    justify-content: center important !;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0 padding-bottom:20px;
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: .25rem
}


.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.mobile-toggle-container {
    margin-top: -12px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.header {
    max-width: 1280px;
    background-color: #fff;
    height: 145px;
    z-index: 500;
    width: 100%;
    color: #000;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    margin: auto;
}


@media screen and (min-width:767px) {
    #main-content {
        margin: 10px;
    }
}

@media screen and (max-width:767px) {
    .header {
        background-color: #fff;
        height: 110px;
        overflow: hidden;
        transition: height 1s ease-out
    }


}

.header .nav-item.logo {
    padding-left: 30px;
    margin-top: -20px;
    margin-bottom: 20px;
    align-self
}

/** hide subnav on desktop**/
.sub-nav {
    display: none;
}

@media screen and (max-width:1439px) {
    .header .nav-item.logo {
        padding-left: 15px;
    }
}

@media screen and (max-width:767px) {
    .header .nav-item.logo {
        padding-left: 10px;
        margin-top: 0;
    }

    .sub-nav {
        display: inline;
    }

}

.header .nav-item.logo img {
    width: 140px
}

@media screen and (max-width:1439px) {
    .header .nav-item.logo img {
        width: 120px
    }
}

@media screen and (max-width:1023px) {
    .header .nav-item.logo img {
        width: 100px
    }
}

@media screen and (max-width:767px) {
    .header .nav-item.logo img {
        width: 73px
    }
}

.header .uni-button {
    margin: 0 60px 0 100px;
    margin-right: 45px
}

.header .uni-button .nav-link {
    color: #000 !important
}

@media screen and (max-width:1439px) {
    .header .uni-button {
        margin: 0 25px
    }
}

@media screen and (max-width:1023px) {
    .header .uni-button {
        margin: 0 10px
    }
}

@media screen and (max-width:767px) {
    .header .uni-button {
        margin: 0;
        display: flex;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .header.in {
        height: max-content
    }
}

.header .container-full {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .header .container-full {
        padding: 0;
        padding-top: 5px;
        padding-bottom: 10px;
        margin-top: 4px
    }
}

.header .navbar-toggler-icon svg {
    margin-top: 6px
}

.header .nav-link {
    font: bold .8rem/1 Archivo, sans-serif !important;
    letter-spacing: .81px;
    font-weight: 700
}

@media screen and (max-width:1439px) {
    .header .nav-link {
        font: bold .7rem/1 Archivo, sans-serif !important
    }
}

@media screen and (max-width:767px) {
    .header .nav-link {
        font-size: 9px !important;
        color: #000 !important
    }

    .logo-placement {
        margin-bottom: 0;
    }
}

.logo-placement {
    margin: auto;
    padding-top: 12px;
    margin-bottom: 5px;
}

.header .nav__menu {
    padding-right: 7px
}

@media screen and (max-width:767px) {
    .header .nav__menu {
        margin: 10px 0;


    }
}

.header .nav__menu li {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width:767px) {
    .header .nav__menu li {
        margin: 0
    }

    .header .nav__menu li:nth-child(0) {
        margin-top: 10px
    }




}

@media screen and (max-width:767px) {
    .header .nav__menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 24px !important;
        font-size: 18px !important
    }

    .header .nav__menu ul.sub-nav li a {
        font-size: 14px !important;
        font-style: italic !important;
    }

}

.header .nav__socials {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 27px
}

@media screen and (max-width:1439px) {
    .header .nav__socials {
        padding: 0 25px
    }
}

@media screen and (max-width:767px) {
    .header .nav__socials {
        display: none
    }
}

.header .nav__socials .navbar-nav {
    flex-direction: row;
    margin-top: 1px
}

.header .nav__socials .navbar-nav .nav-link {
    margin: 0 7px;
    font: bold .875rem/1 Archivo, sans-serif !important;
    letter-spacing: .94px;
    font-weight: 700
}

.header .nav__mobile .nav-item {
    margin: 0 12.5px
}

@media screen and (max-width:374px) {
    .header .nav__mobile .nav-item {
        margin: 0 5px
    }
}

.header .nav-menu {
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.header .nav-menu .navbar-toggler {
    padding-right: 10px !important
}

@media screen and (max-width:767px) {
    .header .nav-menu {
        margin: 0;
        min-height: 800px;
        font-size: 1.6rem;
    }
}

.header .nav-menu .nav-link {
    text-transform: uppercase;
    padding: 5px 15px;

}

@media screen and (max-width:1439px) {
    .header .nav-menu .nav-link {
        padding: 5px 15px
    }
}

@media screen and (max-width:1023px) {
    .header .nav-menu .nav-link {
        padding: 3px 5px
    }
}

@media screen and (max-width:767px) {
    .header .nav-menu .nav-link {
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 0
    }

    div.feed.highlight-container>div div.sidescroll-button {
        display: block;
        opacity: 1;
        background-color: #fff;
        width: 40px;
        height: 40px;
        float: right;
        margin-right: 0px;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: -3px;
        padding-bottom: 15px;
        ;
        border: solid 1px #666;
        border-radius: 3px;
        padding-left: 5px;
        padding-top: -10px;
    }


    ul.sub-nav {
        font-style: italic;
        color: yellow;
    }


}

/* div.feed.highlight-container > div > div div.sidescroll-button{
    display: none;
} */

.header .nav-menu .nav-link.active,
.header .nav-menu .nav-link:hover {
    background-color: #fff200;
    color: #31333c !important
}

@media screen and (max-width:767px) {

    .header .nav-menu .nav-link.active,
    .header .nav-menu .nav-link:hover {
        background-color: rgba(255, 255, 255, 255);
        color: #000 !important;
    }
}

.social_mobile_container {
    display: none !important;
    text-align: center;
    padding-top: 10px;

}

@media (max-width:767px) {
    .social_mobile_container {
        display: block !important
    }

    .social_mobile_container a {
        padding-left: 10px;
        padding-right: 10px
    }
}

a:focus,
button:focus {
    outline: 0 !important
}

body {
    transition: all .3s ease-in-out
}

::selection {
    background-color: #fff200;
    color: #31333c
}

::-moz-selection {
    background-color: #fff200;
    color: #31333c
}

a {
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none !important;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1280px) {
    .container-fluid {
        /*for edges of medium width */
        padding-left: 40px !important;
        padding-right: 40px !important;

    }
}

/* TODO fix  the uneven nature of the padding to centre these */
@media screen and (max-width:767px) {
    .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.container-full {
    margin: 0 auto;
    width: 100%;
    position: relative;
    float: left
}

.container {
    margin: 0 auto;
    width: 100%;
    position: relative
}

.btn {
    padding: 15px 25px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    margin: 15px 0;
    border-radius: 30px;
    font: 700 1rem/1 Archivo, sans-serif
}

@media only screen and (min-width:1024px) {
    .btn {
        letter-spacing: -.2px;
        margin: 45px 0 0 0
    }
}

@media only screen and (max-width:1023px) {
    .hide-mobile {
        display: none
    }
}

.story.regular {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.regular {
    margin-bottom: 0px;
}



@media only screen and (min-width:1024px) {
    .story.regular {
        margin-bottom: 50px;

    }
}

.story.main {
    margin-bottom: 35px
}

@media only screen and (min-width:1024px) {
    .story.main {
        margin-bottom: 60px
    }
}

.story.brand {
    margin-bottom: 35px
}

@media only screen and (min-width:1024px) {
    .story.brand {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:1024px) {
    .story.local {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .story.top-story {
        margin-bottom: 60px
    }
}

.story.popular {
    float: left;
    max-width: 47%;
    clear: both
}

@media only screen and (min-width:1024px) {
    .story.popular {
        margin-bottom: 0;
    }
}

.regular.local .article__image,
.regular.local .story__image {
    width: 100%;
    min-height: 80px
}

.article__image img,
.article__single img,
.article-first-image img {
    aspect-ratio: 1.9;
}

body.archive .article__single img {
    aspect-ratio:2;
}

.recirculation-box .story__image img {
    aspect-ratio: 2.1;
}

.corner-picture-tag-box img,
.plain-picture-box img {
    aspect-ratio: 2.1;
}

@media only screen and (min-width:1024px) {

    .regular.local .article__image,
    .regular.local .story__image {
        float: right;
        width: 535px;
        margin-left: 30px;
        max-height: 270px;
        overflow: hidden
    }
}


@media only screen and (min-width:1024px) {

    .brand .article__image,
    .brand .story__image {
        float: left;
        width: 535px;
        margin-right: 30px;
        max-height: 270px;
        overflow: hidden
    }
}

@media only screen and (min-width:1024px) {

    .top-story .article__image,
    .top-story .story__image {
        margin: 0 auto;
        width: 100%;
        max-width: 1280px;
        overflow: hidden
    }
}

@media only screen and (min-width:1024px) {

    .small-picture.classic .article__image,
    .small-picture.classic .story__image {
        float: right;
        width: 145px;
        height: 76px;
        overflow: hidden
    }
}

@media only screen and (min-width:1024px) {
    .story__copy {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        position: relative;
        z-index: 2;
        margin-top: -60px;
        max-width: 70%
    }
}

@media only screen and (min-width:1024px) {
    .brand .story__copy {
        display: block;
        margin: 15px 0 0 0;
        float: left
    }
}

.article__title,
.story__title {
    margin: 0;

    font: 700 1.0625rem/1 Archivo, sans-serif;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-break: break-word
}

@media only screen and (min-width:1024px) {

    .article__title,
    .story__title {
        position: relative;
        z-index: 3;
        font: 700 2.25rem/1 Archivo, sans-serif;
        letter-spacing: -1.8px;
        padding-left: 0;
        padding-bottom: 0;

        width: 100% !important;
    }
}

@media only screen and (min-width:1280px) {}

.regular .article__title,
.regular .story__title {
    padding: 12px 12px 15px 15px
}

@media only screen and (min-width:1024px) {

    .regular .article__title,
    .regular .story__title {
        margin-top: -45px;
        width: 400px;
        padding: 12px 0
    }
}

@media only screen and (min-width:1024px) {

    .local .article__title,
    .local .story__title {
        margin-top: 15px
    }
}

.main .article__title,
.main .story__title {
    font: 700 1.875rem/1 Archivo, sans-serif;
    letter-spacing: -.6px;
    font-weight: 700
}

@media only screen and (min-width:1024px) {

    .main .article__title,
    .main .story__title {
        font: 700 3rem/1 Archivo, sans-serif;
        letter-spacing: -1.5px;
        width: 700px
    }
}

.brand .article__title,
.brand .story__title {
    font: 700 1.875rem/1 Archivo, sans-serif;
    letter-spacing: -.6px;
    font-weight: 700
}

@media only screen and (min-width:1024px) {

    .brand .article__title,
    .brand .story__title {
        font: 700 3rem/1 Archivo, sans-serif;
        letter-spacing: -1.5px;
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {

    .highlight .article__title,
    .highlight .story__title {
        font: 700 1.5rem/1 Archivo, sans-serif;
        letter-spacing: -.6px
    }
}

.popular .article__title,
.popular .story__title {
    font: 700 1.0625rem/1.2 Archivo, sans-serif;
    letter-spacing: -.6px
}

@media only screen and (min-width:1024px) {

    .popular .article__title,
    .popular .story__title {
        font: 700 1.5rem/1 Archivo, sans-serif
    }
}

.top-story .article__title,
.top-story .story__title {
    font: 700 2.25rem/1 Archivo, sans-serif;
    letter-spacing: -1.2px
}

@media only screen and (min-width:1024px) {

    .top-story .article__title,
    .top-story .story__title {
        margin-top: -65px;
        font-weight: 900;
        font: 900 3.25rem/1 Archivo, sans-serif;
        letter-spacing: -1.8px;
        width: 100%
    }

    .top-story .article__title a,
    .top-story .story__title a {
        padding: 5px 0;
        display: block
    }
}

@media only screen and (min-width:1024px) {

    .small-picture.classic .article__title,
    .small-picture.classic .story__title {
        font: 400 1rem Archivo, sans-serif;
        
        padding: 0
    }

    
}

.story__excerpt {
    display: none;
    margin: 15px;
    font: 400 1.125rem/1.25 "Source Sans Pro", sans-serif
}

@media only screen and (max-width:1024px) {

    .article-first-excerpt {
        display: block;
        padding: 0 !important;
    }

}

@media only screen and (min-width:1024px) {
    .story__excerpt {
        margin: 8px 0 5px 0;
        float: left;
        display: block;
        font: 400 1.25rem/1.25 "Source Sans Pro", sans-serif;
       
    }

  .uni-home .article__single .story__excerpt {
        margin-top: -10px !important;
    } 
}

.main .story__excerpt {
    display: block;
    font-family: "Source Sans Pro", sans-serif
}

@media only screen and (min-width:1024px) {
    .main .story__excerpt {
        margin: 15px 0 0 0;
        font: 400 1.5rem/1.25 "Source Sans Pro", sans-serif;
        letter-spacing: -.2px
    }
}

.brand .story__excerpt {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 0
}

@media only screen and (min-width:1024px) {
    .brand .story__excerpt {
        margin: 15px 0 0 0;
        font: 400 1.125rem/1.25 "Source Sans Pro", sans-serif;
        letter-spacing: -.2px
    }
}

@media only screen and (min-width:1024px) {
    .top-story .story__excerpt {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 100%
    }
}

.article__category,
.story__category {
    padding: 0 15px 15px 15px;
    font: .8125rem/1 Archivo, sans-serif
}

.article__category span,
.story__category span {
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (min-width:1024px) {

    .article__category,
    .story__category {
        font: .9375rem/1 Archivo, sans-serif;
        padding: 20px 20px 20px 0
    }

    .article__category span,
    .story__category span {
        font-weight: 700;
        text-transform: uppercase
    }
}

@media only screen and (min-width:1024px) {

    .regular .article__category,
    .regular .story__category {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0
    }
}

.main .article__category,
.main .story__category {
    padding: 15px;
    font: .8125rem/1 Archivo, sans-serif
}

@media only screen and (min-width:1024px) {

    .main .article__category,
    .main .story__category {
        font: .9375rem/1 Archivo, sans-serif;
        padding: 50px 20px 20px 0
    }
}

.main .article__category span,
.main .story__category span {
    font-weight: 600;
    text-transform: uppercase
}

.main .article__category span:after,
.main .story__category span:after {
    content: "·";
    margin: 10px;
    font-size: 18px;
    line-height: .1
}

@media only screen and (min-width:1024px) {
    .author {
        margin-left: 0
    }
}

.author__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden
}

.author__info {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:1024px) {
    .main .author {
        margin-left: 0
    }
}

.main .author__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden
}

.main .author__info {
    display: inline-block;
    vertical-align: middle
}

.main .author__name {
    font: 700 .875rem/1 Archivo, sans-serif
}

.article .author__image {
    width: 36px;
    height: 36px
}

.author__name {
    text-transform: uppercase;
    font: 700 .8125rem/1.1 Archivo, sans-serif
}

@media only screen and (min-width:1024px) {
    .author__name {
        font: 700 .9375rem/1 Archivo, sans-serif;
        letter-spacing: -.2px
    }
}

.author__university {
    font: 400 .875rem/1 Archivo, sans-serif;
    padding: 3px 0 0 0
}

@media only screen and (min-width:1024px) {
    .author__university {
        font: .9375rem/1 Archivo, sans-serif;
        letter-spacing: -.2px
    }
}

.regular .author {
    margin-top: 0
}

.highlight-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
}

@media only screen and (max-width:1023px) {
    .highlight-container .highlight {
        width: 47%
    }

    .highlight-container .highlight:first-child {
        width: 100%;
        padding-left: 0
    }

    .highlight-container .highlight:first-child .article__title,
    .highlight-container .highlight:first-child .story__title {
        font: 1.875rem/1 Archivo, sans-serif;
        letter-spacing: -.6px;
        font-weight: 700
    }

    .highlight-container .highlight:nth-of-type(2n+1) {
        padding-left: 2px
    }

    .highlight-container .highlight:nth-of-type(2n) {
        padding-right: 2px
    }
}

@media only screen and (min-width:1024px) {
    .highlight-container .highlight {
        width: 32%
    }
}

.highlight-container__title {
    font: 1.25rem/1.2 Archivo, sans-serif;
    letter-spacing: -.6px;
    font-weight: 700;
    position: relative;
    z-index: 1000;
}

@media only screen and (max-width:1023px) {
    .highlight-container__title {
        margin-left: 15px
    }
}

@media only screen and (min-width:1024px) {
    .highlight-container__title {
        font: 900 1.5rem/1.2 Archivo, sans-serif;
        letter-spacing: -.4px
    }
}

.first_article {
    width: 100%;
    height: max-content
}

.article__body {

    padding-bottom: 20px
}

@media only screen and (min-width:1024px) {
    .article__body {

        margin-right: 20px
    }
}

.article__sidebar {
    float: right;
    width: 24%
}



@media only screen and (min-width:1024px) {
    .article__sidebar {
        display: block
    }
}

.article__sidebar .author__image {
    display: none
}

.article__sidebar .article__title a,
.article__sidebar .story__title a {
    font-size: 15px
}

.article__title {
    word-break: break-word;
    font: 700 2.25rem/1 Archivo, sans-serif;
    font-weight: 800;
    letter-spacing: -1.8px
}

@media only screen and (min-width:1024px) {
    .article__title {
        font: 700 3.25rem/1 Archivo, sans-serif
    }
}

.article__category {
    padding: 15px;
    font: .8125rem/1 Archivo, sans-serif;
    border-top: 0 !important
}

@media only screen and (min-width:1024px) {
    .article__category {
        font: .9375rem/1 Archivo, sans-serif;
        padding: 0 20px 20px 0
    }
}

.article__category span {
    font-weight: 600;
    text-transform: uppercase
}

.article__category span:after {
    content: "·";
    margin: 10px;
    font-size: 18px;
    line-height: .1
}

.article__excerpt {
    font: 400 1.75rem/1.1 "Source Sans Pro", sans-serif;
    letter-spacing: -.2px
}

@media only screen and (max-width:1023px) {
    .article__excerpt {
        font: 700 1.25rem/1.2 Archivo, sans-serif;

    }
}

.article__text p {
    margin: 15px;
    font-family: Merriweather, serif;
}

@media only screen and (min-width:1024px) {
    .article__text p {
        margin: 15px 0
    }
}

@media only screen and (min-width:1024px) {
    .article__text img {
        max-width: 100%;
        margin-right: 240px
    }
}

.article__text h1,
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
    margin: 15px 15px
}

@media only screen and (min-width:1024px) {

    .article__text h1,
    .article__text h2,
    .article__text h3,
    .article__text h4,
    .article__text h5,
    .article__text h6 {
        margin: 15px 0
    }
}

.article__text iframe {
    max-width: 100% !important;
    display: block
}

.article__more {
    margin: 15px 0
}

@media only screen and (min-width:1024px) {
    .article__more {
        margin: 0 0 25px 0
    }
}

.article__more .btn,
.article__more .btn-red {
    padding: 8px 12px;
    margin-right: 6px;
    margin-bottom: 0;
    font: 700 .8125rem/1.2 Archivo, sans-serif
}

@media only screen and (min-width:1024px) {

    .article__more .btn,
    .article__more .btn-red {
        margin: 0;
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.article-stats {
    padding: 0;
    margin: 0 0 0 15px;
    display: flex;
    justify-content: flex-start
}

@media only screen and (min-width:1024px) {
    .article-stats {
        position: absolute;
        display: block;
        margin: 25px 0 0 -185px
    }
}

.article-stats__item {
    align-items: left;
    text-align: left;
    margin: 0 15px 15px 0;
    width: auto;
    max-width: 160px;
    font: 400 .9375rem/1.2 Archivo, sans-serif;
    letter-spacing: -.2px
}

@media only screen and (min-width:1024px) {
    .article-stats__item {
        width: 160px;
        text-align: right;
        margin: 0 0 20px 0
    }
}

.article-stats__item--figure {
    display: block;
    align-items: center;
    vertical-align: middle;
    font: 400 2.25rem/1.2 Archivo, sans-serif;
    opacity: .8
}

.article-stats__item--text {
    display: block;
    align-items: center;
    vertical-align: middle;
    margin-left: 5px;
    font: 400 .875rem/1.2 Archivo, sans-serif;
    opacity: .6
}

.article-stats__item-hidden {
    display: none
}

.article .wp-caption-text {
    font: 400 1.125rem/1.3 Archivo, sans-serif
}

.article .wp-caption {
    max-width: 100%
}

.popular-container {
    margin-top: 15px
}

@media only screen and (min-width:1024px) {
    .popular-container {
        margin-top: 50px
    }
}

.popular-container .author__image,
.popular-container .story__excerpt {
    display: none
}

.popular-container .story {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 25px
}

.popular-container .story:nth-of-type(2n+1) {
    clear: left;
    padding-right: 5px
}

.popular-container .story:nth-of-type(2n) {
    padding-left: 5px
}

.popular-container__title {
    font: 700 1.25rem/1.3 Archivo, sans-serif;
    line-height: 1.2;
    letter-spacing: -.2px;
    margin: 25px 15px
}

@media only screen and (min-width:1024px) {
    .popular-container__title {
        margin: 45px 0 30px 0;
        font: 700 2.25rem/1 Archivo, sans-serif;
        letter-spacing: -1.2px
    }
}

.big-picture {
    display: none
}

.toggle .big-picture {
    display: none
}

.big-picture .author__image,
.big-picture .story__excerpt {
    display: none
}

.classic {
    display: block
}

.toggle .classic {
    display: none
}

.classic .author__image,
.classic .story__excerpt {
    display: none
}

.article img {
    clear: both;
    width: 100%;
    aspect-ratio: 2;
}

.show-more-target img {
    aspect-ratio:2;
}

/* can't force aspect of inline images */
.article__text p img, .article__text img  {
    aspect-ratio: unset;
}

.related_articles__sidebar--title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    color: rgba(18, 18, 18, .6);
    margin-bottom: 15px !important;
    margin-top: 40px !important;
}

.related_articles--title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.6px;
    margin: 0 15px 25px 15px
}

@media only screen and (min-width:1024px) {
    .related_articles--title {
        margin: 0 0 25px 0
    }


}



.instagram-media {
    position: relative !important
}

div.hearts {
    width: 200px;
    height: 600px;
    position: absolute;
    top: -600px;
    right: 20px
}

@keyframes flowOne {
    0% {
        opacity: 0;
        bottom: 0;
        right: 14%
    }

    40% {
        opacity: .8
    }

    50% {
        opacity: 1;
        right: 0
    }

    60% {
        opacity: .2
    }

    80% {
        bottom: 80%
    }

    100% {
        opacity: 0;
        bottom: 100%;
        right: 18%
    }
}

@keyframes flowTwo {
    0% {
        opacity: 0;
        bottom: 0;
        right: 0
    }

    40% {
        opacity: .8
    }

    50% {
        opacity: 1;
        right: 11%
    }

    60% {
        opacity: .2
    }

    80% {
        bottom: 60%
    }

    100% {
        opacity: 0;
        bottom: 80%;
        right: 0
    }
}

@keyframes flowThree {
    0% {
        opacity: 0;
        bottom: 0;
        right: 0
    }

    40% {
        opacity: .8
    }

    50% {
        opacity: 1;
        right: 30%
    }

    60% {
        opacity: .2
    }

    80% {
        bottom: 70%
    }

    100% {
        opacity: 0;
        bottom: 90%;
        right: 0
    }
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.icon--arrow {
    width: 11px;
    height: 11px;
    stroke-width: 2px;
    margin-left: 5px
}

.icon--info {
    width: 44px;
    height: 44px
}


#hero {
    margin-top: 70px !important;

}

@media screen and (max-width:767px) {
    #hero {
        margin-top: 20px !important;

    }



    #hero .story__author {
        padding-bottom: 10px;
        ;
        border-bottom: 1px solid #000;

    }
}

.also-like {
    margin-left: 0 !important
}

@media screen and (min-width:767px) {
    .also-like {

        margin-left: -30px !important;
    }

    div.recommended>div.row {
        margin-left: -15px !important;
    }

}


.small-picture.classic .article__image,
.small-picture.classic .story__image {
    float: left;
    width: 185px;
    height: 110px
}

.article__single,
.post,
.special-content,
.story {
    width: 100%
}

@media screen and (min-width:767px) {
 .article__container {
padding-top:10px;
}
}

.article__single:not(.special-breaking) .marquee__container,
.post:not(.special-breaking) .marquee__container,
.special-content:not(.special-breaking) .marquee__container,
.story:not(.special-breaking) .marquee__container {
    display: none
}

@media (max-width:767px) {

    .post h2,
    .special-breaking h2,
    .regular h2 {
        font-size: 20px;
        line-height: 23px
    }
}

.post:hover h2 a,
.special-breaking:hover h2 a,
.story:hover h2 a {
    background-color: #fff200;
    text-decoration: none;
    color: #31333c
}

@media (max-width:767px) {

    .post:hover h2 a,
    .special-breaking:hover h2 a,
    .story:hover h2 a {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (max-width:767px) {

    .post:active h2 a,
    .special-breaking:active h2 a,
    .story:active h2 a {
        background-color: #fff200;
        text-decoration: none;
        color: #31333c
    }
}

.post__author,
.special-breaking__author,
.story__author {
    color: #a7a7a7;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: Archivo, sans-serif;
    font-size: 12px
}

.post__author a:hover,
.special-breaking__author a:hover,
.story__author a:hover {
    color: #a7a7a7;
    opacity: .7
}

@media screen and (max-width:767px) {

    .post__author,
    .special-breaking__author,
    .story__author {
        font-size: 11px
    }
}

.post__author .author-list,
.special-breaking__author .author-list,
.story__author .author-list {
    display: inline
}

.post__author .author-list::after,
.special-breaking__author .author-list::after,
.story__author .author-list::after {
    content: "|";
    margin: 0 3px 0 5px
}

.post__university,
.special-breaking__university,
.story__university {
    position: relative;
    top: 7px;
    padding: 3px 12px;
    background-color: #fff200;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    white-space: nowrap
}

@media screen and (max-width:767px) {

    .post__university,
    .special-breaking__university,
    .story__university {
        padding: 1px 6px
    }
}

.post__university a,
.special-breaking__university a,
.story__university a {
    color: #31333c
}

@media screen and (max-width:767px) {

    .post__university a,
    .special-breaking__university a,
    .story__university a {
        font-size: 9px
    }
}

.post__university a:hover,
.special-breaking__university a:hover,
.story__university a:hover {
    text-decoration: none;
    color: #31333c !important
}

.post.popular,
.special-breaking.popular,
.story.popular {
    float: none;
    width: 100%;
    display: flex;
    height: 110px;
    max-width: 100%
}

.post.popular .article__image,
.post.popular .story__image,
.special-breaking.popular .article__image,
.special-breaking.popular .story__image,
.story.popular .article__image,
.story.popular .story__image {
    width: 50%;
    float: none;
    height: auto
}

.post.popular .story__content,
.special-breaking.popular .story__content,
.story.popular .story__content {
    width: 50%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width:1439px) {

    .post.popular .story__content,
    .special-breaking.popular .story__content,
    .story.popular .story__content {
        margin-left: 10px
    }
}

.post.popular .article__title a,
.post.popular .story__title a,
.special-breaking.popular .article__title a,
.special-breaking.popular .story__title a,
.story.popular .article__title a,
.story.popular .story__title a {
    font-weight: 700;
    font-family: Archivo, sans-serif;
    color: #000;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1439px) {

    .post.popular .article__title a,
    .post.popular .story__title a,
    .special-breaking.popular .article__title a,
    .special-breaking.popular .story__title a,
     .article__title a,
     {
        font-size: 12px;
        line-height: 12px;
    }
}

.post.popular .story__title {
    font-size: 15px;
    line-height: 15px;   
}

.post.popular .story__author {
    line-height: 14px;
    margin-top: 4px!important;
}

.post.popular .article__title a:hover,
.post.popular .story__title a:hover,
.special-breaking.popular .article__title a:hover,
.special-breaking.popular .story__title a:hover,
.story.popular .article__title a:hover,
.story.popular .story__title a:hover {
    background-color: #fff200;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.post.popular .story__author,
.special-breaking.popular .story__author,
.story.popular .story__author {
    margin-bottom: 10px
}

.post.popular .story__author img,
.special-breaking.popular .story__author img,
.story.popular .story__author img {
    display: none
}

.post.popular .story__author a,
.special-breaking.popular .story__author a,
.story.popular .story__author a {
    text-transform: capitalize
}

.post.popular .story__author a:hover,
.special-breaking.popular .story__author a:hover,
.story.popular .story__author a:hover {
    color: #a7a7a7;
    opacity: .7
}

@media screen and (max-width:1439px) {

    .post.popular .story__author,
    .special-breaking.popular .story__author,
    .story.popular .story__author {
        font-size: 8px
    }
}

.post.popular .story__university,
.special-breaking.popular .story__university,
.story.popular .story__university {
    display: none
}

.post.regular,
.special-breaking.regular,
.story.regular {
    margin-top: 25px !important;
    margin-bottom: 25px !important;

}

@media (max-width:767px) {

    .post.regular,
    .special-breaking.regular,
    .story.regular {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    
}

.post.regular .story__excerpt,
.special-breaking.regular .story__excerpt,
.story.regular .story__excerpt {
    margin: 20px 0 0 0;
    margin-top: 10px
}

.post h2,
.special-breaking h2,
.regular h2 {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 26px;

    margin: 2px 0;

}

.post h2:hover a,
.special-breaking h2:hover a,
.story h2:hover a {
    background-color: #fff200;
    text-decoration: none;
    color: #31333c
}

@media screen and (max-width:1280px) {

    .post h2,
    .special-breaking h2,
    .regular h2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width:1023px) {

    .post h2,
    .special-breaking h2,
    .regular h2 {
        font-size: 24px;
    }
}

/* repetition but fix to DESK-2207 */

.trending-story-container h2
 {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 2px 0;
    letter-spacing:-1.8px;
}

@media screen and (max-width:1280px) {

    .trending-story-container h2
   {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
    }
}

@media screen and (max-width:1023px) {

    .trending-story-container h2 {
        font-size: 24px;
        font-weight: 700;
    }
}

/* end of repetition */

.article__title,
.post__title,
.special-breaking__title,
.story__title {
    font-weight: 700;
    font: 700 2.25rem/1 Archivo, sans-serif
}

.post__excerpt,
.special-breaking__excerpt,
.story__excerpt {
    color: #31333c;
    font-family: Merriweather, sans-serif;
    font-size: 14px
}

.article__lead {
    margin-top: -160px
}

.article {
    font-family: Archivo, sans-serif
}

.article__container {

    margin-top: 0
}

@media (max-width:991px) {
    .article__container {
        padding-left: 30px !important
    }
}

@media (max-width:767px) {
    .article__container {
        padding-left: 15px !important
    }
}

.article__lead {
    position: relative;
    height: max-content;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .article__lead {
        margin-bottom: 20px
    }
}

.article__lead .article__image,
.article__lead .story__image,
.article__lead .story__nowriters {
    position: relative;
    overflow: hidden
}

.article__lead .article__image img,
.article__lead .story__image img,
.article__lead .story__nowriters img {
    height: 100vh !important;
    object-fit: cover
}

@media screen and (max-height:730px) {

    .article__lead .article__image img,
    .article__lead .story__image img,
    .article__lead .story__nowriters img {
        height: 800px !important
    }
}

@media screen and (max-width:767px) {

    .article__lead .article__image img,
    .article__lead .story__image img,
    .article__lead .story__nowriters img {
        height: 300px !important
    }
}

.article__lead .article__image:after,
.article__lead .story__image:after,
.article__lead .story__nowriters:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.article__lead .story__nowriters img {
    height: 75vh !important
}

@media screen and (max-width:767px) {
    .article__lead .story__nowriters img {
        height: 300px !important
    }
}

.article__lead .story__copy {
    position: absolute;
    left: 10%;
    bottom: 10%;
    max-width: 35%
}

.top-panel {
    display: flex;
}

.article-first-image {
    width: 66.6%;
    margin-top: 50px;
}

.article-first-headline {
    width: 30%;

}

.homepage-headline {
    padding-top: 40px;
}

.article-first-headline h1 {
    font-size: 32px !important;
}

.article-first-excerpt {
    padding: 5px 10px 0 20px;
    margin-left:12px;
}



@media screen and (max-width:767px) {

    .top-panel {
        display: block;
    }

    .article-first-image {
        width: 100%;
        margin-top: 45px;
    }

    .article-first-headline {
        width: 100%;
        padding-top: 25px !important;
        margin-top: 20px !important;
    }

    .article-first-headline h1 {
        font-size: 24px !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .article-first-excerpt {
        padding-top: 10px !important;
        
        padding-right:21px !important;
    }





    .article__lead .story__copy {
        max-width: 100%;

        left: 10px;
        bottom: 20px;
        padding-right: 10px
    }
}

.regular h2 {
    font-family: Archivo, sans-serif;
    color: #000;
    padding: 8px 0 20px 0;
    font-weight: 700;
    margin-bottom: -5px;
    line-height: 1.2em;
    letter-spacing: -1.7px;
}

.article__lead .article__title,
.article__lead .story__title {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    opacity: 0.95;
    letter-spacing: -1.8px;
    padding: 0 10px 0 10px !important;
    margin-top: 20px;
}



.story__title {
    margin-left: 0 !important;
}

/* this just makes headlines wrong size at certain widths 
@media screen and (max-width:1439px) {

    .article__lead .article__title,
    .article__lead .story__title {
        font-size: 32px;
        line-height: 36px
    }
}

@media screen and (max-width:1023px) {

    .article__lead .article__title,
    .article__lead .story__title {
        font-size: 28px;
        line-height: 25px
    }
} */

@media screen and (min-width:1024px){

   .homepage-headline .story__title{ padding-left:30px!important;}
}

@media screen and (max-width:1023px) {
    .article__lead .story__copy {
        left: 30px;
        bottom: 30px;
        max-width: 40%
    }


}

@media screen and (max-width:767px) {

    .article__lead .article__title,
    .article__lead .story__title {
        font-size: 28px !important;
        text-wrap: balance;
        padding: 10px 5px 5px 20px;
        margin-bottom: -10px!important;
        font-family: Archivo;
        font-weight: 700;
        margin-left: -10px;
        margin-top: -20px !important;
        margin-right: auto;
        letter-spacing: -1.7px;
        background-color: #fff;
        line-height: 30px!important;
    }
}

.article__lead .article__title a:hover,
.article__lead .story__title a:hover {
    text-decoration: none;
    color: #fff200 !important;

}

.article__lead .article__title a:hover .article__lead .article__image img,
.article__lead .article__title a:hover .article__lead .story__image img,
.article__lead .story__title a:hover .article__lead .article__image img,
.article__lead .story__title a:hover .article__lead .story__image img {
    animation: zoom 20s linear 1 !important
}

.article__lead .story__author {
    text-transform: capitalize;
    margin-left: 25px;
    margin-top: 20px;
    font-size: 16px
}

@media screen and (max-width:1439px) {
    .article__lead .story__author {
        margin-top: 5px
    }
}


.featured-image-holder {
    margin-top: 142px !important;
}

@media screen and (max-width:767px) {
    .article__lead .story__author {
        font-size: 14px;
        line-height: 18px
    }

    /** reducing space below featured image on mobile **/
    .featured-image-holder {
        margin-top: 110px !important;
    }

    /** Fix sublime skin styling issues **/
    .sublime--mobile-pageskin-display .featured-image-holder {
        margin-top: 0px !important;
        z-index: 1;
        position: relative;
    }

    .sublime--mobile-pageskin-display .article__container .row {
        margin-right: 0;
    }

     .sublime--mobile-pageskin-display #main-content {
        margin-top: 110px;
        overflow: hidden;
     }

    .sublime--mobile-pageskin-display .thetab-container {
        margin-top: 220px;
    }

    .sublime--mobile-pageskin-display #ayads-html {
        top: 100px;
    }

}



.article__lead .story__author a:hover {
    color: #fff;
    opacity: .7
}

@media screen and (max-width:767px) {
    .article__lead .story__author {
        margin-top: 5px;
        
    }
}

.article__lead .featured {
    position: absolute;
    bottom: 30px;
    right: 60px;
    max-width: 30%;
    padding-left: 20px
}

.article__small {
    font-family: Archivo, sans-serif;
    margin-bottom: 50px;
    transition: transform .5s ease-in-out
}

.article__small:hover {
    transform: translateY(-8px);
    transition: transform .5s ease-in-out
}

.article__small:hover h2,
.article__small:hover h2 a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #fff200 !important
}

.article__small img {
    width: 100%;
    -webkit-box-shadow: 0 7px 63px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 7px 63px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 7px 63px 0 rgba(0, 0, 0, .17)
}

.article__small h2 {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px
}

.article__small h2:hover a {
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:1439px) {
    .article__small h2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width:1023px) {
    .article__small h2 {
        font-size: 16px;
        line-height: 24px
    }
}

.article__small h2 a:hover {
    text-decoration: none;
    color: #fff200 !important
}

.article__small .story__author {
    color: #fff;
    margin-top: 7px
}

.article__small .story__author a:hover {
    color: #fff;
    opacity: .7
}

@media screen and (max-width:1023px) {
    .article__small .story__author {
        margin-top: 10px
    }
}

.article__sidebar {
    margin-top: -24px;
    float: none;
    width: 100%
}

.at-top {
    margin-top: -20px !important;
}

.article__single {
    margin-top: 15px;
    font-family: Archivo, sans-serif
}

@media (max-width:767px) {
    .article__single {
        margin-bottom: 0px
    }
}

.article__single:hover h2 a {
    text-decoration: none;
    color: #31333c;
    background-color: #fff200
}

.article__single h2 {
    font-size: 14px;
    line-height: 35px;
    margin: 10px 0;
    margin-top: 15px;
    font-weight: 700
}

@media screen and (max-width:1439px) {
    .article__single h2 {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width:1023px) {
    .article__single h2 {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width:767px) {
    .article__single h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px
    }
}

.story__author {
    line-height: 24px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    color: #a7a7a7;
    padding-bottom: 25px;
}

.article__single {
    line-height: 19px;
    vertical-align: middle;
    font-weight: 700;
    margin-bottom: 9px
}



.article__single .story__author a:hover {
    color: #a7a7a7;
    opacity: .7
}

@media screen and (max-width:767px) {
    .article__single .story__author {
        font-size: 14px;
        line-height: 34px;
        padding-bottom: 0;
    }
}

.article__single .story__author img {
    border-radius: 50%;
    margin-right: 10px
}

.article__single .story__university {
    display: none
}

.article__single .story__excerpt {
    font-family: Merriweather, sans-serif;
    margin: 8px 0 0 0
}

.aside__content {
    padding: 25px 30px;
    background-color: #fff200;
    color: #31333c;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width:1439px) {
    .aside__content {
        padding: 15px 20px
    }
}

.aside__content .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0 12px;
    font-family: Archivo, sans-serif;
    color: #31333c;
    letter-spacing: -1.8px;
}

@media screen and (max-width:1439px) {
    .aside__content {
        font-size: 18px;
        line-height: 24px;
    }
}

.aside__content p {
    font-family: Merriweather, sans-serif;
    font-size: 12px;
    line-height: 18px
}

.aside__content .write-btn {
    margin-top: 20px;
    background-color: #000;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: archivo;
    font-size: 15px;
    font-weight: 700;
    width: 130px
}

.highlight-container {
    padding: 80px 0;
    background-size: cover;
    margin: 0 0 15px 0;
    font-family: Archivo, sans-serif;
    color: #000;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%)
}

.highlight-container:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;

    background-color: rgba(255, 242, 0, .2);
    opacity: .94
}

@media screen and (max-width:1439px) {
    .highlight-container {
        padding: 50px 0;
        margin: 0 0 30px
    }
}

@media screen and (max-width:1023px) {
    .highlight-container {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    .highlight-container {
        margin: 0 0 20px
    }
}

.highlight-container__title {

    text-align: center;
    font-size: 50px !important;
    margin-bottom: 70px;
    letter-spacing: -1.6px;
}

@media screen and (max-width:1439px) {
    .highlight-container__title {
        font-size: 32px !important;
        margin-bottom: 40px;
        line-height: 50px !important
    }
}

@media screen and (max-width:1023px) {
    .highlight-container__title {
        font-size: 20px !important;
        margin-bottom: 30px;
        line-height: 30px !important
    }
}

@media screen and (max-width:767px) {
    .highlight-container__title {

        text-align: left;
        max-width: 60%;
        margin-top: 30px;
        margin-bottom: 15px;
        line-height: 20px !important;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .university-list__item.child {
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        font-size: 14px
    }
}

.slick-list {
    overflow: hidden
}

.slick-next {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    color: transparent;
    background: rgba(0, 0, 0, 0) url(/wp-content/themes/thetab-four/assets/_img/arrow-yellow.png) center no-repeat;
    background-size: 40px 25px
}

.home .article__single .story__university {
    display: inline
}

.uni_name {
    font-family: ferry;
    letter-spacing: .3px;
    font-size: 1.2rem;
    margin-bottom: 0;
    ;
}

.university-article__lead {
    position: relative;
    margin-top: 30px;
}

@media screen and (max-width:1023px) {
    .university-article__lead {
        margin-bottom: 0
    }
}

.university-article__lead .article__image,
.university-article__lead .story__image {
    width: 66% !important
}

@media screen and (max-width:1023px) {

    .university-article__lead .article__image {
        width: 100% !important;

    }
}

.university-article__lead .story__copy {
    max-width: 50% !important
}

@media screen and (max-width:1023px) {
    .university-article__lead .story__copy {
        bottom: 0;
        max-width: 100% !important;
        z-index: 10;
    }
}




.uni-sub-menu {
    margin-top: 100px !important;
   
}

@media screen and (max-width:767px) {

    .university-article__lead .article__image img,
    .university-article__lead .story__image img {
        height: 300px !important
    }

    .uni-sub-menu {
        margin-top: 70px !important;
    }

}




div.#hero.article__lead.university-article__lead>.story__image {
    height: 100px !important;
}

@media screen and (min-width:767px) {
    .article__single {}
}

.latest h2 {
    margin-top: 10px;
    line-height: 30px;
}



.story__university {
    top: 1px;
    font-size: 9px
}

.story__university a {
    font-family: ferry;
    letter-spacing: .3px
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-arrow.slick-hidden {
    display: none
}

@media screen and (min-width:1024px) {
    .single .sidebar-padding>.small-picture:first-child {
        margin-top: 556px
    }
}

@media screen and (min-width:1024px) {
    .single .sidebar-padding>.small-picture:nth-child(2) {
        margin-top: 278px
    }
}

.sidebar-padding {
    padding-left: 25px !important;

}

h3.related_articles__sidebar--title {
    color: #31333c;
    background-color: #fff200;
    font-family: Archivo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
    padding: 10px 37px;
    margin-bottom: 20px
}

.related_articles__sidebar--title {
    margin: 0;

}

.related_articles__sidebar--title h5 {
    color: #31333c;
    background-color: #fff200;
    font-family: Archivo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
    padding: 10px 35px;
    margin-top: 20px;
}

#content-column {
    flex-grow: 1;
    max-width: calc(100% - 365px)
}

.regular .article__category span,
.regular .story__category span {
    color: rgba(18, 18, 18, .6)
}

.main .article__category,
.main .story__category {
    border-top: 1px solid rgba(18, 18, 18, .1);
    color: rgba(18, 18, 18, .4)
}

.main .article__category span,
.main .story__category span {
    color: rgba(18, 18, 18, .6)
}

.main .article__category span:after,
.main .story__category span:after {
    color: rgba(254, 74, 75, .8)
}

.story__excerpt {
    color: rgba(18, 18, 18, .8);
    width: 100%;
}

.author__name {
    color: rgba(18, 18, 18, .6)
}

@media only screen and (min-width:1024px) {
    .author__name {
        color: rgba(18, 18, 18, .8)
    }
}

.author__university {
    color: rgba(18, 18, 18, .6)
}

.main .author {
    color: rgba(18, 18, 18, .8)
}

.brand-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 3px 0;
    background-color: #fff;
    z-index: 9999;
    transform: translateY(-150px);
    transition: all 1s ease-in-out
}

.brand-nav .author__image {
    float: left
}

.brand-nav .author__image img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.brand-nav .brand-text {
    float: left;
    margin-top: 19px
}

.brand-nav .brand-text__author__name {
    opacity: 1;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

@media (max-width:1024px) {
    .brand-info.author-info {
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }
}

.article__body .author-bottom {
    margin-bottom: 35px;
    margin-top: 35px
}

@media screen and (max-width:767px) {
    .article__body .author-bottom {
        margin-bottom: 5px;
        margin-top: 30px
    }
}

.article__body .story__author {
    font-size: 17px;
    color: #31333c
}

@media screen and (max-width:767px) {
    .article__body .story__author {
        font-size: 14px;
        margin-top: 15px
    }
}

.article__body .story__university {
    font-size: 14px
}

@media screen and (max-width:767px) {
    .article__body .story__university a {
        font-size: 12px
    }
}

.article .article__body-container {
    margin-top: 30px
}

.article .wp-caption-text {
    color: rgba(18, 18, 18, .6)
}

.article__more .btn {
    background: rgba(18, 18, 18, .1)
}

.article__more .btn-red {
    background: #fe4a4b;
    color: #fff;
    cursor: auto
}

.article__text a {
    border-bottom: 2px solid rgba(253, 66, 72, .75)
}

.article__text ul li {
    margin-left: 20px;
    padding-left: 10px;
    list-style: disc
}

.article__category span {
    color: rgba(18, 18, 18, .6)
}

.article__category span:after {
    color: rgba(254, 74, 75, .8)
}

.feed {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

a>.marquee__container {
    width: fit-content;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff200;
    overflow: hidden;
    margin-top: -29px;
    position: relative;
    color: #000;
    z-index: 10;
    font-family: ferry, sans-serif;
}

.special-breaking .marquee__container {
    width: 100%;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff200;
    overflow: hidden;
    margin-top: -29px;
    position: relative;
    color: #000;
    z-index: 10
}

.special-breaking .marquee__container span {
    margin: 0 10px;
    font-family: Ferry, Archivo, sans-serif
}

.top-panel {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    font-family: Archivo, sans-serif
}

.header-excerpt p {
    padding: 10px;
    font-size: 11px !important;
    margin-left: 15px;
}

@media screen and (max-width:767px) {
    .top-panel {
        margin-bottom: 0;
        margin-top: 55px
    }
}

@media screen and (max-width:767px) {

    .top-panel .article__image img,
    .top-panel .story__image img {
        height: 300px !important
    }
}



@media screen and (max-width:767px) {

    .top-panel .article__image:after,
    .top-panel .story__image:after {
        height: 300px !important
    }
}

.top-panel__content {
    position: absolute;
    color: #fff;
    max-width: 750px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
    .top-panel__content {
        width: 100%;
        padding: 0 25px;
        top: 64%;
    }
}

.top-panel__content h1 {
    text-transform: uppercase;
    font-size: 65px;
    letter-spacing: 5px;
    color: #fff200;
    margin-bottom: 40px;
    font-family: ferry;
}

@media screen and (max-width:1439px) {
    .top-panel__content h1 {
        font-size: 65px;
        margin-bottom: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:1023px) {
    .top-panel__content h1 {
        font-size: 50px;
        margin-bottom: 20px;
        padding-left: 40px;
    }
}

@media screen and (max-width:767px) {
    .top-panel__content h1 {
        font-size: 20px;
        margin-bottom: 10px;

    }
}

.top-panel__content h2 p {
    font-size: 45px;
    line-height: 63px;
    font-weight: 700
}

@media screen and (max-width:1439px) {
    .top-panel__content h2 p {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width:1023px) {
    .top-panel__content h2 p {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    .top-panel__content h2 p {
        font-size: 18px;
        line-height: 20px
    }
}

.related {
    background-color: #fff200;
    padding: 30px;
    margin: 50px 0 0
}

@media screen and (max-width:1023px) {
    .related {
        padding: 20px;
        margin: 30px 0
    }
}

.related h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .related h3 {
        font-size: 10px;
        margin-bottom: 40px
    }
}

.article {
    margin-top: 0;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .article {
        margin-top: 0;
        margin-bottom: 55px
    }
}

.article .wp-caption-text {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: Archivo
}

.article__single {

    line-height: 45px !important;
}

.article__title h2 {
    font-family: Archivo, sans-serif;
    color: #000;
    padding: 10px 0 10px 10px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 45px;
    padding: 0
}

.article__single h2 {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: -1.8px;
}

@media screen and (max-width:1439px) {
    .article__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 45px;
    }
}

@media screen and (max-width:1023px) {
    .article__title {
        font-size: 29px;
        line-height: 34px;
        font-weight: 700;
    }
}

@media screen and (max-width:767px) {
    .article__title {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px !important;
        margin-top: 9px
    }
}

.article__image {
    position: relative
}

@media screen and (max-width:767px) {
    .article__image {
        margin-top: 10px !important;
        margin-right: -15px;
        margin-left: -15px;

    }
}

.article__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article__excerpt,
.article__text {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: -.003em;
    color: rgba(0, 0, 0, .84);
    clear: both;
    font-family: Merriweather, serif;
}

.page__body-container .article__title,
.page_title {
    font-family: Merriweather, serif;
    padding-bottom: 30px;
}

@media screen and (max-width:1439px) {

    .article__excerpt,
    .article__text {
        font-size: 16px;
        line-height: 1.58;
        letter-spacing: -.004em
    }
}

@media screen and (max-width:1023px) {

    .article__excerpt,
    .article__text {
        font-size: 14px;
        line-height: 1.58;
        letter-spacing: -.004em
    }
}

@media screen and (max-width:767px) {

    .page__body-container .article__title {
        font-size: 35px;
        margin-left: 10px;
        ;
    }

    .article__excerpt,
    .article__text {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: -.004em
    }
}

.article__excerpt p {
    margin-bottom: 35px;
    margin-top: 35px
}

@media screen and (max-width:1023px) {

    .article__excerpt p,
    .article__text p {
        margin: 0;
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.article__excerpt a,
.article__text a {
    border-bottom: 3px solid #fff200;
    font-weight: 700
}

.article__excerpt a:hover,
.article__text a:hover {
    color: #31333c;
    background-color: #fff200
}

.article__excerpt {
    font-family: Archivo, sans-serif;
    font-weight: 400
}

.article__excerpt p {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    margin-right: 20px;
}

@media screen and (max-width:991px) {
    .article__excerpt {
        font-size: 16px;
        margin: 0
    }
}

@media screen and (max-width:767px) {
    .article__excerpt {
        font-size: 16px;
        margin: 0;
        line-height: 21px
    }
}

.recommended {
    margin-top: 60px;
    padding-left: 25px !important
}

@media screen and (max-width:1024px) {
    .recommended {
        padding-left: 10px !important
    }
}

@media screen and (max-width:767px) {
    .recommended {
        margin-top: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }
}

.recommended .post,
.recommended .special-breaking {
    margin-bottom: 10px;
}



@media (max-width:767px) {
    .recommended .story__author {
        font-size: 14px;
        line-height: 17px;
    }

    .recommended .story__author {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width:767px) {
    .recommended .story__author .story__university {
        font-size: 12px
    }
}

.slick-arrow {
    cursor: pointer;
    top: -24px;
    transition: top .5s ease-in-out
}

.slick-arrow:hover {
    transition: top .5s ease-in-out;
    top: -19px
}

time {
    font-family: Archivo, sans-serif;
    font-size: 12px;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: .5px;
    padding-bottom: 3px;
    text-transform: uppercase
}

.archive .archive--container {
    padding: 230px 0 30px 0;
    background: #fff200
}

.archive .archive--container li a:hover {
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    padding: 5px;
    background-color: #fff200 !important;
    color: #31333c !important;
    font-weight: 700
}

.archive__list--posts li a:hover {
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    padding: 5px;
    background-color: #fff200 !important;
    color: #31333c !important
}

.drop-a-line li {
    margin-top: 6rem !important
}

@media (max-width:767px) {
    .drop-a-line {
        display: none
    }
}

.author-feed {
    margin-bottom: 60px
}

.stats--author {
    padding: 65px 5px 25px 15px
}

.brand-nav {
    background: #fff !important;
    border-bottom: 1px solid #31333c !important;
    box-shadow: 0 1px 3px rgba(49, 51, 60, .5);
    padding: 0 !important;
    font-family: Archivo, sans-serif !important
}

.brand-nav .container-fluid {
    padding-left: 90px !important
}

@media screen and (max-width:767px) {
    .brand-nav .container-fluid {
        padding-left: 15px !important
    }
}

.brand-nav .brand-text {
    margin-top: 0 !important;
    padding: 10px 0 10px 10px !important;
    float: right
}

.brand-nav .brand-text__author__name {
    color: rgba(0, 0, 0, .84);
    font-family: Archivo, sans-serif !important
}

.brand-nav .brand-info {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .brand-nav .brand-text {
        padding: 10px 0 !important
    }

    .brand-nav .brand-text a {
        display: block
    }

    .brand-nav .brand-text__container {
        padding: 10px 0 10px 15px !important
    }
}

.stats.stats--author {
    display: none !important
}

.top-panel {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .top-panel {
        margin-top: 10px !important;
        margin-bottom: 0;
        padding-bottom: 0;

    }
}

.top-panel .article__image img,
.top-panel .story__image img {}

@media (max-width:767px) {

    .top-panel .article__image img,
    .top-panel .story__image img {
        height: 300px !important
    }
}

.article__body a.btn {
    display: none
}



@keyframes zoom {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cat_header {
    padding-top: 71px;
}

@media (max-width:767px) {

    .cat_header {
        padding-top: 50px;
    }

    .post h2 {
        font-family: Archivo, sans-serif;
        color: #000;
        padding: 0 0 10px 0;
        font-weight: 800;
        font-size: 18px !important;
        line-height: 20px !important
    }


        .latest h2 {        
        font-weight: 700  !important;
        font-size:24px  !important;
        line-height: 1.05em  !important;
        }
    
}





.uni-page-container {
    display: flex;
}

.author-experience-points li {
    list-style-type: circle;
    margin-left: 20px;
    font-weight: normal;
    line-height: 1.58rem;
    padding-bottom: 1rem;
}

.footer-text {
    color: #000;
}

.footer-menu {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.5rem;
}


div.footer-menu>ul>li>a {
    font-size: 1.1rem;
    line-height: 1.5rem;
    ;
}


.footer__logo {
    margin: auto;
}

.site-info {
    text-align: center;
    margin-bottom: 15px;
}

.label {
    color: #000 !important;
    font-size: 0.8rem;
}

div.story.regular h2 a {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding: 0;
}

.side-scrolling-story {
    position: relative;
    float: left;
    width: 47%;
}

@media screen and (max-width: 450px) {
    .brand-content-image {
        height: 250px;
    }

    .brand-content-image span {
        font-size: 15px;
    }
}

/* for side scrolling */



.side-wrapper {
    background-color: #0E1318;
    width: 500px;
    height: 300px;

    overflow-x: scroll;
    overflow-y: hidden;

    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-gap: 0 50px;

    padding: 0px 0px;
    padding-right: 0;

    margin: 0 auto;

}

.item {
    background-color: #fff;
    padding: 0 10px;
    height: 160px;
    width: 250px;
}

.empty {
    width: 10px;
}

.box-teaser {
    margin: auto;
    text-align: center;
}

item>h2 {
    font-size: 0.5 rem;
    padding: 20px;
}

.side-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.side-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.slider-panel__content {
    position: absolute;
    color: #fff;
    max-width: 750px;
    text-align: center;


}

.home-section-header {

    margin-bottom: 25px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: ferry, sans-serif;
}

.normal-colours {
    color: #000;
    background-color: #fff200;
}

.inverse-colours {
    margin-top: 0;
    color: #fff;
    background-color: #000;

}

.inverse-colours a {
    color: #fff;

}

.jaunty-box {
    padding-top: 20px;
    margin: auto;
}

.reverse-angle {
    transform: rotate(-8deg);

}

.styled-heading-1 {
    background-color: #fff200;
    font-family: ferry, sans-serif;
    padding-left: 20px;
}

.styled-heading-2 {
    background-color: #fff200;
    font-family: ferry, sans-serif;
    padding-left: 20px;
}

.styled-heading-2::after {
    content: "<hr>"
}

.styled-heading-3 {}

.styled-heading-4 {}


.left-box {
    padding-left: 50px;
    width: 48%;
    margin: 0px;
    color: #fff;
    background-color: #000;
    padding-right: 20px;
    padding-top: 4px;
}



.instagram-heading {
    padding-top: 30px !important;
    color: #fff;
    font-size: 1.4rem !important;
    font-weight: 600;
    margin-top: 15px;

}

.instagram-button {

    background-color: #000;
    /* Green */
    border: solid 1px #fff;
    color: #fff;
    padding: 5px 5px 5px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 15px;
    ;
}

@media screen and (min-width:767px) {

    .instagram-heading {
        margin-left: 50px;
    }

    .instagram-button {
        margin-left: 40px;
    }

}



.entertainment-header-box p,
.box-teaser {
    color: black;
    font-size: 10px;
    ;
}

.entertainment-section h2 {
    line-height: 1.1em;
}

.feature-header {
    margin-bottom: 25px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
    font-family: ferry, sans-serif;
}

.reversed_colour {
    display: flex;
}

div.reversed_colour>div>div>div.story__author>div>span>a {
    color: #fff;
}

div.reversed_colour>div>h2>a {
    color: #fff;
}


@media screen and (max-width: 700px) {
    .left-box {
        padding-top: -15px;
        padding-left: 0;
    }

    .instagram-heading {
        margin-top: 0;
    }

    div.front-page-image-left {
        display: flex;
        margin-bottom:-10px;
    }

    .first-front-page-image-left {
        margin-top: -20px;
    }

    div.story-image-left {
        min-height: 90px;
  
    }

    div.story-image-left>a>img {
        width: 140px;
        margin-bottom: 10px;
        aspect-ratio: 2;
    }


}



.featured-container {
    margin: 0;
    margin-top: 30px;
}

@media screen and (min-width: 700px) {
    div.story-text-right>h2 {
        max-width: 220px;
        padding-top: 15px;
    }

    div.front-page-image-left {
        width: 28%;
        padding-left: 0px;
        margin: 20px;
    }

    .featured-container {
        display: flex;
        padding-top: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }



    .feature-header {
        margin-bottom: -30px !important;
        top: 0 !important;
    }

    .story-text-right {
        padding-left: 0 !important;
        
    }
}





div.story-text-right {
   
    padding-top: 0;
    margin-top: -15px;
    vertical-align: text-top;

}

div.story-text-right>h2 {
    margin-top: 12px;
    line-height: 12px !important;
    font-weight: bold;
    font-family: archivo, sans-serif;
}


div.story-text-right>h2>a {
    font-size: 20px !important;
    line-height: 22px;
    letter-spacing: -1.2px;

}

.featured-box {
    border: 1px solid #000;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.story-text-right>div.story__author>img {
    margin-top: 12px;
}

.entertainment-header-box {
    background-color: #fff;
    width: 35%;
    margin: 4px;
}

.entertainment-header-box h3 {
    margin-top: 15px;
    font-weight: 600;
    font-family: Archivo, san-serif !important;
    font-size: 13px;
}

.entertainment-header-box p,
.box-teaser {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.box-teaser {
    font-size: 13px !important;
    padding: 5px;
}

.trends-header-box {

    color: #fff;
    margin: 4px;
}

.corner-picture-tag>a {

    background-color: #000 !important;
    color: #fff !important;
    font-size: 13px;
    padding-left: 12px;
    padding-top: 8px;
    padding-right: 12px;
    letter-spacing: 0.2rem;
    margin-bottom: -33px;
}

.corner-picture-tag-box {
    font-family: ferry, sans-serif !important;
    position: relative;
    background-color: #000 !important;
    color: #fff !important;
    margin-bottom: -24px !important;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    font-size: 13px;
    padding-top: 4px;
}



.plain-picture-box {

    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
}

.two-col-regular .story__author {
    margin-bottom: 15px;
}

.two-col-regular {
    margin-top: 30px;;
}

/** for desktop spacing sideways */
@media screen and (min-width: 700px) {
    .regular {
        width: 32%;
        display: block;

    }

    .two-col-regular {
        width: 47%;
        margin-left:20px;
        display: block;
    }


    .story-container {
        display: flex;
    }

    /* keep image height set - tweaked to 2 to make image squash of brian go  */
    div.story-container.feed>div>div>a>img {
        aspect-ratio: 2;
    }

    .story-image-left img, .trending-story-container img {
        aspect-ratio: 2;
    }

    .regular-related {
        width: 100%;
        display: block;

    }
}

    .read-next{
    ;width:97%;
    margin-left:3px;
    }




/* don't think this half width well 47% is needed */
.story {
    position: relative;
    float: left;

}

@media screen and (max-width: 450px) {
    .brand-content-image {
        height: 250px;
    }

    .brand-content-image span {
        font-size: 15px;
    }
}

.straight-heading-with-line {
    color: #000;
    border: 1px solid #000;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-family: ferry, sans-serif;
    background-color: #fff200;
    font-size: 18px;
    width: fit-content;
}

.with-line {

    background-image: url('/wp-content/themes/thetab-four/assets/_img/background_line.png');
    background-repeat: repeat-x;
    width: 100%;
    padding-left: 20px;
}

.trending-story-container {
    padding-left: 15px;
    padding-right: 15px;

}

@media screen and (min-width: 767px) {
    .scroll-right-button {
        /* commented out testing after problem with this disappearing tab-147 */
        display: none;
    }
}

@media screen and (max-width: 700px) {
    
    div.story-text-right {
        margin-top: -17px!important;
        margin-bottom: -17px!important;
        margin-left: -15px!important;
       
    }

    .recirculation-box-row  div.story-text-right {
        margin-top: 3px!important;
        margin-left: 0!important;
    }
    
    div.story-text-right>h2>a {
        font-size: 16px !important;       
        line-height: 16px !important;
        padding-left: 0 !important;
        margin-top: -5px !important;
    }

    div.trending-story-container .short-post-meta {
        font-size: 10px;
    }

    div.trending-story-container .author {
        display: inline;
    }

    div.trending-story-container h2 {
        margin-top: 5px;
        font-size: 15px !important;
        line-height: 17px !important;
        letter-spacing: -1px;
        min-height: 65px;
    }

    .trending__container {
        position: relative;
        max-width: 100%;
    }

    #trending-scroller {
        scroll-behavior: smooth;
    }

    #trending-scroller::-webkit-scrollbar {
  display: none; 
}

    .trending__container .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-right: 10px;
    }

    .trending-story-container {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .scroll-right-button {
        position: relative;
        background-color: #000;
        color: #fff;
        transform: translateY(80%);
        top: -26px;
        right: -4px;
        border: solid 1px #fff;
        opacity: 0.7;
        border-radius: 50%;
        padding: 10px;
    }
}

/* new breakpoint for rh text */
@media screen and (max-width: 400px) {
 div.story-text-right>h2>a {
        font-size: 15px !important;       
        line-height: 13px !important;

}
}




.related {
    background-color: rgba(255, 242, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
}

.related-heading {
    font-family: ferry;
    line-height: 18px;
}

.related-stories {
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-transform: uppercase;
}

.keyword {
    font-size: 1.2rem;
    padding-top: 15px;
    line-height: 18px;
}

@media screen and (min-width: 767px) {

    .trending__container .row {
        margin-left: 0;
    }

    .related-stories {
        display: flex;
    }

    .related-story {
        width: 30%;
    }

    .article__single_university {
        margin-top: 30px;
        width: 30%;
    }

    .news-box-posts-container {
        display: flex;
        flex-wrap: wrap;
    }

    .reversed_colour {
        margin-top: 30px;
        width: 30%;
        display: block;
    }

    .front-page-image-left {
        display: block;
    }


    div.story-container.feed>div>div>div>a>img {
        aspect-ratio: 2;
    }


}

/**university homepage */



#uni-home-hero {
    margin-left: 0px;

}

.uni-home .story__author {
    line-height: 35px;
}

.uni-header-logo-container {
    padding-top: 10px;
    height: 28px;
    z-index:400;
    padding-left: 38%;
padding-right: 0;
}

.uni-header-logo-rh-spacer {
    display: none;
}

.story-container.feed.uni-home h2 a {
    font-size: 24px!important;
    line-height: 24px;
}


.article-first-headline h1 {
    line-height: 24px !important;
}

@media screen and (min-width: 767px) {

    .single-uni-logo-holder{
        margin-top:20px!important;
    }


   

    .uni-header-logo-rh-spacer {
        display: block;
        width: 25px;
    }

    .uni-header-logo-container {
        padding-left: 140px;

    }

    .uni-home-header-container {
        max-height: 60px;
        padding-top: 44px !important;
        width: 100%;
    }



    .main-content-uni-home {
        padding-left: 0 !important;
        padding-right: 5px !important;
    }


}

@media screen and (min-width: 1024px) {




    .uni-header-logo-container-single {
        margin-left: -530px;
        z-index: -1000;
    }
}




.social-uni-container {
    /**background-color:transparent; */
    margin-top: 80px;
    max-width: 110px;
    justify-content: flex-start;
    width: fit-content;
    padding: 0px;
    height: 40px;
    display: flex;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 18px;
    padding-right: 10px;
}

@media screen and (min-width:767px) {
    .social-uni-container {
        margin-top: 0px;
        margin-left: 26px;
    }
}

.social-uni {
    width: 10%;
}



.uni-social-button {
    background-color: rgba(255, 242, 0, 0.1);
    width: 60px;
    min-width: 40px;
    height: 32px;
    border: none;
    padding-bottom: 18px;
    margin-top: 30px !important;

}

.local-writers-heading {
    padding-left: 20px;
}

.local-instagram-box,
.local-tiktok-box {
    margin-top: 35px !important;
}

.uni-home-header-container,
.uni-header-container {
    padding-top: 15px;
}

@media screen and (max-width: 767px) {

    .local-instagram-box,
    .local-tiktok-box {
        margin-top: 10px !important;
    }

    .uni-home-header-container,
    .uni-header-container {
        padding-top: 40px;
    }

    #uni-home-hero {
        margin-left: 0;
        padding-top: 35px;

    }
}





.new {
    padding-left: ;
}



.tag-btn-2 {
    font-size: 14px;
    ;
    padding: 5px 10px 3px 10px;
    background-color: #fff200;
    display: inline-block;
    font-weight: 700;
    margin: 0 5px 0 0;
    text-align: center;
    font-family: 700 1rem/1 Archivo, sans-serif
}

.tag-header {
    font-weight: 700;
    margin-right: 12px;
    ;
}


.related-box {
    border: 1px solid #000;
    padding: 30px 20px 0px 20px;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 40px;
    width: 9 0%;
    margin-bottom: -20px;
}

.mostread-box {
    padding: 30px 20px 0px 20px;
    background-color: rgba(255, 242, 0, .1);
    margin-left: 0px;
    margin-right: 2px;
    width: 100%;
    margin-bottom: 10px;
}

.recirculation-box-row .story-text-right h2{
    padding-left: 20px;
    line-height: 20px;
} 

.related-box .story-text-right h2{
    padding-left: 20px;
    line-height: 20px!important;
} 

@media screen and (min-width: 767px) {
    .mostread-box {
        display: flex;
        padding-left: 0;

        #ad-sidebar-1 {
            margin-top: 130px !important;
        }

    }



    .mostread-box h3 {
        top: -40px !important;
        left: 47px;
    }

    .related-box {
        display: flex;
        padding-left: 15px;
        padding-right: 0;
        margin-bottom: 0;
        padding-top: 15px;
    }

  
}



.thetab-container {
    max-width: 1280px;
    margin: auto;
}

.cats-tags-header {
    padding-top: 140px;
    margin-left: 10px;
    padding-left: 5px;
}

.cats-tags-description p{     
        color: #31333c;
        font-family: Merriweather, sans-serif;
        font-size: 14px;
        padding-top: 0;
    }
    
@media screen and (min-width: 767px) {
    .cats-tags-header {  
        padding-top: 95px;    
      
    }
}

.tag .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cats-tags-header h1,
h2 {
    margin: 12px 0 -12px 10px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
.cats-tags-header h1
 {margin-left: -7px;
    margin-top: -10px;
    margin-bottom: 37px;
}
 h2 {
    margin-left:20px;
  }
}


/* for pitch an articl form - copied exactly from existing **/

.gsection_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 60px;
    background: #fff200
}

.gform_wrapper,
.story-container.feed,
.story-container .gform_wrapper form,
.story-container.feed {
    width: 100%
}

.gform_wrapper {
    padding-bottom: 40px
}

.gform_wrapper form {
    margin: 0;
    max-width: 600px
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin: 0 0 15px;
    padding: 0;
    width: 100%
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    margin: 0;
    padding: 0 0 7px;
    color: #000
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
    color: #000
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    margin: 0;
    padding: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    margin: 0;
    width: 100%;
    border: 0 !important;
    font-size: 16px !important;
    font-family: Archivo, sans-serif !important;
    border-bottom: 4px solid #444 !important;
    transition: all .5s;
    color: #444;
    border-bottom: 6px solid #444 !important;
    border-radius: 6px;
    border-top: 1px solid #f6f6f6 !important;
    border-left: 1px solid #f6f6f6 !important;
    border-right: 1px solid #f6f6f6 !important;
    padding: 0 14px !important
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
    border-color: #000 !important;
    color: #444
}

.gform_confirmation_wrapper {
    color: green;
    text-align: left
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    color: #b1b1b1
}

::placeholder {
    color: #b1b1b1;
    opacity: 1
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    height: 40px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 0;
    display: block;
    height: 100px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
    outline: none;
    padding: 0 10px !important
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=checkbox] {
    height: auto
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input#input_1_4 {
    padding: 0 !important
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox {
    margin: 0;
    width: calc(100% + 0px);
    display: flex;
    flex-wrap: wrap
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox li {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Archivo, sans-serif !important
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox li input {
    margin: 0
}

.gform_wrapper form .gform_footer {
    margin: 0;
    padding: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important
}

.gform_wrapper form .gform_footer .button,
.story-container .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .button {
    margin-top: 20px;
    background-color: #fff200;
    padding: 9px 13px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-family: Archivo, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    width: 130px;
    border: 0;
    cursor: pointer;
    border: 0;
    margin: 0;
    letter-spacing: 1px
}

.gform_wrapper form h2, .gsection_title {
    border-bottom: 4px solid #fff200;
}

.gform_wrapper form .gform_footer {
    display: flex;
    align-items: center;
    padding-top: 15px
}

.gform_wrapper form .gform_footer .button:hover,
.story-container .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .button:hover {
    background: #000;
    color: #fff200
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 3px 0 0;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    font-family: Archivo, sans-serif !important;
    color: red;
    line-height: normal
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
    background: 0 0;
    border: 0
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0) !important
}

.gform_wrapper div.validation_error {
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0;

    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    color: red;
    line-height: 1.3em;
    text-align: left
}


/* for who-we-are page **/

.ntwrklfttxt h3 {
    color: #31333c;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 34px;
    line-height: 43px;
    margin: 0;
    padding: 0 25px 0 12px;
    width: 100%;
}

.slogansectn h2.whitebg {
    background: #fff;
}



#addresssec {
    background: rgba(0, 0, 0, 0) url("../_img/custom-pages/addresssecbg.jpg") no-repeat scroll center top/cover;
    float: left;
    margin: 0;
    padding: 186px 0 0;
    min-height: 100vh;
    width: 100%;
    max-width: 1280px;
}

#addresssec .container-fluid {
    padding-right: 0 !important
}

#addresssec .row.addrow {
    display: inherit
}

.adreswrp {
    max-width: 1013px;
    float: right;
    padding: 0 0 0 100px
}

.infoicon {
    background: #fff200 none repeat scroll 0 0;
    color: #000;
    font-size: 44px;
    height: 100px;
    left: 30px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px
}

.adresin {
    background: #fff none repeat scroll 0 0;
    float: right;
    padding: 35px 45px;
    width: 100%;
    position: relative;
    margin-right: -30px
}

.addrsintxt {
    float: left;
    margin: 0 0 40px;
    width: 100%
}

.addrsintxt h3 {
    color: #1f1f1f;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 13px;
    width: 100%
}

.addrsintxt p {
    color: #414141;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    width: 100%
}

.addrsintxt a:hover {
    color: #fff;
    padding: 5px;
    background-color: #31333c
}

.askbtns {
    float: left;
    width: 100%
}

.askbtns a {
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    display: inline-block;
    font-family: archivo, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 30px;
    padding: 20px 40px;
    text-align: left;
    text-decoration: none;
    width: 45%;
    transition: all .5s
}

.askbtns a:first-child {
    margin-left: 0
}

.askbtns a:last-child {
    margin-right: 0
}

.askbtns a:hover {
    background: #1f1f1f;
    color: #fff
}

#contactsec {
    background: rgba(0, 0, 0, 0) url("../_img/custom-pages/contactbg.jpg") no-repeat scroll center top/cover;
    float: left;
    margin: 0;
    padding: 145px 0 70px;
    min-height: 100vh;
    width: 100%
}

#contactsec .container-fluid {
    padding: 0 !important
}

.ctcwrp {
    float: none;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center
}

.ctcfrstmove {
    float: left;
    margin: 0 0 60px;
    width: 100%
}

.ctcwrp h3 {
    color: #fff200;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 45px;
    line-height: initial;
    font-weight: 700;
    margin: 0 0 20px;
    width: 100%
}

.ctcwrp h5 {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 17px;
    width: 100%
}

.ctcwrp p {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    text-align: center;
    width: 100%
}

.emlcalbtns {
    float: left;
    width: 100%
}

.emlbtnlft {
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 30px;
    padding: 18px 30px;
    text-align: left;
    width: 43%;
    margin-bottom: 10px
}

div.emlbtnlft p {
    padding: 20px;
    align-content: center;
}

.emlbtnlft h4 {
    color: #fff;
    text-align: center;
    font-family: archivo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    width: 100%
}

.soclicns h5 {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 17px;
    width: 100%;
}

.soclicns a {
    background: #fff200 none repeat scroll 0 0;
    color: #1f1f1f;
    display: inline-block;
    font-size: 21px;
    height: 40px;
    padding-top: 5px;
    margin: 10px 7px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    transition: all .5s;
}

.tips-links a {
    color: #fff;
}

.emlbtnlft a,
.call {
    background: #fff200 none repeat scroll 0 0;
    color: #1f1f1f;
    display: inline-block;
    font-family: archivo, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;

}

.emlcalbtns {
    padding: 10px;
}

.soclicns a {
    background: #fff200 none repeat scroll 0 0;
    color: #1f1f1f;
    display: inline-block;
    font-size: 21px;
    height: 40px;
    line-height: 8px;
    margin: 0 7px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    transition: all .5s;
}

/** author page */



.author-box .author-box__bio {
    padding-bottom: 25px;
    padding-top: 5px;
    font-family: Merriweather, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: -.004em;
    color: rgba(0, 0, 0, .84);
}



.author-box__name h1 {
    font-size: 24px;
    font-weight: bold;
}

.author-box-profile-container {
    width: 100%;
}


.author-info-list {
    margin-top: 20px;
}



.author-info-box {
    border: 0.5px solid #999;
    padding: 10px;
    margin: 20px 0 20px 0;
}

.author-box__social {
    margin-top: 0;
}



@media screen and (min-width: 600px) {
    .author-info-box {
        max-width: 300px;
    }

    .author-container {
        display: flex;
        width: 80%;
        min-width: 800px;

    }

    .author-details {
        margin-left: 20px;
        margin-right: 70px;
    }

}

.author-experience-points li {
    list-style-type: circle;
    margin-left: 20px;
}

.author-info-row {
    display: flex;
    margin-bottom: 12px;
}

.author-info-label {
    font-weight: 700;
    width: 130px;

}

.author-box__bio {
    padding-top: 20px;
    font-weight: bold;
}

.author-info-text {
    width: 250px;
}

.author-info-logos
{
    margin-top: 13px;
    margin-bottom: -13px;
}

.social-link-username {
    font-size: small;
    color: #999;
}

@media (max-width: 767px) .author-box {
    /* padding-top: 60px; */
    /* margin-bottom: 0; */
    display: block;
}

@media (max-width: 767px) .whole-page {
    padding-left:40px !important;
}


.emlbtnlft {
    margin: 0 20px;
    padding: 18px 25px;
    width: 43%;
}

@media only screen and (max-width: 991px) {
    .emlbtnlft {
        padding: 18px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .emlbtnlft {
        padding: 15px;
    }
}


.submissions-header {
    font-weight: 900;
    font-size: 3.625rem;
    line-height: 1.24138;
    line-height: 58px;
}

.submissions-subheader {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.14286;
    line-height: 48px;
    margin: 0;
}

/* writer list home page*/

.article__sidebar .writers__list li {
    transform: scale(1);
    transition: transform .4s ease-in-out;
}

.home-writers__list li:nth-child(even) {
    background-color: rgba(255, 242, 0, 0.2);
}

.home-writers__info .name {
    font-size: 20px;
    font-weight: 700;
}

.uni-home-header-container {

    height: 76px;
    margin-bottom: -24px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}


.writers__list {
    margin-top: -30px
}

.writers__list li {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 30px 15px;
    position: relative
}

.writers__list li .social {
    margin-top: 15px;
    height: 24px
}

@media screen and (max-width: 767px) {
    .trending__container .story__author {
        font-size: 9px;
        line-height: 15px;
        color: #000;
        margin-bottom: 20px;;
    }

    .writers__list li {
        padding: 15px 5px
    }

    .writers__list li .social {
        margin-top: 10px;
        height: 13px
    }
}

.writers__list li .social a {
    font-weight: 700;
    padding: 0 5px;
    margin-left: -4px
}

@media screen and (max-width: 1023px) {
    .writers__list li .social a {
        color: #31333C
    }
}

@media screen and (max-width: 767px) {
    .writers__list li .social a {
        font-size: 10px;
        margin: 0;
        padding-left: 0
    }
}

.writers__list li .social .fab {
    font-weight: lighter
}

.writers__list li .slick-arrow {
    top: -23px
}

.writers__list li .img__container {
    width: 80px;
    height: 80px;
    border: 5px solid #FFF200;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width: 1439px) {
    .writers__list li .img__container {
        width: 60px;
        height: 60px;
        margin-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .writers__list li .img__container {
        border: 2px solid #FFF200;
        width: 40px;
        height: 40px;
        margin-top: 6px;
        margin-right: 10px
    }
}

.writers__list li .img__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.writers__list li .view {
    position: absolute;
    bottom: 24px;
    right: 16px;
    background-color: #FFF200;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: 700
}

.slick-next,
.university-article__lead {
    position: relative
}

.writers__list li .view:hover {
    color: #31333C;
    opacity: .7;
    text-decoration: none
}

@media screen and (max-width: 1439px) {
    .writers__list li .view {
        padding: 7px 20px;
        bottom: 10px
    }
}



.writers__role {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px
}

.writers__info {
    margin-left: 5px
}

.writers__info a:hover {
    color: initial;
    opacity: .7
}

.writers__info .name {
    line-height: 1px;
    vertical-align: 4px;
    color: #31333C;
    font-weight: 700
}

.local-author-featured-box {
    margin-top: 0;
    margin-bottom: 0;
}


.local-author-featured-box {
    margin: 0;
}


.writers__info span {
    font-family: Ferry;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
    margin-top: 0;
    line-height: 9px;
    color: #31333C;
    display: block
}

.writers__info .social a {
    margin: 0 2px
}

.writers__info .social a:hover {
    color: #31333C;
    text-decoration: none
}

.home-writers__list li {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 30px 15px;
    position: relative;
}

.home-writers__list li .view {
    position: absolute;
    right: 16px;
    background-color: #FFF200;
    text-transform: uppercase;
    padding: 8px 32px;
    font-weight: 700;
    margin-top: 4px;
}

.home-writers__info .social {
    margin-top: 0;
}


/* uni homepage authors */

.authors-uni-name {
    margin-top: 0px;
    margin-bottom: 20px;
}
@media screen and (max-width:1280px) {
    .authors-uni-name {
        padding-top: 15px;
       
        
    }
}

@media screen and (max-width:700px) {
    .authors-uni-name {
        margin-top: -25px;
       
        
    }
}

.student-authors {
    padding: 20px;
    padding-top: 0;

}

.student-box-details {

    height: 42px;
}

.student-box-details .writers__info {

margin-top: 9px;
}



@media screen and (min-width:767px) {
    .student-authors {
        display: grid;      
        grid-gap: 20px;

        padding: 20px;
    }

    .author-info-logos{
        margin-left:-35px;
    }

    

    .name {
        font-size: 20px !important;
    }
}

/* odd breakpoint as rearrangement tricky */
@media screen and (min-width:1100px) {

    .student-authors {
        display: grid;
        grid-auto-flow: column;
        grid-gap: 20px;
        font-size: 15px !important;

        padding: 20px;
    }

    .authors-uni-name {
        margin-top: 22px !important;
        margin-bottom:-10px;
    }

    .name {
        font-size: 12px !important;
    }



}



/* homepage writers desktop box */

@media screen and (max-width: 1439px) {
    .home-writers__info .home-writers__name {
        font-size: 18px;       
        color: #31333C;
        font-weight: 700;
    }


    .student-box-details .writers__info {

        line-height: 13px;
    }

    ..student-box-details {
        max-width: 100px;
    }
}




.home-writers__list li .img__container {
    width: 90px;
    height: 60px;
    margin-right: 30px;
}

.home-writers__list li .img__container {
    width: 80px;
    height: 80px;
    border: 5px solid #FFF200;
    border-radius: 50%;
    overflow: hidden;
}

.home-writers__role {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px
}


.home-writers__info span {
    font-family: Ferry;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
    margin-top: 0;
    line-height: 11px;
    color: #31333C;
    display: block;

}

.home-writers__info .social a {
    margin: 0 2px
}

.home-writers__info .social a:hover {
    color: #31333C;
    text-decoration: none
}

.home-writers__list li {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 30px 15px;
    position: relative;
}

/* .home-writers__list li .view {
    position: absolute;
    bottom: 24px;
    right: 16px;
    background-color: #FFF200;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: 700;
} */

/* end home writers */

.first-uni-article-author {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.first-uni-article-author .story__author {
    font-size: 15px;
    padding-top: 12px;
}



@media screen and (max-width: 767px) {
    .author-name-after-icon {
        margin-top: 9px;
    }

    .uni-first-article-block .story__excerpt {
        margin-bottom: -40px !important;
    }
}

.regular-related .author-name-after-icon {
   line-height:36px;
}

.article-first-excerpt {
    width: 95%;
}

.uni-first-article-block {
    display: block;
}



.author-box__name {
    font: 700 1.875rem/1 Archivo, sans-serif;
    letter-spacing: -.6px;
}





.recirculation-box {

    background-color:rgba(255,242,0,.1) ;
    padding: 15px;
   
}

.recirculation-box h3 {
    
    font-size: 18px;
    font-family: ferry;
    line-height: 20px;
    text-transform: uppercase;
    
    margin: 0;
    font-weight: bold;
    width: fit-content;
}

.recirculation-box h4 {
    font-size: 18px;
    line-height: 20px;
}

.recirculation-box-row {
    display: flex;
}

.recirculation-box-row .story-text-right h2 {
    margin-top:40px;
    line-height: 18px!important;
}

.recirculation-box-row .story-image-left {
    max-width: 300px;
}

.recirculation-box-row .story-text-right {
    vertical-align: bottom;
   
}

.recirculation-box-row .story-text-right h2 a{
    text-decoration: none;
    border-bottom:none ;
    font-size: 16px!important;

}

@media screen and  (min-width: 767px) {
    .recirculation-box-row .story-text-right h2 {
        padding-left: 30px;
        max-width: 300px;;
    }
    .recirculation-box-row .story-text-right h2 a {
      
        font-size: 18px!important;
    }
}

 
.recirculation-box p.story__author {
    margin-left: 12px;
}

@media screen and (min-width: 1024px) {
    .recirculation-box {
        display: none;
    }
}


.writers__info {
    line-height: 14px;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 8px;
    width: 140px;
}

.writers__list {

    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 12px;
    height: fit-content;
    align-items: start;
    display: flex;
    flex-wrap: wrap;
}




.uni_homepage_avatars {
    padding-top: 0;
    line-height: 1;
    display: flex;
}


@media screen and (max-width:767px) {
    .writers__list li .view {
        padding: 5px 10px;
        font-size: 10px;
        bottom: 5px;
        right: 15px
    }

    .writers-box {
        margin: 12px;
    }

    .writers__info {
        padding-top: 7px;
        width: 330px;


    }

    .writers__info a {
        font-size: 20px !important;
    }


}

/* from custom pages.css */

.slogansectn h2 {
    background: #fff200 none repeat scroll 0 0;
    color: #131313;
    display: table;
    font-family: ferry;

    margin: 0;
    padding: 6px 15px;

    width: auto;
}

.rgttxtimgsec p {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
    margin: 0;
    width: 100%;
    font-weight: 700
}

.rgttxtimgsec span {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    width: 470px
}



#tabhitnewrksec {

    background: rgba(0, 0, 0, 0) url("../_img/custom-pages/tabhitnewrksecbg.png") no-repeat scroll center top/cover;


    float: left;
    margin: -240px 0 0;
    padding: 300px 0 70px;
    width: 100%;
    position: relative;
    z-index: -9000;
    max-width: 1280px !important;
}

#tabhitnewrksec .container-fluid {
    padding: 0 !important
}

#tabhitnewrksec a {
    padding: 2px;
    border-bottom: 2px solid #31333c
}

#tabhitnewrksec a:hover {
    background-color: #31333c;
    color: #fff
}

.ntwrklfttxt h3 {
    color: #31333c;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 34px;
    line-height: 43px;
    margin: 0;
    padding: 0 25px 0 12px;
    width: 100%;
    font-weight: 700;
    position: relative;
    z-index: 100;
    letter-spacing: -1.8px;
}

.ntwrkcntrtxt p {
    color: #31333c;
    float: left;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    padding: 10px 65px;
    width: 100%
}

.ntwrkrgttxt p {
    color: #31333c;
    float: left;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    padding: 10px 65px;
    width: 100%
}

#foundedsec {
    background: #fff;
    float: left;
    margin: 0;
    padding: 100px 0;
    width: 100%;
    max-width: 1280px !important;

}

#foundedsec .container-fluid {
    padding: 0 !important
}

.foundedlfttxt h3 {
    color: #31333c;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 34px;
    line-height: 43px;
    margin: 0;
    padding: 0 25px 0 12px;
    width: 100%;
    font-weight: 700;
}

.foundedcntrtxt p {
    color: #31333c;
    float: left;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    padding: 10px 65px;
    width: 100%
}

.foundedrgttxt p {
    color: #31333c;
    float: left;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    padding: 10px 65px;
    width: 100%
}

.articlasec {
    float: left;
    margin: 140px 0 0;
    width: 100%
}

.articlasec .col-md-4 {
    float: left
}

.articlasec .col-lg-4.col-md-6 {
    float: left
}

.artclin {
    margin: 0 0 25px;
    float: left;
    padding: 50px;
    width: 100%;
    transition: all .5s;
    box-shadow: 0 7px 63px 0 rgba(0, 0, 0, .17)
}

.artclin p {
    color: #31333c;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    min-height: 210px;
    padding: 0;
    width: 100%;
    font-weight: 600;
    transition: all .5s
}

.imgname {
    float: left;
    width: 100%
}

.imgname span {
    border-radius: 50%;
    float: left;
    height: 40px;
    overflow: hidden;
    width: 40px
}

.imgname span img {
    width: 100%
}

.dscprtn {
    float: left;
    margin: 0 0 0 20px
}

.dscprtn h5 {
    color: #31333c;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all .5s
}

.dscprtn a {
    color: #31333c;
    float: left;
    font-size: 11px;
    font-weight: 300;
    margin: 4px 0 0;
    padding: 0;
    text-decoration: underline;
    transition: all .5s
}

.artclin:hover {
    background: #31333c;
    transition: all .5s
}

.artclin:hover p,
.artclin:hover .dscprtn h5,
.artclin:hover .dscprtn a {
    color: #fff;
    transition: all .5s
}

#addresssec {
    background: rgba(0, 0, 0, 0) url("../_img/careers_background.jpg") no-repeat scroll center top/cover;
    float: left;
    margin: 0;
    padding: 186px 0 0;
    min-height: 100vh;
    width: 100%
}

#addresssec .container-fluid {
    padding-right: 0 !important
}

#addresssec .row.addrow {
    display: inherit
}

.adreswrp {
    max-width: 1013px;
    float: right;
    padding: 0 0 0 100px
}

.infoicon {
    background: #fff200 none repeat scroll 0 0;
    color: #000;
    font-size: 44px;
    height: 100px;
    left: 30px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px
}

.adresin {
    background: #fff none repeat scroll 0 0;
    float: right;
    padding: 35px 45px;
    width: 100%;
    position: relative;
    margin-right: -30px;
    margin-bottom: 20px;
}

.addrsintxt {
    float: left;
    margin: 0 0 40px;
    width: 100%
}

.addrsintxt h3 {
    color: #1f1f1f;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 13px;
    width: 100%;
    letter-spacing:-1.8px;
}

.addrsintxt p {
    color: #414141;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    width: 100%
}

.addrsintxt a:hover {
    color: #fff;
    padding: 5px;
    background-color: #31333c
}

.askbtns {
    float: left;
    width: 100%
}

.askbtns a {
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    display: inline-block;
    font-family: archivo, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 30px;
    padding: 20px 40px;
    text-align: left;
    text-decoration: none;
    width: 45%;
    transition: all .5s
}

.askbtns a:first-child {
    margin-left: 0
}

.askbtns a:last-child {
    margin-right: 0
}

.askbtns a:hover {
    background: #1f1f1f;
    color: #fff
}

#contactsec {
    background: rgba(0, 0, 0, 0) url("../_img/custom-pages/contactbg.jpg") no-repeat scroll center top/cover;
    float: left;
    margin: 0;
    padding: 145px 0 70px;
    min-height: 100vh;
    width: 100%
}

#contactsec .container-fluid {
    padding: 0 !important
}

.ctcwrp {
    float: none;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center
}

.ctcfrstmove {
    float: left;
    margin: 0 0 60px;
    width: 100%
}

.ctcwrp h3 {
    color: #fff200;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 45px;
    line-height: initial;
    font-weight: 700;
    margin: 0 0 20px;
    width: 100%
}

.ctcwrp h5 {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 17px;
    width: 100%
}

.ctcwrp p {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;

    width: 100%
}

.emlcalbtns {
    float: left;
    width: 100%
}

.emlbtnlft {
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 30px;
    padding: 18px 30px;
    text-align: left;
    width: 43%;
    margin-bottom: 10px
}

.emlbtnlft h4 {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    width: 100%
}

.emlbtnlft a,
.call {
    background: #fff200 none repeat scroll 0 0;
    color: #1f1f1f;
    display: inline-block;
    font-family: archivo, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: all .5s
}

.call::-moz-selection {
    background-color: #31333c;
    color: #fff200
}

.call::selection {
    background-color: #31333c;
    color: #fff200
}

.emlbtnlft a:hover {
    box-shadow: 0 0 12px #505050
}

.soclicns {
    float: left;
    margin: 100px 0 0
}

.soclicns h5 {
    color: #fff;
    float: left;
    font-family: archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 17px;
    width: 100%
}

.soclicns a {
    background: #fff200 none repeat scroll 0 0;
    color: #1f1f1f;
    display: inline-block;
    font-size: 21px;
    height: 40px;
    line-height: 8px;
    margin: 0 7px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    transition: all .5s
}

.soclicns a:hover {
    box-shadow: 0 0 12px #505050
}

ul.trmscndtn {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%
}

ul.trmscndtn li {
    display: inline-block;
    margin: 0 20px
}

ul.trmscndtn li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1550px) {}

@media only screen and (max-width: 1450px) {
    .ctcwrp {
        padding: 0
    }

    .artclin {
        padding: 50px 40px
    }

    .tiptxt {
        padding-right: 8%
    }

    .rgttxtimgsec {
        padding: 51px 520px 52px 40px
    }



    .ntwrkcntrtxt p {
        padding: 10px 15px
    }

    .ntwrkrgttxt p {
        padding: 10px 15px
    }

    .foundedlfttxt h3 {
        font-size: 34px;
        line-height: 43px
    }

    .foundedcntrtxt p {
        padding: 10px 15px
    }

    .foundedrgttxt p {
        padding: 10px 15px
    }

    #foundedsec {
        padding: 100px 0
    }
}

@media only screen and (max-width: 1350px) {

    #banner,
    .slogansectn,
    .banerbotmtxtsec,
    .tiptxt,
    .rgttxtimgsec {
        height: auto
    }

    .rgttxtimgsec span {
        width: 320px
    }

    .rgttxtimgsec {
        padding: 40px 370px 40px 30px
    }



    .ntwrkcntrtxt p {
        font-size: 16px;
        padding: 5px 15px
    }

    .ntwrkrgttxt p {
        font-size: 16px;
        padding: 5px 15px
    }

    .foundedlfttxt h3 {
        font-size: 30px;
        line-height: 43px
    }

    .foundedcntrtxt p {
        font-size: 16px;
        padding: 5px 15px
    }

    .foundedrgttxt p {
        font-size: 16px;
        padding: 5px 15px
    }

    .artclin {
        padding: 30px 20px
    }

    .artclin p {
        font-size: 18px;
        line-height: 29px
    }

    .dscprtn {
        width: 78%
    }

    #addresssec {
        height: auto
    }

    .infoicon {
        font-size: 34px;
        height: 80px;
        line-height: 80px;
        width: 80px
    }

    .adreswrp {
        max-width: 850px;
        padding: 0 0 0 80px
    }

    .adresin {
        padding: 35px
    }

    .askbtns a {
        font-size: 20px;
        margin: 0 20px;
        padding: 15px 25px;
        width: 45%
    }

    .ctcwrp p {
        padding: 0 20%
    }

    .emlbtnlft {

        padding: 18px 25px;
        width: 43%
    }
}

@media only screen and (max-width: 1050px) {
    .slogansectn h2 {
        font-size: 26px
    }

    .tiptxt {
        padding-top: 26px;
        padding-right: 15px
    }

    .rgttxtimgsec {
        padding: 45px 280px 45px 30px
    }

    .rgttxtimgsec p {
        font-size: 18px;
        line-height: 27px
    }

    .rgttxtimgsec span {
        width: 270px
    }

    #tabhitnewrksec {
        padding: 280px 0 40px
    }



    .ntwrkcntrtxt p,
    .ntwrkrgttxt p,
    .foundedcntrtxt p,
    .foundedrgttxt p {
        line-height: 28px;
        font-size: 14px;
        padding: 5px 10px
    }

    .artclin p {
        font-size: 16px;
        line-height: 26px
    }

    .dscprtn {
        width: 71%
    }

    .dscprtn h5 {
        font-size: 15px
    }

    #foundedsec {
        padding: 110px 0 50px
    }

    .addrsintxt {
        margin: 0 0 30px
    }

    .addrsintxt h3 {
        margin: 0 0 8px;
        font-size: 20px
    }

    .addrsintxt p {
        font-size: 14px
    }

    .askbtns a {
        line-height: 27px;
        font-size: 19px;
        padding: 15px 16px
    }

    .ctcwrp {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: none;
        padding: 0 9%
    }
}

@media only screen and (max-width: 991px) {
    .slogansectn {
        padding: 170px 25px 130px
    }

    .infoicon {
        left: 10px
    }

    .adresin {
        margin-right: -10px
    }

    .tiptxt {
        padding-right: 9px;
        padding-left: 7px
    }

    .tiptxt p {
        font-size: 14px
    }

    .rgttxtimgsec {
        padding: 20px 250px 20px 20px
    }

    .rgttxtimgsec p {
        font-size: 16px;
        line-height: 24px
    }

    .tiptxt a {
        font-size: 14px
    }

    .rgttxtimgsec span {
        width: 220px
    }



    .ntwrkcntrtxt p,
    .ntwrkrgttxt p,
    .foundedcntrtxt p,
    .foundedrgttxt p {
        font-size: 13px;
        line-height: 24px;
        padding: 5px 10px 5px 0
    }

    .articlasec {
        margin: 90px 0 0
    }

    .adreswrp {
        max-width: 600px
    }

    .askbtns a {
        font-size: 15px;
        line-height: 21px;
        padding: 15px 13px;
        margin: 0 8px;
        width: 47%
    }

    .ctcwrp {
        padding: 0 2%
    }

    .soclicns {
        margin: 80px 0 0
    }

    .ctcwrp h3 {
        margin: 0 0 14px;
        font-size: 36px
    }

    .ctcwrp h5 {
        font-size: 19px;
        margin: 0 0 10px
    }

    .ctcwrp p {
        font-size: 14px;
        line-height: 22px;
        margin: 0
    }

    .ctcfrstmove {
        margin: 0 0 41px
    }

    .emlbtnlft h4 {
        font-size: 19px
    }

    .emlbtnlft a {
        font-size: 19px;
        padding: 6px 10px
    }

    .emlbtnlft {
        padding: 18px 20px
    }

    .soclicns h5 {
        font-size: 22px;
        margin: 0 0 10px
    }

    #contactsec {
        height: auto
    }
}

@media only screen and (max-width: 767px) {



    .slogansectn {
        padding: 110px 15px
    }

    .slogansectn h2 {
        font-size: 19px
    }

    .tiptxt h3 {
        font-size: 22px
    }

    .tiptxt p {
        margin: 13px 0 10px;
        font-size: 13px
    }

    .rgttxtimgsec span {
        width: 190px
    }

    .rgttxtimgsec {
        margin: 30px 0 0;
        padding: 20px 210px 20px 20px
    }

    .rgttxtimgsec p {
        font-size: 15px;
        line-height: 22px
    }

    .ntwrklfttxt h3,
    .foundedlfttxt h3 {
        font-size: 18px;
        line-height: 29px;
        padding: 0 0 10px
    }

    .ntwrkcntrtxt p,
    .ntwrkrgttxt p,
    .foundedcntrtxt p,
    .foundedrgttxt p {
        font-size: 13px;
        line-height: 24px;
        padding: 0
    }

    #foundedsec {
        padding: 50px 0
    }

    .articlasec {
        margin: 60px 0 0
    }

    .artclin {
        padding: 20px 0;
        padding-top: 10px;
        box-shadow: 0 7px 45px 0 rgba(0, 0, 0, .11);
        padding: 15px
    }

    .artclin p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 25px;
        min-height: auto
    }

    #addresssec {
        padding: 150px 0 0
    }

    .adreswrp {
        padding: 0 0 0 50px;
        max-width: 97%
    }

    .infoicon {
        font-size: 22px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .adresin {
        padding: 20px
    }

    .addrsintxt {
        margin: 0 0 20px
    }

    .addrsintxt h3 {
        font-size: 18px;
        margin: 0 0 6px
    }

    .addrsintxt p {
        font-size: 12px;
        line-height: 22px
    }

    .askbtns {
        margin: 0 0 10px
    }

    .askbtns a {
        font-size: 14px;
        line-height: 21px;
        padding: 7px 13px
    }

    .ctcwrp {
        padding: 0
    }

    #contactsec {
        padding: 100px 0 70px
    }

    .ctcwrp h3 {
        font-size: 32px;
        line-height: 29px;
        margin: 0 0 7px
    }

    .ctcwrp h5 {
        font-size: 17px;
        margin: 0 0 8px
    }

    .ctcwrp p {
        padding: 0 10%;
        font-size: 14px;
        line-height: 22px;
        margin: 0
    }

    .emlbtnlft {
        padding: 15px
    }

    .emlbtnlft h4 {
        font-size: 18px
    }

    .emlbtnlft a {
        font-size: 18px
    }

    .soclicns a {
        font-size: 17px;
        height: 35px;
        line-height: 5px;
        width: 35px
    }

    ul.trmscndtn li {
        margin: 0 16px
    }
}

@media only screen and (max-width: 600px) {
    .rgttxtimgsec {
        margin: 30px 0 0;
        padding: 15px 130px 15px 15px
    }

    .rgttxtimgsec span {
        overflow: hidden;
        width: 120px
    }

    .rgttxtimgsec span .img-responsive {
        height: 170px;
        width: auto
    }

    .askbtns {
        margin: 0
    }

    .askbtns a {
        margin: 0 0 15px;
        width: 100%
    }

    .ctcwrp {
        padding: 0 15px
    }

    .ctcwrp p {
        font-size: 13px;

    }

    .emlbtnlft {
        margin: 0 0 15px;
        padding: 15px;
        width: 100%
    }

    .ctcfrstmove {
        margin: 0 0 30px
    }

    .soclicns {
        margin: 40px 0 0
    }

   
}

@media only screen and (max-width: 350px) {
    .ctcwrp h3 {
        font-size: 30px
    }

    .rgttxtimgsec p {
        font-size: 15px;
        line-height: 19px
    }

    .rgttxtimgsec {
        padding: 15px 110px 15px 15px
    }

    .rgttxtimgsec span {
        width: 110px
    }

}

@media only screen and (min-width: 767px) {

    .page {
        margin-top: 160px;
    }

    #ad-sidebar-2, #ad-sidebar-3, #ad-sidebar-4, #ad-sidebar-5, #ad-sidebar-6 {
        margin-top:20px!important;
        margin-bottom:20px!important;
    }
    
}

 div#ad-slot2 {
    width: 300px;
    min-height: 250px;
    margin: auto;
    }
