/* #region GeneralStyles */

h1, h2, h3, h4, h5, h6, p, a, button {
    color: #222222;
}

h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 48px !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 32px !important;
    font-family: "Figtree", Sans-serif !important;
}

p {
    font-size: 16px;
    margin: 0px !important;
}

body {
    margin: 0px;
    font-family: "Figtree", Sans-serif !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

p strong {
    color: #555555;
}

blockquote {
    background: #EDEDED;
    border-left: 10px solid #F37500;
    padding: 20px 30px 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between
}

blockquote div {
    text-align: right;
}

blockquote p {
    font-size: 24px;
    color: #555555;
    font-style: italic;
    text-align: right;
}

blockquote span {
    font-size: 18px;
    color: #555555;
    font-weight: 600;
    padding-top: 10px;
    text-align: right;
}

blockquote i {
    color: #F37500;
    font-size: 30px;
    margin-top: -15px;
}

input {
    border-radius: 100px;
    border: 1px solid #EEEEEE;
    padding: 8px 20px;
}

header {
    position: sticky;
    top: 0;
    z-index: 25;
}

.hide {
    display: none !important;
}

.transparent-bg {
    background: transparent !important;
}

.edtech-impact-widget {
    margin: 25px 0px;
}

tr.grey {
    background: #F7F7F7;
}

#share {
    position: fixed;
    top: 45%;
}

.jssocials-share-link {
    color: #FFFFFF !important;
    z-index: 5;
    border-radius: 0px !important;
    box-shadow : none !important;
    padding: 4px !important;
}

.jssocials-shares {
    display: flex;
    flex-direction: column;
}

.jssocials-share
{
    border-radius : 0px !important;
    margin:0px !important;
}

.fit-content {
    width: fit-content;
    height: fit-content;
}

.m-l-10 {
    margin-left: 10px !important;
}

.flex-center {
    justify-content: center !important;
}

.flex-between {
    justify-content: space-between !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.text-center {
    text-align: center;
}

/* #endregion */
/* #region HeaderStyles */
.header-container {
    height: 120px;
}

.header-pages {
    height: 30px;
    background: #555555;
    display: flex;
    justify-content: end;
    padding: 0px 15%;
    padding-top: 0px;
}

.header-page-item {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 15px;
    transition: 0.3s;
}

.header-page-item-active {
    color: #222222;
    background: #F7F7F7;
    border-radius: 5px;
    border-radius: 2px 2px 0px 0px;
}

.header-page-item:hover {
    color: #222222;
    background: #F7F7F7;
    border-radius: 2px 2px 0px 0px;
}

.header-menu {
    height: 90px;
    width: 100%;
    background: #F7F7F7;
    display: flex;
    padding: 0px 15%;
    justify-content: end;
}

.header-logo-container {
    flex-grow: 1;
}

.header-list {
    height: auto;
    margin: 0px;
    align-content: center;
}

.header-list-item {
    color: #222222;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 13px 14px;
    height: auto;
    font-weight: 500;
}

    .header-list-item:hover {
        border-bottom: 2px solid #F37500;
        color: #222222;
    }

    .header-list-item.selected {
        border-bottom: 2px solid #F37500;
        color: #222222;
    }

.header-buttons {
    align-content: center;
}

.header-logo {
    height: 85%;
    padding-top: 15px;
}

.search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 600px;
    margin-right: 25px;
}

.search-container input {
    line-height: 2;
    flex-grow: 1;
    border: none !important;
}


    .search-container input:hover,
    .search-container input:focus {
        outline: none;
    }

    .search-container a {
        height: fit-content;
        margin: 5px 5px 0px 0px;
        padding: 6px 20px !important;
    }

    .search-container div {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        background: #FFFFFF;
        border-radius: 100px !important;
        border: 1px solid #EEEEEE;
    }

.navbar-toggler {
    display: none;
}

.mobile-only {
    display: none;
}

.login-button {
    margin-left: 10px;
}

/* #endregion */

/* #region FooterStyles */

.footer-container {
    height: auto;
}

    .footer-container hr {
        border-color: #F37500;
        border-width: 1px;
        opacity: 1;
        margin: 12px 0px;
    }

    .footer-container h1,
    .footer-container h2,
    .footer-container h3,
    .footer-container h4,
    .footer-container h5,
    .footer-container h6 {
        color: #FFFFFF;
    }

.footer-main {
    height: auto;
    background: #555555;
    padding: 25px 15% 50px 15%;
    display: flex;
    justify-content: space-between;
}

    .footer-main p {
        color: #FFFFFF;
        font-size: 15px;
        line-height: 2;
    }

        .footer-main p:hover {
            color: #F37500;
        }

        /* We do not want to show the hover effect for these elements */
        .footer-main p:not(ignore-hover) {
            transition: 0.3s;
        }

    .footer-main a {
        color: #FFFFFF;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-main a:hover {
            color: #F37500;
            text-decoration: none;
        }

    .footer-main strong {
        color: #FFFFFF;
    }

.contact-list {
    display: flex;
    justify-content: start;
    flex-direction: column;
    word-break: break-all;
}

.contact-icon {
    color: #F37500;
    padding-right: 4px;
}

.footer-container h5 {
    font-weight: 700;
}

.derventio-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.derventio-logo-footer {
    width: 70%;
    object-fit: contain;
}

.cyber-essentials-logo-footer {
    width: 25%;
}



.footer-links {
    height: 50px;
    background: #383838;
    padding: 0px 15%;
    display: flex;
    justify-content: space-between;
}

    .footer-links p {
        color: #FFFFFF;
        font-size: 13px;
        width: 25%;
        align-content: center;
    }

    .footer-links ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        align-content: center;
    }

    .footer-links li {
        float: left;
        height: auto;
    }

    .footer-links a {
        color: #FFFFFF;
        padding: 10px 20px;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        transition: all .2s ease-in-out;
    }

        .footer-links a:hover {
            transform: scale(1.2);
            color: #FFFFFF;
        }

