﻿body {
}

html, body {
    height: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
}

p {
    font-size: 0.9rem;
}

footer .footer-container {
    background-color: #171e4f;
    padding: 4% 4% 0% 4%;
    color: #fff;
}

    footer .footer-container ul li a {
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        color: #fff;
    }

        footer .footer-container ul li a img {
            margin-right: 15px;
        }

    footer .footer-container .social-media-container a {
        color: #fff;
        text-decoration: none;
    }

    footer .footer-container .social-media-container img {
        width: 40px;
    }

    footer .footer-container .social-media-container span.fa-stack {
        font-size: 1rem;
    }

    footer .footer-container .social-media-container i.social-media-icon {
        /*display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background-color: #fff;*/
        color: #171e4f;
    }

    footer .footer-container .contact-info-container {
        position: absolute;
        bottom: 0;
        border-left: 2px solid #fff;
        padding-left: 15px;
    }

        footer .footer-container .contact-info-container p i {
            font-size: 21px;
            margin-right: 10px;
        }

        footer .footer-container .contact-info-container p a {
            color: #fff;
        }

.margin-top-2per {
    margin-top: 2%;
}

.margin-top-5per {
    margin-top: 5%;
}


.margin-bottom-2per {
    margin-bottom: 2%;
}

.margin-bottom-5per {
    margin-bottom: 5%;
}

.font-weight-200 {
    font-weight: 200;
}

.custom-alert {
    padding: 20px;
    background-color: #bdbdbd;
    color: white;
    margin-bottom: 1rem;
}

    .custom-alert .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

        .custom-alert .closebtn:hover {
            color: black;
        }

    .custom-alert.error {
        background-color: #f44336;
    }

    .custom-alert.success {
        background-color: #4CAF50;
    }

    .custom-alert.deault {
        background-color: #bdbdbd;
    }

.top-banner-container.carousel-container {
    height: auto;
}

.top-banner-container {
    background-color: #eee;
    /*height: 70%;*/
    height: 55%;
    -webkit-clip-path: polygon(94% 0, 100% 14%, 100% 100%, 6% 100%, 0 86%, 0% 0%);
    clip-path: polygon(94% 0, 100% 14%, 100% 100%, 6% 100%, 0 86%, 0% 0%);
}

    .top-banner-container .container {
        height: 100%;
    }

    .top-banner-container .banner-img {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


/*.home .shaped-box-container {
    height: 200px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .home .shaped-box-container a {
        line-height: 200px;
        margin-right: auto;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 9% 7% 9% 9%;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
    }

        .home .shaped-box-container a img {
            width: 3rem;
        }

        .home .shaped-box-container a:hover {
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 5px 5px 19px rgb(80, 80, 80);
        }

    .home .shaped-box-container.box1 {
        background-image: url("/Content/Images/box-bg-1.png");
    }

    .home .shaped-box-container.box2 {
        background-image: url("/Content/Images/box-bg-2.png");
    }

    .home .shaped-box-container.box3 {
        background-image: url("/Content/Images/box-bg-3.png");
    }*/


.signup-to-database-row {
    background-color: #8dc641;
    height: 50px;
    text-align: center;
}

    .signup-to-database-row .content-center {
        margin: auto;
        display: table;
    }

        .signup-to-database-row .content-center h5 {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .signup-to-database-row .content-center #signupToDatabaseForm input {
            height: 36px;
            margin: 7px 20px;
            background-color: rgba(255, 255, 255, 0.57);
            width: 420px;
        }

        .signup-to-database-row .content-center #signupToDatabaseForm button {
            background-color: rgba(255, 255, 255, 0);
            border: 0;
            font-weight: 700;
            font-size: 18px;
            cursor: pointer;
        }

            .signup-to-database-row .content-center #signupToDatabaseForm button:hover {
                color: #228b22;
            }

            .signup-to-database-row .content-center #signupToDatabaseForm button img {
                height: 44px;
            }


/*.signup-to-database-row h5, .signup-to-database-row input {
        float: left;
    }

    .signup-to-database-row h5 {
        line-height: 50px;
        font-size: 17px;
        font-weight: 600;
    }

    .signup-to-database-row img {
        height: 50px;
        margin-top: -3px;
    }

    .signup-to-database-row input {
        height: 36px;
        margin: 7px 20px;
        background-color: rgba(255, 255, 255, 0.57);
        width: 420px;
    }*/

.txt-green {
    color: #8dc641;
}

