.bg-lightgrey {
    background: #f4f4f4;
}

.bg-darkgrey {
    background: #333333;
}

.bg-blue {
    background: #00417B;
}

.bg-white {
    background: #FFFFFF;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fw-500 {
    font-weight: 500;
}

.fullpage {
    min-height: calc(100vh - (215px + 85px));
}

.button-main {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
    background: #ffb32e;
    font-weight: 500;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.button-main i {
    margin-right: 8px;
}

.button-main:hover {
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.05);
    background: #ffa405;
}

.link-more span {
    border-bottom: 2px solid #ffb32e;
    font-weight: 500;
}

.link-more i {
    font-size: 0.8em;
    margin-left: 4px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.link-more:hover i {
    transform: translateX(4px);
}

.link-more.invert {
    color: #FFFFFF;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-weight: 700;
    margin-bottom: 0;
}

.section-heading h6 {
    color: #707070;
    margin-bottom: 0;
    margin-top: 5px;
}

.section-heading:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 4px;
    background: #ffb32e;
}

.section-heading.invert h2 {
    color: #ffb32e;
}

.section-heading.invert h6 {
    color: #FFFFFF;
}

.custom-slick .slick-prev:before,
.custom-slick .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    color: #ffb32e;
    font-size: 30px;
}

.custom-slick .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
}

.custom-slick .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
}

.custom-slick .slick-dots li {
    margin: 0 2px;
}

@media only screen and (max-width: 959px) {
    .custom-slick .slick-dots li {
        margin: 0 -2px;
    }
}

.custom-slick .slick-dots li button:before {
    font-size: 10px;
}

@media only screen and (max-width: 959px) {
    .custom-slick .slick-dots li button:before {
        font-size: 8px;
    }
}

.custom-slick .slick-dots li.slick-active button:before {
    color: #ffb32e;
}

.card-shadow {
    border-radius: 6px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.card-shadow:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.post-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
    .post-list-item {
        margin-bottom: 20px;
    }
}

.post-list-item .cover {
    margin-right: 10px;
    max-width: 200px;
}

.post-list-item .date {
    font-size: 12px;
    color: #707070;
    margin-bottom: 6px;
}

.podcast-featured-item {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #f4f4f4;
    border-radius: 6px;
}

@media only screen and (max-width: 959px) {
    .podcast-featured-item {
        flex-direction: column;
        padding: 0 0 15px;
    }
}