#social-list a {
    background: #F37500;
    border-radius: 100%;
    padding: 0.5em 0.6em 0.4em 0.6em;
    margin-left: 10px;
    transform: none;
}

    #social-list a:hover {
        background: #F37500;
    }

#social-list i {
    font-size: 16px;
}

.link-container {
    display: flex;
}

.footer-logo {
    width: 70%;
    object-fit: contain;
    vertical-align: top;
}

/* This is where we handle the Book a Demo/Newsletter Signup at the top of the footer */

.footer-top {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    height: 300px;
}

.book-a-demo-section,
.newsletter-section {
    padding: 0px 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-top h3 {
    font-weight: 700;
    margin: 0px;
}

.footer-top p {
    color: #555555;
}

.footer-top .btn {
    width: fit-content;
}

.book-a-demo-section {
    border-right: 1px solid #555555;
}

    .book-a-demo-section .btn {
        align-self: center;
    }

.newsletter-section span {
    color: #555555;
    font-size: 16px;
    text-align: left;
}

.newsletter-section .fa-check {
    color: #70B042;
    margin-right: 5px;
}

.newsletter-section .fa-x,
#form-fields-tip i {
    color: #E30613;
    font-size: 14px;
    margin-right: 5px;
}

.newsletter-field input {
    flex-grow: 1;
    margin-right: 10px;
}

.newsletter-field form {
    display: flex;
    flex-direction: row;
}

.newsletter-field button {
    width: 25% !important;
    min-width: fit-content;
}

/* #endregion */

/* #region Buttons */

.btn {
    border-radius: 50px !important;
    border: 1px solid #F37500 !important;
    background: #F37500 !important;
    padding: 7px 20px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: all .2s ease-in-out !important;
}

.btn-hollow {
    background: transparent !important;
    color: #222222 !important;
}

.btn:hover {
    transform: scale(1.1) !important;
}

.download-arrow {
    margin-right: 10px;
}

/* #endregion */

/* #region PageStyles */

.white-container {
    background: #FFFFFF;
    padding: 50px 15%;
}

.grey-container {
    background: #F7F7F7;
    padding: 50px 15%;
}

    .white-container.top-section,
    .grey-container.top-section {
        padding-top: 0px !important;
    }