.txt-blue {
    color: #2aabe1;
}

a.icon-circled {
    text-decoration: none;
}

/*===================== START CONTACT page =========================*/
.contact-box {
    background-color: #e2f4fd;
    height: 225px;
    border-radius: 10px;
    color: #171e4f;
    text-align: center;
    padding: 10% 15%;
}

    .contact-box i {
        display: inline-block;
        border-radius: 70px;
        padding: 0.5em 0.5em;
        border: 2px solid #171e4f;
        font-size: 34px;
    }

    .contact-box h5 {
        font-weight: 700;
        font-size: 1.1rem;
    }

    .contact-box p {
        font-size: 0.9rem;
    }

        .contact-box p a {
            color: #171e4f;
        }

/*===================== END CONTACT page =========================*/

/*===================== START WHY ROOF TILES page =========================*/


/*.benefits-flip-container {
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.benefits-flip-container:hover .flipper, .benefits-flip-container.hover .flipper {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.benefits-flip-container, .front, .back {
    width: 100%;
    height: 300px;
    cursor: pointer;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.flipper {
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;


-webkit-clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    background-color: #c5c5d9;
}

.front {
    z-index: 2;
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #a0a0d2;
}*/


.benefits-flip-container, .front, .back {
    width: 100%;
    height: 300px;
    cursor: pointer;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    background-color: #c5c5d9;
}

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    position: relative;
    margin: 12px auto;
    z-index: 1;
    position: relative;
    -webkit-clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
}

    .flip .flip-card.flipped {
        transform: rotatey(-180deg);
        -ms-transform: rotatey(-180deg); /* IE 9 */
        -moz-transform: rotatey(-180deg); /* Firefox */
        -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
        -o-transform: rotatey(-180deg); /* Opera */
    }

    .flip .flip-card {
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s;
        -moz-transform-style: preserve-3d;
        -moz-transition: 0.5s;
        -ms-transform-style: preserve-3d;
        -ms-transition: 0.5s;
        -o-transform-style: preserve-3d;
        -o-transition: 0.5s;
        transform-style: preserve-3d;
        transition: 0.5s;
    }

        .flip .flip-card .face {
            position: absolute;
            z-index: 2;
            text-align: center;
            -webkit-backface-visibility: hidden; /* Safari & Chrome */
            -moz-backface-visibility: hidden; /* Firefox */
            -ms-backface-visibility: hidden; /* Internet Explorer */
            -o-backface-visibility: hidden; /* Opera */
            backface-visibility: hidden; /* W3C */
        }

        .flip .flip-card.flipped .back {
            -o-backface-visibility: visible;
            -webkit-backface-visibility: visible;
            -ms-backface-visibility: visible;
            backface-visibility: visible;
        }

        .flip .flip-card.flipped .front {
            -o-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .flip .flip-card .front {
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .flip .flip-card .back {
            cursor: pointer;
            -ms-transform: rotatey(-180deg); /* IE 9 */
            -moz-transform: rotatey(-180deg); /* Firefox */
            -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
            -o-transform: rotatey(-180deg); /* Opera */
            transform: rotatey(-180deg);
        }


/*================================*/


.benefits-flip-container .front .main-content-container {
    background-color: rgba(255, 255, 255, 0.69);
    height: 74px;
    margin-top: 113px;
    text-align: center;
}

    .benefits-flip-container .front .main-content-container .content-container {
        display: table;
        margin: auto;
        height: 100%;
    }

        .benefits-flip-container .front .main-content-container .content-container .text {
            vertical-align: middle;
            display: table-cell;
        }

            .benefits-flip-container .front .main-content-container .content-container .text p {
                margin-bottom: 0;
                font-weight: 600;
                font-size: 16px;
            }

        .benefits-flip-container .front .main-content-container .content-container .arrow-img {
            vertical-align: middle;
            display: table-cell;
            padding-right: 2%;
        }

            .benefits-flip-container .front .main-content-container .content-container .arrow-img img {
                width: 40px;
            }

.benefits-flip-container .back .main-content-container {
    display: table;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.69);
}

    .benefits-flip-container .back .main-content-container .content-container {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10%;
    }

        .benefits-flip-container .back .main-content-container .content-container strong a {
            color: #ec068d;
        }

/*===================== END WHY ROOF TILES page =========================*/

/*===================== START WHY ROOF TILES - FAQ page =========================*/

.common-faqs .card {
    border: 0;
}

    .common-faqs .card .card-header {
        background-color: #fff;
        border-bottom: 1px solid #b0e7fb;
        padding: 0;
    }

        .common-faqs .card .card-header button {
            width: 100%;
            color: #000;
            text-transform: uppercase;
        }

            .common-faqs .card .card-header button:hover {
                background-color: #dceaf5;
            }

            .common-faqs .card .card-header button img {
                width: 60%;
            }

    .common-faqs .card .card-body {
        background-color: #ececf1
    }

        .common-faqs .card .card-body strong {
            color: #00aeef;
            font-weight: 600;
        }

/*===================== END WHY ROOF TILES - FAQ page =========================*/

/*===================== START ARTA TV page =========================*/


.arta-tv .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.arta-tv .col-md-12 .videoWrapper {
    padding-bottom: 40% !important;
}

.arta-tv .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.arta-tv .videoWrapper .video {
    display: block;
    margin: auto;
}

/*===================== END ARTA TV page =========================*/


/*===================== START DOWNLOADABLE GUIDES page =========================*/


.download-guide-modal .modal-content {
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 16%, 100% 100%, 5% 100%, 0% 88%);
    clip-path: polygon(0 0, 95% 0%, 100% 16%, 100% 100%, 5% 100%, 0% 88%);
    background-color: #f3f3f4;
}

    .download-guide-modal .modal-content .modal-header {
        border: 0;
        justify-content: center;
        padding: 6% 4% 2% 4%;
    }

    .download-guide-modal .modal-content form {
        padding-left: 8%;
        padding-right: 8%;
    }

        .download-guide-modal .modal-content form .form-control {
            border-radius: 0;
            background-color: #fff;
            border: 0;
        }


    .download-guide-modal .modal-content .modal-footer {
        justify-content: center;
        border: 0;
        padding-top: 0;
        padding-bottom: 4%;
    }

        .download-guide-modal .modal-content .modal-footer .download-btn {
            font-size: 18px;
            background: none;
            border: 0;
            color: #ec068d;
            font-weight: 700;
            margin-bottom: 2%;
            text-transform: uppercase;
            cursor: pointer;
        }

            .download-guide-modal .modal-content .modal-footer .download-btn:hover {
                color: #e20486;
                background-color: #eaeaea;
            }

            .download-guide-modal .modal-content .modal-footer .download-btn img {
                transform: rotate(90deg);
            }