@media only screen and (min-width: 960px) {
    .podcast-featured-item .cover {
        margin-right: 30px;
        max-width: 400px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 959px) {
    .podcast-featured-item .cover {
        margin-bottom: 10px;
    }
}

.podcast-featured-item .date {
    font-size: 12px;
    color: #707070;
    margin-bottom: 6px;
}

.card-banner {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    height: 100%;
}

@media only screen and (max-width: 959px) {
    .card-banner {
        flex-direction: column;
        padding: 25px;
    }
}

.card-banner .image {
    max-width: 45%;
    flex-shrink: 0;
}

@media only screen and (min-width: 960px) {
    .card-banner .image {
        margin-right: 20px;
        padding: 20px;
    }
}

.card-banner .post-info {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 960px) {
    .card-banner .post-info {
        height: 100%;
        padding: 45px 0;
    }
}

@media only screen and (max-width: 959px) {
    .card-banner .post-info {
        text-align: center;
        margin-top: 20px;
    }
}

.card-banner .post-info p {
    color: #707070;
}

.img-component-1 {
    position: absolute;
    z-index: 200;
}

@media only screen and (min-width: 960px) {
    .img-component-1 {
        width: 250px;
        top: -80px;
        right: 20px;
    }
}

@media only screen and (max-width: 959px) {
    .img-component-1 {
        width: 150px;
        top: -70px;
        right: 0px;
    }
}

.img-component-2 {
    position: absolute;
    z-index: 200;
}

@media only screen and (min-width: 960px) {
    .img-component-2 {
        width: 200px;
        top: -80px;
        left: 40px;
    }
}

@media only screen and (max-width: 959px) {
    .img-component-2 {
        width: 100px;
        top: -30px;
        left: 0;
    }
}

.img-component-3 {
    position: absolute;
    z-index: 200;
}

@media only screen and (min-width: 960px) {
    .img-component-3 {
        width: 200px;
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 959px) {
    .img-component-3 {
        width: 100px;
        top: -30px;
        right: 0;
    }
}

.img-component-4 {
    position: absolute;
    z-index: 200;
}

@media only screen and (min-width: 960px) {
    .img-component-4 {
        width: 200px;
        top: -60px;
        left: 0;
    }
}

@media only screen and (max-width: 959px) {
    .img-component-4 {
        width: 120px;
        top: -50px;
        left: 0;
    }
}

.video-responsive-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-responsive-wrapper:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-responsive-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.subscribe-gag-box {
    background-color: #ffb32e;
    position: relative;
}

.subscribe-gag-box:before,
.subscribe-gag-box:after {
    content: '';
    display: block;
    height: 100%;
    width: 180px;
    top: 0;
    position: absolute;
    background-size: cover;
    z-index: 1;
}

@media only screen and (max-width: 959px) {
    .subscribe-gag-box:before,
    .subscribe-gag-box:after {
        background-size: 200%;
        width: 80px;
    }
}

.subscribe-gag-box:before {
    background-image: url("../images/bg-splash-left.png");
    background-position: center right;
    left: 0;
}

.subscribe-gag-box:after {
    background-image: url("../images/bg-splash-right.png");
    background-position: center left;
    right: 0;
}

.subscribe-gag-box .box {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 5;
    position: relative;
}

@media only screen and (max-width: 1263px) {
    .subscribe-gag-box .box {
        max-width: 400px;
    }
}

@media only screen and (max-width: 599px) {
    .subscribe-gag-box .box {
        max-width: 300px;
        padding: 20px 0;
        text-align: center;
    }
}

.subscribe-gag-box .box-title {
    display: flex;
    align-items: baseline;
}

@media only screen and (max-width: 599px) {
    .subscribe-gag-box .box-title {
        flex-direction: column;
        align-items: center;
    }
}

.subscribe-gag-box .box-title h2 {
    font-weight: 700;
}

.subscribe-gag-box .box-title p {
    margin-left: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
    .subscribe-gag-box .box-title p {
        margin-left: 0px;
        margin-top: -8px;
        margin-bottom: 5px;
    }
}

.subscribe-gag-box .input-box {
    display: flex;
    align-items: stretch;
}

.subscribe-gag-box .input-box input {
    border: 0;
    background: #FFF;
    font-size: 14px;
    height: 38px;
}

.subscribe-gag-box .input-box button {
    flex-shrink: 0;
    width: 120px;
    font-size: 13px;
    margin-left: 3px;
    background: #000;
    height: 38px;
}

@media only screen and (max-width: 599px) {
    .subscribe-gag-box .input-box button {
        width: 100px;
    }
}

.subscribe-gag-box .box-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
}

.subscribe-gag-page .wrapper-header {
    position: relative;
    background-size: cover;
}

.subscribe-gag-page .wrapper-header .wrapper {
    padding: 80px 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: rgba(255, 179, 46, 0.2);
}

.subscribe-gag-page .wrapper-header .wrapper p {
    font-size: 20px;
}

.subscribe-gag-page .wrapper-header .img-responsive {
    position: absolute;
    width: 120px;
    top: calc(50% - 40px);
    left: calc(50% + 120px);
}

.subscribe-gag-page .content {
    padding: 60px 0;
}

.subscribe-gag-page .content h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.subscribe-gag-page .content .form-wrapper {
    padding: 30px;
    border: 1px dashed #ffdf4a;
}

.subscribe-gag-page .content .form-wrapper form {
    max-width: 450px;
    margin: 0 auto;
}

.subscribe-gag-page .content .form-wrapper hr {
    border-top: 1px solid #ffdf4a;
    margin: 30px 0 20px;
}

.subscribe-gag-page .content .form-wrapper .form-control,
.subscribe-gag-page .content .form-wrapper .custom-select {
    background-color: #F8FAFC;
    border: none;
    font-size: 14px;
}

.subscribe-gag-page .content .form-wrapper .form-checkbox {
    display: flex;
    align-items: center;
}

.subscribe-gag-page .content .form-wrapper .form-checkbox label {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 13px;
    text-decoration: underline;
}

.subscribe-gag-page .content .alert ul {
    margin-bottom: 0;
}