.hexagon-bg {
    background-image: url("/media/bvyjevgg/schoolip-hexagons.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.black-hexagon-bg {
    background-image: url("/media/3wqaxdt2/black-hexagons.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.return-section {
    padding: 0px 15%;
}

.return-link {
    display: inline-block !important;
    transition: all .2s ease-in-out !important;
    text-decoration: none;
    color: #555555;
    font-size: 14px;
    margin-top: 15px;
}

    .return-link:hover {
        color: #555555;
        transform: scale(1.1) !important;
    }

.article-info {
    display: flex;
    flex-direction: row;
}

.diary-background {
    background: #F4F4F4;
}

.diary-iframe {
    width: 100%;
    height: 2400px;
}

.events-container p {
    margin-bottom: 12px !important;
}

.event-video-section iframe {
    width: 100%;
    height: 500px;
}

.event-download-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.event-date-container {
    display: flex;
    flex-direction: row;
}

.event-date-container .author-container {
    margin-top: 0px !important;
    height: fit-content;
    margin-left: 5px;
}

.product-description-container {
    display: flex;
    flex-direction: row;
}

    .product-description-container img {
        width: 100%;
    }

    .product-description-container p {
        color: #555555;
        padding-right: 25%;
        margin-bottom: 15px !important;
    }

    .product-description-container i {
        color: #F37500;
    }

    .product-description-container a span {
        font-weight: 600;
        font-size: 17px;
        color: #555555;
        height: 30px;
        vertical-align: middle;
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .product-description-container a {
        text-decoration: none;
    }

    .product-description-container span i {
        font-size: 25px;
        vertical-align: middle;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
    }

    .product-description-container span:hover i {
        color: #FFD166;
    }

    .product-description-container span:hover {
        color: #222222;
    }

    .product-description-container .features-used {
        margin: 30px 0px;
    }

        .product-description-container .features-used a {
            font-size: 15px;
        }

.product-awards-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 50px 25%;
}

    .product-awards-section img {
        max-height: 200px;
        object-fit: contain;
    }

.empty-section img {
    width: 50%;
}

.feature-selector {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .feature-selector div {
        display: flex;
        flex-direction: column;
    }

.product-features-section {
    padding: 50px 15%;
    background: #FFFFFF;
}

    .product-features-section h2 {
        font-size: 42px !important;
        margin-bottom: 40px;
    }

.feature-selector-buttons a {
    color: #999999;
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid #EEEEEE;
    border-radius: 25px;
    font-size: 16px;
    margin: 0px 5px 5px 0px;
    background: #FFFFFF;
    transition: all .3s ease-in-out !important;
}

    .feature-selector-buttons a:hover {
        color: #555555;
        border-color: #F37500;
    }

    .feature-selector-buttons a.selected {
        border-color: #F37500;
        color: #222222;
    }

        .feature-selector-buttons a.selected i {
            color: #F37500;
        }

.feature-selector-buttons i {
    color: #999999;
    font-size: 18px;
    margin-right: 5px;
    width:20px;
}

.feature-selector-description a {
    color: #555555;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    .feature-selector-description a:hover {
        color: #222222;
    }

.feature-selector-description i {
    font-size: 16px;
}

.feature-selector img {
    width: 100%;
}

.benefits-container {
    display: flex;
    flex-direction: row;
}

    .benefits-container .col-md-7 {
        padding-left: 25px;
    }

    .benefits-container h2 {
        font-size: 48px !important;
    }

    .benefits-container img {
        width: 100%;
        padding-top: 75px;
    }

.benefits-grid {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.benefit-container {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

    .benefit-container h3 {
        font-weight: 700;
        font-size: 1.25rem !important;
    }

    .benefit-container p {
        color: #555555;
        font-size: 15px;
    }

    .benefit-container i {
        color: #F3750090;
        font-size: 30px;
        padding-right: 20px;
    }

.customer-quote-section {
    display: flex;
    flex-direction: row;
    max-height: 400px;
}

    .customer-quote-section h2 {
        font-size: 48px !important;
    }

.customer-rotator {
    display: flex;
    flex-direction: row;
    height: auto;
    margin-left: 25px;
}

.rotator-holder {
    width: 100%;
    padding: 0px 10px;
}

.customer-rotator i {
    font-size: 30px;
    color: #55555590;
    align-self: center;
}

.customer-rotator button {
    transition: all 0.2s ease-in-out;
}

    .customer-rotator button:hover {
        transform: scale(1.1);
    }

        .customer-rotator button:hover i {
            font-weight: 500;
        }

.customer-rotator a {
    text-decoration: none;
    color: #222222;
}

    .customer-rotator a:hover {
        color: #222222;
    }

.customer-rotator img {
    width: 25%;
}

.customer-rotator button {
    background: transparent;
    border: none;
}

.customer-success-stories {
}

    .customer-success-stories h2 {
        font-size: 48px !important;
    }

    .customer-success-stories p {
        width: 70%;
    }

.success-stories-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.customer-success-stories .grid-item {
    background: #FFFFFF;
    width: 32%;
}

.success-stories-grid p {
    width: 100%;
}

.latest-insights-container {
    display: flex;
    flex-direction: column;
}

    .latest-insights-container h2 {
        font-size: 48px !important;
    }

    .latest-insights-container p {
        width: 60%;
        margin-bottom: 25px !important;
    }

.product-resource-section .small-insight-container {
    margin: 0px !important;
    padding: 0px !important;
}

.product-resource-section .small-insight-container span {
    margin-bottom: 0px !important;
}

.no-content-message {
    width: 100%;
    padding: 15px 0px 40px 0px;
    color: #555555;
}

    .no-content-message h4 {
        text-align: center;
    }

    .no-content-message h4:not(:last-child) {
        margin-bottom: 25px;
    }

.frequently-asked-questions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .frequently-asked-questions h2 {
        font-size: 48px !important;
    }

.faq-question {
    border-top: 1px solid #d5d8dc;
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10px !important;
}

    .faq-question button {
        background: transparent;
        border: 0px;
        display: flex;
        flex-direction: row;
    }

    .faq-question i {
        align-self: center;
        margin-right: 10px;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
    }

        .faq-question i.collapsed {
            rotate: -180deg;
        }

    .faq-question p {
        color: #1f2124;
        text-align: left;
    }

    .faq-question span {
        color: #555555;
        padding: 0px 10px;
        margin-top: 5px;
        height: auto;
        transition: all 0.2s ease-in-out;
    }

.download-container {
}

    .download-container div {
        display: flex;
    }

    .download-container h1 {
        text-align: center;
    }

    .download-container input {
        border-color: #F37500;
        border-width: 2px;
    }

.about-container h4 {
    font-weight: 700;
}

.about-container p {
    font-size: 17px;
}

.about-icon {
    font-size: 35px;
    color: #2163B0;
}

.stakeholders-container h4 {
    font-weight: 700;
}

.stakeholders-container p {
    font-size: 16px;
}

.stakeholders-container blockquote {
    margin: 30px 0px;
}

    .stakeholders-container blockquote span {
        color: #F37500;
        font-size: 25px;
        margin-top: -15px;
    }

.stakeholders-icon {
    font-size: 35px;
    color: #F37500;
}

.terms-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.terms-contents {
    display: flex;
    position: sticky;
    flex-direction: column;
    background: #555555;
    padding: 20px;
    border-radius: 5px;
    height: fit-content;
    top: 145px;
}

.terms-contents a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 16px;
}

.terms-contents a:hover {
    text-decoration: underline;
}

.terms-section {
    margin-bottom: 50px;
    padding-left: 25px;
}

.terms-section h4 {
    font-weight: 700;
}

.terms-section p {
    color: #555555;
}

.terms-section .btn {
    margin-top: 15px;
}

.terms-section table {
}

    .terms-section th {
        border: 1px solid #999999;
        text-align: center;
        color: #555555;
    }

    .terms-section td {
        border: 1px solid #999999;
        text-align: left;
        color: #222222;
        padding: 20px;
    }

    .terms-section span {
        width: 100%;
        text-align: center;
    }

.changelog-section {
    padding-right: calc(25% + 50px);
}

    .changelog-section h2 {
        scroll-margin-top: 125px;
    }

.changelog-list,
.related-guides-list,
.contact-us-list {
    background: #FFFFFF;
    width: 23%;
    right: 0px;
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
}

.contact-us-list {
    width: 35% !important;
    padding: 0px;
    height: fit-content;
}

.related-guides-list,
.changelog-list {
    position: absolute;
    margin: 175px 50px 0px;
}

.changelog-list a,
.related-guides-list a,
.contact-us-list a {
    text-decoration: none;
}

    .changelog-list h5,
    .related-guides-list h5 {
        margin: 0px 0px 5px;
        padding: 10px 10px;
        transition: 0.2s
    }

    .changelog-list h3,
    .related-guides-list h3 {
        padding-left: 10px;
        font-size: 26px !important;
    }

    .changelog-list hr,
    .related-guides-list hr {
        margin: 10px 0px;
    }

    .changelog-list h5:hover,
    .changelog-list h5.active,
    .related-guides-list h5:hover,
    .related-guides-list h5.active {
        background: #2163B0 !important;
        color: #FFFFFF;
        border-radius: 5px;
    }

.list-header {
    background: #2163B0;
    padding: 20px 25px 10px 25px;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px
}

    .list-header h3 {
        color: #FFFFFF;
    }

.list-body {
    padding: 20px 25px 25px 25px;
}

.team-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.team-member {
    background: #FFFFFF;
    width: 23%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    align-content: center;
    border: 3px solid #E0E0E0;
    margin-right: 25px;
    transition: 0.3s;
}

.team-member:hover {
    transform: scale(1.05);
}


.team-social-links {
    display: none;
    justify-content: center;
    transition: 0.3s;
}

.team-member:hover .team-social-links {
    display: flex;
}

.team-member img {
    object-fit: contain;
    border-radius: 20px;
}

    .team-member h4 {
        text-align: center;
        margin-top: 10px;
    }

    .team-member h6 {
        color: #A0A0A0;
        text-align: center;
    }

    .team-member .btn {
        padding: 5px 9px !important;
        font-size: 14px;
        height: fit-content;
    }

.team-social-links a {
    margin: 0px 5px;
    margin-top: -40px;
}

.instruction-row {
    display: flex;
    flex-direction: row;
    background: #E7E7E760;
    border: 2px solid #CCCCCC;
}

    .instruction-row h5 {
        border-right: 2px solid #CCCCCC;
        padding: 10px;
        margin: 0px !important;
    }

    .instruction-row div {
        padding: 10px;
    }

.instruction-row img {
    max-width: 100%;
}

.challenges-container {
    display: flex;
    flex-direction: row;
}

    .challenges-container h4 {
        font-weight: 700;
    }

    .challenges-container span {
        font-size: 35px;
        color: #F37500;
    }

    .challenges-container .benefits-grid {
        justify-content: space-between;
    }

    .challenges-container .benefit-container {
        width: 48%;
    }

.contact-form-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .contact-form-container form {
        padding-right: 10%;
    }

    .contact-form-container label {
        
    }

    .contact-form-container input {
        width: 100%;
    }

    .contact-form-container button {
        margin: 15px 0px 10px 0px;
        float : right;
    }

.form-floating textarea {
    height: 150px !important;
}

#form-output i {
    color: #70B042;
}

.resource-download-section h1 {
    text-align: center;
}

.resource-download-section .row {
}

.resource-form form {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.resource-form button {
    align-self: end;
}

.resource-download-section label {
    font-weight: 600;
    color: #555555;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
}

.resource-download-section input {
    border: 2px solid #F37500;
    padding: 8px 15px;
    width: 95%;
    font-size: 15px;
}

.resource-download-section span {
    color: #FF0000;
}

.resource-download-section #EmailAddress {
    flex-grow: 1;
    width: 97.5%;
}

.resource-form .button-container {
    display: flex;
    justify-content: end;
    padding-top: 20px;
}

.resource-form button {
    margin-right: 2.5%;
    padding: 5px 50px !important;
}

.resource-download-section img {
    object-fit: contain;
}

.resource-overview-section h3,
.resource-about-section h3 {
    font-weight: 700;
}

.resource-confirmation {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .resource-confirmation h3 {
        margin-bottom: 20px;
    }

    .resource-confirmation a {
        text-decoration: none !important;
        color: #F37500 !important;
    }

        .resource-confirmation a:hover {
            color: #F37500 !important;
            text-decoration: underline !important;
        }

/* #endregion */
/* #region Case Study Styles */
.case-study-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.features-used {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
}

    .features-used .feature-icon {
        margin-right: 10px;
        color: #F37500;
    }

    .features-used a {
        color: #555555;
        text-decoration: none;
        padding: 5px 15px;
        border: 1px solid #EEEEEE;
        border-radius: 25px;
        font-size: 14px;
        margin: 0px 5px 5px 0px;
        background: #FFFFFF;
        transition: all .2s ease-in-out !important;
    }

        .features-used a:hover {
            color: #555555;
            border-color: #F37500;
        }

.case-study-image {
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
    max-height: 250px;
}

.quote-section {
    display: flex;
    flex-direction: row;
}

    .quote-section .col-md-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.contents-quote-section {
    display: flex;
    flex-direction: row;
}

    .contents-quote-section blockquote {
        width: 90%;
        margin-left: 10%;
        margin-top: 5%;
    }

.table-of-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    border-right: 1px solid #555555;
}

    .table-of-contents a {
        color: #555555;
        text-decoration: none;
        transition: 0.2s ease-in-out;
    }

        .table-of-contents a:hover {
            color: #F37500;
        }

    .table-of-contents p {
        padding: 5px 0px;
    }

    .table-of-contents h5 {
        margin-bottom: 10px;
    }

#at-a-glance {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

    #at-a-glance h2 {
        justify-self: start !important;
    }

#case-study-overview,
#case-study-impact {
    display: flex;
    flex-direction: row;
}

    #case-study-impact iframe {
        width: 100%;
        height: 500px;
    }