/*===================== END DOWNLOADABLE GUIDES page =========================*/


/*===================== START THINK BRICK AWARDS page =========================*/

/*.think-brick-awards .shaped-box-container {
    -webkit-clip-path: polygon(0 0, 91% 0%, 100% 15%, 100% 100%, 10% 100%, 0% 86%);
    clip-path: polygon(0 0, 91% 0%, 100% 15%, 100% 100%, 10% 100%, 0% 86%);
    background-color: #c5c5d9;
    height: 200px;
}

    .think-brick-awards .shaped-box-container .content-container {
        background-color: #f0f0f5;
        margin-left: 8%;
        margin-right: 8%;
        padding: 4% 3%;
        text-decoration: none;
        color:#000;
    }

        .think-brick-awards .shaped-box-container .content-container:hover {
            background-color: #fff;
            box-shadow: 5px 5px 7px #6a6a7b;
        }

        .think-brick-awards .shaped-box-container .content-container .text {
         text-align:center;
        }

        .think-brick-awards .shaped-box-container .content-container .text p {
            font-weight: 600;
            font-size: 16px;
            text-transform:uppercase;
        }

        .think-brick-awards .shaped-box-container .content-container .arrow-img {
            width: 17%;
        }

        .think-brick-awards .shaped-box-container .content-container .arrow-img img {
            width: 100%;
        }*/

/*===================== END THINK BRICK AWARDS page =========================*/




/*===================== START Apprenticeships page =========================*/


.apprenticeships .box-left {
    -webkit-clip-path: polygon(0 0, 91% 0%, 100% 15%, 100% 100%, 10% 100%, 0% 86%);
    clip-path: polygon(0 0, 91% 0%, 100% 15%, 100% 100%, 10% 100%, 0% 86%);
    background-color: #c5c5d9;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .apprenticeships .box-left .content {
        padding: 4%;
        background-color: rgba(255, 255, 255, 0.78);
    }

        .apprenticeships .box-left .content p {
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 0;
        }