.extra-info-section {
    display: flex;
    flex-direction: row;
    padding: 50px 15% !important;
    justify-content: space-between;
}

    .extra-info-section h4 {
        margin-bottom: 10px;
    }

    .extra-info-section p {
        color: #555555;
    }

    .extra-info-section a {
        color: #222222;
        text-decoration: none;
        font-size: 15px;
        display: inline-block;
        width: fit-content;
        transition: all .2s ease-in-out !important;
    }

        .extra-info-section a:hover {
            color: #222222;
            transform: scale(1.1) !important;
        }

    .extra-info-section .col-md-5 {
        border-left: 1px solid #555555;
        border-right: 1px solid #555555;
        padding: 0px 7.5%;
    }

    .extra-info-section div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 200px;
    }

.info-container {
    display: flex;
    flex-direction: row;
}

    .info-container h1 {
        padding-right: 50px;
        margin-bottom: 25px;
    }

    .info-container img {
        width: 100%;
        object-fit: contain;
        vertical-align: middle;
    }

.author-container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

    .author-container span {
        color: #555555;
        text-decoration: none;
        padding: 8px 15px;
        border: 1px solid #2163B0;
        border-radius: 25px;
        font-size: 14px;
        background: #FFFFFF;
        transition: all .2s ease-in-out !important;
        line-height: 1;
    }

    .author-container i {
        color: #2163B0;
        margin-right: 5px;
    }

    .author-container span:hover {
        color: #555555;
    }