.apprenticeships .box-right {
    border-radius: 20px;
    background-color: #d4effd;
    height: 100%;
    color: #171e4f;
    padding: 2%;
    font-size: 0.9rem;
}

    .apprenticeships .box-right a {
        color: #171e4f;
    }

    .apprenticeships .box-right h5 {
        font-weight: 700;
        font-size: 15px;
    }

    .apprenticeships .box-right .contact-icon {
        border-radius: 100px;
        padding: 0.5em 0.5em;
        border: 2px solid #171e4f;
        font-size: 23px;
    }


/*===================== END Apprenticeships page =========================*/


/*===================== START HEALTH AND SAFETY page styles =========================*/
.health-and-safety .health-and-safety-item {
    border-bottom: 2px solid #c5c5d9;
}

    .health-and-safety .health-and-safety-item.first-item {
        border-top: 2px solid #c5c5d9;
    }

    .health-and-safety .health-and-safety-item h5 {
        color: #8dc641;
    }

    .health-and-safety .health-and-safety-item iframe {
        height: 100%;
        width: 100%;
        min-height: 250px;
    }


/*===================== END HEALTH AND SAFETY page styles =========================*/


/*===================== START ONLINE LEARNING page styles =========================*/

.online-learning .col-md-6 .two-side-shaped-box {
    height: 240px;
}

    .online-learning .col-md-6 .two-side-shaped-box .content-container {
        color: #2aabe1;
    }

.online-learning .two-side-shaped-box-opposite a {
    color: #2aabe1;
    font-weight: 700;
}

/*===================== END ONLINE LEARNING page styles =========================*/

/*===================== START ROBIN DODS.. page styles =========================*/

.rdrtea .blue-subtitle {
    color: #2aabe1;
    font-size: 17px;
    font-weight: 600;
}


/*===================== END ROBIN DODS.. page styles =========================*/


/*===================== START BLOG page =========================*/

    .blog .blog-category-nav .cat-title {
        font-size: 19px;
    }

    .blog .blog-category-nav .blog-cat-nav-item {
        text-align: center;
        margin-bottom: 3%;
    }

        .blog .blog-category-nav .blog-cat-nav-item .blog-cat-nav-item-btn {
            border: none;
            background-color: rgba(255, 255, 255, 0);
            color: #2aabe1;
            font-weight: 700;
            cursor: pointer;
            outline: 0;
            text-transform: uppercase;
        }

            .blog .blog-category-nav .blog-cat-nav-item .blog-cat-nav-item-btn.active{
                background-color:#eee;
            }

            .blog #blogPostsContainer {
                min-height: 500px;
            }

/*===================== END BLOG page =========================*/
/*===================== START AWARDS SHOWCASE page styles =========================*/
.awards-showcase #category-buttons-container button {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    outline: none;
    cursor: pointer;
}

    .awards-showcase #category-buttons-container button.active {
        color: #2aabe1;
    }

.awards-showcase .search-row {
    background: linear-gradient(to right, rgba(255,0,0,0) 43%, rgb(204, 204, 204));
    padding-right: 10px;
}

.awards-showcase .search-row {
    background: linear-gradient(to right, rgba(255,0,0,0) 43%, rgb(204, 204, 204));
    padding-right: 10px;
}

    .awards-showcase .search-row button {
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        cursor: pointer;
    }

        .awards-showcase .search-row button:hover {
            background-color: #adbabf;
        }

    .awards-showcase .search-row input {
        border: none;
        background-color: rgba(255, 255, 255, 0);
        text-align: right;
        margin-right: 8px;
    }

        .awards-showcase .search-row input:focus {
            outline-width: 0;
        }

        .awards-showcase .search-row input::-webkit-input-placeholder {
            font-size: 14px;
            font-weight: 600;
            color: #2aabe1;
            -ms-opacity: 1;
            opacity: 1;
        }

        .awards-showcase .search-row input:-ms-input-placeholder {
            font-size: 14px;
            font-weight: 600;
            color: #2aabe1;
        }

        .awards-showcase .search-row input::-moz-placeholder {
            font-size: 14px;
            font-weight: 600;
            color: #2aabe1;
        }

        .awards-showcase .search-row input:-moz-placeholder {
            font-size: 14px;
            font-weight: 600;
            color: #2aabe1;
        }

        .awards-showcase .search-row input:focus::-webkit-input-placeholder {
            color: #a7a7a7;
        }

        .awards-showcase .search-row input:focus:-ms-input-placeholder {
            color: #a7a7a7;
        }

        .awards-showcase .search-row input:focus::-moz-placeholder {
            color: #a7a7a7;
        }

        .awards-showcase .search-row input:focus:-moz-placeholder {
            color: #a7a7a7;
        }