.info-container .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-section p,
#case-study-overview p,
#case-study-impact p,
.resource-overview-section p,
.resource-about-section p {
    margin-bottom: 8px !important;
}

#case-study-overview img,
#case-study-impact img {
    width: 100%;
    height: auto;
}

.insights-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.insights-filters select {
    height: fit-content;
    padding: 5px 10px;
    margin-right: 15px;
    border-color: #F37500;
    border-width: 2px;
    border-radius: 5px;
}

.insights-filters option:hover {
    background-color: #F37500 !important;
}

.insight-grid {
    justify-content: start;
}

    .insight-grid h5 {
        padding-top: 10px;
        font-size: 22px;
    }

        .insight-grid h5 a:hover {
            transform: scale(1) !important;
        }

    .insight-grid .grid-item {
        background: #F7F7F7;
        padding: 10px 10px;
        margin: 0px 15px 30px 0px;
        width: 32%;
    }

    .insight-grid span {
        font-size: 18px !important;
    }

    .insight-grid .grid-item img {
        background: #FFFFFF !important;
    }

.case-study-grid {

}

    .case-study-grid .grid-item {
        background: #F7F7F7;
        padding: 10px 10px;
        margin: 0px 15px 30px 0px;
        width: 32%;
    }

        .case-study-grid .grid-item h5 {
            padding-top: 10px;
        }

        .case-study-grid .grid-item img {
            background: #FFFFFF !important
        }

.sections-grid {

}

.guides-section {
    display: flex;
    flex-direction: row;
}

.guide-section-image {
    display: flex;
    flex-direction: column;
    padding-right: 25px;
}

.home-grid {
    display: flex;
    justify-content: center;
}

.home-grid i {
    font-size: 70px !important;
}

.home-grid p {
    font-size: 20px;
}

.home-grid h4 {
    font-size: 35px;
}

.sections-grid .grid-item {
    background: #E7E7E7;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    width: calc(50% - 10px);
    text-decoration: none;
    transition: 0.2s;
}

    .sections-grid .grid-item h5 {
        transition: 0.2s;
    }

    .sections-grid .grid-item:hover {
        background: #2163B0;
        color: #FFFFFF;
        transform: scale(1.05);
    }

    .sections-grid .grid-item:hover h5 {
        color: #FFFFFF;
    }

/* #endregion */
/* #region Features Styles */
.features-grid {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin: 25px 0px 0px 0px;
}

.features-grid-item {
    display: flex;
    margin-bottom: 25px;
    padding: 0px 10px;
}

    .features-grid-item p {
        color: #555555;
    }

    .features-grid-item h4 {
        font-weight: 700;
    }

    .features-grid-item a {
        text-decoration: none;
    }

    .features-grid-item i {
        font-size: 40px;
        color: #F3750090;
        margin-right: 15px;
    }

    .features-grid-item .col-md-2 {
        display: flex;
        justify-content: center;
    }

.feature-section-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .feature-section-1 .btn-hollow {
        margin-left: 10px;
    }

    .feature-section-1 img {
        width: 100%;
    }

.feature-summary-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .feature-summary-container div {
        display: flex;
        padding: 0px 20px;
    }

    .feature-summary-container p {
        align-self: center;
    }

    .feature-summary-container i {
        color: #F37500;
        font-size: 30px;
        padding-right: 10px;
    }

.feature-section-2 {
    display: flex;
    justify-content: space-between;
}

    .feature-section-2 .col-md-4 {
        display: flex;
    }

    .feature-section-2 .col-md-7 {
        padding-left: 25px;
    }

    .feature-section-2 img {
        width: 100%;
        align-self: center;
    }

    .feature-section-2 p {
        margin-bottom: 0.9rem !important;
    }

/* #endregion */

/* #region Brochure Styles */

.brochure-section {
    display: flex;
    justify-content: space-evenly;
}

.brochure-container {
    height: 200px;
    display: flex;
    flex-direction: row;
    max-width: 40%;
}

    .brochure-container p {
        color: #555555;
        font-size: 18px;
    }

    .brochure-container img {
        height: 100%;
        margin-right: 25px;
    }

/* #endregion */

/* #region Grid Styles */
.grid {
    display: flex;
    flex-flow: wrap;
    margin-top: 25px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    padding: 0px 25px 25px 25px;
}

    .grid-item p {
        color: #777777;
        flex-grow: 1;
    }

    .grid-item img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .grid-item a {
        position: static;
        right: 0;
        color: #222222;
        text-decoration: none;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

    .grid-item span {
        text-align: right;
        padding-top: 10px;
        font-size: 14px;
    }

        .grid-item span a:hover,
        .grid-item h5 a:hover {
            transform: scale(1.1);
            color: #222222;
        }

.grid-item h3 {
    font-size: 1.25rem !important;
}

.pagination-container {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

    .pagination-container a {
        margin-left: 10px;
    }

.related-items {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: start;
}

    .related-items .grid-item {
        background: #F7F7F7;
        width: 31%;
        padding-top: 10px;
        margin-right: 30px;
    }

    .related-items p {
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
    }

.related-items-container {
}

.related-items-container img {
    background: #FFFFFF;
}

.related-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.related-features {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.latest-insights-section {
    display: flex;
    justify-content: space-between;
}

.latest-insights-section h3 {
    font-size: 1.5rem !important;
}

.large-insight {
    background: #FFFFFF;
    width: 49%;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

    .large-insight span a {
        color: #222222;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

    .large-insight span {
        margin-top: 10px;
    }

    .large-insight a {
        color: #222222;
        text-decoration: none;
    }

    .large-insight span a:hover {
        transform: scale(1.1);
    }

    .large-insight span {
        text-align: right;
    }

    .large-insight img {
        width: 100%;
        margin-bottom: 10px;
    }

.small-insights {
    width: 49%;
}

.small-insight-container {
    display: flex;
    height: 200px;
    padding: 20px;
    background: #FFFFFF;
    margin-bottom: 25px;
}

    .small-insight-container h3 {
        padding-left: 10px;
    }

    .small-insight-container a {
        color: #222222;
        text-decoration: none;
    }

        .small-insight-container a:hover {
            color: #222222;
        }

    .small-insight-container div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-grow: 1;
    }

    .small-insight-container span {
        text-align: right;
        margin-bottom: 30px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
    }

        .small-insight-container span a {
            display: inline-block;
            transition: all 0.2s ease-in-out;
        }

            .small-insight-container span a:hover {
                transform: scale(1.1);
            }

.small-insights a.col-md-6 {
    background: #FFFFFF;
    text-align: center;
}

.small-insights img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    background: #FFFFFF;
}

#success-message {
    padding-top: 25px;
}

    #success-message p {
        font-size: 19px;
    }

    #success-message i {
        color: #70B042;
    }

.fa-thin {
    font-weight: 100 !important;
}

/* #endregion */
/* #region Form Styles */

.grading-scale {
    display: flex;
    flex-direction: row;
    height: 100px;
    border: 2px solid #000000;
    margin-bottom: 30px;
}