.awards-showcase .showcase-nav-panel {
    background-color: #f0f0f5;
    min-height: 80px;
    text-align: center;
}

    .awards-showcase .showcase-nav-panel button {
        border: none;
        background-color: rgba(255, 255, 255, 0);
        color: #171e4f;
        font-weight: 700;
        cursor: pointer;
        outline: 0;
    }

        .awards-showcase .showcase-nav-panel button.active {
            color: #2aabe1;
        }

        .awards-showcase .showcase-nav-panel button:hover {
            color: #2aabe1;
        }

    .awards-showcase .showcase-nav-panel.left button {
        line-height: 80px;
        font-size: 15px;
    }

    .awards-showcase .showcase-nav-panel.right button {
        height: 40px;
        font-size: 13px;
    }

.awards-showcase .showcase-item .showcase-img-container {
    -webkit-clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    clip-path: polygon(86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%, 0% 0%);
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    height: 320px;
    background-color: #eee;
    margin-bottom: 4%;
}

.awards-showcase #showcase-container {
    min-height: 400px;
}

.showcase-item-slider .img-thumbnail {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*===================== END AWARDS SHOWCASE page styles =========================*/
@media (min-width: 1200px) {
    .downloadable-docs .doc-container .shaped-box {
        height: 300px;
        padding: 115px 13%;
    }

    .carousel-control-next img {
        margin-left: 15rem;
    }

    .carousel-control-prev img {
        margin-right: 15rem;
    }
}

@media (min-width: 1440px) {
    .downloadable-docs .doc-container .shaped-box {
        margin-left: 15%;
        margin-right: 15%;
    }

    .health-and-safety .health-and-safety-item iframe {
        min-height: 400px;
    }

    /*.col-md-4 .common-shaped-box-bg-image {
        height: 250px;
    }

        .col-md-4 .common-shaped-box-bg-image a {
            line-height: 250px;
        }*/
}

@media (min-width: 1920px) {
    .container {
        max-width: 1620px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .shaped-box-container a img {
        width: 1rem;
    }

    .shaped-box-container a {
        font-size: 14px;
    }

    .apprenticeships .col-md-6.box-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .top-banner-container {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0% 0%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0% 0%);
    }
}

@media (max-width: 991.98px) {
    .signup-to-database-row {
        height: 100%;
        padding: 5% 0;
    }

        .signup-to-database-row #signupToDatabaseForm {
            display: block;
        }

        .signup-to-database-row .content-center #signupToDatabaseForm input {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
}


@media (max-width: 767.98px) {

    .benefits-flip-container .front .main-content-container .content-container .arrow-img img {
        width: 75%;
    }

    .showcase-item-slider .img-thumbnail {
        height: 100px;
    }

    /*.signup-to-database-row {
        height: 100%;
        padding: 5% 0;
    }

        .signup-to-database-row h5, .signup-to-database-row input {
            display: block;
            margin-bottom: 3%;
        }

        .signup-to-database-row input {
            width: auto;
            display: block;
        }

        .signup-to-database-row h5 {
            line-height: 0;
            display: inline-block;
            margin-bottom: 0;
        }

        .signup-to-database-row img {
            height: 30px;
            margin-top: 0;
        }*/

    footer .footer-container {
        padding: 4%;
    }

        footer .footer-container .contact-info-container {
            position: initial;
            border-left: 0;
            padding-left: 0;
        }

        footer .footer-container .social-media-container {
            width: 100%;
            text-align: center;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            padding-top: 4%;
            padding-bottom: 2%;
        }

            footer .footer-container .social-media-container img {
                width: 20px;
            }

        footer .footer-container .contact-info-container {
            text-align: center;
            width: 100%;
            margin-top: 4%;
        }

    .arta-tv .col-md-12 .videoWrapper {
        padding-bottom: 56.25% !important;
    }

    .blog .blog-category-nav .cat-title {
        text-align: center;
        margin-bottom: 4%;
    }
}

}

@media (max-width: 480px) {
    .signup-to-database-row .content-center #signupToDatabaseForm input {
        width: auto;
    }
}


@media (max-width: 360px) {
    /*body, p {
        font-size: 0.8rem;
    }*/

    footer, footer p {
        font-size: 0.8rem;
    }
}