.grading-scale a {
    width: 33.33%;
    border: 0px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    text-anchor: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grading-scale a:hover {
    color: #FFFFFF;
    font-weight: 600;
    transition: 0.2s;
}

.grading-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.very-good {
    background-color: #00B0007F;
}

.very-good.selected {
    background-color: #00B000EF;

    border-right: 2px solid #000000;
}

.good {
    background-color: #00D0007A;
}

.good.selected {
    background-color: #00B500AE;

    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.mixed {
    background-color: #FFC0009A;
}

.mixed.selected {
    background-color: #FFA600BF;

    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.bad {
    background-color: #F0312D90;
}

.bad.selected {
    background-color: #F0312DE0;

    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.very-bad {
    background-color: #FF000090;
}

.very-bad.selected {
    background-color: #F6000DF0;

    border-left: 2px solid #000000;
}

.yes {
    width: 50% !important;
    background-color: #00B0007F;
}

.no {
    width: 50% !important;
    background-color: #FF000090;
}

.yes.selected {
    background-color: #00B000EF;
    border-right: 2px solid #000000;
}

.no.selected {
    background-color: #F6000DF0;
    border-left: 2px solid #000000;
}

.grading-scale .selected {
    font-weight: 800;
    color: #F7F7F7;
    transition: 0.1s;
}

.grading-textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #000000;
    margin-bottom: 30px;
}

.feedback-form .button-container {
    display: flex;
    flex-direction: row;
}

    .feedback-form .button-container p,
    .feedback-form .button-container #form-output {
        margin-left: 20px !important;
        padding: 10px 0px;
    }

.multiselect-option {
    background-color: #F7F7F7;
}

.multiselect-option:hover:not(.selected) {
    color: #000000 !important;
}

.multiselect-option.selected {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #A7A7A7;
}

.footer-main h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.product-resource-section {
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
}

    .product-resource-section .brochure-container div,
    .brochure-section .brochure-container div {
        display: flex;
        flex-direction: column;
    }

    .product-resource-section .btn,
    .brochure-section .btn {
        width: fit-content;
    }

    .resource-flex {
        display: flex;
        justify-content: space-between;
    }

.product-resource-section i {
    margin-right: 10px;
}

.resource-flex .btn {
    height: fit-content;
}

.mr-10 {
    margin-right: 10px !important;
}

.t-a-r {
    text-align: right !important;
}

.strapline {
    position: sticky;
    top: 120px;
    z-index: 25;
    background-color: #70b042 !important;
    color: #FFFFFF;
    padding: 15px;
}

.pull-right {
    float: right;
}

.btn-tertiary {
    border-radius: 50px !important;
    border: 1px solid #C3E4AB !important;
    background: #C3E4AB !important;
    padding: 7px 20px !important;
    text-decoration: none !important;
    color: #057230 !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: all .2s ease-in-out !important;
    cursor: pointer;
}

    .btn-tertiary:hover {
        transform: scale(1.1) !important;
    }

.strapline .btn-tertiary {
    margin-top: -8px;
}

.gutter-none {
    --bs-gutter-x: 0 !important;
}

.mb-center
{
    display : inline-block;
}

/* #endregion */
/* #region Mobile Styles */
@media (max-width: 767px) {
    .header-menu

    {
        padding: 0px 10px;
    }

    .footer-links {
        padding: 0px 10px;
        flex-direction: column;
        height: auto;
    }

    .footer-links p {
        width: 100%;
    }

    .link-container {
        flex-direction: column;
    }

    .link-container ul {
        display: flex;
        justify-content: center;
    }

    #social-list {
        margin: 5px 0px 15px 0px;
    }

    .header-list {
        margin-left: 0px;
    }

    .header-pages {
        padding: 0px;
        justify-content: space-evenly;
    }

    .header-page-item {
        padding: 5px 10px;
    }

    .footer-main {
        flex-direction: column;
        padding: 25px 10% 50px 10%;
    }

    .footer-main .col-2,
    .footer-main .col-3 {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .derventio-footer-list h5,
    .derventio-footer-list p,
    .derventio-footer-list hr,
    .derventio-footer-list br {
        display: none;
    }

    .derventio-footer-list {
        margin: 0px !important;
    }

    .footer-logo {
        width: 80%;
    }

    #navbar-toggler {
        display: inline;
        font-size: 40px;
        margin-right: 15px;
    }

    .case-study-title {
        margin: 10px 0px 10px 0px;
    }

    .article-info {
        flex-direction: column-reverse;
    }

    #download-button {
        margin: 0px 0px 0px 20%;
    }

    .features-used {
        justify-content: center;
        flex-direction: column;
    }

    .contents-quote-section {
        flex-direction: column;
    }

    .contents-quote-section blockquote {
        width: 100%;
    }

    blockquote {
        margin: 0px !important;
        padding: 20px 10px 20px 10px;
    }

    .white-container,
    .grey-container {
        padding: 25px 10px;
        flex-direction: column !important;
    }

    .table-of-contents {
        height: auto;
        border: 0px;
        padding: 0px 10px 20px 10px;
    }

    .extra-info-section .col-md-5 {
        padding: 0px;
        border: 0px;
    }

    .extra-info-section div {
        height: auto;
        padding: 25px 0px;
    }

    .extra-info-section {
        padding: 25px 10px !important;
    }

    .mobile-only {
        display: inline;
    }

    .header-buttons {
        display: none;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        margin-top: 70px;
        position: absolute;
    }

    .header-list-item {
        background: #FFFFFF;
        z-index: 10;
    }

    .hide-mobile {
        display: none !important;
    }

    .footer-top {
        height: auto;
    }

    .book-a-demo-section {
        margin-bottom: 25px;
        border: 0px;
    }

    .book-a-demo-section a {
        margin-top: 10px;
    }

    .newsletter-field {
        margin-top: 10px;
    }

    .info-container h1 {
        padding: 0px;
    }

    .info-container {
        flex-direction: column-reverse !important;
    }

    .black-hexagon-bg {
        background: none;
    }

    .large-insight {
        width: 100%;
        margin-bottom: 25px;
        padding: 20px;
    }

    .large-insight span {
        margin: 0px;
    }

    .large-insight span a {
        font-size: 16px;
    }

    .small-insights {
        background: transparent;
        width: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .small-insight-container {
        padding: 20px;
        flex-direction: column;
        margin-bottom: 25px;
        height: auto;
    }

    .small-insight-container a {
        width: 100%;
    }

    .small-insight-container span {
        margin: 0px;
    }

    .small-insight-container img {
        width: 100%;
    }

    .product-resource-section {
        padding: 10px;
        flex-direction: column;
    }

    .product-resource-section img {
        max-height: 100%;
        align-self: center;
    }

    .product-resource-section h3 {
        width: 100%;
        padding: 0px;
        text-align: center;
        margin: 0px;
    }

    .product-resource-section p {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .product-resource-section a {
        align-self: center;
    }

    .product-description-container p {
        padding: 0px;
    }

    .product-awards-section img {
        max-width: 50%;
        align-self: center;
        padding-bottom: 25px;
    }

    .feature-selector {
        flex-direction: column;
    }

    .feature-selector img {
        padding-top: 25px;
    }

    .product-features-section h2 {
        margin-bottom: 10px;
    }

    .customer-quote-section {
        max-height: 100%;
    }

    .customer-rotator {
        margin: 25px 0px 0px 0px;
    }

    .customer-rotator img {
        width: 50%;
    }

    .success-stories-grid {
        flex-direction: column;
        height: auto;
    }

    .customer-success-stories .grid-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .latest-insights-container p,
    .customer-success-stories p {
        width: 100%;
    }

    .terms-container {
        flex-direction: column;
    }

    .terms-contents {
        position: relative;
        z-index: 1;
        top: 0;
        margin-bottom: 25px;
    }

    .terms-section {
        padding: 0px;
    }

    .terms-section table {
        margin-left: -10%;
    }

    .challenges-container {
        flex-direction: column;
    }

    .challenges-container .benefits-grid {
        flex-direction: column;
    }

    .challenges-container .benefit-container {
        width: 100%;
    }

    .related-items {
        flex-direction: column;
    }

    .related-items .grid-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .insight-grid .grid-item {
        width: 100%;
        margin: 0px 0px 25px 0px;
    }

    .feature-summary-container div {
        margin: 10px 0px;
    }

    .feature-summary-container i {
        align-self: center;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .mobile-center {
        justify-content: center !important;
    }

    .edtech-image {
        margin-left: 20% !important;
        margin-bottom: 25px;
        width: 60% !important;
    }

    .contact-form-container {
        flex-direction: column;
    }

    .contact-form-container form {
        padding: 0px;
    }

    .product-description-container .col-md-5 {
        margin-top: 25px;
    }

    .benefit-container blockquote {
        width: 100% !important;
    }

    .return-section {
        padding: 10px 10% !important;
    }

    .benefits-container .col-md-7 {
        padding: 0px;
    }

    .derventio-awards img {
        width: 50%;
        align-self: center;
        padding-bottom: 25px;
    }

    .resource-download-section input {
        width: 100%;
    }

    .resource-form div {
        flex-grow: 1;
    }

    .resource-form button {
        margin: 0px;
        flex-grow: 1;
    }

    .resource-form .button-container {
        margin-bottom: 25px;
    }

    .button-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .brochure-container {
        max-width: 100%;
        margin-bottom: 100px;
    }

    .latest-insights-section {
        flex-direction: column;
    }

    .partner-grid {
        flex-wrap: wrap;
    }

    .partner-grid a,
    .image-only {
        width: 30% !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
    }

    .partner-grid img:not(.image-only),
    {
        width: 100% !important;
    }

    .header-menu {
        height: auto;
    }

    .header-logo-container {
        height: 90px;
    }

    .gutter-none .mb-center {
        float: none;
        margin-top: 15px;
        width : 100%;
    }

    .mb-center{
        text-align : center;
    }

    .resource-text{
        text-align: center;
    }

    .mb-40 {
        margin-bottom: 30px !important;
        margin-top: 100px !important;
    }
    .mb-section {
        border: 0 !important;
        border-bottom: 1px solid !important;
    }

    .mb-section-middle{
        border: 0 !important;
        border-bottom: 1px solid !important;
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    .mb-section-padding {
        padding-left: 33px !important;
        padding-right: 33px !important;
        margin: 12px 0px;
    }

    .mb-user-quote-center{
        text-align: center;
    }

    .resource-form .button-container{
        display: block !important;
        text-align: center;
    }

    .insight-section .float-start {
        float: none !important;
        display: inline-block !important;
        width: 40% !important;
        margin-right: 30px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .insight-section .float-end {
        float: none !important;
        display: inline-block !important;
        width: 40% !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .footer-links .link-list a {
        padding: 10px 5px !important;
        margin-bottom: 20px;
    }

    .brochure-container{
        display: block !important;
        text-align: center;
    }

    .brochure-container img{
        margin-right: 0px !important;
    }

    .event-date-container {
        flex-direction: column;
    }

    .event-date-container .author-container {
        margin-left: 0px !important;
    }
}

@media (max-width: 1200px) {
    .white-container {
        padding: 50px 10%;
    }

    .grey-container {
        padding: 50px 10%;
    }

    .product-features-section {
        padding: 50px 10%;
    }
}

@media (min-width: 768px) and (max-width: 1800px) {
    .header-menu {
        padding: 0px 10%;
    }

    .header-list-item {
        padding: 13px 10px;
    }

    .mobile-only {
        display: inline;
    }

    .header-buttons {
        display: none;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
        margin-right: 15px;
    }

    .header-list-item {
        background: #FFFFFF;
        z-index: 10;
        padding: 13px 15px;
    }

    .hide-mobile {
        display: none !important;
    }

    #navbar-toggler {
        display: inline;
        font-size: 40px;
        margin-right: 15px;
    }

    .product-resource-section h3 {
        padding: 25px 25px 0px 25px;
    }

    .footer-main {
        padding: 25px 10% 50px 10%;
    }

    .footer-top {
        height: auto;
    }

    .large-insight {
        width: 100%;
        margin-bottom: 25px;
        padding: 20px;
    }

        .large-insight span {
            margin: 0px;
        }

            .large-insight span a {
                font-size: 16px;
            }

    .small-insights {
        background: transparent;
        width: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .small-insight-container {
        padding: 20px;
        flex-direction: column;
        margin-bottom: 25px;
        height: auto;
    }

        .small-insight-container a {
            width: 100%;
        }

        .small-insight-container span {
            margin: 0px;
        }

        .small-insight-container img {
            width: 100%;
        }

        .small-insight-container .col-md-6 {
            width: 100%;
            margin-top: 15px;
        }

    .latest-insights-section {
        flex-direction: column;
    }

    .latest-insights-container p {
        width: 100% !important;
    }

    .customer-quote-section {
        max-height: 100%;
    }

    .customer-rotator img {
        width: 50%;
    }

    .footer-links {
        padding: 0px 10%;
    }

    .feature-section-1 .edtech-impact-widget {
        width: 200%;
    }

    .feature-section-2 .col-md-4 {
        width: 40%;
    }

    .header-buttons {
        display: inline;
    }

    .login-button {
        margin-left: 0px;
    }

    .header-buttons .btn {
        margin-left: 0px !important;
        margin-right: 10px;
    }

    .header-buttons .btn-hollow {
        margin-right: 20px !important;
    }

    .insight-grid .grid-item {
        width: 31%;
    }

    .return-section {
        padding: 10px 10%;
    }

    .contact-form-container #form-container {
        width: 60%;
    }

    .contact-form-container img {
        width: 40%;
        object-fit: contain;
    }

    .partner-grid {
        justify-content: start;
    }

    .derventio-products h3 {
        font-size: 25px !important;
    }

    
    .gutter-none::after {
        display: block;
        clear: both;
        content: "";
    }

    .gutter-none .pull-right {
        margin-top: 10px;
    }
}
@media (min-width: 1338px) and (max-width: 1800px) 
{
    .gutter-none .pull-right {
        margin-top: 0px;
    }
}

.no-decoraction
{
    text-decoration : none;
    color : inherit;
}

#privacy_policy,
#information_we_collect,
#use_of_cookies,
#use_of_your_information,
#storing_your_personal_data,
#disclosing_your_information,
#legal_basis_of_processing_personal_information,
#your_rights,
#data_breach_policy,
#changes_to_our_policy,
#contacting_us {
    scroll-margin-top: 140px;
}

.mt-10{
    margin-top:10px;
}

.paragraph-margin p
{
    margin-bottom: 20px !important;
}


/* #endregion */

